| Age | Commit message (Expand) | Author | Lines |
| 2023-07-07 | Auto merge of #113245 - lukas-code:unsizing-sanity-check, r=the8472 | bors | -56/+107 |
| 2023-07-07 | Auto merge of #113437 - workingjubilee:sync-simd-2023-july-07, r=workingjubilee | bors | -134/+339 |
| 2023-07-07 | Use new std::simd fn in miri tests | Jubilee Young | -1/+1 |
| 2023-07-07 | Sync portable-simd to 2023 July 07 | Jubilee Young | -133/+338 |
| 2023-07-07 | Remove unused import | Jubilee Young | -1/+1 |
| 2023-07-07 | Fixed cast imports in doctest (rust-lang/portable-simd#355) | Jubilee | -1/+3 |
| 2023-07-07 | Disable MIPS jobs in CI | Jubilee Young | -4/+5 |
| 2023-07-07 | Auto merge of #113308 - compiler-errors:poly-select, r=lcnr | bors | -112/+125 |
| 2023-07-07 | Merge pull request #353 from rust-lang/sync-upstream-2023-06-07 | Jubilee | -12/+16 |
| 2023-07-07 | Auto merge of #113270 - the8472:opt-macro-tts, r=nnethercote | bors | -5/+13 |
| 2023-07-07 | Auto merge of #113429 - compiler-errors:rollup-wkv4w9a, r=compiler-errors | bors | -151/+307 |
| 2023-07-06 | Rollup merge of #113421 - spastorino:new-rpitit-29, r=compiler-errors | Michael Goulet | -5/+45 |
| 2023-07-06 | Rollup merge of #113419 - spastorino:new-rpitit-28, r=compiler-errors | Michael Goulet | -3/+102 |
| 2023-07-06 | Rollup merge of #113397 - compiler-errors:new-select-prefer-obj, r=lcnr | Michael Goulet | -0/+21 |
| 2023-07-06 | Rollup merge of #113318 - tgross35:113283-allocator-trait-eq, r=m-ou-se | Michael Goulet | -26/+27 |
| 2023-07-06 | Rollup merge of #113164 - JohnTitor:issue-109054, r=compiler-errors | Michael Goulet | -0/+34 |
| 2023-07-06 | Rollup merge of #112825 - compiler-errors:tait-defining-cycle, r=lcnr | Michael Goulet | -101/+67 |
| 2023-07-06 | Rollup merge of #112008 - intruder-kat:master, r=Nilstrieb | Michael Goulet | -2/+2 |
| 2023-07-06 | Rollup merge of #111917 - WaffleLapkin:validate_unalloc, r=oli-obk | Michael Goulet | -14/+9 |
| 2023-07-07 | Auto merge of #112816 - Amanieu:llvm-riscv-arch, r=cuviper | bors | -0/+0 |
| 2023-07-07 | Auto merge of #112796 - Kobzol:ci-merge-msvc-cargo-tools, r=pietroalbini | bors | -17/+6 |
| 2023-07-06 | Don't call type_of on TAIT in defining scope in new solver | Michael Goulet | -101/+67 |
| 2023-07-06 | Do not assert >1 RPITITs on collect_return_position_impl_trait_in_trait_tys | Santiago Pastorino | -5/+45 |
| 2023-07-06 | Avoid calling item_name for RPITIT | Santiago Pastorino | -3/+102 |
| 2023-07-06 | Auto merge of #113269 - jyn514:update-compiler-builtins, r=Amanieu | bors | -4/+3 |
| 2023-07-06 | get rid of a bit more calls to poly_select | Michael Goulet | -12/+12 |
| 2023-07-06 | Coercion doesn't need binders either | Michael Goulet | -7/+6 |
| 2023-07-06 | Separate select calls that don't need a binder | Michael Goulet | -44/+58 |
| 2023-07-06 | TraitObligation -> PolyTraitObligation | Michael Goulet | -70/+70 |
| 2023-07-06 | Auto merge of #112779 - Kobzol:ci-merge-llvm-14, r=pietroalbini | bors | -80/+41 |
| 2023-07-06 | add helper methods for accessing struct tail | Lukas Markeffsky | -34/+31 |
| 2023-07-06 | sanity check field offsets in unsizeable structs | Lukas Markeffsky | -0/+49 |
| 2023-07-06 | clean up struct layout code | Lukas Markeffsky | -36/+41 |
| 2023-07-06 | Auto merge of #113323 - Kobzol:pgo-script-llvm-ci, r=jyn514 | bors | -2/+7 |
| 2023-07-06 | Auto merge of #113406 - matthiaskrgr:rollup-0rprs5k, r=matthiaskrgr | bors | -8/+21 |
| 2023-07-06 | Rollup merge of #113402 - nnethercote:diagnose-unsorted-CGUs, r=lqd | Matthias Krüger | -1/+7 |
| 2023-07-06 | Rollup merge of #113395 - compiler-errors:new-solver-dyn-star-selection, r=ol... | Matthias Krüger | -5/+9 |
| 2023-07-06 | Rollup merge of #113246 - mirkootter:fix-compiletest-crash, r=pietroalbini | Matthias Krüger | -1/+1 |
| 2023-07-06 | Rollup merge of #112295 - ForrestOfBarnes:tests-listing-format-json-windows-f... | Matthias Krüger | -1/+4 |
| 2023-07-06 | Diagnose unsorted CGUs. | Nicholas Nethercote | -1/+7 |
| 2023-07-06 | Auto merge of #113377 - BoxyUwU:move_ty_ctors_to_ty, r=compiler-errors | bors | -1187/+1388 |
| 2023-07-06 | Fix up doc links | Oli Scherer | -2/+2 |
| 2023-07-06 | Auto merge of #113348 - saethlin:metadata-module-not-compiled, r=Nilstrieb | bors | -51/+11 |
| 2023-07-06 | Prefer object candidates over impl candidates in new selection | Michael Goulet | -0/+21 |
| 2023-07-06 | Dont ICE for `dyn* Trait: Trait` goals during selection in new trait solver | Michael Goulet | -5/+9 |
| 2023-07-06 | Auto merge of #113391 - fee1-dead-contrib:rollup-9bqlw9z, r=fee1-dead | bors | -370/+572 |
| 2023-07-06 | Rollup merge of #113384 - joshtriplett:style-guide-grammar, r=compiler-errors | fee1-dead | -11/+12 |
| 2023-07-06 | Rollup merge of #113371 - jyn514:submodule-with-tags, r=albertlarsan68 | fee1-dead | -0/+3 |
| 2023-07-06 | Rollup merge of #113350 - chenyukang:yukang-fix-113342-parser, r=compiler-errors | fee1-dead | -1/+25 |
| 2023-07-06 | Rollup merge of #113334 - fmease:revert-lexing-c-str-lits, r=compiler-errors | fee1-dead | -101/+222 |