about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-3/+5
2023-11-25Rollup merge of #118251 - notriddle:notriddle/less-recursion, r=GuillaumeGomezLeón Orell Valerian Liehr-8/+24
2023-11-25Rollup merge of #118220 - onur-ozkan:followups, r=Mark-SimulacrumLeón Orell Valerian Liehr-88/+99
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-686/+852
2023-11-25Preparing for merge from rustcRalf Jung-1/+1
2023-11-24Update cargoWeihang Lo-40/+0
2023-11-25Auto merge of #118235 - psumbera:bootstrap-main-t, r=Mark-Simulacrumbors-3/+3
2023-11-24Auto merge of #118138 - Nilstrieb:one-previous-error, r=WaffleLapkinbors-601/+601
2023-11-24move CONFIG_CHANGE_HISTORY to its own moduleonur-ozkan-91/+97
2023-11-24use the change-id from source instead of the one from config.tomonur-ozkan-2/+2
2023-11-24add change information for PR#117813onur-ozkan-0/+5
2023-11-24Manual find replace updatesNilstrieb-12/+12
2023-11-24Bless Miri testsNilstrieb-472/+472
2023-11-24Bless clippy testsNilstrieb-117/+117
2023-11-24rustdoc-search: avoid infinite where clause unboxMichael Howell-8/+24
2023-11-24Replace `option.map(cond) == Some(true)` with `option.is_some_and(cond)`David Tolnay-3/+5
2023-11-24Rollup merge of #118245 - fee1-dead-contrib:span-tilde-const, r=compiler-errorsMichael Goulet-1/+1
2023-11-24Rollup merge of #118187 - onur-ozkan:recompile-llvm-on-changes, r=clubby789Michael Goulet-2/+50
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-24Auto merge of #117782 - majaha:tidy_fix, r=onur-ozkanbors-7/+10
2023-11-24Fix build on Solaris after #117815.Petr Sumbera-3/+3
2023-11-24Rollup merge of #118224 - dtolnay:rustdocsortunstable, r=fmeaseMatthias Krüger-2/+2
2023-11-24Rollup merge of #117656 - ChrisDenton:invalid, r=thomccMatthias Krüger-1/+1
2023-11-23Sort unstable items last in rustdoc, instead of firstDavid Tolnay-2/+2
2023-11-23Fix tidy on untracked files with special characterMatt Harding-7/+10
2023-11-23Auto merge of #118192 - Kyuuhachi:issue-118180, r=fmeasebors-5/+9
2023-11-23Don't print "private fields" on empty tuple structsKyuuhachi-5/+9
2023-11-23Auto merge of #117815 - onur-ozkan:update-change-tracking-impl, r=albertlarsan68bors-29/+90
2023-11-23Auto merge of #116449 - Kobzol:bootstrap-rustdoc-shim, r=petrochenkovbors-33/+79
2023-11-23Add LLD flags to rustdoc cargo invocationsJakub Beránek-20/+64
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-110/+74
2023-11-23Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2023-11-22Call FileEncoder::finish in rmeta encodingBen Kimock-1/+1
2023-11-22Miri: GC the dead_alloc_map tooBen Kimock-1/+2
2023-11-23Recompile LLVM when it changes in the git sourcesonur-ozkan-2/+50
2023-11-22also make 'core_intrinsics' internalRalf Jung-1/+1
2023-11-22Auto merge of #118178 - compiler-errors:rollup-0i11w85, r=compiler-errorsbors-2/+15
2023-11-22Auto merge of #3180 - eduardosm:check-intrinsics-target-feature, r=RalfJungbors-19/+101
2023-11-22Rollup merge of #118100 - ecnelises:ppc64_profiler, r=KobzolMichael Goulet-1/+1