| Age | Commit message (Expand) | Author | Lines |
| 2024-09-18 | Add Tests | Veera | -0/+82 |
| 2024-09-10 | Auto merge of #130200 - matthiaskrgr:rollup-2g4ijc5, r=matthiaskrgr | bors | -745/+740 |
| 2024-09-10 | Rollup merge of #130185 - RalfJung:abi-compat-repr-c-wrappers, r=compiler-errors | Matthias Krüger | -41/+11 |
| 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 | Rollup merge of #130173 - fmease:rustdoc-regression-tests, r=notriddle | Matthias Krüger | -0/+52 |
| 2024-09-10 | Rollup merge of #130143 - RalfJung:miri-test-libstd, r=compiler-errors | Matthias Krüger | -2/+6 |
| 2024-09-10 | Auto merge of #130025 - Urgau:missing_docs-expect, r=petrochenkov | bors | -7/+41 |
| 2024-09-10 | abi/compatibility test: remove tests inside repr(C) wrappers | Ralf Jung | -41/+11 |
| 2024-09-10 | Auto merge of #129337 - EtomicBomb:rfc, r=notriddle | bors | -169/+953 |
| 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 | -100/+265 |
| 2024-09-09 | Rollup merge of #130164 - RalfJung:const_ptr_as_ref, r=dtolnay | Jubilee | -16/+16 |
| 2024-09-09 | Rollup merge of #130162 - onur-ozkan:bump-ci-llvm-stamp, r=Kobzol | Jubilee | -1/+1 |
| 2024-09-09 | Rollup merge of #130152 - krasimirgg:nsan, r=nikic | Jubilee | -0/+1 |
| 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 | -6/+60 |
| 2024-09-09 | Rollup merge of #130132 - sunshowers:illumos-sigsegv, r=Noratrieb | Jubilee | -4/+11 |
| 2024-09-09 | Rollup merge of #130094 - workingjubilee:concurrency-is-real, r=lcnr | Jubilee | -4/+72 |
| 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 | -4/+53 |
| 2024-09-09 | Rollup merge of #129473 - Urgau:fix-llvm-if-unchanged, r=onur-ozkan | Jubilee | -3/+13 |
| 2024-09-09 | Rollup merge of #128316 - GrigorenkoPV:io_error_a_bit_more, r=dtolnay | Jubilee | -16/+16 |
| 2024-09-10 | Auto merge of #129778 - RalfJung:interp-lossy-typed-copy, r=saethlin | bors | -310/+1246 |
| 2024-09-09 | Auto merge of #129789 - notriddle:notriddle/inline-stmt-local, r=GuillaumeGomez | bors | -197/+215 |
| 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 | rustdoc: add two regression tests | León Orell Valerian Liehr | -0/+52 |
| 2024-09-09 | compiler: Inform the solver of concurrency | Jubilee Young | -4/+72 |
| 2024-09-09 | Auto merge of #130165 - matthiaskrgr:rollup-fsnmz3t, r=matthiaskrgr | bors | -598/+662 |
| 2024-09-09 | Rollup merge of #130158 - rustbot:docs-update, r=ehuss | Matthias Krüger | -0/+0 |
| 2024-09-09 | Rollup merge of #130154 - okaneco:stabilize_char_min, r=cuviper | Matthias Krüger | -4/+1 |
| 2024-09-09 | Rollup merge of #130153 - onur-ozkan:verbose-to-verbose-tests, r=Kobzol | Matthias Krüger | -1/+13 |
| 2024-09-09 | Rollup merge of #130137 - gurry:master, r=cjgillot | Matthias Krüger | -3/+70 |
| 2024-09-09 | Rollup merge of #130131 - Zalathar:up-to-date, r=Kobzol | Matthias Krüger | -2/+21 |
| 2024-09-09 | Rollup merge of #130067 - madsmtm:clean-up-fs-test, r=ChrisDenton | Matthias Krüger | -18/+0 |
| 2024-09-09 | Rollup merge of #130064 - folkertdev:fix-issue-129983, r=compiler-errors | Matthias Krüger | -11/+71 |
| 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 | move const fn with a null check into const_ptr_is_null gate | Ralf Jung | -3/+3 |
| 2024-09-09 | move some const fn out of the const_ptr_as_ref feature | Ralf Jung | -13/+13 |
| 2024-09-09 | bump download-ci-llvm-stamp | onur-ozkan | -1/+1 |