| Age | Commit message (Expand) | Author | Lines |
| 2024-04-01 | set miri sysroots inside Cargo::new | Ralf Jung | -7/+13 |
| 2024-04-01 | Auto merge of #123192 - RalfJung:bootstrap-test-miri, r=onur-ozkan | bors | -135/+174 |
| 2024-04-01 | Auto merge of #122663 - beetrees:non-unicode-env-error, r=TaKO8Ki | bors | -23/+92 |
| 2024-04-01 | Fix error message for `env!` when env var is not valid Unicode | beetrees | -23/+92 |
| 2024-04-01 | Auto merge of #122972 - beetrees:use-align-type, r=fee1-dead | bors | -26/+74 |
| 2024-04-01 | Use the `Align` type when parsing alignment attributes | beetrees | -26/+74 |
| 2024-03-31 | Auto merge of #123270 - JaniM:janim/string-alloc-doc, r=workingjubilee | bors | -3/+3 |
| 2024-03-31 | checktools: make it easier to trace what is happening | Ralf Jung | -0/+1 |
| 2024-03-31 | fix not finding the right libraries on Windows | Ralf Jung | -3/+9 |
| 2024-04-01 | doc: mention heap allocation earlier in String docs | Jani Mustonen | -3/+3 |
| 2024-03-31 | Auto merge of #123299 - workingjubilee:rollup-2z8amaj, r=workingjubilee | bors | -6/+69 |
| 2024-03-31 | Rollup merge of #123295 - BoxyUwU:boxy_compiler_reviews, r=Mark-Simulacrum | Jubilee | -0/+1 |
| 2024-03-31 | Rollup merge of #123271 - JaniM:janim/sliceindex-doc, r=Nilstrieb | Jubilee | -0/+11 |
| 2024-03-31 | Rollup merge of #123268 - RalfJung:dont-freeze, r=Nilstrieb | Jubilee | -0/+7 |
| 2024-03-31 | Rollup merge of #123267 - devnexen:thread_get_name_haiku, r=joboet | Jubilee | -1/+19 |
| 2024-03-31 | Rollup merge of #123180 - Oneirical:master, r=Mark-Simulacrum | Jubilee | -5/+31 |
| 2024-03-31 | warn against implementing Freeze | Ralf Jung | -0/+7 |
| 2024-03-31 | beep boop | Boxy | -0/+1 |
| 2024-03-31 | Auto merge of #123266 - RalfJung:catch-panic, r=workingjubilee | bors | -0/+3 |
| 2024-03-31 | add FIXME for making the cargo cmd properly typed | Ralf Jung | -5/+5 |
| 2024-03-31 | move parallel_compiler handling into prepare_tool_cargo so that it is done ev... | Ralf Jung | -16/+11 |
| 2024-03-31 | remove a pointless env var | Ralf Jung | -4/+0 |
| 2024-03-31 | shift Miri's stage so that it matches other rustc-based tools | Ralf Jung | -57/+74 |
| 2024-03-31 | bootstrap/rustc: remove a miri hack | Ralf Jung | -1/+1 |
| 2024-03-31 | cargo-miri: better debug output; reorder a comment to make it less confusing | Ralf Jung | -6/+10 |
| 2024-03-31 | std::thread: adding get_name haiku implementation. | David Carlier | -1/+19 |
| 2024-03-31 | Auto merge of #121851 - michaelwoerister:mcp-533-effective-vis, r=cjgillot | bors | -51/+6 |
| 2024-03-31 | doc: describe panic conditions for SliceIndex implementations | Jani Mustonen | -0/+11 |
| 2024-03-31 | Auto merge of #123246 - Kobzol:tarball-reproducible, r=Mark-Simulacrum | bors | -29/+58 |
| 2024-03-31 | Sort directories when generating tarballs | Jakub Beránek | -1/+4 |
| 2024-03-31 | Make tarball generation more deterministic | Jakub Beránek | -2/+5 |
| 2024-03-31 | Remove potential `__pycache__` directories from src tarballs | Jakub Beránek | -0/+14 |
| 2024-03-31 | Checkout all submodules when building source tarballs | Jakub Beránek | -3/+3 |
| 2024-03-31 | Move submodule lookup to `Builder` | Jakub Beránek | -23/+32 |
| 2024-03-31 | Auto merge of #123264 - matthiaskrgr:rollup-smyy7j9, r=matthiaskrgr | bors | -265/+260 |
| 2024-03-31 | catch_panic: warn about panicking payload drop | Ralf Jung | -0/+3 |
| 2024-03-31 | Rollup merge of #123260 - RalfJung:miri, r=RalfJung | Matthias Krüger | -186/+214 |
| 2024-03-31 | Rollup merge of #123242 - Nadrieril:require-contiguous-enum-indices, r=compil... | Matthias Krüger | -52/+8 |
| 2024-03-31 | Rollup merge of #123211 - compiler-errors:V, r=estebank | Matthias Krüger | -21/+32 |
| 2024-03-31 | Rollup merge of #123189 - Kobzol:rustc-shim-log, r=onur-ozkan | Matthias Krüger | -6/+6 |
| 2024-03-31 | Auto merge of #123258 - lnicola:sync-from-ra, r=lnicola | bors | -3632/+5731 |
| 2024-03-31 | Merge commit 'f5a9250147f6569d8d89334dc9cca79c0322729f' into sync-from-ra | Laurențiu Nicola | -3632/+5731 |
| 2024-03-31 | Auto merge of #123236 - klensy:tracing-tree-bump, r=Mark-Simulacrum | bors | -20/+18 |
| 2024-03-31 | Auto merge of #3435 - rust-lang:rustup-2024-03-31, r=saethlin | bors | -714/+1386 |
| 2024-03-31 | Merge from rustc | The Miri Cronjob Bot | -713/+1385 |
| 2024-03-31 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-03-31 | Auto merge of #123233 - devnexen:thread_get_name_bsd, r=joboet | bors | -1/+8 |
| 2024-03-31 | Auto merge of #122459 - Nadrieril:sort-eq, r=oli-obk | bors | -131/+255 |
| 2024-03-31 | Auto merge of #123181 - stepancheg:pointee-metadata-debug, r=the8472,Amanieu | bors | -2/+10 |
| 2024-03-30 | Rewrite core-no-fp-fmt-parse in Rust | Oneirical | -5/+31 |