| Age | Commit message (Expand) | Author | Lines |
| 2023-05-12 | Stop checking for the absense of something that doesn't exist | Scott McMurray | -7/+27 |
| 2023-05-12 | Auto merge of #111396 - vlad20012:reduce-Borrows-dataflow-bitset-size, r=cjgi... | bors | -1/+1 |
| 2023-05-12 | Auto merge of #109732 - Urgau:uplift_drop_forget_ref_lints, r=davidtwco | bors | -772/+1106 |
| 2023-05-12 | Auto merge of #111493 - matthiaskrgr:rollup-iw1z59b, r=matthiaskrgr | bors | -137/+474 |
| 2023-05-12 | Rollup merge of #111492 - calebcartwright:by-ref-tokentree-1, r=compiler-errors | Matthias Krüger | -6/+6 |
| 2023-05-12 | Rollup merge of #111490 - compiler-errors:layout-placeholder, r=aliemjay | Matthias Krüger | -5/+21 |
| 2023-05-12 | Rollup merge of #111456 - loongarch-rs:bump-cargo, r=weihanglo | Matthias Krüger | -0/+0 |
| 2023-05-12 | Rollup merge of #111441 - cjgillot:issue-111422, r=JakobDegen | Matthias Krüger | -34/+230 |
| 2023-05-12 | Rollup merge of #111393 - klensy:win-0.48, r=oli-obk | Matthias Krüger | -59/+69 |
| 2023-05-12 | Rollup merge of #111179 - Zalathar:sort-groups, r=Mark-Simulacrum | Matthias Krüger | -33/+148 |
| 2023-05-12 | Auto merge of #111489 - compiler-errors:rollup-g3vgzss, r=compiler-errors | bors | -152/+591 |
| 2023-05-11 | refactor: use by-ref TokenTree iterator to avoid a few clones | Caleb Cartwright | -6/+6 |
| 2023-05-12 | Auto merge of #111475 - workingjubilee:sync-simd-2023-may-10, r=workingjubilee | bors | -763/+2199 |
| 2023-05-12 | Don't ICE in layout computation for placeholder types | Michael Goulet | -5/+21 |
| 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 | Improve code around SGX waitqueue | Urgau | -3/+13 |
| 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 cargo | WANG Rui | -0/+0 |
| 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 | Avoid shadowing. | Camille GILLOT | -2/+2 |