| Age | Commit message (Expand) | Author | Lines |
| 2024-12-18 | mir: require `is_cleanup` when creating `BasicBlockData` | DianQK | -2/+2 |
| 2024-12-18 | get_ambient_variance to inherent method | lcnr | -7/+22 |
| 2024-12-18 | make no-variant types a dedicated Variants variant | Ralf Jung | -12/+12 |
| 2024-12-18 | Variants::Single: do not use invalid VariantIdx for uninhabited enums | Ralf Jung | -6/+9 |
| 2024-12-18 | extract main NLL MIR dump function | Rémy Rakic | -0/+1 |
| 2024-12-18 | Auto merge of #134243 - nnethercote:re-export-more-rustc_span, r=jieyouxu | bors | -60/+41 |
| 2024-12-18 | Re-export more `rustc_span::symbol` things from `rustc_span`. | Nicholas Nethercote | -60/+41 |
| 2024-12-17 | Clarify the match ergonomics 2024 migration lint's output | dianne | -5/+8 |
| 2024-12-17 | Rollup merge of #133265 - the8472:extract-if-ranges, r=cuviper | Matthias Krüger | -1/+1 |
| 2024-12-17 | Auto merge of #134381 - jdonszelmann:move-attribute-types, r=oli-obk | bors | -19/+19 |
| 2024-12-17 | small refactor to region error handling | lcnr | -10/+7 |
| 2024-12-17 | Auto merge of #134302 - bjorn3:remove_driver_queries, r=oli-obk,jieyouxu | bors | -44/+35 |
| 2024-12-16 | update uses of extract_if in the compiler | The 8472 | -1/+1 |
| 2024-12-16 | rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures | Jonathan Dönszelmann | -17/+17 |
| 2024-12-16 | split attributes | Jonathan Dönszelmann | -2/+2 |
| 2024-12-15 | Add hir::Attribute | Jonathan Dönszelmann | -37/+49 |
| 2024-12-15 | Rollup merge of #134285 - oli-obk:push-vwrqsqlwnuxo, r=Urgau | Stuart Cook | -6/+6 |
| 2024-12-15 | Auto merge of #134318 - matthiaskrgr:rollup-jda0jkx, r=matthiaskrgr | bors | -2/+21 |
| 2024-12-14 | Rollup merge of #132939 - uellenberg:suggest-deref, r=oli-obk | Matthias Krüger | -2/+21 |
| 2024-12-14 | Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, r=davidtwco,R... | bors | -0/+3 |
| 2024-12-14 | Add some convenience helper methods on `hir::Safety` | Oli Scherer | -6/+6 |
| 2024-12-14 | Immediately enter in TyCtxt::create_global_ctxt | bjorn3 | -31/+22 |
| 2024-12-14 | Move GlobalCtxt::finish to TyCtxt | bjorn3 | -13/+13 |
| 2024-12-14 | Auto merge of #134185 - compiler-errors:impl-trait-in-bindings, r=oli-obk | bors | -6/+41 |
| 2024-12-14 | Auto merge of #134294 - matthiaskrgr:rollup-anh6io8, r=matthiaskrgr | bors | -8/+21 |
| 2024-12-14 | (Re-)Implement impl_trait_in_bindings | Michael Goulet | -6/+19 |
| 2024-12-14 | Split UserTypeAnnotation to have a kind | Michael Goulet | -5/+27 |
| 2024-12-14 | Rollup merge of #134265 - compiler-errors:ty_def_id, r=oli-obk | Matthias Krüger | -8/+9 |
| 2024-12-14 | Rollup merge of #134261 - bjorn3:document_symbol_visibility, r=lqd | Matthias Krüger | -0/+12 |
| 2024-12-14 | Rollup merge of #134251 - bjorn3:various_cleanups2, r=oli-obk | Matthias Krüger | -1/+2 |
| 2024-12-13 | Auto merge of #134269 - matthiaskrgr:rollup-fkshwux, r=matthiaskrgr | bors | -4/+4 |
| 2024-12-13 | Suggest using deref in patterns | uellenberg | -2/+21 |
| 2024-12-13 | Auto merge of #133099 - RalfJung:forbidden-hardfloat-features, r=workingjubilee | bors | -1/+1 |
| 2024-12-13 | Document the symbol Visibility enum | bjorn3 | -0/+12 |
| 2024-12-13 | Rename ty_def_id so people will stop using it by accident | Michael Goulet | -8/+9 |
| 2024-12-13 | Rollup merge of #134130 - bjorn3:prepare_driver_query_removal, r=oli-obk | Matthias Krüger | -4/+4 |
| 2024-12-13 | Auto merge of #134122 - oli-obk:push-zqnyznxtpnll, r=petrochenkov | bors | -10/+22 |
| 2024-12-13 | Make dependency_formats an FxIndexMap rather than a list of tuples | bjorn3 | -1/+2 |
| 2024-12-12 | Auto merge of #132961 - adetaylor:arbitrary-self-types-the-big-bit, r=compile... | bors | -1/+11 |
| 2024-12-12 | Move impl constness into impl trait header | Oli Scherer | -8/+8 |
| 2024-12-12 | Rollup merge of #133122 - compiler-errors:afidt, r=oli-obk | Matthias Krüger | -17/+116 |
| 2024-12-12 | Remove 'tcx lifetime from QuerySystemFns | bjorn3 | -4/+4 |
| 2024-12-11 | Auto merge of #128004 - folkertdev:naked-fn-asm, r=Amanieu | bors | -1/+4 |
| 2024-12-11 | generalize 'forbidden feature' concept so that even (un)stable feature can be... | Ralf Jung | -1/+1 |
| 2024-12-11 | Arbitrary self types v2: use Receiver trait | Adrian Taylor | -1/+11 |
| 2024-12-11 | Require the `constness` query to only be invoked on things that can have cons... | Oli Scherer | -3/+15 |
| 2024-12-11 | Rename projection_def_id to item_def_id | Michael Goulet | -1/+1 |
| 2024-12-10 | codegen `#[naked]` functions using `global_asm!` | Folkert | -1/+4 |
| 2024-12-10 | Implement projection and shim for AFIDT | Michael Goulet | -17/+116 |
| 2024-12-10 | Auto merge of #134125 - fmease:rollup-u38o3ob, r=fmease | bors | -5/+10 |