| Age | Commit message (Expand) | Author | Lines |
| 2022-09-13 | Address code review comments | Eric Holk | -4/+11 |
| 2022-09-12 | Plumb dyn trait representation through ty::Dynamic | Eric Holk | -2/+2 |
| 2022-09-08 | Remove ReEmpty | Jack Huey | -2/+1 |
| 2022-09-05 | Pack `Term` in the same way as `GenericArg`. | Nicholas Nethercote | -11/+7 |
| 2022-09-01 | Always import all tracing macros for the entire crate instead of piecemeal by... | Oli Scherer | -4/+3 |
| 2022-08-30 | UPDATE - to support diag introduced in PR #100765 | Jhonny Bill Mena | -4/+4 |
| 2022-08-30 | ADD - diagnostics lints to symbol_mangling module | Jhonny Bill Mena | -0/+2 |
| 2022-08-30 | ADD - migrate InvalidDefPath to new diagnostics infra | Jhonny Bill Mena | -3/+13 |
| 2022-08-30 | UPDATE - accept String instead of unused 'str | Jhonny Bill Mena | -9/+9 |
| 2022-08-30 | ADD - migrate InvalidTraitItem and AltInvalidTraitItem errors | Jhonny Bill Mena | -3/+25 |
| 2022-08-30 | ADD - InvalidSymbolName to migrate symbol-name({}) error to new diagnostics i... | Jhonny Bill Mena | -1/+20 |
| 2022-08-26 | Change `FnAbi::fixed_count` to a `u32`. | Nicholas Nethercote | -1/+1 |
| 2022-07-24 | Auto merge of #95548 - rcvalle:rust-cfi-2, r=nagisa | bors | -43/+950 |
| 2022-07-23 | Add fine-grained LLVM CFI support to the Rust compiler | Ramon de C Valle | -43/+950 |
| 2022-07-20 | consistently use VTable over Vtable (matching stable stdlib API RawWakerVTable) | Ralf Jung | -3/+3 |
| 2022-07-06 | Allow to create definitions inside the query system. | Camille GILLOT | -36/+37 |
| 2022-07-06 | Update TypeVisitor paths | Alan Egerton | -2/+2 |
| 2022-07-05 | Relax constrained generics to TypeVisitable | Alan Egerton | -2/+2 |
| 2022-06-15 | Rollup merge of #98067 - klensy:compiler-deps2, r=Dylan-DPC | Yuki Okushi | -1/+0 |
| 2022-06-14 | Auto merge of #96285 - flip1995:pk-vfe, r=nagisa | bors | -0/+25 |
| 2022-06-14 | rebase | b-naber | -1/+1 |
| 2022-06-14 | address review | b-naber | -3/+2 |
| 2022-06-14 | implement valtrees as the type-system representation for constant values | b-naber | -43/+52 |
| 2022-06-14 | Add typeid_for_trait_ref function | flip1995 | -0/+25 |
| 2022-06-14 | Rename the `ConstS::val` field as `kind`. | Nicholas Nethercote | -5/+5 |
| 2022-06-13 | remove currently unused deps | klensy | -1/+0 |
| 2022-06-03 | Fully stabilize NLL | Jack Huey | -1/+0 |
| 2022-05-14 | Auto merge of #96883 - jackh726:early-binder-2, r=oli-obk | bors | -2/+4 |
| 2022-05-13 | Rollup merge of #96989 - cjgillot:defpath-use, r=davidtwco | Matthias Krüger | -1/+2 |
| 2022-05-12 | Replace DefPathData::Misc by two appropriately-named variants. | Camille GILLOT | -1/+2 |
| 2022-05-10 | Introduce EarlyBinder | Jack Huey | -2/+4 |
| 2022-05-10 | only_local: always check for misuse | lcnr | -19/+18 |
| 2022-05-09 | review | lcnr | -1/+1 |
| 2022-05-09 | only compute `codegen_fn_attrs` where needed | lcnr | -14/+25 |
| 2022-04-17 | Auto merge of #95655 - kckeiks:create-hir-crate-items-query, r=cjgillot | bors | -21/+18 |
| 2022-04-13 | Auto merge of #95656 - cjgillot:no-id-hashing-mode, r=Aaron1011 | bors | -22/+19 |
| 2022-04-12 | Remove NodeIdHashingMode. | Camille GILLOT | -22/+19 |
| 2022-04-10 | Do not access HIR to compute symbol_name. | Camille GILLOT | -8/+4 |
| 2022-04-08 | remove ItemLikeVisitor impls in incremental, interface, metadata and symbol_m... | Miguel Guarniz | -29/+5 |
| 2022-04-08 | remove some uses of visit_all_item_likes in typeck, symbol_mangling and passe... | Miguel Guarniz | -1/+22 |
| 2022-03-16 | resolve the conflict in compiler/rustc_session/src/parse.rs | codehorseman | -1/+1 |
| 2022-03-11 | Improve `AdtDef` interning. | Nicholas Nethercote | -2/+3 |
| 2022-03-07 | Introduce `ConstAllocation`. | Nicholas Nethercote | -2/+3 |
| 2022-03-01 | Rollup merge of #94359 - tmiasko:legacy-verbose-const, r=petrochenkov | Matthias Krüger | -5/+33 |
| 2022-02-28 | Fix inconsistent symbol mangling of integers constants with -Zverbose | Tomasz Miąsko | -5/+33 |
| 2022-02-25 | Switch bootstrap cfgs | Mark Rousskov | -1/+1 |
| 2022-02-23 | Rename `region_should_not_be_omitted` to `should_print_region` | Tomasz Miąsko | -1/+1 |
| 2022-02-21 | use `List<Ty<'tcx>>` for tuples | lcnr | -1/+1 |
| 2022-02-16 | Move ty::print methods to Drop-based scope guards | Mark Rousskov | -1/+1 |
| 2022-02-15 | Overhaul `Const`. | Nicholas Nethercote | -13/+13 |