about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2023-08-22Disable bootstrap rustc version checkDavid Koloski-1/+2
2023-08-22rust-gdbgui: remove excessive quotesEren K-3/+3
2023-08-22fix some bad regex capture group references in test normalizationRalf Jung-14/+14
2023-08-22Auto merge of #115095 - RalfJung:miri, r=RalfJungbors-74/+299
2023-08-22bootstrap: builder: don't add origin paths on xousSean Cross-1/+4
2023-08-22Update stage0 to next betaMark Rousskov-368/+370
2023-08-22Auto merge of #115086 - RalfJung:miri-locked, r=albertlarsan68bors-0/+7
2023-08-22Always use `os-release` rather than `/lib` to detect `NixOS`Ethan Brierley-8/+3
2023-08-22Auto merge of #3036 - RalfJung:josh-autostart, r=RalfJungbors-26/+214
2023-08-22miri-script: start and stop josh automaticallyRalf Jung-25/+212
2023-08-22make sure './miri many-seeds ./miri run' does not re-invoke the auto-opsRalf Jung-1/+2
2023-08-22respect CARGO_EXTRA_FLAGS in more placesRalf Jung-7/+18
2023-08-22bootstrap/miri: respect config_locked_depsRalf Jung-0/+7
2023-08-22bump serdeRalf Jung-34/+33
2023-08-22Auto merge of #115075 - workingjubilee:retier-sparc-none, r=compiler-errorsbors-1/+1
2023-08-22Auto merge of #115055 - Kriskras99:master, r=ehussbors-3/+4
2023-08-21Fix elided lifetimes in rust-lang/rustMichael Goulet-2/+2
2023-08-21rustdoc: use unicode-aware checks for redundant explicit link fastpathMichael Howell-14/+4
2023-08-21rustdoc-json: Rename typedef to type aliasNoah Lev-21/+21
2023-08-21rustdoc: Rename `clean` items from typedef to type aliasNoah Lev-48/+52
2023-08-21Reassign sparc-unknown-none-elf to tier 3Jubilee Young-1/+1
2023-08-21rustdoc: Rename "Type Definition" to "Type Alias"Noah Lev-3/+3
2023-08-21Fix table issues in platform support documentationChristiaan Biesterbosch-3/+4
2023-08-21Auto merge of #115048 - lnicola:sync-from-ra, r=lnicolabors-1448/+3862
2023-08-21Merge commit '9b3d03408c66749d56466bb09baf2a7177deb6ce' into sync-from-raLaurențiu Nicola-1448/+3862
2023-08-21Auto merge of #106561 - GuillaumeGomez:warning-block, r=rustdocbors-3/+39
2023-08-21fix MIRI_AUTO_OPS not having an effect any moreRalf Jung-2/+8
2023-08-21update recommended RA configRalf Jung-4/+5
2023-08-21fmtThe Miri Conjob Bot-1/+1
2023-08-21Merge from rustcThe Miri Conjob Bot-777/+1537
2023-08-21Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2023-08-21Auto merge of #115029 - ehuss:remove-apple-alt, r=Mark-Simulacrumbors-12/+0
2023-08-20Auto merge of #114993 - RalfJung:panic-nounwind, r=fee1-deadbors-66/+225
2023-08-20Bump version to 1.74.0Mark Rousskov-1/+1
2023-08-20fix RA buildRalf Jung-1/+1
2023-08-20Remove apple-alt dist build.Eric Huss-12/+0
2023-08-20Auto merge of #3032 - RalfJung:serde, r=RalfJung,oli-obkbors-2/+8
2023-08-20pin a version of serde without intransparent unreproducible binary blobsRalf Jung-2/+8
2023-08-20interpret: have assert_* intrinsics call the panic machinery instead of a dir...Ralf Jung-19/+84
2023-08-20interpret/miri: call panic_cannot_unwind lang item instead of hard-coding the...Ralf Jung-39/+133
2023-08-20give some unwind-related terminators a more clear nameRalf Jung-7/+7
2023-08-20feat(docs): add cargo-pgo to PGO documentation 📝Meysam Azad-0/+22
2023-08-20Rollup merge of #115000 - RalfJung:custom-mir-call, r=compiler-errors,JakobDegenMatthias Krüger-35/+35
2023-08-20Auto merge of #113167 - ChAoSUnItY:redundant_explicit_link, r=GuillaumeGomezbors-38/+578
2023-08-19custom_mir: change Call() terminator syntax to something more readableRalf Jung-35/+35
2023-08-19Update cargoWeihang Lo-0/+0
2023-08-18Fix formatKyle Lin-1/+1
2023-08-18Fix private function importingKyle Lin-1/+1
2023-08-18Skip lint check when item is not fully publicKyle Lin-0/+19
2023-08-18relax redundancy constraintKyle Lin-6/+1