| Age | Commit message (Expand) | Author | Lines |
| 2022-11-07 | Add an optional Span to BrAnon and use it to print better error for HRTB erro... | Jack Huey | -2/+2 |
| 2022-11-04 | Refactor tcx mk_const parameters. | Mateusz | -2/+1 |
| 2022-10-29 | Rename some `OwnerId` fields. | Nicholas Nethercote | -4/+4 |
| 2022-10-23 | Migrate all diagnostics | Nilstrieb | -1/+1 |
| 2022-10-14 | more dupe word typos | Rageking8 | -1/+1 |
| 2022-10-04 | It's not about types or consts, but the lack of regions | Oli Scherer | -1/+1 |
| 2022-09-24 | separate definitions and `HIR` owners | Takayuki Maeda | -4/+4 |
| 2022-09-21 | UPDATE - rename DiagnosticHandler trait to IntoDiagnostic | Jhonny Bill Mena | -2/+2 |
| 2022-09-19 | remove the `Subst` trait, always use `EarlyBinder` | lcnr | -1/+1 |
| 2022-09-16 | Rollup merge of #101782 - JhonnyBillM:refactor-symbol-mangling-diags-migratio... | Michael Howell | -32/+34 |
| 2022-09-13 | Address code review comments | Eric Holk | -4/+11 |
| 2022-09-13 | UPDATE - merge and avoid translations for symbol mangling test output | Jhonny Bill Mena | -32/+34 |
| 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/+18 |
| 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/+949 |
| 2022-07-23 | Add fine-grained LLVM CFI support to the Rust compiler | Ramon de C Valle | -43/+949 |
| 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-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-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 |