| Age | Commit message (Expand) | Author | Lines |
| 2024-04-28 | Rollup merge of #123248 - Mark-Simulacrum:relnotes, r=Mark-Simulacrum | Matthias Krüger | -0/+120 |
| 2024-04-27 | 1.78 release notes | Mark Rousskov | -0/+120 |
| 2024-04-27 | Auto merge of #124448 - matthiaskrgr:rollup-iloy9vz, r=matthiaskrgr | bors | -176/+232 |
| 2024-04-27 | Rollup merge of #124445 - Enselic:global-true, r=onur-ozkan | Matthias Krüger | -40/+40 |
| 2024-04-27 | Rollup merge of #124443 - tbu-:pr_statx_enosys_comment, r=workingjubilee | Matthias Krüger | -8/+4 |
| 2024-04-27 | Rollup merge of #124437 - linyihai:doc-link-typeck, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-04-27 | Rollup merge of #124434 - GKFX:remove-lazy-dependencies, r=jieyouxu | Matthias Krüger | -112/+80 |
| 2024-04-27 | Rollup merge of #124425 - saethlin:ceci-nest-pas-une-ice, r=compiler-errors | Matthias Krüger | -6/+55 |
| 2024-04-27 | Rollup merge of #124394 - gurry:123863-ice-unexpected-region, r=lcnr | Matthias Krüger | -6/+49 |
| 2024-04-27 | Rollup merge of #124370 - ShE3py:substitution-part-offset, r=fee1-dead | Matthias Krüger | -3/+3 |
| 2024-04-27 | Auto merge of #124405 - RalfJung:miri-core-alloc-tests, r=clubby789 | bors | -3/+0 |
| 2024-04-27 | bootstrap: Change `global(true)` to `global = true` for flags for consistency | Martin Nordholts | -40/+40 |
| 2024-04-27 | Elaborate in comment about `statx` probe | Tobias Bucher | -8/+4 |
| 2024-04-27 | Auto merge of #124432 - zetanumbers:non_copy_into_raw_with_alloc, r=Nilstrieb | bors | -7/+4 |
| 2024-04-27 | doc: Replace mod.rs with the appropriate link | Lin Yihai | -1/+1 |
| 2024-04-27 | Remove lazycell and once_cell from compiletest dependencies | George Bateman | -112/+80 |
| 2024-04-27 | Auto merge of #124430 - RalfJung:miri, r=RalfJung | bors | -568/+675 |
| 2024-04-27 | Relax `A: Clone` bound for `rc::Weak::into_raw_and_alloc` | Daria Sukhonina | -7/+4 |
| 2024-04-27 | Auto merge of #124428 - matthiaskrgr:rollup-sk5z4z8, r=matthiaskrgr | bors | -391/+498 |
| 2024-04-27 | Rollup merge of #124427 - gurry:122191-unhandled-type, r=matthiaskrgr | Matthias Krüger | -0/+76 |
| 2024-04-27 | Rollup merge of #124387 - workingjubilee:use-raw-pointers-in-thread-locals, r... | Matthias Krüger | -9/+12 |
| 2024-04-27 | Rollup merge of #124382 - petrochenkov:itemvisit, r=lcnr | Matthias Krüger | -382/+410 |
| 2024-04-27 | Add missing tests for an ICE | Gurinder Singh | -0/+76 |
| 2024-04-27 | Fix ICE on invalid const param types | Gurinder Singh | -6/+49 |
| 2024-04-26 | Do not ICE on invalid consts when walking mono-reachable blocks | Ben Kimock | -6/+55 |
| 2024-04-27 | Auto merge of #124416 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-04-26 | thread_local: refine LazyKeyInner::take safety doc | Jubilee | -1/+1 |
| 2024-04-27 | Auto merge of #124424 - jhpratt:rollup-o3ngkjy, r=jhpratt | bors | -380/+558 |
| 2024-04-26 | Rollup merge of #124410 - RalfJung:path-buf-transmute, r=Nilstrieb | Jacob Pratt | -7/+25 |
| 2024-04-26 | Rollup merge of #124408 - matthiaskrgr:loltest, r=jieyouxu | Jacob Pratt | -0/+102 |
| 2024-04-26 | Rollup merge of #124391 - nnethercote:builtin_macros-cleanups, r=fee1-dead | Jacob Pratt | -341/+352 |
| 2024-04-26 | Rollup merge of #124383 - Urgau:port-print-native-static-libs, r=jieyouxu | Jacob Pratt | -20/+76 |
| 2024-04-26 | Rollup merge of #124341 - petrochenkov:nomacvisit, r=compiler-errors | Jacob Pratt | -12/+3 |
| 2024-04-27 | Also support MSVC in print-native-static-libs test | Urgau | -5/+18 |
| 2024-04-26 | Auto merge of #124296 - cuviper:dist-cargo-tests, r=onur-ozkan | bors | -0/+6 |
| 2024-04-26 | Auto merge of #3517 - RalfJung:env-vars, r=RalfJung | bors | -530/+614 |
| 2024-04-26 | env: split up Windows and Unix environment variable handling | Ralf Jung | -530/+606 |
| 2024-04-26 | Update cargo | Weihang Lo | -0/+0 |
| 2024-04-26 | add test for concurrent env var access | Ralf Jung | -0/+8 |
| 2024-04-26 | Port run-make `--print=native-static-libs` to rmake.rs | Urgau | -20/+63 |
| 2024-04-26 | Auto merge of #123909 - dtolnay:utf8chunks, r=joboet | bors | -40/+57 |
| 2024-04-26 | PathBuf: replace transmuting by accessor functions | Ralf Jung | -7/+25 |
| 2024-04-26 | Auto merge of #3516 - RalfJung:pathbuf, r=RalfJung | bors | -37/+60 |
| 2024-04-26 | add smoke tests for basic PathBuf interactions | Ralf Jung | -37/+60 |
| 2024-04-26 | Auto merge of #122385 - lcnr:analyze-obligations-for-infer, r=compiler-errors | bors | -350/+677 |
| 2024-04-26 | crashes: add more tests | Matthias Krüger | -0/+102 |
| 2024-04-26 | miri core/alloc tests: do not test a 2nd target | Ralf Jung | -3/+0 |
| 2024-04-26 | Auto merge of #124321 - JoverZhang:run-make-support-tests, r=onur-ozkan | bors | -0/+49 |
| 2024-04-26 | Auto merge of #124393 - scottmcm:do-the-macros-still-matter, r=joboet | bors | -21/+20 |
| 2024-04-26 | Add support for run-make-support unit tests to be run with bootstrap command | Jover Zhang | -0/+49 |