| Age | Commit message (Expand) | Author | Lines |
| 2022-03-09 | manually bless 32-bit stderr | b-naber | -8/+7 |
| 2022-03-09 | normalization change and rebase | b-naber | -341/+276 |
| 2022-03-09 | bless tests | b-naber | -289/+357 |
| 2022-03-09 | Rollup merge of #94686 - ChayimFriedman2:issue-94629, r=jackh726 | Dylan DPC | -3/+16 |
| 2022-03-08 | Rollup merge of #94689 - compiler-errors:on-unimplemented-substs, r=petrochenkov | Dylan DPC | -2/+85 |
| 2022-03-08 | Rollup merge of #94708 - notriddle:notriddle/cargo-toml-warning, r=lcnr | Matthias Krüger | -24/+114 |
| 2022-03-08 | Rollup merge of #94586 - sunfishcode:sunfishcode/io-lifetimes-tests, r=davidtwco | Matthias Krüger | -2/+2 |
| 2022-03-08 | Rollup merge of #94580 - xFrednet:55112-only-reason-in-lint-attr, r=lcnr | Matthias Krüger | -9/+81 |
| 2022-03-08 | Rollup merge of #91993 - estebank:match-span-suggestion, r=oli-obk | Matthias Krüger | -955/+2314 |
| 2022-03-07 | Bless test | Jack Huey | -3/+12 |
| 2022-03-08 | Change wording of suggestion to add missing `match` arm | Esteban Kuber | -266/+266 |
| 2022-03-08 | Point at uncovered variants in enum definition in `note` instead of a `span_l... | Esteban Kuber | -689/+1014 |
| 2022-03-08 | When finding a match expr with multiple arms that requires more, suggest it | Esteban Kuber | -50/+248 |
| 2022-03-08 | When finding a match expr with a single arm that requires more, suggest it | Esteban Kuber | -159/+790 |
| 2022-03-08 | When encountering a match expr with no arms, suggest it | Esteban Kuber | -266/+471 |
| 2022-03-07 | Bless issue-91130 test | Jack Huey | -1/+12 |
| 2022-03-07 | Try to normalize associated types before processing obligations | Jack Huey | -205/+265 |
| 2022-03-07 | diagnostics: only talk about `Cargo.toml` if running under Cargo | Michael Howell | -24/+114 |
| 2022-03-07 | Rollup merge of #94696 - GuillaumeGomez:align-line-numbers-right, r=notriddle | Matthias Krüger | -0/+3 |
| 2022-03-07 | Update tests | Eric Holk | -7/+5 |
| 2022-03-07 | Stabilize const_impl_trait as well | Eric Holk | -33/+2 |
| 2022-03-07 | Update tests after feature stabilization | Eric Holk | -659/+107 |
| 2022-03-07 | Do not allow `#[rustc_legacy_const_generics]` on methods | Chayim Refael Friedman | -3/+16 |
| 2022-03-07 | Add GUI test to ensure that line numbers text is aligned to the right | Guillaume Gomez | -0/+3 |
| 2022-03-07 | Rollup merge of #94688 - compiler-errors:free-regions-in-copy-predicate-check... | Matthias Krüger | -0/+31 |
| 2022-03-07 | Rollup merge of #94553 - lcnr:add-tests, r=Dylan-DPC | Matthias Krüger | -0/+45 |
| 2022-03-07 | add tests for #94502 | lcnr | -0/+45 |
| 2022-03-07 | Rollup merge of #94684 - compiler-errors:gat-anon-late-bound, r=notriddle | Matthias Krüger | -0/+13 |
| 2022-03-07 | Rollup merge of #94636 - compiler-errors:issue-94599, r=davidtwco | Matthias Krüger | -0/+21 |
| 2022-03-06 | allow referencing impl substs from rustc_on_unimplemented | Michael Goulet | -0/+28 |
| 2022-03-06 | use impl substs in on_unimplemented | Michael Goulet | -2/+57 |
| 2022-03-06 | Erase regions when checking for missing Copy predicates | Michael Goulet | -0/+31 |
| 2022-03-06 | Fix rustdoc for GATs with with anonymous bound regions | Michael Goulet | -0/+13 |
| 2022-03-06 | Auto merge of #94679 - matthiaskrgr:rollup-9vd7w6a, r=matthiaskrgr | bors | -1/+1 |
| 2022-03-06 | Rollup merge of #94672 - joedeandev:master, r=Dylan-DPC | Matthias Krüger | -1/+1 |
| 2022-03-06 | Auto merge of #94579 - tmiasko:target-features, r=nagisa | bors | -3/+3 |
| 2022-03-06 | Updated corresponding stderr | Joe | -1/+1 |
| 2022-03-06 | Rollup merge of #93412 - fee1-dead:improve-rustdoc-const-bounds, r=GuillaumeG... | Matthias Krüger | -1/+61 |
| 2022-03-06 | Auto merge of #90076 - jackh726:wherethewhere, r=nikomatsakis | bors | -127/+171 |
| 2022-03-06 | Auto merge of #93805 - petrochenkov:doclinkself, r=camelid,GuillaumeGomez | bors | -0/+8 |
| 2022-03-05 | Auto merge of #94648 - RalfJung:rollup-4iorcrd, r=RalfJung | bors | -0/+67 |
| 2022-03-05 | Update new tests | Jack Huey | -27/+5 |
| 2022-03-05 | Review changes | Jack Huey | -44/+106 |
| 2022-03-05 | Change to lint | Jack Huey | -12/+18 |
| 2022-03-05 | Change syntax for TyAlias where clauses | Jack Huey | -98/+96 |
| 2022-03-05 | Rollup merge of #94642 - GuillaumeGomez:source-code-scroll, r=Urgau | Ralf Jung | -0/+49 |
| 2022-03-05 | Rollup merge of #94633 - TaKO8Ki:suggest-removing-semicolon-after-derive-attr... | Ralf Jung | -0/+18 |
| 2022-03-05 | Auto merge of #92123 - m-ou-se:thread-local-cell-methods, r=joshtriplett | bors | -63/+120 |
| 2022-03-06 | suggest removing a semicolon after derive attributes | Takayuki Maeda | -0/+18 |
| 2022-03-05 | Add GUI test for source code viewer scroll handling | Guillaume Gomez | -0/+49 |