| Age | Commit message (Expand) | Author | Lines |
| 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 | Update books | rustbot | -0/+0 |
| 2024-09-09 | Auto merge of #128939 - bjorn3:windows_cg_clif_component, r=albertlarsan68 | bors | -13/+8 |
| 2024-09-09 | update `rust.verbose-tests` doc in `config.example.toml` | onur-ozkan | -1/+1 |
| 2024-09-09 | Stabilize `char::MIN` | okaneco | -4/+1 |
| 2024-09-09 | use verbose flag as a default value for `rust.verbose-tests` | onur-ozkan | -0/+12 |
| 2024-09-09 | Auto merge of #130135 - Kobzol:bootstrap-check-linker, r=onur-ozkan | bors | -3/+3 |
| 2024-09-09 | Auto merge of #130133 - workingjubilee:rollup-t5o827k, r=workingjubilee | bors | -979/+1264 |
| 2024-09-09 | do `PolyFnSig` -> `FnSig` conversion later | Folkert de Vries | -5/+8 |
| 2024-09-09 | Do not skip linker configuration for `check` builds | Jakub Beránek | -3/+3 |
| 2024-09-09 | Rollup merge of #130130 - RalfJung:miri-sync, r=RalfJung | Jubilee | -287/+523 |
| 2024-09-09 | Rollup merge of #130115 - eduardosm:needless-returns-libs, r=workingjubilee | Jubilee | -19/+20 |
| 2024-09-09 | Rollup merge of #130107 - RalfJung:const-ptr-is-null, r=oli-obk | Jubilee | -20/+46 |
| 2024-09-09 | Rollup merge of #130092 - zslayton:master, r=jieyouxu | Jubilee | -1/+1 |
| 2024-09-09 | Rollup merge of #130090 - RalfJung:result-copied, r=Noratrieb | Jubilee | -6/+18 |
| 2024-09-09 | Rollup merge of #130087 - RalfJung:option-const-iter, r=workingjubilee | Jubilee | -2/+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 #130068 - madsmtm:deployment-target-test, r=jieyouxu | Jubilee | -27/+177 |
| 2024-09-09 | Rollup merge of #130048 - nebulark:runmake_llvm_pdbutil, r=jieyouxu | Jubilee | -0/+24 |
| 2024-09-09 | Rollup merge of #130034 - alexcrichton:fix-some-wasm-component-ld-comments, r... | Jubilee | -44/+19 |
| 2024-09-09 | Rollup merge of #129876 - nnethercote:more-sysroot-rustc_codegen_gcc, r=Mark-... | Jubilee | -188/+8 |
| 2024-09-09 | Rollup merge of #128667 - its-the-shrimp:rustdoc_json_types_rename, r=aDotInT... | Jubilee | -375/+382 |
| 2024-09-09 | Rollup merge of #128345 - sthibaul:hurd-amd64, r=Urgau | Jubilee | -3/+35 |
| 2024-09-09 | Rollup merge of #119229 - mati865:update-mingw-toolchain, r=jieyouxu,petroche... | Jubilee | -2/+5 |
| 2024-09-09 | Auto merge of #129788 - onur-ozkan:incompatibility-check-for-llvm, r=Kobzol | bors | -34/+147 |
| 2024-09-09 | Fix ICE caused by missing span in a region error | Gurinder Singh | -3/+70 |
| 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 | Print a helpful message if any tests were skipped for being up-to-date | Zalathar | -0/+16 |
| 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 |
| 2024-09-09 | Remove an unnecessary `continue`. | Nicholas Nethercote | -1/+0 |
| 2024-09-09 | Use `let`/`else` to de-indent `ElaborateBoxDerefs::run_pass`. | Nicholas Nethercote | -47/+44 |
| 2024-09-09 | Simplify `verify_candidate_branch`. | Nicholas Nethercote | -37/+23 |