| Age | Commit message (Expand) | Author | Lines |
| 2023-08-22 | Disable bootstrap rustc version check | David Koloski | -1/+2 |
| 2023-08-22 | rust-gdbgui: remove excessive quotes | Eren K | -3/+3 |
| 2023-08-22 | fix some bad regex capture group references in test normalization | Ralf Jung | -14/+14 |
| 2023-08-22 | Auto merge of #115095 - RalfJung:miri, r=RalfJung | bors | -74/+299 |
| 2023-08-22 | bootstrap: builder: don't add origin paths on xous | Sean Cross | -1/+4 |
| 2023-08-22 | Update stage0 to next beta | Mark Rousskov | -368/+370 |
| 2023-08-22 | Auto merge of #115086 - RalfJung:miri-locked, r=albertlarsan68 | bors | -0/+7 |
| 2023-08-22 | Always use `os-release` rather than `/lib` to detect `NixOS` | Ethan Brierley | -8/+3 |
| 2023-08-22 | Auto merge of #3036 - RalfJung:josh-autostart, r=RalfJung | bors | -26/+214 |
| 2023-08-22 | miri-script: start and stop josh automatically | Ralf Jung | -25/+212 |
| 2023-08-22 | make sure './miri many-seeds ./miri run' does not re-invoke the auto-ops | Ralf Jung | -1/+2 |
| 2023-08-22 | respect CARGO_EXTRA_FLAGS in more places | Ralf Jung | -7/+18 |
| 2023-08-22 | bootstrap/miri: respect config_locked_deps | Ralf Jung | -0/+7 |
| 2023-08-22 | bump serde | Ralf Jung | -34/+33 |
| 2023-08-22 | Auto merge of #115075 - workingjubilee:retier-sparc-none, r=compiler-errors | bors | -1/+1 |
| 2023-08-22 | Auto merge of #115055 - Kriskras99:master, r=ehuss | bors | -3/+4 |
| 2023-08-21 | Fix elided lifetimes in rust-lang/rust | Michael Goulet | -2/+2 |
| 2023-08-21 | rustdoc: use unicode-aware checks for redundant explicit link fastpath | Michael Howell | -14/+4 |
| 2023-08-21 | rustdoc-json: Rename typedef to type alias | Noah Lev | -21/+21 |
| 2023-08-21 | rustdoc: Rename `clean` items from typedef to type alias | Noah Lev | -48/+52 |
| 2023-08-21 | Reassign sparc-unknown-none-elf to tier 3 | Jubilee Young | -1/+1 |
| 2023-08-21 | rustdoc: Rename "Type Definition" to "Type Alias" | Noah Lev | -3/+3 |
| 2023-08-21 | Fix table issues in platform support documentation | Christiaan Biesterbosch | -3/+4 |
| 2023-08-21 | Auto merge of #115048 - lnicola:sync-from-ra, r=lnicola | bors | -1448/+3862 |
| 2023-08-21 | Merge commit '9b3d03408c66749d56466bb09baf2a7177deb6ce' into sync-from-ra | Laurențiu Nicola | -1448/+3862 |
| 2023-08-21 | Auto merge of #106561 - GuillaumeGomez:warning-block, r=rustdoc | bors | -3/+39 |
| 2023-08-21 | fix MIRI_AUTO_OPS not having an effect any more | Ralf Jung | -2/+8 |
| 2023-08-21 | update recommended RA config | Ralf Jung | -4/+5 |
| 2023-08-21 | fmt | The Miri Conjob Bot | -1/+1 |
| 2023-08-21 | Merge from rustc | The Miri Conjob Bot | -777/+1537 |
| 2023-08-21 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-08-21 | Auto merge of #115029 - ehuss:remove-apple-alt, r=Mark-Simulacrum | bors | -12/+0 |
| 2023-08-20 | Auto merge of #114993 - RalfJung:panic-nounwind, r=fee1-dead | bors | -66/+225 |
| 2023-08-20 | Bump version to 1.74.0 | Mark Rousskov | -1/+1 |
| 2023-08-20 | fix RA build | Ralf Jung | -1/+1 |
| 2023-08-20 | Remove apple-alt dist build. | Eric Huss | -12/+0 |
| 2023-08-20 | Auto merge of #3032 - RalfJung:serde, r=RalfJung,oli-obk | bors | -2/+8 |
| 2023-08-20 | pin a version of serde without intransparent unreproducible binary blobs | Ralf Jung | -2/+8 |
| 2023-08-20 | interpret: have assert_* intrinsics call the panic machinery instead of a dir... | Ralf Jung | -19/+84 |
| 2023-08-20 | interpret/miri: call panic_cannot_unwind lang item instead of hard-coding the... | Ralf Jung | -39/+133 |
| 2023-08-20 | give some unwind-related terminators a more clear name | Ralf Jung | -7/+7 |
| 2023-08-20 | feat(docs): add cargo-pgo to PGO documentation 📝 | Meysam Azad | -0/+22 |
| 2023-08-20 | Rollup merge of #115000 - RalfJung:custom-mir-call, r=compiler-errors,JakobDegen | Matthias Krüger | -35/+35 |
| 2023-08-20 | Auto merge of #113167 - ChAoSUnItY:redundant_explicit_link, r=GuillaumeGomez | bors | -38/+578 |
| 2023-08-19 | custom_mir: change Call() terminator syntax to something more readable | Ralf Jung | -35/+35 |
| 2023-08-19 | Update cargo | Weihang Lo | -0/+0 |
| 2023-08-18 | Fix format | Kyle Lin | -1/+1 |
| 2023-08-18 | Fix private function importing | Kyle Lin | -1/+1 |
| 2023-08-18 | Skip lint check when item is not fully public | Kyle Lin | -0/+19 |
| 2023-08-18 | relax redundancy constraint | Kyle Lin | -6/+1 |