about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
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-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-22Stabilize RFC3324 dyn upcasting coercionUrgau-9/+2
2023-11-22Update itertools to 0.11.Nicholas Nethercote-6/+6
2023-11-21fmtRalf Jung-11/+4
2023-11-21Merge from rustcRalf Jung-11710/+13088
2023-11-21Preparing for merge from rustcRalf Jung-1/+1
2023-11-21Rollup merge of #118091 - psumbera:solaris-target, r=compiler-errorsNilstrieb-1/+0
2023-11-21Rollup merge of #118029 - saethlin:allocid-gc, r=RalfJungNilstrieb-308/+424
2023-11-21Rollup merge of #116085 - notriddle:notriddle/search-associated-types, r=Guil...Nilstrieb-1/+28
2023-11-20Auto merge of #3176 - eduardosm:cmp, r=RalfJungbors-71/+261
2023-11-20Implement all 16 AVX compare operatorsEduardo Sánchez Muñoz-67/+257
2023-11-20Update cargoDavid Tolnay-0/+0
2023-11-20Test with -Zmiri-provenance-gc=1 on LinuxBen Kimock-1/+3
2023-11-20Remove now deprecated target x86_64-sun-solaris.Petr Sumbera-1/+0