| Age | Commit message (Expand) | Author | Lines |
| 2024-09-14 | Auto merge of #129753 - folkertdev:stabilize-const-extern-fn, r=RalfJung | bors | -122/+111 |
| 2024-09-14 | Auto merge of #129974 - cuviper:ci-llvm-19, r=Mark-Simulacrum | bors | -0/+67 |
| 2024-09-14 | Rollup merge of #130294 - nnethercote:more-lifetimes, r=lcnr | León Orell Valerian Liehr | -2/+2 |
| 2024-09-14 | Rollup merge of #130268 - RalfJung:simd-shuffle-idx-vector, r=compiler-errors | León Orell Valerian Liehr | -12/+1 |
| 2024-09-14 | stabilize `const_extern_fn` | Folkert de Vries | -122/+111 |
| 2024-09-14 | simd_shuffle: require index argument to be a vector | Ralf Jung | -12/+1 |
| 2024-09-14 | Auto merge of #130332 - Zalathar:rollup-eq0qvvy, r=Zalathar | bors | -43/+57 |
| 2024-09-14 | Rollup merge of #130306 - onur-ozkan:avoid-submodule-updates-in-tests, r=Kobzol | Stuart Cook | -0/+2 |
| 2024-09-14 | Rollup merge of #130302 - onur-ozkan:130040-with-fixes, r=Kobzol | Stuart Cook | -39/+47 |
| 2024-09-14 | Rollup merge of #130138 - Zalathar:initial-libdir, r=albertlarsan68 | Stuart Cook | -4/+8 |
| 2024-09-14 | Auto merge of #125419 - GuillaumeGomez:add-gcc-to-dist, r=Kobzol | bors | -42/+192 |
| 2024-09-13 | Auto merge of #130121 - lolbinarycat:bootstrap-warn-old-upstream-worktree, r=... | bors | -25/+47 |
| 2024-09-13 | Auto merge of #130312 - matthiaskrgr:rollup-ihwsc91, r=matthiaskrgr | bors | -6/+21 |
| 2024-09-13 | Rollup merge of #130305 - tspiteri:clippy-msrv-for-const_float_bits_conv, r=f... | Matthias Krüger | -6/+21 |
| 2024-09-13 | avoid updating LLVM submodule during bootstrap unit tests | onur-ozkan | -0/+2 |
| 2024-09-13 | Remove gcc changes for dist build | Guillaume Gomez | -12/+0 |
| 2024-09-13 | Auto merge of #130215 - RalfJung:interpret-simd, r=compiler-errors | bors | -147/+150 |
| 2024-09-13 | interpret: simplify SIMD type handling | Ralf Jung | -147/+150 |
| 2024-09-13 | handle transmutes in const context if msrvs::CONST_FLOAT_BITS_CONV | Trevor Spiteri | -9/+16 |
| 2024-09-13 | Revert "stabilize const_float_bits_conv" for src/tools/clippy/clippy_lints | Trevor Spiteri | -5/+13 |
| 2024-09-13 | Rollup merge of #130261 - onur-ozkan:#130242, r=Kobzol | Stuart Cook | -8/+4 |
| 2024-09-13 | Rollup merge of #130245 - RalfJung:miri-alloc-backtrace, r=Amanieu | Stuart Cook | -156/+65 |
| 2024-09-13 | add llvm-bitcode-linker and llvm-tools bins to ci-rustc's sysroot | onur-ozkan | -39/+47 |
| 2024-09-13 | Rename and reorder lots of lifetimes. | Nicholas Nethercote | -2/+2 |
| 2024-09-12 | Revert "Auto merge of #130040 - onur-ozkan:llvm-tools-with-ci-rustc, r=Kobzol" | Eric Huss | -121/+50 |
| 2024-09-12 | Auto merge of #130040 - onur-ozkan:llvm-tools-with-ci-rustc, r=Kobzol | bors | -50/+121 |
| 2024-09-12 | Rollup merge of #130256 - Zalathar:dump-stamp, r=jieyouxu | Stuart Cook | -0/+6 |
| 2024-09-12 | Rollup merge of #130252 - compiler-errors:const-gen, r=chenyukang | Stuart Cook | -1/+11 |
| 2024-09-12 | Rollup merge of #130156 - nebulark:test_buildinfo, r=jieyouxu | Stuart Cook | -0/+6 |
| 2024-09-12 | Rollup merge of #129367 - madsmtm:fix-apple-aarch64-deployment-targets, r=jie... | Stuart Cook | -2/+2 |
| 2024-09-12 | use `local-rebuild` instead of `BOOTSTRAP_SKIP_TARGET_SANITY` workaround | onur-ozkan | -7/+2 |
| 2024-09-12 | skip target sanity check when it's a `local-rebuild` | onur-ozkan | -1/+2 |
| 2024-09-12 | Auto merge of #117465 - paulmenage:small-data-limit, r=compiler-errors | bors | -0/+20 |
| 2024-09-12 | Re-run coverage tests if `coverage-dump` was modified | Zalathar | -0/+6 |
| 2024-09-11 | Remove unused functions from ast CoroutineKind | Michael Goulet | -1/+11 |
| 2024-09-11 | Rollup merge of #130239 - RalfJung:miri-ptr-offset-unsigned, r=compiler-errors | Jubilee | -0/+22 |
| 2024-09-11 | Rollup merge of #129696 - RalfJung:stdarch, r=Amanieu | Jubilee | -9/+14 |
| 2024-09-11 | make basic allocation functions track_caller in Miri for nicer backtraces | Ralf Jung | -156/+65 |
| 2024-09-11 | unify `llvm-bitcode-linker`, `wasm-component-ld` and llvm-tools logics | onur-ozkan | -50/+121 |
| 2024-09-11 | miri: fix overflow detection for unsigned pointer offset | Ralf Jung | -0/+22 |
| 2024-09-11 | Rollup merge of #130161 - onur-ozkan:fmt-changed-files, r=Kobzol,RalfJung | Matthias Krüger | -58/+79 |
| 2024-09-11 | Auto merge of #130212 - DianQK:llvm-19, r=nikic | bors | -0/+0 |
| 2024-09-11 | miri: support vector index arguments in simd_shuffle | Ralf Jung | -9/+14 |
| 2024-09-11 | document the new git logic in more detail | onur-ozkan | -5/+18 |
| 2024-09-11 | Auto merge of #129975 - notriddle:notriddle/lint-skip, r=GuillaumeGomez | bors | -202/+184 |
| 2024-09-11 | Update LLVM to 19 327ca6c | DianQK | -0/+0 |
| 2024-09-10 | Auto merge of #129403 - scottmcm:only-array-simd, r=compiler-errors | bors | -30/+30 |
| 2024-09-10 | Add -Z small-data-threshold | Paul Menage | -0/+20 |
| 2024-09-10 | skip formatting if no files have been modified | onur-ozkan | -0/+5 |
| 2024-09-10 | handle `GitConfig` for `tools/compiletest` | onur-ozkan | -2/+11 |