| Age | Commit message (Expand) | Author | Lines |
| 2021-01-12 | Add tests for uninhabited types | Nadrieril | -212/+351 |
| 2021-01-12 | Deduplicate some tests using revisions | Nadrieril | -227/+74 |
| 2021-01-12 | Auto merge of #80517 - wabain:issue-77880-infer-error-try-conversion-msg, r=d... | bors | -3/+68 |
| 2021-01-12 | Rollup merge of #80930 - euclio:trait-method-mutability-help, r=estebank | Yuki Okushi | -15/+12 |
| 2021-01-12 | Rollup merge of #80880 - c410-f3r:tests-tests-tests, r=petrochenkov | Yuki Okushi | -10/+0 |
| 2021-01-12 | Rollup merge of #79757 - jryans:long-line-tab-handling-early-expand, r=estebank | Yuki Okushi | -0/+25 |
| 2021-01-12 | Auto merge of #76580 - rokob:iss76011, r=estebank | bors | -12/+3 |
| 2021-01-11 | fix typo in trait method mutability mismatch help | Andy Russell | -15/+12 |
| 2021-01-12 | Rollup merge of #80324 - Aaron1011:loop-move-fn-self, r=oli-obk | Yuki Okushi | -20/+40 |
| 2021-01-11 | Move some tests to more reasonable directories | Caio | -10/+0 |
| 2021-01-11 | Rollup merge of #80809 - camelid:rust-call-abi-msg, r=lcnr | Yuki Okushi | -12/+12 |
| 2021-01-10 | Tweak `?` inference error messages | William Bain | -8/+8 |
| 2021-01-10 | Note inference failures using `?` conversion | William Bain | -3/+68 |
| 2021-01-10 | Auto merge of #79414 - sasurau4:feature/add-suggestion-for-pattern-in-fns-wit... | bors | -1/+1 |
| 2021-01-10 | Use standard formatting for "rust-call" ABI message | Camelid | -12/+12 |
| 2021-01-10 | Auto merge of #80789 - Aaron1011:fix/stmt-empty, r=petrochenkov | bors | -0/+40 |
| 2021-01-10 | Rollup merge of #80801 - estebank:correct-binding-sugg-span, r=petrochenkov | Yuki Okushi | -47/+112 |
| 2021-01-09 | Auto merge of #80441 - petrochenkov:kwtok, r=Aaron1011 | bors | -2/+2 |
| 2021-01-09 | Synthesize a `TokenStream` for `StmtKind::Empty` | Aaron Hill | -0/+40 |
| 2021-01-09 | ast: Remove some indirection layers from values in key-value attributes | Vadim Petrochenkov | -2/+2 |
| 2021-01-09 | resolve/expand: Improve attribute expansion on macro definitions and calls | Vadim Petrochenkov | -12/+35 |
| 2021-01-08 | Change wording of note | Aaron Hill | -19/+19 |
| 2021-01-08 | Explain method-call move errors in loops | Aaron Hill | -2/+22 |
| 2021-01-08 | Add a note for `*` and `{}` usage on `use` | Yuki Okushi | -0/+8 |
| 2021-01-08 | Rollup merge of #79675 - CraftSpider:79669, r=estebank | Yuki Okushi | -1/+43 |
| 2021-01-07 | Use correct span for structured suggestion | Esteban Küber | -47/+112 |
| 2021-01-08 | Rollup merge of #80784 - petrochenkov:nontspan, r=Aaron1011 | Yuki Okushi | -137/+137 |
| 2021-01-08 | Rollup merge of #80521 - richkadel:llvm-coverage-counters-2.4.0, r=wesleywiser | Yuki Okushi | -0/+23 |
| 2021-01-08 | Rollup merge of #80012 - sasurau4:feature/point-constant-identifier-E0435, r=... | Yuki Okushi | -9/+43 |
| 2021-01-07 | rustc_parse: Better spans for synthesized token streams | Vadim Petrochenkov | -137/+137 |
| 2021-01-07 | bless tests | Daiki Ihara | -9/+43 |
| 2021-01-06 | Auto merge of #80714 - jakevossen5:master, r=lcnr | bors | -54/+54 |
| 2021-01-05 | Remove useless doc_alias feature | Guillaume Gomez | -19/+15 |
| 2021-01-05 | Auto merge of #80686 - GuillaumeGomez:error-doc-alias-same-name, r=jyn514 | bors | -0/+12 |
| 2021-01-05 | fixed feature gate stderr | Jake Vossen | -1/+1 |
| 2021-01-05 | fixed const_generics error help | Jake Vossen | -53/+53 |
| 2021-01-05 | Rollup merge of #80696 - RalfJung:failing-promoteds, r=oli-obk | Yuki Okushi | -2/+13 |
| 2021-01-05 | Rollup merge of #80538 - JulianKnodt:err_usize, r=lcnr | Yuki Okushi | -0/+25 |
| 2021-01-04 | Inlining enabled by -mir-opt-level > 1 is incompatible with coverage | Rich Kadel | -0/+23 |
| 2021-01-04 | make sure that promoteds which fail to evaluate in dead const code behave cor... | Ralf Jung | -2/+13 |
| 2021-01-04 | Add tests for new doc alias check | Guillaume Gomez | -0/+12 |
| 2021-01-04 | Auto merge of #80651 - GroteGnoom:issue-78123-fix, r=Nadrieril | bors | -0/+29 |
| 2021-01-04 | Add check for array/usize mismatch in astconv | kadmin | -0/+25 |
| 2021-01-04 | Auto merge of #80418 - oli-obk:this_could_have_been_so_simple, r=RalfJung | bors | -55/+126 |
| 2021-01-03 | Add notes to stderr of non-exhaustive-reference test | Daniel Noom | -2/+6 |
| 2021-01-03 | Add note on void reference test | Daniel Noom | -0/+1 |
| 2021-01-03 | Add note to non-exhaustive match on reference to empty | Daniel Noom | -0/+24 |
| 2021-01-03 | Stylistic fixes to diagnostic messages | oli | -1/+1 |
| 2021-01-03 | Refactor the non-transient cell borrow error diagnostic | oli | -22/+24 |
| 2021-01-03 | Update now-more-precise operation with a preciser message | oli | -14/+14 |