| Age | Commit message (Expand) | Author | Lines |
| 2025-01-06 | only avoid blaming assignments from argument patterns | dianne | -6/+1 |
| 2025-01-06 | make outlives constraints from generic arguments less boring | dianne | -1/+10 |
| 2025-01-06 | `best_blame_constraint`: prioritize blaming interesting-seeming constraints | dianne | -5/+2 |
| 2025-01-06 | remove the unused `ConstraintCategory::ClosureBounds` | dianne | -5/+0 |
| 2025-01-06 | `best_blame_constraint`: avoid blaming assignments without user-provided types | dianne | -1/+6 |
| 2025-01-01 | remove `allow_two_phase_borrow` | Rémy Rakic | -0/+2 |
| 2024-12-31 | Rollup merge of #134949 - compiler-errors:froms, r=jieyouxu | Stuart Cook | -3/+3 |
| 2024-12-31 | Convert some Into impls into From impls | Michael Goulet | -3/+3 |
| 2024-12-30 | Fix typos | NoName | -6/+6 |
| 2024-12-27 | MatchBranchSimplification: Consider empty-unreachable otherwise branch | clubby789 | -0/+11 |
| 2024-12-23 | Auto merge of #134465 - lcnr:type-verifier, r=compiler-errors | bors | -25/+75 |
| 2024-12-22 | Delete `Rvalue::Len` | Scott McMurray | -21/+0 |
| 2024-12-22 | Rollup merge of #134618 - RalfJung:coroutine-clone-comments, r=lqd | Matthias Krüger | -0/+5 |
| 2024-12-21 | Auto merge of #134268 - lqd:polonius-next, r=jackh726 | bors | -0/+1 |
| 2024-12-21 | coroutine_clone: add comments | Ralf Jung | -0/+5 |
| 2024-12-19 | Rollup merge of #134497 - Zalathar:spans, r=jieyouxu | Matthias Krüger | -19/+3 |
| 2024-12-19 | Rollup merge of #133702 - RalfJung:single-variant, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-12-19 | coverage: Store coverage source regions as `Span` until codegen | Zalathar | -19/+3 |
| 2024-12-18 | merge PlaceTy field_ty computation | lcnr | -18/+53 |
| 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 | Variants::Single: do not use invalid VariantIdx for uninhabited enums | Ralf Jung | -1/+1 |
| 2024-12-18 | extract main NLL MIR dump function | Rémy Rakic | -0/+1 |
| 2024-12-18 | Re-export more `rustc_span::symbol` things from `rustc_span`. | Nicholas Nethercote | -10/+6 |
| 2024-12-16 | rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures | Jonathan Dönszelmann | -1/+1 |
| 2024-12-14 | Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, r=davidtwco,R... | bors | -0/+3 |
| 2024-12-13 | Document the symbol Visibility enum | bjorn3 | -0/+12 |
| 2024-12-11 | Auto merge of #128004 - folkertdev:naked-fn-asm, r=Amanieu | bors | -1/+4 |
| 2024-12-10 | codegen `#[naked]` functions using `global_asm!` | Folkert | -1/+4 |
| 2024-12-10 | Rollup merge of #134029 - Zalathar:zero, r=oli-obk | León Orell Valerian Liehr | -29/+40 |
| 2024-12-09 | fix ICE on type error in promoted | Ralf Jung | -19/+29 |
| 2024-12-08 | coverage: Use a query to find counters/expressions that must be zero | Zalathar | -1/+12 |
| 2024-12-08 | coverage: Move `CoverageIdsInfo` into `mir::coverage` | Zalathar | -29/+29 |
| 2024-12-06 | Rollup merge of #133211 - Strophox:miri-correct-state-update-ffi, r=RalfJung | Matthias Krüger | -0/+50 |
| 2024-12-05 | extend Miri to correctly pass mutable pointers through FFI | Strophox | -0/+50 |
| 2024-12-03 | Bounds-check with PtrMetadata instead of Len in MIR | Scott McMurray | -0/+3 |
| 2024-12-02 | Rollup merge of #133704 - RalfJung:promoted-size-overflow-ice, r=compiler-errors | Guillaume Gomez | -17/+9 |
| 2024-12-01 | Rollup merge of #133446 - Zalathar:querify, r=cjgillot | Jacob Pratt | -5/+13 |
| 2024-12-01 | fix ICE when promoted has layout size overflow | Ralf Jung | -17/+9 |
| 2024-11-30 | coverage: Use a query to identify which counter/expression IDs are used | Zalathar | -3/+13 |
| 2024-11-30 | coverage: Allow niches in counter/expression IDs | Zalathar | -2/+0 |
| 2024-11-29 | Rollup merge of #133501 - lcnr:post-borrowck-analysis, r=compiler-errors | Matthias Krüger | -2/+3 |
| 2024-11-29 | Revert "Rollup merge of #133418 - Zalathar:spans, r=jieyouxu" | Zalathar | -3/+19 |
| 2024-11-28 | Auto merge of #123244 - Mark-Simulacrum:share-inline-never-generics, r=saethlin | bors | -0/+7 |
| 2024-11-28 | Share inline(never) generics across crates | Mark Rousskov | -0/+7 |
| 2024-11-28 | uplift fold_regions to rustc_type_ir | lcnr | -2/+3 |
| 2024-11-24 | coverage: Store coverage source regions as `Span` until codegen | Zalathar | -19/+3 |
| 2024-11-23 | remove remaining references to `Reveal` | lcnr | -2/+1 |
| 2024-11-23 | no more Reveal :( | lcnr | -5/+7 |
| 2024-11-20 | reduce false positives of tail-expr-drop-order from consumed values | Ding Xiang Fei | -0/+34 |