about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2023-11-28Update cargoWeihang Lo-0/+0
2023-11-28Rollup merge of #118399 - mu001999:miri/cleanup, r=RalfJungMatthias Krüger-26/+0
2023-11-28add test checking that aggregate assignments reset memory to uninit firstRalf Jung-0/+42
2023-11-28Remove dead codesr0cky-26/+0
2023-11-28Rework `ast::BinOpKind::to_string` and `ast::UnOp::to_string`.Nicholas Nethercote-12/+12
2023-11-27Fix generate-copyright tool.Jonathan Pallant (Ferrous Systems)-15/+25
2023-11-27Remove instant from EXCEPTIONS_RUST_ANALYZERLaurențiu Nicola-1/+0
2023-11-27Merge commit '237712fa314237e428e7ef2ab83b979f928a43a1' into sync-from-raLaurențiu Nicola-308/+1150
2023-11-27Merge from rustcThe Miri Conjob Bot-80/+39
2023-11-27Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2023-11-26Update std::simd usage and test outputsCaleb Zulawski-9/+7
2023-11-26rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle...Vadim Petrochenkov-33/+33
2023-11-26Auto merge of #118250 - petrochenkov:optdefkind, r=compiler-errorsbors-3/+2
2023-11-25Auto merge of #118275 - weihanglo:update-cargo, r=ehussbors-40/+0
2023-11-25Appease the clippyMichael Goulet-4/+4
2023-11-25blessRalf Jung-16/+16
2023-11-25Merge from rustcRalf Jung-1/+1
2023-11-25Preparing for merge from rustcRalf Jung-1/+1
2023-11-25Auto merge of #3189 - RalfJung:ci, r=RalfJungbors-11/+20
2023-11-25tweak ci.shRalf Jung-2/+8
2023-11-25run the provenance-gc=1 test on all targets, but only for some of the testsRalf Jung-9/+12
2023-11-25rustc: Make `def_kind` mandatory for all `DefId`sVadim Petrochenkov-3/+2
2023-11-25run tests on 32bit freebsdRalf Jung-0/+1
2023-11-25read off_t at the right size for the current targetRalf Jung-3/+3
2023-11-25Rollup merge of #118253 - dtolnay:issomeand, r=compiler-errorsLeón Orell Valerian Liehr-1/+1
2023-11-25make tests/utils work with edition 2015Ralf Jung-2/+2
2023-11-25blessRalf Jung-2/+2
2023-11-25fmtRalf Jung-4/+1
2023-11-25Merge from rustcRalf Jung-605/+609
2023-11-25Preparing for merge from rustcRalf Jung-1/+1
2023-11-24Update cargoWeihang Lo-40/+0
2023-11-24Auto merge of #118138 - Nilstrieb:one-previous-error, r=WaffleLapkinbors-601/+601
2023-11-24Manual find replace updatesNilstrieb-12/+12
2023-11-24Bless Miri testsNilstrieb-472/+472
2023-11-24Bless clippy testsNilstrieb-117/+117
2023-11-24Replace `option.map(cond) == Some(true)` with `option.is_some_and(cond)`David Tolnay-1/+1
2023-11-24Add `Span` to `TraitBoundModifier`Deadbeef-1/+1
2023-11-24Refactor `float_to_int_checked` to remove its generic parameter and reduce co...Eduardo Sánchez Muñoz-205/+185
2023-11-24Rollup merge of #117656 - ChrisDenton:invalid, r=thomccMatthias Krüger-1/+1
2023-11-23Auto merge of #118073 - saethlin:gc-dead-allocs, r=RalfJungbors-1/+2
2023-11-23Auto merge of #3184 - RalfJung:getenv, r=RalfJungbors-71/+79
2023-11-23remove stub android files that don't do anythingRalf Jung-36/+1
2023-11-23detect and test for data races between setenv and getenvRalf Jung-36/+79
2023-11-23Merge from rustcThe Miri Conjob Bot-15/+8
2023-11-23Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2023-11-22Miri: GC the dead_alloc_map tooBen Kimock-1/+2
2023-11-22also make 'core_intrinsics' internalRalf Jung-1/+1
2023-11-22Auto merge of #3180 - eduardosm:check-intrinsics-target-feature, r=RalfJungbors-19/+101
2023-11-22Check that target features required by LLVM intrinsics are enabledEduardo Sánchez Muñoz-19/+101
2023-11-22Put copyright on a line by itself.Jonathan Pallant (Ferrous Systems)-1/+2