| Age | Commit message (Expand) | Author | Lines |
| 2024-02-28 | Rename `DiagnosticBuilder` as `Diag`. | Nicholas Nethercote | -3/+3 |
| 2024-02-27 | Auto merge of #121285 - nnethercote:delayed_bug-audit, r=lcnr | bors | -1/+1 |
| 2024-02-27 | Avoid `span_delayed_bug` on one path in `AdtDef::eval_explicit_discr`. | Nicholas Nethercote | -1/+1 |
| 2024-02-25 | remove platform-intrinsics ABI; make SIMD intrinsics be regular intrinsics | Ralf Jung | -4/+1 |
| 2024-02-23 | Rollup merge of #121470 - clubby789:anon-struct-in-enum, r=fmease | Matthias Krüger | -1/+9 |
| 2024-02-23 | Don't ICE on anonymous struct in enum variant | clubby789 | -1/+9 |
| 2024-02-22 | `DefId` to `LocalDefId` | lcnr | -1/+1 |
| 2024-02-20 | Expand weak alias types before collecting constrained and referenced late bou... | León Orell Valerian Liehr | -1/+1 |
| 2024-02-19 | Drive-by `DUMMY_SP` -> `Span` and fmt changes | Esteban Küber | -1/+1 |
| 2024-02-17 | Add more checks for `unnamed_field` during HIR analysis | clubby789 | -1/+9 |
| 2024-02-16 | Auto merge of #120500 - oli-obk:intrinsics2.0, r=WaffleLapkin | bors | -1/+1 |
| 2024-02-15 | Auto merge of #120931 - chenyukang:yukang-cleanup-hashmap, r=michaelwoerister | bors | -3/+3 |
| 2024-02-14 | clean up potential_query_instability with FxIndexMap and UnordMap | yukang | -3/+3 |
| 2024-02-13 | Store impl unsafety in impl trait header | Oli Scherer | -0/+1 |
| 2024-02-13 | Auto merge of #120919 - oli-obk:impl_polarity, r=compiler-errors | bors | -29/+23 |
| 2024-02-12 | Make the signature of equate_intrinsic_type support items other than `Foreign... | Oli Scherer | -1/+1 |
| 2024-02-12 | Remove impl_polarity query | Oli Scherer | -6/+0 |
| 2024-02-12 | Use a struct instead of a tuple | Oli Scherer | -3/+6 |
| 2024-02-12 | Make impl_trait_ref into a query also returning more information about the impl | Oli Scherer | -27/+24 |
| 2024-02-12 | Improve some codes according to the reviews | Frank King | -106/+126 |
| 2024-02-12 | Check representation of unnamed fields | Frank King | -1/+5 |
| 2024-02-12 | Lowering field access for anonymous adts | Frank King | -6/+20 |
| 2024-02-12 | check uniqueness of nested fields | Frank King | -65/+137 |
| 2024-02-12 | Lower anonymous structs or unions to HIR | Frank King | -8/+74 |
| 2024-02-10 | hir: Remove `hir::Map::{opt_parent_id,parent_id,get_parent,find_parent}` | Vadim Petrochenkov | -5/+2 |
| 2024-02-06 | More comments, final tweaks | Michael Goulet | -9/+2 |
| 2024-02-06 | Teach typeck/borrowck/solvers how to deal with async closures | Michael Goulet | -0/+31 |
| 2024-01-28 | hir: Use `InferArg` in `ArrayLen::Infer` | Vadim Petrochenkov | -2/+2 |
| 2024-01-18 | Don't forget that the lifetime on hir types is `'tcx` | Oli Scherer | -7/+7 |
| 2024-01-11 | Silence follow up errors if astconv already errored | Oli Scherer | -3/+12 |
| 2024-01-10 | Turn some free functions into methods | Oli Scherer | -46/+4 |
| 2024-01-04 | Replace a number of FxHashMaps/Sets with stable-iteration-order alternatives. | Michael Woerister | -1/+2 |
| 2023-12-26 | Auto merge of #119258 - compiler-errors:closure-kind, r=eholk | bors | -3/+7 |
| 2023-12-25 | Only regular coroutines have movability | Michael Goulet | -1/+1 |
| 2023-12-25 | Make closures carry their own ClosureKind, rather than deducing what it is fr... | Michael Goulet | -3/+7 |
| 2023-12-24 | Remove `Session` methods that duplicate `DiagCtxt` methods. | Nicholas Nethercote | -20/+20 |
| 2023-12-23 | Give `DiagnosticBuilder` a default type. | Nicholas Nethercote | -2/+2 |
| 2023-12-20 | Give `VariantData::Struct` named fields, to clairfy `recovered`. | Alona Enraght-Moony | -1/+1 |
| 2023-12-18 | Rename `Session::span_diagnostic` as `Session::dcx`. | Nicholas Nethercote | -1/+1 |
| 2023-12-15 | Annotate some bugs | Michael Goulet | -2/+2 |
| 2023-12-12 | Move some methods from `tcx.hir()` to `tcx` | zetanumbers | -7/+6 |
| 2023-12-05 | Remove `#[rustc_host]`, use internal desugaring | Deadbeef | -1/+1 |
| 2023-11-26 | rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle... | Vadim Petrochenkov | -5/+5 |
| 2023-11-21 | Fix `clippy::needless_borrow` in the compiler | Nilstrieb | -3/+3 |
| 2023-11-17 | rename bound region instantiation | lcnr | -1/+1 |
| 2023-11-14 | finish `RegionKind` rename | lcnr | -1/+1 |
| 2023-10-23 | Let's see what those opaque types actually are | Michael Goulet | -4/+6 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -3/+3 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -1/+1 |
| 2023-10-13 | Format all the let chains in compiler | Michael Goulet | -13/+18 |