| Age | Commit message (Expand) | Author | Lines |
| 2020-06-01 | test miri-unleash TLS accesses | Ralf Jung | -3/+55 |
| 2020-06-01 | Add test for #72554. | Esteban Küber | -0/+33 |
| 2020-06-01 | Auto merge of #71192 - oli-obk:eager_alloc_id_canonicalization, r=wesleywiser | bors | -0/+53 |
| 2020-05-31 | Correct generic parameter ordering in error note | camelid | -2/+2 |
| 2020-06-01 | Rollup merge of #72823 - matthewjasper:describe-queries, r=eddyb | Dylan DPC | -56/+61 |
| 2020-05-31 | Rollup merge of #72807 - xiaotianrandom:fix-assoc-type-diagnostics, r=estebank | Dylan DPC | -0/+29 |
| 2020-05-31 | Add descriptions for all queries | Matthew Jasper | -56/+61 |
| 2020-05-31 | Clarify errors and warnings about the transition to the new asm! | Amanieu d'Antras | -10/+16 |
| 2020-05-31 | InstCombine: Don't optimize `&mut *x` into `x` | Jonas Schievink | -4/+17 |
| 2020-05-31 | Rollup merge of #72715 - estebank:trailing-comma-where, r=petrochenkov | Ralf Jung | -1/+1 |
| 2020-05-31 | Print accessed env vars as special comments into depinfo files | Vadim Petrochenkov | -0/+14 |
| 2020-05-31 | Add a test for wrong assoc type diagnostics | XIAO Tian | -0/+29 |
| 2020-05-31 | Add a test for `$:ident` in proc macro input | Vadim Petrochenkov | -0/+94 |
| 2020-05-31 | test-macros: Avoid always producing errors in `#[derive(Print)]` | Vadim Petrochenkov | -33/+5 |
| 2020-05-30 | Rollup merge of #72772 - RalfJung:valid-char, r=petrochenkov | Ralf Jung | -1/+1 |
| 2020-05-30 | Rollup merge of #72757 - petrochenkov:shebang, r=varkor | Ralf Jung | -0/+14 |
| 2020-05-30 | Rollup merge of #72668 - awoimbee:give-fn-parenthetical-notation-parentheses,... | Ralf Jung | -0/+68 |
| 2020-05-30 | Rollup merge of #72666 - ivanloz:profile_emit_flag, r=matthewjasper | Ralf Jung | -0/+3 |
| 2020-05-30 | Rollup merge of #72657 - flip1995:impl_lint_pass-ty, r=matthewjasper | Ralf Jung | -0/+26 |
| 2020-05-30 | Rollup merge of #72637 - euclio:env-hygiene, r=davidtwco | Ralf Jung | -0/+8 |
| 2020-05-30 | Rollup merge of #72625 - Amanieu:asm-srcloc, r=petrochenkov | Ralf Jung | -12/+133 |
| 2020-05-30 | resolve: Do not suggest imports from the same module in which we are resolving | Vadim Petrochenkov | -9/+0 |
| 2020-05-30 | Tweak wording and spans of `'static` `dyn Trait`/`impl Trait` requirements | Esteban Küber | -135/+65 |
| 2020-05-30 | Account for enclosing item when suggesting new lifetime name | Esteban Küber | -10/+63 |
| 2020-05-30 | Tweak type parameter errors to reduce verbosity | Esteban Küber | -363/+55 |
| 2020-05-30 | Update nll tests | Esteban Küber | -8/+29 |
| 2020-05-30 | review comment: tweak wording and account for span overlap | Esteban Küber | -21/+20 |
| 2020-05-30 | Account for returned `dyn Trait` evaluating to `'static` lifetime | Esteban Küber | -63/+114 |
| 2020-05-30 | Fix NLL output | Esteban Küber | -12/+98 |
| 2020-05-30 | Improve output of argument anonymous borrow missing annotation involving opaq... | Esteban Küber | -68/+19 |
| 2020-05-30 | Account for missing lifetime in opaque return type | Esteban Küber | -0/+246 |
| 2020-05-30 | Test ui suggestion fn trait notation | Arthur Woimbée | -0/+68 |
| 2020-05-30 | Add test for doc alias attribute validation | Guillaume Gomez | -0/+29 |
| 2020-05-30 | miri errors: rename InvalidDiscriminant -> InvalidTag | Ralf Jung | -3/+3 |
| 2020-05-30 | tag/niche terminology cleanup | Ralf Jung | -6/+6 |
| 2020-05-30 | Rollup merge of #72607 - Amanieu:fix-72570, r=oli-obk | Ralf Jung | -0/+18 |
| 2020-05-30 | Rollup merge of #72585 - Aaron1011:feature/opt-item-tokens, r=petrochenkov | Ralf Jung | -2/+2 |
| 2020-05-30 | Rollup merge of #72540 - davidtwco:issue-67552-mono-collector-comparison, r=v... | Ralf Jung | -20/+69 |
| 2020-05-30 | Rollup merge of #72521 - Amanieu:fix-72484, r=petrochenkov | Ralf Jung | -0/+38 |
| 2020-05-30 | Rollup merge of #72441 - doctorn:late-bound-lifetime-ice, r=nikomatsakis | Ralf Jung | -0/+34 |
| 2020-05-30 | Make TLS accesses explicit in MIR | Oliver Scherer | -0/+53 |
| 2020-05-30 | Return early to avoid ICE | Yuki Okushi | -0/+35 |
| 2020-05-30 | miri validation: clarify valid values of 'char' | Ralf Jung | -1/+1 |
| 2020-05-30 | Rollup merge of #72741 - tmiasko:unused-mut, r=Mark-Simulacrum | Yuki Okushi | -1/+1 |
| 2020-05-30 | Rollup merge of #72724 - Aaron1011:revert-tokenstream-expand, r=petrochenkov | Yuki Okushi | -30/+0 |
| 2020-05-30 | Rollup merge of #72710 - jsgf:unused-deps-test, r=jsgf | Yuki Okushi | -0/+15 |
| 2020-05-30 | Rollup merge of #72677 - chrissimpkins:fix-72574, r=estebank | Yuki Okushi | -0/+46 |
| 2020-05-30 | Rollup merge of #72621 - Aaron1011:fix/trait-select-error, r=nikomatsakis | Yuki Okushi | -0/+50 |
| 2020-05-29 | Auto merge of #72756 - RalfJung:rollup-tbjmtx2, r=RalfJung | bors | -123/+1027 |
| 2020-05-29 | fix diagnostics for `@ ..` binding pattern in tuples and tuple structs | Chris Simpkins | -0/+46 |