| Age | Commit message (Expand) | Author | Lines |
| 2023-05-12 | Add a convenience function | Oli Scherer | -8/+13 |
| 2023-05-12 | Rewrite nested `if` conditions into a single match | Oli Scherer | -6/+7 |
| 2023-05-12 | Invert `IgnoreRegions` to `CheckRegions` | Oli Scherer | -8/+8 |
| 2023-05-12 | Require `impl Trait` in associated types to appear in method signatures | Oli Scherer | -53/+242 |
| 2023-05-12 | Auto merge of #111489 - compiler-errors:rollup-g3vgzss, r=compiler-errors | bors | -152/+591 |
| 2023-05-12 | Auto merge of #111475 - workingjubilee:sync-simd-2023-may-10, r=workingjubilee | bors | -763/+2199 |
| 2023-05-11 | Rollup merge of #111460 - clubby789:lowercase-box-self, r=compiler-errors | Michael Goulet | -25/+63 |
| 2023-05-11 | Rollup merge of #111459 - GuillaumeGomez:update-browser-ui-test, r=notriddle | Michael Goulet | -81/+70 |
| 2023-05-11 | Rollup merge of #111444 - cjgillot:issue-111400, r=oli-obk | Michael Goulet | -5/+12 |
| 2023-05-11 | Rollup merge of #111439 - uweigand:backtrace-normalize, r=compiler-errors | Michael Goulet | -2/+3 |
| 2023-05-11 | Rollup merge of #111375 - rcvalle:rust-cfi-fix-106547, r=bjorn3 | Michael Goulet | -28/+247 |
| 2023-05-11 | Rollup merge of #111366 - obeis:ascribe-user-type-variance, r=lcnr | Michael Goulet | -7/+7 |
| 2023-05-11 | Rollup merge of #106038 - aliemjay:opaque-implied, r=lcnr | Michael Goulet | -4/+189 |
| 2023-05-11 | Correct swizzle_dyn cfg for armv7 neon | Jubilee Young | -1/+1 |
| 2023-05-11 | Auto merge of #111395 - scottmcm:slice-iter-zst-experiment, r=the8472 | bors | -35/+51 |
| 2023-05-11 | miri: Move patterns for simd tests | Jubilee Young | -35/+17 |
| 2023-05-11 | Bless tests for portable-simd sync | Jubilee Young | -5/+5 |
| 2023-05-11 | Sync portable-simd to 2023 May 10 | Jubilee Young | -723/+2177 |
| 2023-05-11 | Improve error for `self: Box<self>` | clubby789 | -25/+63 |
| 2023-05-11 | Auto merge of #111454 - RalfJung:miri, r=RalfJung | bors | -411/+1122 |
| 2023-05-11 | Fix backtrace normalization in ice-bug-report-url.rs | Ulrich Weigand | -2/+3 |
| 2023-05-11 | Convert some GUI tests color checks to use original format | Guillaume Gomez | -14/+14 |
| 2023-05-11 | Migrate to 0.16.0 browser-ui-test version | Guillaume Gomez | -66/+55 |
| 2023-05-11 | Update browser-ui-test version to 0.16.0 | Guillaume Gomez | -1/+1 |
| 2023-05-11 | Auto merge of #111029 - Nilstrieb:when-the-errs-are-too-big, r=petrochenkov | bors | -14/+32 |
| 2023-05-11 | fix deny_lint test | Ralf Jung | -2/+7 |
| 2023-05-11 | update lockfile | Ralf Jung | -2/+2 |
| 2023-05-11 | Auto merge of #111452 - matthiaskrgr:rollup-uic8dgy, r=matthiaskrgr | bors | -49/+443 |
| 2023-05-11 | Rollup merge of #111448 - compiler-errors:rustdoc-alias-impl, r=notriddle | Matthias Krüger | -8/+18 |
| 2023-05-11 | Rollup merge of #111432 - cjgillot:issue-111426, r=oli-obk | Matthias Krüger | -7/+44 |
| 2023-05-11 | Rollup merge of #111389 - esp-rs:esp-idf-platform-support, r=jyn514 | Matthias Krüger | -1/+43 |
| 2023-05-11 | Rollup merge of #111385 - durin42:vec-panik-17, r=Amanieu | Matthias Krüger | -2/+2 |
| 2023-05-11 | Rollup merge of #111382 - Zalathar:ffi, r=cuviper | Matthias Krüger | -17/+118 |
| 2023-05-11 | Rollup merge of #111292 - Urgau:check-cfg-issue-111291, r=petrochenkov | Matthias Krüger | -1/+64 |
| 2023-05-11 | Rollup merge of #108705 - clubby789:refutable-let-closure-borrow, r=cjgillot | Matthias Krüger | -13/+154 |
| 2023-05-10 | Use proper impl self type for alias impl in rustdoc | Michael Goulet | -8/+18 |
| 2023-05-10 | Auto merge of #110820 - cjgillot:faster-dcp, r=oli-obk | bors | -141/+183 |
| 2023-05-10 | Simplify the implementation of iterators over slices of ZSTs | Scott McMurray | -35/+51 |
| 2023-05-10 | Only warn single-use lifetime when the binders match. | Camille GILLOT | -5/+12 |
| 2023-05-10 | Auto merge of #2879 - saethlin:measureme, r=RalfJung | bors | -2/+18 |
| 2023-05-10 | Explain the padding | Ben Kimock | -0/+4 |
| 2023-05-10 | Use visit_assign to detect SSA locals. | Camille GILLOT | -7/+44 |
| 2023-05-10 | Temp fix for swizzle_dyn | Jubilee Young | -2/+4 |
| 2023-05-10 | Drop const_ptr_read feature gate | Jubilee Young | -1/+0 |
| 2023-05-10 | Fixups for sync | Jubilee Young | -6/+7 |
| 2023-05-10 | vec-shrink-panik: update expectations to work on LLVM 17 | Augie Fackler | -2/+2 |
| 2023-05-10 | Auto merge of #111401 - ChrisDenton:no-windows-allowed, r=workingjubilee | bors | -59/+40 |
| 2023-05-10 | Auto merge of #2885 - RalfJung:rustup, r=RalfJung | bors | -6457/+16514 |
| 2023-05-10 | disable opt-level 4 tests for now | Ralf Jung | -1/+2 |
| 2023-05-10 | Make `NonUseContext::AscribeUserTy` carry `ty::Variance` | Obei Sideg | -7/+7 |