| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-03-05 | Auto merge of #108351 - petrochenkov:rmdit, r=cjgillot | bors | -5/+5 |
| 2023-03-03 | Match unmatched backticks in comments in compiler/ | est31 | -1/+1 |
| 2023-03-03 | Match unmatched backticks in compiler/ that are part of rustdoc | est31 | -1/+1 |
| 2023-03-02 | rustc_middle: Remove trait `DefIdTree` | Vadim Petrochenkov | -5/+5 |
| 2023-03-01 | Use UnordSet instead of FxHashSet for names_imported_by_glob_use query. | Michael Woerister | -1/+1 |
| 2023-03-01 | Use LocalDefIdSet/Map instead of FxHashSet/Map for live_symbols_and_ignored_d... | Michael Woerister | -14/+12 |
| 2023-03-01 | Use LocalDefIdSet instead of FxHashSet for reachable_set query. | Michael Woerister | -4/+4 |
| 2023-02-27 | Rollup merge of #108486 - cjgillot:owner-ditem, r=Nilstrieb | Matthias Krüger | -49/+33 |
| 2023-02-26 | Rollup merge of #108379 - compiler-errors:hir-error-guaranteed, r=cjgillot | Matthias Krüger | -4/+4 |
| 2023-02-26 | Merge the two diagnostics. | Camille GILLOT | -30/+17 |
| 2023-02-26 | Simplify diagnostic_items. | Camille GILLOT | -33/+30 |
| 2023-02-26 | Auto merge of #108473 - matthiaskrgr:rollup-qjyae58, r=matthiaskrgr | bors | -1/+4 |