| Age | Commit message (Expand) | Author | Lines |
| 2024-12-11 | coverage: Reify `CovfunRecord` as an intermediate step | Zalathar | -36/+45 |
| 2024-12-11 | coverage: Extract function metadata handling to a `covfun` submodule | Zalathar | -166/+206 |
| 2024-12-11 | Rename projection_def_id to item_def_id | Michael Goulet | -9/+9 |
| 2024-12-11 | Simplify `rustc_mir_dataflow::abs_domain`. | Nicholas Nethercote | -37/+11 |
| 2024-12-10 | Rudimentary heuristic to insert parentheses when needed for RPIT overcaptures... | Michael Goulet | -5/+30 |
| 2024-12-10 | emit `.weak_definition` instead of `.weak` on macos | Folkert de Vries | -28/+37 |
| 2024-12-10 | codegen `#[naked]` functions using `global_asm!` | Folkert | -17/+307 |
| 2024-12-10 | Remove more traces of anonymous ADTs | Michael Goulet | -31/+4 |
| 2024-12-10 | Rollup merge of #134115 - durin42:ppc64-target-string, r=jieyouxu | León Orell Valerian Liehr | -9/+14 |
| 2024-12-10 | Rollup merge of #134103 - compiler-errors:never-pat-range, r=oli-obk | León Orell Valerian Liehr | -1/+5 |
| 2024-12-10 | Rollup merge of #134094 - estebank:const-trait-errors, r=compiler-errors | León Orell Valerian Liehr | -9/+57 |
| 2024-12-10 | Rollup merge of #134042 - sayantn:power8-crypto, r=jieyouxu | León Orell Valerian Liehr | -0/+4 |
| 2024-12-10 | Silence `use foo::Bar;` error if `Bar` isn't found in `foo` and `foo.rs` has ... | Esteban Küber | -1/+6 |
| 2024-12-10 | Keep track of parse errors in `mod`s and don't emit resolve errors for paths ... | Esteban Küber | -57/+116 |
| 2024-12-10 | Don't check RPITITs that are Self:Sized for PointerLike | Michael Goulet | -0/+5 |
| 2024-12-10 | Implement projection and shim for AFIDT | Michael Goulet | -22/+330 |
| 2024-12-10 | Add feature gate, not working yet | Michael Goulet | -11/+51 |
| 2024-12-10 | Auto merge of #134125 - fmease:rollup-u38o3ob, r=fmease | bors | -257/+294 |
| 2024-12-10 | Rollup merge of #134065 - nnethercote:mv-write_graphviz_results, r=tmiasko | León Orell Valerian Liehr | -191/+182 |
| 2024-12-10 | Rollup merge of #134041 - clubby789:debugvis-sourcemap, r=jieyouxu | León Orell Valerian Liehr | -4/+3 |
| 2024-12-10 | Rollup merge of #134017 - compiler-errors:call-once-deduction, r=jieyouxu | León Orell Valerian Liehr | -8/+4 |
| 2024-12-10 | Rollup merge of #134008 - jswrenn:unsafe-fields-copy, r=compiler-errors | León Orell Valerian Liehr | -54/+96 |
| 2024-12-10 | Rollup merge of #133967 - daltenty:daltenty/bnoipath, r=jieyouxu | León Orell Valerian Liehr | -0/+9 |
| 2024-12-10 | rustc_target: ppc64 target string fixes for LLVM 20 | Augie Fackler | -9/+14 |
| 2024-12-10 | We don't need `NonNull::as_ptr` debuginfo | Scott McMurray | -4/+63 |
| 2024-12-10 | Try to evaluate constants in legacy mangling | Oli Scherer | -1/+28 |
| 2024-12-10 | Rollup merge of #134029 - Zalathar:zero, r=oli-obk | León Orell Valerian Liehr | -223/+169 |
| 2024-12-10 | Rollup merge of #134010 - RalfJung:promoted-type-error-ice, r=oli-obk | León Orell Valerian Liehr | -37/+50 |
| 2024-12-10 | Rollup merge of #133946 - Zalathar:ready-first, r=oli-obk | León Orell Valerian Liehr | -146/+125 |
| 2024-12-10 | Rollup merge of #133456 - clubby789:cargo-update, r=ChrisDenton | León Orell Valerian Liehr | -1/+1 |
| 2024-12-10 | Rollup merge of #131558 - sassman:feat/warnin-for-no-mangle-together-with-exp... | León Orell Valerian Liehr | -4/+73 |
| 2024-12-10 | Auto merge of #134096 - fmease:rollup-0asgoo8, r=fmease | bors | -37/+31 |
| 2024-12-10 | Validate self in host predicates correctly | Michael Goulet | -2/+9 |
| 2024-12-10 | Reorder some `Analysis` methods. | Nicholas Nethercote | -33/+33 |
| 2024-12-10 | Don't ICE when encountering never in pattern | Michael Goulet | -1/+5 |
| 2024-12-10 | Rename some `Analysis` and `ResultsVisitor` methods. | Nicholas Nethercote | -150/+148 |
| 2024-12-10 | Improve terminology in `elaborate_drops.rs`. | Nicholas Nethercote | -16/+16 |
| 2024-12-10 | Rename `EntrySets` as `EntryStates`. | Nicholas Nethercote | -21/+22 |
| 2024-12-10 | Call all `Domain` values `state`. | Nicholas Nethercote | -105/+105 |
| 2024-12-10 | Refer to a couple of domains indirectly. | Nicholas Nethercote | -3/+2 |
| 2024-12-10 | Remove lifetimes from `BorrowckDomain`. | Nicholas Nethercote | -41/+42 |
| 2024-12-10 | Remove unused dataflow trait impls and bounds. | Nicholas Nethercote | -64/+3 |
| 2024-12-10 | Fix an out-of-date comment. | Nicholas Nethercote | -1/+1 |
| 2024-12-10 | Tweak wording of non-const traits used as const bounds | Esteban Küber | -9/+57 |
| 2024-12-10 | Auto merge of #129514 - estebank:default-field-values, r=compiler-errors | bors | -181/+665 |
| 2024-12-09 | Rollup merge of #134084 - estebank:typo, r=compiler-errors | León Orell Valerian Liehr | -1/+1 |
| 2024-12-09 | Rollup merge of #134073 - DianQK:fix-131227, r=oli-obk | León Orell Valerian Liehr | -2/+7 |
| 2024-12-09 | Rollup merge of #134055 - RalfJung:interpret-alloc-dedup, r=oli-obk | León Orell Valerian Liehr | -34/+21 |
| 2024-12-09 | Rollup merge of #134043 - ehuss:unicode-version, r=jieyouxu | León Orell Valerian Liehr | -0/+2 |
| 2024-12-09 | Support x-crate default fields | Esteban Küber | -1/+13 |