| Age | Commit message (Expand) | Author | Lines |
| 2024-04-01 | Fix error message for `env!` when env var is not valid Unicode | beetrees | -1/+23 |
| 2024-03-31 | Rollup merge of #123180 - Oneirical:master, r=Mark-Simulacrum | Jubilee | -1/+14 |
| 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 | -192/+220 |
| 2024-03-31 | Rollup merge of #123260 - RalfJung:miri, r=RalfJung | Matthias Krüger | -186/+214 |
| 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 | -1/+1 |
| 2024-03-31 | Merge from rustc | The Miri Cronjob Bot | -2/+4 |
| 2024-03-31 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-03-30 | Rewrite core-no-fp-fmt-parse in Rust | Oneirical | -1/+14 |
| 2024-03-30 | Auto merge of #3434 - RalfJung:stacked-borrows-cache-consistency, r=RalfJung | bors | -10/+18 |
| 2024-03-30 | cotrol stacked borrows consistency check with its own feature flag | Ralf Jung | -10/+18 |
| 2024-03-30 | move tests away from the slow Windows builder | Ralf Jung | -2/+2 |
| 2024-03-30 | run GC stress test only for host tests | Ralf Jung | -2/+2 |
| 2024-03-30 | Auto merge of #3430 - RalfJung:doc, r=RalfJung | bors | -5/+5 |
| 2024-03-30 | make some doc comments not doc tests | Ralf Jung | -5/+5 |
| 2024-03-30 | bump tracing-tree to 0.3 | klensy | -1/+1 |
| 2024-03-30 | Rollup merge of #123224 - pacak:better-error-message, r=compiler-errors | Matthias Krüger | -1/+3 |
| 2024-03-30 | Merge from rustc | The Miri Cronjob Bot | -79/+160 |
| 2024-03-30 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-03-30 | Auto merge of #121948 - Gankra:stab-align, r=dtolnay | bors | -1/+1 |
| 2024-03-29 | compiletest: print reason for failing to read tests | Michael Baikov | -1/+3 |
| 2024-03-30 | Auto merge of #120557 - n8henrie:issue_120553, r=Mark-Simulacrum | bors | -0/+43 |
| 2024-03-29 | Add rust-lldb pretty printing for Path and PathBuf | Nathan Henrie | -0/+43 |
| 2024-03-29 | stabilize ptr.is_aligned, move ptr.is_aligned_to to a new feature gate | Aria Beingessner | -1/+1 |
| 2024-03-29 | Auto merge of #123208 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-03-29 | Update cargo | Weihang Lo | -0/+0 |
| 2024-03-29 | Auto merge of #122520 - scottmcm:stabilize_unchecked_math_basics, r=jhpratt | bors | -8/+0 |
| 2024-03-29 | Auto merge of #123194 - matthiaskrgr:rollup-vhdc8hw, r=matthiaskrgr | bors | -2/+2 |
| 2024-03-29 | Rollup merge of #123186 - onur-ozkan:llvm-library-bug, r=Kobzol | Matthias Krüger | -2/+2 |
| 2024-03-29 | Auto merge of #122450 - Urgau:simplify-trim-paths-feature, r=michaelwoerister | bors | -6/+4 |
| 2024-03-29 | Auto merge of #123080 - Jules-Bertholet:mut-ref-mut, r=Nadrieril | bors | -63/+111 |
| 2024-03-29 | Log BOLT args in bootstrap `rustc` shim | Jakub Beránek | -6/+6 |
| 2024-03-29 | copy any file from stage0/lib to stage0-sysroot/lib | onur-ozkan | -2/+2 |
| 2024-03-29 | Merge from rustc | The Miri Cronjob Bot | -229/+938 |
| 2024-03-29 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-03-29 | Auto merge of #122671 - Mark-Simulacrum:const-panic-msg, r=Nilstrieb | bors | -2/+10 |
| 2024-03-28 | Auto merge of #123178 - Nilstrieb:🥷-build, r=Mark-Simulacrum | bors | -1/+1 |
| 2024-03-28 | Update ninja on Windows | Nilstrieb | -1/+1 |
| 2024-03-28 | Make local_crate_source_file return a RealFileName | Urgau | -1/+1 |
| 2024-03-28 | Simplify trim-paths feature by merging all debuginfo options together | Urgau | -5/+3 |
| 2024-03-28 | Rollup merge of #123162 - GuillaumeGomez:fix-123158, r=notriddle | Matthias Krüger | -1/+12 |
| 2024-03-28 | Rollup merge of #123146 - jieyouxu:use-compiletest-directives, r=clubby789 | Matthias Krüger | -3/+10 |