| Age | Commit message (Expand) | Author | Lines |
| 2024-09-10 | Auto merge of #130200 - matthiaskrgr:rollup-2g4ijc5, r=matthiaskrgr | bors | -702/+671 |
| 2024-09-10 | Rollup merge of #130184 - Zalathar:counters, r=compiler-errors | Matthias Krüger | -132/+102 |
| 2024-09-10 | Rollup merge of #130175 - nnethercote:rustc_mir_transform-cleanups-3, r=saethlin | Matthias Krüger | -570/+569 |
| 2024-09-10 | Auto merge of #130025 - Urgau:missing_docs-expect, r=petrochenkov | bors | -7/+4 |
| 2024-09-10 | coverage: Avoid referring to "operands" in counter creation | Zalathar | -8/+8 |
| 2024-09-10 | coverage: Avoid referring to out-edges as "branches" | Zalathar | -97/+80 |
| 2024-09-10 | coverage: Avoid referring to "coverage spans" in counter creation | Zalathar | -28/+15 |
| 2024-09-10 | Auto merge of #130179 - workingjubilee:rollup-l78cv44, r=workingjubilee | bors | -51/+84 |
| 2024-09-09 | Rollup merge of #130149 - GrigorenkoPV:lifetime-suggestion, r=cjgillot | Jubilee | -29/+15 |
| 2024-09-09 | Rollup merge of #130146 - folkertdev:bootstrap-naked-asm, r=Amanieu | Jubilee | -0/+40 |
| 2024-09-09 | Rollup merge of #130094 - workingjubilee:concurrency-is-real, r=lcnr | Jubilee | -4/+21 |
| 2024-09-09 | Rollup merge of #129981 - nnethercote:rm-serialize_bitcode, r=antoyo,tmiasko | Jubilee | -17/+7 |
| 2024-09-09 | Rollup merge of #129529 - lqd:stable-new-solver, r=Kobzol | Jubilee | -1/+1 |
| 2024-09-10 | Auto merge of #129778 - RalfJung:interp-lossy-typed-copy, r=saethlin | bors | -297/+737 |
| 2024-09-10 | Make `check_live_drops` into a `MirLint`. | Nicholas Nethercote | -3/+19 |
| 2024-09-10 | Remove references from some structs. | Nicholas Nethercote | -64/+56 |
| 2024-09-10 | Use `IndexVec::from_raw` to construct a const `IndexVec`. | Nicholas Nethercote | -3/+2 |
| 2024-09-10 | Add a useful comment about `PromoteTemps`. | Nicholas Nethercote | -0/+1 |
| 2024-09-10 | Add a useful comment. | Nicholas Nethercote | -0/+2 |
| 2024-09-10 | Clarify a comment. | Nicholas Nethercote | -1/+1 |
| 2024-09-10 | Inline and remove some functions. | Nicholas Nethercote | -395/+344 |
| 2024-09-10 | Improve comment formatting. | Nicholas Nethercote | -111/+151 |
| 2024-09-09 | compiler: Inform the solver of concurrency | Jubilee Young | -4/+21 |
| 2024-09-09 | Auto merge of #130165 - matthiaskrgr:rollup-fsnmz3t, r=matthiaskrgr | bors | -565/+506 |
| 2024-09-09 | Rollup merge of #130137 - gurry:master, r=cjgillot | Matthias Krüger | -3/+11 |
| 2024-09-09 | Rollup merge of #130064 - folkertdev:fix-issue-129983, r=compiler-errors | Matthias Krüger | -3/+9 |
| 2024-09-09 | Rollup merge of #130022 - nnethercote:dataflow-borrowck-lifetimes, r=oli-obk | Matthias Krüger | -248/+209 |
| 2024-09-09 | Rollup merge of #129929 - nnethercote:rustc_mir_transform-cleanups-2, r=cjgillot | Matthias Krüger | -311/+277 |
| 2024-09-09 | Auto merge of #128939 - bjorn3:windows_cg_clif_component, r=albertlarsan68 | bors | -1/+1 |
| 2024-09-09 | Allow `missing_docs` lint on the generated test harness | Urgau | -1/+4 |
| 2024-09-09 | union padding computation: add fast-path for ZST | Ralf Jung | -12/+28 |
| 2024-09-09 | Helper function for formatting with `LifetimeSuggestionPosition` | Pavel Grigorenko | -29/+15 |
| 2024-09-09 | bootstrap `naked_asm!` for `compiler-builtins` | Folkert de Vries | -0/+40 |
| 2024-09-09 | do `PolyFnSig` -> `FnSig` conversion later | Folkert de Vries | -5/+8 |
| 2024-09-09 | Rollup merge of #130092 - zslayton:master, r=jieyouxu | Jubilee | -1/+1 |
| 2024-09-09 | Rollup merge of #130070 - gurry:rename-regionkind-addof-to-ref, r=compiler-er... | Jubilee | -5/+5 |
| 2024-09-09 | Rollup merge of #129876 - nnethercote:more-sysroot-rustc_codegen_gcc, r=Mark-... | Jubilee | -188/+8 |
| 2024-09-09 | Rollup merge of #128345 - sthibaul:hurd-amd64, r=Urgau | Jubilee | -0/+27 |
| 2024-09-09 | Fix ICE caused by missing span in a region error | Gurinder Singh | -3/+11 |
| 2024-09-09 | Remove unnecessary lifetime from `StorageConflictVisitor`. | Nicholas Nethercote | -8/+8 |
| 2024-09-09 | Remove `Elaborator`. | Nicholas Nethercote | -36/+24 |
| 2024-09-09 | Remove `Gatherer`. | Nicholas Nethercote | -46/+29 |
| 2024-09-09 | Rename some lifetimes. | Nicholas Nethercote | -5/+5 |
| 2024-09-09 | Remove unnecessary lifetime from `OperandCollector`. | Nicholas Nethercote | -4/+4 |
| 2024-09-09 | Remove unnecessary lifetime in `PlaceCollector`. | Nicholas Nethercote | -4/+4 |
| 2024-09-09 | Remove unnecessary lifetimes in dataflow structs. | Nicholas Nethercote | -151/+141 |
| 2024-09-09 | Improve consistency in `LowerIntrinsics`. | Nicholas Nethercote | -62/+63 |
| 2024-09-09 | Use `LocalDecls` in a couple of places. | Nicholas Nethercote | -4/+2 |
| 2024-09-09 | Make `CallSite` non-`Copy`. | Nicholas Nethercote | -1/+1 |
| 2024-09-09 | Remove some unnecessary dereferences. | Nicholas Nethercote | -3/+3 |