about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2023-09-22Merge from rustcThe Miri Conjob Bot-121/+121
2023-09-22Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2023-09-22run the cron job a bit earlierRalf Jung-1/+1
2023-09-22fix clippy errors (ignore effects in certainty)Deadbeef-2/+3
2023-09-21adjust how closure/generator types and rvalues are printedRalf Jung-28/+28
2023-09-21Record asyncness span in HIRMichael Goulet-6/+7
2023-09-21Implement `llvm.ctpop.v*` intrinsicsEduardo Sánchez Muñoz-0/+280
2023-09-21Auto merge of #3071 - RalfJung:deprecate-disable-abi, r=oli-obk,saethlinbors-1/+13
2023-09-21Auto merge of #116010 - RalfJung:more-typed-immediates, r=oli-obkbors-97/+96
2023-09-21Rollup merge of #115972 - RalfJung:const-consistency, r=oli-obkGuillaume Gomez-16/+16
2023-09-21compiletest: load supports-xray from target specTomasz Miąsko-15/+3
2023-09-21compiletest: load supported sanitizers from target specTomasz Miąsko-101/+31
2023-09-21compiletest: use builder pattern to construct Config in testsTomasz Miąsko-93/+141
2023-09-21Prevent promotion of const fn calls in inline constsOli Scherer-2/+2
2023-09-21Auto merge of #3069 - rust-lang:rustup-2023-09-21, r=RalfJungbors-788/+567
2023-09-21deprecate -Zmiri-disable-abi-checkRalf Jung-1/+13
2023-09-21rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::ConstRalf Jung-16/+16
2023-09-21fix clippy lintsRalf Jung-7/+4
2023-09-21remove atty dependency by updating coloredRalf Jung-26/+6
2023-09-21disable no-merges check for nowRalf Jung-2/+3
2023-09-21update lockfileRalf Jung-11/+47
2023-09-21fmtThe Miri Conjob Bot-4/+1
2023-09-21Merge from rustcThe Miri Conjob Bot-745/+514
2023-09-21Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2023-09-21try to avoid some layout_of callsRalf Jung-34/+33
2023-09-21Fix ui-fulldeps --stage=1 with -Zignore-directory-in-diagnostics-source-blocksMichael Goulet-8/+11
2023-09-20interpret: more consistently use ImmTy in operators and castsRalf Jung-65/+65
2023-09-20Auto merge of #115870 - RalfJung:const-value-slice, r=oli-obkbors-1/+1
2023-09-20Auto merge of #116006 - GuillaumeGomez:rollup-elrbjd4, r=GuillaumeGomezbors-1/+2
2023-09-20Rollup merge of #115991 - ferrocene:rustdoc-themes, r=pietroalbiniGuillaume Gomez-1/+2
2023-09-20Auto merge of #115975 - mkroening:reduce-atty, r=davidtwcobors-2/+2
2023-09-20Auto merge of #115827 - eduardosm:miri-sse-reduce-code-dup, r=RalfJungbors-521/+318
2023-09-20Ensure `build/tmp` exists in `rustdoc_themes::get_themes`Lukas Wirth-1/+2
2023-09-19adjust constValue::Slice to work for arbitrary slice typesRalf Jung-1/+1
2023-09-19chore(miri): bump env_logger to 0.10Martin Kröning-1/+1
2023-09-19chore(Cargo.lock): bump colored and tracing-treeMartin Kröning-1/+1
2023-09-19Auto merge of #3054 - Vanille-N:spurious-fail, r=RalfJungbors-146/+917
2023-09-19Issue of the current model: spurious reads are not possibleNeven Villani-146/+917
2023-09-19Auto merge of #115865 - RalfJung:mir-mod, r=oli-obkbors-2/+2
2023-09-19Rollup merge of #112725 - notriddle:notriddle/advanced-search, r=GuillaumeGomezGuillaume Gomez-1/+3
2023-09-19move ConstValue into mirRalf Jung-2/+2
2023-09-19Merge from rustcThe Miri Conjob Bot-3065/+6264
2023-09-19Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2023-09-19Auto merge of #115644 - danakj:catalyst-asan, r=cjgillot,thomccbors-0/+5
2023-09-19Rollup merge of #115943 - ehuss:compiletest-errors, r=compiler-errorsMatthias Krüger-8/+8
2023-09-19Rollup merge of #115869 - ferrocene:pa-fix-tests-cargo-remap, r=compiler-errorsMatthias Krüger-0/+10
2023-09-18Auto merge of #115940 - matthiaskrgr:rollup-5ps9ln1, r=matthiaskrgrbors-19/+0
2023-09-18Auto merge of #115748 - RalfJung:post-mono, r=oli-obkbors-11/+10
2023-09-18compiletest: Don't swallow some error messages.Eric Huss-8/+8
2023-09-18Rollup merge of #115494 - RalfJung:primitive_docs, r=Mark-SimulacrumMatthias Krüger-19/+0