| Age | Commit message (Expand) | Author | Lines |
| 2023-05-01 | Don't bail out early when checking invalid `repr` attr | clubby789 | -7/+1 |
| 2023-04-30 | Arc -> Lrc | klensy | -3/+2 |
| 2023-04-26 | Migrate `rustc_passes` to translatable diagnostics | clubby789 | -175/+308 |
| 2023-04-24 | Split `{Idx, IndexVec, IndexSlice}` into their own modules | Maybe Waffle | -1/+1 |
| 2023-04-24 | Auto merge of #109590 - Nilstrieb:copy-hir, r=oli-obk | bors | -1/+1 |
| 2023-04-23 | Auto merge of #108118 - oli-obk:lazy_typeck, r=cjgillot | bors | -13/+14 |
| 2023-04-22 | Impl `Copy` for almost all HIR types | Nilstrieb | -1/+1 |
| 2023-04-21 | Run `check_match` and `check_liveness` when MIR is built instead of having an... | Oli Scherer | -2/+8 |
| 2023-04-21 | Make `check_match` and `check_liveness` take a `LocalDefId` | Oli Scherer | -11/+6 |
| 2023-04-21 | fmt | DrMeepster | -6/+3 |
| 2023-04-21 | fix incorrect param env in dead code lint | DrMeepster | -4/+5 |
| 2023-04-21 | offset_of | DrMeepster | -3/+44 |
| 2023-04-18 | Add `rustc_fluent_macro` to decouple fluent from `rustc_macros` | Nilstrieb | -1/+2 |
| 2023-04-16 | Allow all associated functions and add test | Deadbeef | -11/+7 |
| 2023-04-14 | allow `repr(align = x)` on inherent methods | Deadbeef | -5/+15 |
| 2023-04-13 | impl reviewer feedback | Ezra Shaw | -11/+10 |
| 2023-04-13 | dead-code-lint: de-dup multiple unused assoc fns | Ezra Shaw | -17/+37 |
| 2023-04-13 | refactor: emit "unused assoc fn" in lexical order | Ezra Shaw | -4/+7 |
| 2023-04-12 | Rollup merge of #110203 - compiler-errors:rtn-dots, r=eholk | Matthias Krüger | -1/+1 |
| 2023-04-12 | Auto merge of #109935 - michaelwoerister:fix-feed-in-eval-always, r=cjgillot | bors | -2/+0 |
| 2023-04-10 | Remove `..` from return type notation | Michael Goulet | -1/+1 |
| 2023-04-09 | Migrate `sess.opts.tests` uses to `sess.is_test_crate()` | blyxyas | -1/+1 |
| 2023-04-05 | incr.comp.: Don't ignore dep-tracking during HirId validation. | Michael Woerister | -22/+20 |
| 2023-04-04 | incr.comp.: Make sure dependencies are recorded when feeding queries during e... | Michael Woerister | -22/+22 |
| 2023-04-04 | Replace a lock with an atomic | Oli Scherer | -1/+1 |
| 2023-04-01 | slighty simplify a few boolean expressions (clippy::nonminimal_bool) | Matthias Krüger | -1/+1 |
| 2023-03-31 | Auto merge of #109824 - GuillaumeGomez:rollup-i5r4uts, r=GuillaumeGomez | bors | -18/+0 |
| 2023-03-31 | Rollup merge of #109443 - GuillaumeGomez:doc-primitive-hard-error, r=notriddle | Guillaume Gomez | -18/+0 |
| 2023-03-31 | Auto merge of #109010 - compiler-errors:rtn, r=eholk | bors | -1/+1 |
| 2023-03-30 | Rename doc(primitive) into rustc_doc_primitive | Guillaume Gomez | -18/+0 |
| 2023-03-30 | Update `ty::VariantDef` to use `IndexVec<FieldIdx, FieldDef>` | Scott McMurray | -1/+2 |
| 2023-03-28 | Add `(..)` syntax for RTN | Michael Goulet | -1/+1 |
| 2023-03-23 | Separate find_*_stability. | Camille GILLOT | -3/+5 |
| 2023-03-22 | rustc: Remove unused `Session` argument from some attribute functions | Vadim Petrochenkov | -5/+6 |
| 2023-03-21 | LocalCrate key | Michael Goulet | -3/+4 |
| 2023-03-21 | Use local key in providers | Michael Goulet | -26/+14 |
| 2023-03-17 | Rollup merge of #108958 - clubby789:unbox-the-hir, r=compiler-errors | Matthias Krüger | -7/+3 |
| 2023-03-14 | Tighter spans | Michael Goulet | -2/+35 |
| 2023-03-14 | Simplify proc macro signature validity check | Michael Goulet | -151/+62 |
| 2023-03-14 | Remove box expressions from HIR | clubby789 | -7/+3 |
| 2023-03-14 | Auto merge of #109057 - compiler-errors:rpitit-info-again, r=spastorino | bors | -1/+1 |
| 2023-03-13 | Don't opt_rpitit_info as a separate query | Michael Goulet | -1/+1 |
| 2023-03-13 | Better names? | Michael Goulet | -1/+1 |
| 2023-03-12 | Remove `box_syntax` from AST and use in tools | clubby789 | -1/+1 |
| 2023-03-12 | Auto merge of #108682 - est31:simplify_dirs, r=davidtwco | bors | -1/+1 |
| 2023-03-12 | Auto merge of #108700 - spastorino:new-rpitit-impl-side-2, r=compiler-errors | bors | -0/+6 |
| 2023-03-11 | Simplify message paths | est31 | -1/+1 |
| 2023-03-08 | Auto merge of #108312 - michaelwoerister:hash-set-not-hash-stable, r=eholk | bors | -17/+15 |
| 2023-03-06 | Avoid accessing HIR for RPITITs assoc type on mark_live_symbols | Santiago Pastorino | -0/+6 |
| 2023-03-06 | Rollup merge of #107801 - davidtwco:stability-implies-const, r=Nilstrieb | Matthias Krüger | -0/+9 |