about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2023-08-28Rollup merge of #115280 - RalfJung:panic-cleanup-triple-backtrace, r=AmanieuMatthias Krüger-2/+1
2023-08-28Rollup merge of #115278 - RalfJung:removed-error-codes, r=GuillaumeGomezMatthias Krüger-1/+6
2023-08-27also ignore doctestsRalf Jung-1/+2
2023-08-27avoid triple-backtrace due to panic-during-cleanupRalf Jung-2/+1
2023-08-27tell people what to do when removing an error codeRalf Jung-1/+5
2023-08-27miri/diagnostics: don't forget to print_backtrace when ICEing on unexpected e...Ralf Jung-38/+27
2023-08-26Update cargoWeihang Lo-0/+0
2023-08-26fmtThe Miri Conjob Bot-6/+6
2023-08-26Merge from rustcThe Miri Conjob Bot-1499/+4033
2023-08-26Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2023-08-25Auto merge of #115184 - saethlin:local-allocated-spans, r=RalfJungbors-5/+92
2023-08-25Record allocation spans inside force_allocationBen Kimock-5/+92
2023-08-25Auto merge of #115045 - RalfJung:unwind-terminate-reason, r=davidtwcobors-14/+18
2023-08-24Rollup merge of #115154 - olanti-p:move-issues-24-08-2023, r=compiler-errorsWeihang Lo-2/+2
2023-08-24Merge commit '080b587854a73f2a8cbaecff1884860a78e2ff37' into clippyupPhilipp Krones-9601/+16424
2023-08-24miri ABI compatibility check: accept u32 and i32Ralf Jung-0/+27
2023-08-24Move issue 29181, 2804, 17431, 66768Olanti-2/+2
2023-08-24attempt to better normalize remote-test-client output for testsRalf Jung-9/+13
2023-08-24Auto merge of #115131 - frank-king:feature/unnamed-fields-lite, r=petrochenkovbors-0/+21
2023-08-24when terminating during unwinding, show the reason whyRalf Jung-5/+5
2023-08-24Auto merge of #115094 - Mark-Simulacrum:bootstrap-update, r=ozkanonurbors-15/+3
2023-08-24Auto merge of #115078 - camelid:tydef-to-alias, r=aDotInTheVoid,GuillaumeGomezbors-11/+11
2023-08-24Parse unnamed fields and anonymous structs or unionsFrank King-0/+21
2023-08-23Bump cfg(bootstrap)Mark Rousskov-15/+3
2023-08-23rustdoc: Rename typedef to type alias in jsondoclintNoah Lev-10/+10
2023-08-23Rollup merge of #115122 - estebank:fix-clippy, r=ManishearthDylan DPC-3/+23
2023-08-23Fix clippy lint for identical `if`/`else` contraining `?` expressionsEsteban Küber-3/+23
2023-08-23Update cargoWeihang Lo-0/+0
2023-08-22Rollup merge of #115011 - compiler-errors:warn-on-elided-assoc-ct-lt, r=cjgillotMichael Goulet-1/+1
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-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-22bump serdeRalf Jung-34/+33
2023-08-21Fix elided lifetimes in rust-lang/rustMichael Goulet-1/+1
2023-08-21rustdoc-json: Rename typedef to type aliasNoah Lev-5/+5
2023-08-21Merge commit '9b3d03408c66749d56466bb09baf2a7177deb6ce' into sync-from-raLaurențiu Nicola-1448/+3862
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-137/+478
2023-08-21Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2023-08-20fix RA buildRalf Jung-1/+1
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