about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-10-08cg_gcc: Factor out rustc_target::abiJubilee Young-8/+12
2024-10-08cg_clif: Factor out rustc_target::abiJubilee Young-1/+3
2024-10-08compiler: Factor rustc_target::abi out of cg_llvmJubilee Young-7/+14
2024-10-08compiler: Factor rustc_target::abi out of cg_ssaJubilee Young-5/+7
2024-10-08compiler: Factor rustc_target::abi out of hir_typeckJubilee Young-1/+3
2024-10-08compiler: Factor rustc_target::abi out of const_evalJubilee Young-7/+9
2024-10-08compiler: Factor rustc_target::abi::* out of ty_utilsJubilee Young-8/+17
2024-10-08compiler: Factor rustc_target::abi::* out of middle::ty::layoutJubilee Young-7/+18
2024-10-08Auto merge of #122709 - onur-ozkan:use-precompiled-rustc-by-default, r=Mark-S...bors-13/+176
2024-10-08force `download-rustc=if-unchanged` for x86_64-gnu-tools runneronur-ozkan-11/+12
2024-10-08fix `ci_rustc_if_unchanged_logic` testonur-ozkan-17/+18
2024-10-08handle CI rustc incompatible runnersonur-ozkan-0/+6
2024-10-08fail on {dist, install} subcommand if download-rustc is enabledonur-ozkan-0/+9
2024-10-08disable download-rustc on x86_64-gnu-integrationonur-ozkan-0/+4
2024-10-08disable read-only mode in mingw-check image for merge pipelineonur-ozkan-0/+2
2024-10-08improve ci-rustc finding logiconur-ozkan-4/+25
2024-10-08use if-unchanged only when ci rustc is availableonur-ozkan-9/+57
2024-10-08make an explicit change on compiler then run bootstrap testonur-ozkan-1/+17
2024-10-08add test for ci rustc's if-unchanged logiconur-ozkan-1/+50
2024-10-08disable CI rustc when not using CI LLVMonur-ozkan-0/+2
2024-10-08use precompiled rustc for non-dist builders by defaultonur-ozkan-0/+4
2024-10-08Auto merge of #131404 - matthiaskrgr:rollup-z0dawoo, r=matthiaskrgrbors-347/+219
2024-10-08Rollup merge of #131395 - bjorn3:bjorn3_mailmap, r=lqdMatthias Krüger-0/+1
2024-10-08Rollup merge of #131392 - jieyouxu:remove-legacy-directive-check, r=UrgauMatthias Krüger-93/+48
2024-10-08Rollup merge of #131348 - nnethercote:rustc_infer-more-cleanups, r=lcnrMatthias Krüger-254/+170
2024-10-08Auto merge of #131399 - lnicola:sync-from-ra, r=lnicolabors-666/+1377
2024-10-08Auto merge of #18267 - lnicola:sync-from-rust, r=lnicolabors-17325/+34070
2024-10-08Merge from rust-lang/rustLaurențiu Nicola-17324/+34069
2024-10-08Preparing for merge from rust-lang/rustLaurențiu Nicola-1/+1
2024-10-08Auto merge of #18266 - lnicola:macos-13, r=lnicolabors-3/+3
2024-10-08Add a mailmap entry for bjorn3bjorn3-0/+1
2024-10-08Auto merge of #131368 - GuillaumeGomez:rustdoc-dead-code, r=notriddlebors-115/+1
2024-10-08Use macos-13 runners and bump MACOSX_DEPLOYMENT_TARGETLaurențiu Nicola-3/+3
2024-10-08Drop compiletest legacy directive checks许杰友 Jieyou Xu (Joe)-93/+48
2024-10-08Auto merge of #126733 - ZhuUx:llvm-19-adapt, r=Zalatharbors-572/+573
2024-10-08Remove unnecessary `return` keyword.Nicholas Nethercote-1/+1
2024-10-08Use `Default` more in `InferCtxtInner`.Nicholas Nethercote-18/+7
2024-10-08Downgrade a `&mut self` to `&self`.Nicholas Nethercote-1/+1
2024-10-08Remove `Deref`/`DerefMut` impls for `RegionConstraintCollector`.Nicholas Nethercote-32/+18
2024-10-08Remove unnecessary lifetime from `LeakCheck`.Nicholas Nethercote-32/+22
2024-10-08Inline and remove `RegionConstraintStorage::remove_constraint_entry`.Nicholas Nethercote-24/+20
2024-10-08Inline and remove `RegionConstraintCollector::into_infos_and_data`.Nicholas Nethercote-32/+18
2024-10-08Improve formatting of some comments.Nicholas Nethercote-53/+50
2024-10-08Add a useful comment about `InferOk`.Nicholas Nethercote-0/+7
2024-10-08Remove `OutlivesEnvironmentBuilder`.Nicholas Nethercote-61/+26
2024-10-08Auto merge of #131387 - Zalathar:rollup-kprp512, r=Zalatharbors-59/+204
2024-10-08coverage. Warn about too many test vectorszhuyunxing-1/+17
2024-10-08coverage. Adapt to mcdc mapping formats introduced by llvm 19zhuyunxing-488/+493
2024-10-08coverage. MCDC ConditionId start from 0 to keep with llvm 19zhuyunxing-31/+27
2024-10-08coverage. Disable supporting mcdc on llvm-18zhuyunxing-54/+38