| Age | Commit message (Expand) | Author | Lines |
| 2024-02-29 | fix clap warnings | klensy | -19/+19 |
| 2024-02-27 | Merge commit '10136170fe9ed01e46aeb4f4479175b79eb0e3c7' into clippy-subtree-u... | Philipp Krones | -10811/+14122 |
| 2024-02-27 | Auto merge of #121655 - matthiaskrgr:rollup-qpx3kks, r=matthiaskrgr | bors | -27/+27 |
| 2024-02-27 | Rollup merge of #121639 - rustbot:docs-update, r=ehuss | Matthias Krüger | -0/+0 |
| 2024-02-27 | Rollup merge of #121598 - RalfJung:catch_unwind, r=oli-obk | Matthias Krüger | -27/+27 |
| 2024-02-26 | Auto merge of #121516 - RalfJung:platform-intrinsics-begone, r=oli-obk | bors | -49/+21 |
| 2024-02-26 | Auto merge of #121636 - matthiaskrgr:rollup-1tt2o5n, r=matthiaskrgr | bors | -19/+35 |
| 2024-02-26 | Update books | rustbot | -0/+0 |
| 2024-02-26 | Rollup merge of #121615 - nnethercote:fix-121517, r=oli-obk | Matthias Krüger | -19/+35 |
| 2024-02-26 | Auto merge of #120586 - ShE3py:exprkind-err, r=fmease | bors | -4/+7 |
| 2024-02-26 | miri: rename miri_start_panic → miri_start_unwind | Ralf Jung | -22/+22 |
| 2024-02-26 | rename 'try' intrinsic to 'catch_unwind' | Ralf Jung | -5/+5 |
| 2024-02-26 | Rollup merge of #121590 - GuillaumeGomez:rustdoc-js-changed, r=notriddle | Guillaume Gomez | -3/+11 |
| 2024-02-26 | Rollup merge of #120656 - Zalathar:filecheck-flags, r=wesleywiser | Guillaume Gomez | -16/+31 |
| 2024-02-26 | Move `emit_stashed_diagnostic` call in rustfmt. | Nicholas Nethercote | -19/+35 |
| 2024-02-25 | Add `ErrorGuaranteed` to `ast::ExprKind::Err` | Lieselotte | -4/+4 |
| 2024-02-25 | Add `ast::ExprKind::Dummy` | Lieselotte | -2/+5 |
| 2024-02-25 | Auto merge of #121182 - majaha:mingw_ci_new, r=Mark-Simulacrum | bors | -25/+82 |
| 2024-02-25 | Auto merge of #120393 - Urgau:rfc3373-non-local-defs, r=WaffleLapkin | bors | -78/+94 |
| 2024-02-25 | Auto merge of #121591 - matthiaskrgr:rollup-8wfhh3v, r=matthiaskrgr | bors | -101/+101 |
| 2024-02-25 | Rollup merge of #121570 - Nilstrieb:!copy, r=clubby789 | Matthias Krüger | -99/+99 |
| 2024-02-25 | Rollup merge of #121060 - clubby789:bool-newtypes, r=cjgillot | Matthias Krüger | -2/+2 |
| 2024-02-25 | Correctly handle if rustdoc JS script hash changed | Guillaume Gomez | -3/+11 |
| 2024-02-25 | Auto merge of #121337 - ChrisDenton:ProcessPrng, r=Mark-Simulacrum | bors | -0/+8 |
| 2024-02-25 | Add ProcessPrng shim to Miri | Chris Denton | -0/+8 |
| 2024-02-25 | Auto merge of #118724 - onur-ozkan:refactor-x-install, r=Mark-Simulacrum | bors | -4/+37 |
| 2024-02-25 | Auto merge of #121581 - lnicola:sync-from-ra, r=lnicola | bors | -704/+1828 |
| 2024-02-25 | Auto merge of #121579 - RalfJung:miri, r=RalfJung | bors | -320/+457 |
| 2024-02-25 | Avoid using cfg(FALSE) | Laurențiu Nicola | -2/+1 |
| 2024-02-25 | Add missing imports | Laurențiu Nicola | -1/+1 |
| 2024-02-25 | Merge commit '4a8d0f7f565b6df45da5522dd7366a4df3460cd7' into sync-from-ra | Laurențiu Nicola | -703/+1828 |
| 2024-02-25 | fix use of platform_intrinsics in tests | Ralf Jung | -49/+21 |
| 2024-02-24 | Make most bootstrap step types !Copy | Nilstrieb | -99/+99 |
| 2024-02-24 | Auto merge of #3318 - RalfJung:compiletest-rebuilds, r=oli-obk | bors | -10/+7 |
| 2024-02-24 | Auto merge of #3312 - RossSmyth:miri-clean, r=RalfJung | bors | -16/+84 |
| 2024-02-24 | compiletest: call cargo-miri directly rather than via 'cargo run' | Ralf Jung | -10/+7 |
| 2024-02-24 | Add "cargo miri clean" command | Ross Smyth | -16/+84 |
| 2024-02-24 | Auto merge of #3316 - RossSmyth:windows-script, r=RalfJung | bors | -0/+10 |
| 2024-02-24 | Windows miri-script execution egronomics | Ross Smyth | -0/+10 |
| 2024-02-24 | Rollup merge of #121531 - saethlin:ignore-less-debug, r=compiler-errors | Matthias Krüger | -2/+5 |
| 2024-02-24 | Rollup merge of #121522 - RalfJung:insert-extract-boundscheck, r=oli-obk | Matthias Krüger | -6/+27 |
| 2024-02-24 | Rollup merge of #121490 - gurry:121106-broken-usize-link-in-docs, r=notriddle | Matthias Krüger | -2/+7 |
| 2024-02-24 | Rustdoc: include crate name in links for local primitives | Gurinder Singh | -2/+7 |
| 2024-02-23 | Ignore less tests in debug builds | Ben Kimock | -2/+5 |
| 2024-02-23 | Auto merge of #3314 - RalfJung:up, r=RalfJung | bors | -272/+248 |
| 2024-02-23 | cargo update | Ralf Jung | -272/+248 |
| 2024-02-23 | Auto merge of #121303 - GrigorenkoPV:static_mut_refs, r=oli-obk,RalfJung | bors | -15/+14 |
| 2024-02-23 | interpret: do no ICE on OOB shuffle/insert/extract indices | Ralf Jung | -6/+27 |
| 2024-02-23 | Rollup merge of #121495 - cuishuang:master, r=clubby789 | Matthias Krüger | -2/+2 |
| 2024-02-23 | Get rid of some `#[allow(static_mut_refs)]` | Pavel Grigorenko | -15/+14 |