| Age | Commit message (Expand) | Author | Lines |
| 2022-04-02 | ast_lowering: Stop wrapping `ident` matchers into groups | Vadim Petrochenkov | -0/+4 |
| 2022-04-01 | Auto merge of #95552 - matthiaskrgr:rollup-bxminn9, r=matthiaskrgr | bors | -94/+323 |
| 2022-04-01 | Rollup merge of #95531 - petrochenkov:metacount, r=nnethercote | Matthias Krüger | -15/+10 |
| 2022-04-01 | Rollup merge of #95388 - RalfJung:rust-val-limit, r=oli-obk | Matthias Krüger | -9/+23 |
| 2022-04-01 | Rollup merge of #95293 - compiler-errors:braces, r=davidtwco | Matthias Krüger | -76/+159 |
| 2022-04-01 | Rollup merge of #95260 - compiler-errors:fn, r=davidtwco | Matthias Krüger | -9/+141 |
| 2022-03-31 | Auto merge of #95526 - Dylan-DPC:rollup-0ikl5l5, r=Dylan-DPC | bors | -79/+114 |
| 2022-03-31 | expand: Do not count metavar declarations on RHS of `macro_rules` | Vadim Petrochenkov | -15/+10 |
| 2022-03-31 | Rollup merge of #95523 - lcnr:yeet-unused-field, r=oli-obk | Dylan DPC | -34/+3 |
| 2022-03-31 | Rollup merge of #95517 - lcnr:rustc_borrowck-misc, r=jackh726 | Dylan DPC | -10/+15 |
| 2022-03-31 | Rollup merge of #91416 - compiler-errors:infinite-ty-option-box, r=estebank | Dylan DPC | -35/+96 |
| 2022-03-31 | Auto merge of #90204 - cjgillot:owner-pull, r=michaelwoerister | bors | -250/+273 |
| 2022-03-31 | remove unused field from `infcx` | lcnr | -34/+3 |
| 2022-03-31 | address comments, add test for shadowed Box type | Michael Goulet | -7/+3 |
| 2022-03-31 | Specialize suggestion for Option<T> | Michael Goulet | -35/+100 |
| 2022-03-31 | update comment | lcnr | -2/+4 |
| 2022-03-31 | catch overflow in slice size computation | Ralf Jung | -1/+2 |
| 2022-03-31 | audit check_mul uses in interpret | Ralf Jung | -1/+7 |
| 2022-03-31 | interpret: make isize::MAX the limit for dynamic value sizes | Ralf Jung | -8/+15 |
| 2022-03-31 | Auto merge of #95511 - Dylan-DPC:rollup-4n880fd, r=Dylan-DPC | bors | -0/+1 |
| 2022-03-31 | Record item-likes in ItemLowerer. | Camille GILLOT | -61/+69 |
| 2022-03-31 | Create a new LoweringContext for each item-like. | Camille GILLOT | -129/+104 |
| 2022-03-31 | Make lowering pull-based. | Camille GILLOT | -55/+120 |
| 2022-03-31 | Implement with_parent_item_lifetime_defs on ItemLowerer. | Camille GILLOT | -70/+62 |
| 2022-03-31 | Move lower_crate outside the LoweringContext. | Camille GILLOT | -41/+39 |
| 2022-03-31 | Stop emitting lints during lowering. | Camille GILLOT | -24/+15 |
| 2022-03-31 | Store next_disambiguator in Definitions. | Camille GILLOT | -14/+10 |
| 2022-03-31 | Remove mutability in ResolverAstLowering. | Camille GILLOT | -15/+13 |
| 2022-03-31 | Rollup merge of #95478 - InfRandomness:infrandomness/lint_largemove_note, r=c... | Dylan DPC | -0/+1 |
| 2022-03-31 | obligation cause: `RepeatVec` -> `RepeatValueCopy` | lcnr | -8/+11 |
| 2022-03-31 | Auto merge of #95456 - RalfJung:size, r=oli-obk | bors | -16/+7 |
| 2022-03-31 | Rollup merge of #95497 - nyurik:compiler-spell-comments, r=compiler-errors | Dylan DPC | -164/+164 |
| 2022-03-31 | Rollup merge of #95471 - oli-obk:tait_ice, r=estebank | Dylan DPC | -13/+6 |
| 2022-03-31 | Rollup merge of #95263 - compiler-errors:async-block-pretty, r=jackh726 | Dylan DPC | -7/+20 |
| 2022-03-30 | Restore `impl Future<Output = Type>` to async blocks | Michael Goulet | -7/+20 |
| 2022-03-31 | Auto merge of #95501 - Dylan-DPC:rollup-arx6sdc, r=Dylan-DPC | bors | -142/+340 |
| 2022-03-31 | Rollup merge of #95251 - GrishaVar:hashes-u16-to-u8, r=dtolnay | Dylan DPC | -17/+15 |
| 2022-03-31 | Rollup merge of #95011 - michaelwoerister:awaitee_field, r=tmandry | Dylan DPC | -14/+17 |
| 2022-03-31 | Rollup merge of #94869 - jackh726:gats_extended, r=compiler-errors | Dylan DPC | -33/+123 |
| 2022-03-31 | Rollup merge of #93901 - petrochenkov:linkmod, r=wesleywiser | Dylan DPC | -78/+185 |
| 2022-03-30 | Auto merge of #95436 - cjgillot:static-mut, r=oli-obk | bors | -115/+78 |
| 2022-03-30 | Add the generic_associated_types_extended feature | Jack Huey | -33/+123 |
| 2022-03-30 | a few mode feedback fixes per @bjorn3 | Yuri Astrakhan | -3/+3 |
| 2022-03-30 | Addressed comments by @compiler-errors and @bjorn3 | Yuri Astrakhan | -10/+10 |
| 2022-03-30 | Stabilize native library modifier syntax and the `whole-archive` modifier spe... | Vadim Petrochenkov | -78/+185 |
| 2022-03-30 | Remove bad rustdoc trailing backslash | Yuri Astrakhan | -1/+1 |
| 2022-03-30 | Spellchecking compiler comments | Yuri Astrakhan | -171/+171 |
| 2022-03-30 | Auto merge of #95425 - nnethercote:yet-more-parse_tt-improvements, r=petroche... | bors | -231/+249 |
| 2022-03-30 | Add note to the lint diagnostic | InfRandomness | -0/+1 |
| 2022-03-30 | Update error message & remove outdated test comment | Grisha Vartanyan | -3/+1 |