| Age | Commit message (Expand) | Author | Lines |
| 2023-07-15 | Auto merge of #113606 - jyn514:parallel-compiler-cleanup, r=cjgillot | bors | -1/+1 |
| 2023-07-15 | Rollup merge of #113724 - GuillaumeGomez:migrate-gui-test-color-21, r=notriddle | Matthias Krüger | -10/+10 |
| 2023-07-15 | Rollup merge of #113709 - notriddle:notriddle/src, r=GuillaumeGomez | Matthias Krüger | -79/+79 |
| 2023-07-15 | Rollup merge of #113663 - syvb:non_inherited_unsafe_thir, r=cjgillot | Matthias Krüger | -2/+28 |
| 2023-07-15 | Rollup merge of #113625 - compiler-errors:structurally-norm-in-selection, r=lcnr | Matthias Krüger | -0/+18 |
| 2023-07-15 | Implement "items do not inherit unsafety" for THIR unsafeck | syvb | -2/+28 |
| 2023-07-15 | Auto merge of #112157 - erikdesjardins:align, r=nikic | bors | -8/+962 |
| 2023-07-15 | Migrate GUI colors test to original CSS color format | Guillaume Gomez | -10/+10 |
| 2023-07-14 | rustdoc: use `src` consistently over `source` in JavaScript | Michael Howell | -5/+5 |
| 2023-07-14 | rustdoc: use `src` consistently over `source` in code | Michael Howell | -74/+74 |
| 2023-07-14 | i686-windows: make requested alignment > 4 special case apply transitively | Erik Desjardins | -76/+78 |
| 2023-07-14 | Auto merge of #113471 - compiler-errors:new-solver-norm-escaping, r=lcnr | bors | -0/+18 |
| 2023-07-14 | extern-fn-explicit-align test: remove unnecessary derives | Erik Desjardins | -5/+0 |
| 2023-07-14 | Auto merge of #113703 - matthiaskrgr:rollup-19uhwuh, r=matthiaskrgr | bors | -1/+202 |
| 2023-07-14 | Structurally normalize in selection | Michael Goulet | -0/+18 |
| 2023-07-14 | Rollup merge of #113692 - krasimirgg:llvm-17-no-opaque, r=nikic | Matthias Krüger | -0/+2 |
| 2023-07-14 | Rollup merge of #113681 - aDotInTheVoid:rdj-priv-supertrait, r=GuillaumeGomez | Matthias Krüger | -0/+15 |
| 2023-07-14 | Rollup merge of #113599 - chenyukang:yukang-fix-use-maybe_body_owned_by, r=cj... | Matthias Krüger | -1/+185 |
| 2023-07-14 | Auto merge of #109025 - cjgillot:refprop-dbg, r=JakobDegen | bors | -886/+676 |
| 2023-07-14 | Allow escaping bound vars during normalize_erasing_regions in new solver | Michael Goulet | -0/+18 |
| 2023-07-14 | tests: adapt for removal of -opaque-pointers in LLVM 17 | Krasimir Georgiev | -0/+2 |
| 2023-07-14 | Bless codegen test. | Camille GILLOT | -1/+1 |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -74/+74 |
| 2023-07-14 | rustdoc-json: Add test for private supertrait. | Alona Enraght-Moony | -0/+15 |
| 2023-07-14 | Auto merge of #113519 - SparrowLii:parallel_typeck, r=cjgillot | bors | -29/+31 |
| 2023-07-14 | Auto merge of #113113 - Amanieu:box-vec-zst, r=Mark-Simulacrum | bors | -1/+1 |
| 2023-07-14 | fix the issue of shorthand in suggest_cloning | yukang | -3/+4 |
| 2023-07-14 | use maybe_body_owned_by for closure | yukang | -0/+183 |
| 2023-07-14 | Rollup merge of #112729 - jieyouxu:unused-qualifications-suggestion, r=b-naber | Matthias Krüger | -0/+79 |
| 2023-07-13 | Rollup merge of #113623 - GuillaumeGomez:add-jump-to-doc, r=notriddle | Matthias Krüger | -12/+64 |
| 2023-07-13 | Eliminate ZST allocations in `Box` and `Vec` | Amanieu d'Antras | -1/+1 |
| 2023-07-13 | Rollup merge of #113603 - workingjubilee:test-for-98016, r=oli-obk | Matthias Krüger | -4/+8 |
| 2023-07-13 | Rollup merge of #113353 - compiler-errors:select-better, r=lcnr | Matthias Krüger | -3/+32 |
| 2023-07-13 | extern fn-explicit-align test: don't use uint128_t | Erik Desjardins | -3/+6 |
| 2023-07-13 | Add machine-applicable suggestion for `unused_qualifications` lint | 许杰友 Jieyou Xu (Joe) | -0/+79 |
| 2023-07-12 | Update jump to def tests | Guillaume Gomez | -12/+64 |
| 2023-07-12 | Auto merge of #112945 - compiler-errors:tighten-span-of-adjustment-error, r=o... | bors | -405/+413 |
| 2023-07-11 | Rollup merge of #113567 - chenyukang:yukang-fix-113354-while-let, r=cjgillot | Jubilee | -0/+22 |
| 2023-07-11 | Rollup merge of #113373 - jyn514:download-rustc-fixes, r=albertlarsan68 | Jubilee | -14/+9 |
| 2023-07-11 | Don't require each rustc_interface tool to opt-in to parallel_rustc support | jyn | -1/+1 |
| 2023-07-11 | Don't depend on crate names in tests/ui-fulldeps/missing-rustc-driver-error.rs | jyn | -13/+3 |
| 2023-07-11 | Reenable all cases of simd-wide-sum | Jubilee Young | -4/+3 |
| 2023-07-11 | Add mir-opt3 rev to simd-wide-sum test | Jubilee Young | -0/+5 |
| 2023-07-11 | Auto merge of #113577 - matthiaskrgr:rollup-vaa83ip, r=matthiaskrgr | bors | -5/+90 |
| 2023-07-11 | Rollup merge of #113560 - fmease:assoc-tys-in-traits-depr-wc-loc, r=compiler-... | Matthias Krüger | -5/+64 |
| 2023-07-11 | Rollup merge of #113310 - jieyouxu:dont-suggest-impl-trait-in-paths, r=lcnr | Matthias Krüger | -0/+26 |
| 2023-07-11 | Auto merge of #113470 - compiler-errors:new-solver-structurally-resolve-pat, ... | bors | -0/+2 |
| 2023-07-11 | While let suggestion will work for closure | yukang | -0/+22 |
| 2023-07-11 | Auto merge of #113175 - bryangarza:safe-transmute-rustc-coinductive, r=compil... | bors | -56/+4 |
| 2023-07-11 | typeck in parallel | SparrowLii | -29/+31 |