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