| Age | Commit message (Expand) | Author | Lines |
| 2024-03-26 | Auto merge of #3423 - RalfJung:proc-macro-2, r=RalfJung | bors | -67/+37 |
| 2024-03-26 | update the remaining test-cargo-miri dependencies as well (while we are at it) | Ralf Jung | -11/+11 |
| 2024-03-26 | Change `f16` and `f128` clippy stubs to be nonpanicking | Trevor Gross | -4/+11 |
| 2024-03-26 | update proc-macro2 | Ralf Jung | -2/+2 |
| 2024-03-26 | rename our proc-macro test crate to a more clear name | Ralf Jung | -45/+20 |
| 2024-03-26 | test-cargo-miri: add proc-macro2 instead of anyhow | Ralf Jung | -11/+6 |
| 2024-03-26 | In ConstructCoroutineInClosureShim, pass receiver by ref, not pointer | Michael Goulet | -14/+70 |
| 2024-03-26 | avoid mutating the global environment | Ralf Jung | -11/+6 |
| 2024-03-26 | Auto merge of #3420 - RalfJung:eyre, r=RalfJung | bors | -0/+25 |
| 2024-03-26 | add eyre to test-cargo-miri | Ralf Jung | -0/+25 |
| 2024-03-26 | Auto merge of #3415 - JoJoDeveloping:tree-borrows-initialized-root, r=RalfJung | bors | -20/+40 |
| 2024-03-26 | Tree Borrows: Make tree root always be `Active` and initialized | Johannes Hostert | -20/+40 |
| 2024-03-26 | Auto merge of #3419 - RalfJung:rustup, r=RalfJung | bors | -27/+24 |
| 2024-03-26 | fmt | Ralf Jung | -1/+1 |
| 2024-03-26 | Merge from rustc | Ralf Jung | -27/+24 |
| 2024-03-26 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2024-03-26 | cargo-miri: clean up info_query treatment a bit, and update comment about RUSTC | Ralf Jung | -30/+31 |
| 2024-03-26 | run command: simplify flag computation | Ralf Jung | -10/+13 |
| 2024-03-26 | run_dep_mode: treat program.args and program.env consistently | Ralf Jung | -29/+28 |
| 2024-03-26 | enable cargo miri test doctests | onur-ozkan | -4/+14 |
| 2024-03-26 | we have to ignore RUSTC_WORKSPACE_WRAPPER as well | Ralf Jung | -0/+7 |
| 2024-03-26 | Update cargo | Scott Schafer | -0/+0 |
| 2024-03-26 | CFI: Enable KCFI testing of run-pass tests | Matthew Maurer | -0/+1 |
| 2024-03-26 | Auto merge of #123065 - workingjubilee:rollup-bve45ex, r=workingjubilee | bors | -0/+1 |
| 2024-03-26 | Auto merge of #111769 - saethlin:ctfe-backtrace-ctrlc, r=RalfJung | bors | -15/+11 |
| 2024-03-25 | Make sysroot mandatory for rustdoc | Lukas Wirth | -1/+8 |
| 2024-03-25 | Make use of sysroot in librustdoc/config.rs for builtin:$path | Lukas Wirth | -2/+2 |
| 2024-03-25 | Implement `-L builtin:$path` | Lukas Wirth | -2/+6 |
| 2024-03-25 | Rollup merge of #123039 - rustbot:docs-update, r=ehuss | Jubilee | -0/+0 |
| 2024-03-25 | Rollup merge of #122892 - lovesegfault:versioned-vendor, r=onur-ozkan | Jubilee | -0/+1 |
| 2024-03-25 | Auto merge of #123040 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-03-25 | Auto merge of #123041 - RalfJung:miri, r=RalfJung | bors | -27/+141 |
| 2024-03-25 | Update cargo | Weihang Lo | -0/+0 |
| 2024-03-25 | Update books | rustbot | -0/+0 |
| 2024-03-25 | support '--sysroot=' form of setting the sysroot as well | Ralf Jung | -1/+1 |
| 2024-03-25 | Merge from rustc | Ralf Jung | -32/+75 |
| 2024-03-25 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2024-03-25 | Auto merge of #123036 - matthiaskrgr:rollup-dj8hra4, r=matthiaskrgr | bors | -12/+12 |
| 2024-03-25 | Rollup merge of #123001 - Alexendoo:check-attributes, r=oli-obk | Matthias Krüger | -11/+11 |
| 2024-03-25 | Rollup merge of #122842 - pacak:explicit_name, r=michaelwoerister | Matthias Krüger | -1/+1 |
| 2024-03-25 | Auto merge of #123030 - GuillaumeGomez:rustdoc-sysroot-out-of-arg-file, r=not... | bors | -3/+6 |
| 2024-03-25 | Auto merge of #3413 - RalfJung:cargo-miri-misc, r=RalfJung | bors | -4/+28 |
| 2024-03-25 | phase_rustdoc: add a heuristic to make us more certain that this is really ru... | Ralf Jung | -4/+18 |
| 2024-03-25 | test-cargo-miri: test anyhow | Ralf Jung | -0/+10 |
| 2024-03-25 | Move `--sysroot` argument out of the argument file to fix miri issue | Guillaume Gomez | -3/+6 |
| 2024-03-25 | CONTRIBUTING: vsocde settings: add --all-targets | Ralf Jung | -0/+2 |
| 2024-03-25 | Rollup merge of #122982 - Zalathar:bootstrap-coverage-docs, r=onur-ozkan | Matthias Krüger | -16/+49 |
| 2024-03-25 | Auto merge of #122951 - Nilstrieb:nodejs20, r=Kobzol | bors | -1/+1 |
| 2024-03-25 | Add more comments to the bootstrap code that handles `tests/coverage` | Zalathar | -16/+49 |
| 2024-03-24 | Auto merge of #122658 - cuviper:gccjit-archive, r=Mark-Simulacrum | bors | -7/+11 |