about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2023-11-29explain tests that disable the provenance GCRalf Jung-0/+9
2023-11-28Remove Stacked Borrows GC heuristicsBen Kimock-13/+7
2023-11-27Merge from rustcThe Miri Conjob Bot-142/+80
2023-11-27Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2023-11-26Auto merge of #118319 - GuillaumeGomez:rollup-vte50yq, r=GuillaumeGomezbors-24/+12
2023-11-26Rollup merge of #118311 - bvanjoi:merge_coroutinue_into_closure, r=petrochenkovGuillaume Gomez-3/+1
2023-11-26Rollup merge of #118296 - notriddle:notriddle/main-dom, r=GuillaumeGomezGuillaume Gomez-21/+11
2023-11-26Auto merge of #117301 - saethlin:finish-rmeta-encoding, r=WaffleLapkinbors-1/+1
2023-11-26merge `DefKind::Coroutine` into `DefKind::Closure`bohan-3/+1
2023-11-26rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle...Vadim Petrochenkov-45/+44
2023-11-26Auto merge of #118250 - petrochenkov:optdefkind, r=compiler-errorsbors-3/+2
2023-11-26Auto merge of #118300 - compiler-errors:rollup-cm3i8fg, r=compiler-errorsbors-14/+12
2023-11-25Rollup merge of #118289 - compiler-errors:is_some_and_rustdoc, r=fmeaseMichael Goulet-14/+12
2023-11-25Auto merge of #118275 - weihanglo:update-cargo, r=ehussbors-40/+0
2023-11-25rustdoc: replace `elemIsInParent` with `Node.contains`Michael Howell-21/+11
2023-11-25Rollup merge of #118291 - notriddle:notriddle/search-dom, r=GuillaumeGomezGuillaume Gomez-11/+5
2023-11-25Appease the clippyMichael Goulet-4/+4
2023-11-25rustdoc-search: clean up some DOM codeMichael Howell-11/+5
2023-11-25is_{some,ok}_and for rustdocMichael Goulet-14/+12
2023-11-25blessRalf Jung-16/+16
2023-11-25Merge from rustcRalf Jung-99/+128
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-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