| Age | Commit message (Expand) | Author | Lines |
| 2023-06-15 | privacy: Do not mark items reachable farther than their nominal visibility | Vadim Petrochenkov | -2/+2 |
| 2023-06-15 | privacy: Feature gate new type privacy lints | Vadim Petrochenkov | -30/+138 |
| 2023-06-15 | Auto merge of #106343 - the8472:slice-iter-fold, r=scottmcm | bors | -8/+14 |
| 2023-06-15 | Auto merge of #112233 - notriddle:notriddle/search-unify, r=GuillaumeGomez | bors | -0/+194 |
| 2023-06-15 | Auto merge of #104455 - the8472:dont-drain-on-drop, r=Amanieu | bors | -3/+3 |
| 2023-06-14 | use indexed loop instead of ptr bumping | The 8472 | -8/+0 |
| 2023-06-14 | Auto merge of #112625 - matthiaskrgr:rollup-jcobj3g, r=matthiaskrgr | bors | -95/+174 |
| 2023-06-14 | Auto merge of #112624 - matthiaskrgr:rollup-db6ta1b, r=matthiaskrgr | bors | -21/+47 |
| 2023-06-14 | Rollup merge of #112613 - GuillaumeGomez:fix-gui-test-windows, r=notriddle | Matthias Krüger | -15/+15 |
| 2023-06-14 | Rollup merge of #112612 - sginnett:issue-105150, r=compiler-errors | Matthias Krüger | -1/+24 |
| 2023-06-14 | Rollup merge of #112611 - compiler-errors:unconstrained-lt-in-rpitit, r=oli-obk | Matthias Krüger | -79/+135 |
| 2023-06-14 | Rollup merge of #112506 - compiler-errors:const-infer-ice, r=b-naber | Matthias Krüger | -21/+47 |
| 2023-06-14 | Fix `href` attribute value check on Windows (`DOC_PATH` lacks an extra `/`) | Guillaume Gomez | -12/+12 |
| 2023-06-14 | Auto merge of #112418 - ferrocene:pa-mir-opt-panic, r=ozkanonur,saethlin | bors | -142/+11297 |
| 2023-06-14 | Auto merge of #112400 - WaffleLapkin:vtable_stats, r=compiler-errors | bors | -0/+72 |
| 2023-06-14 | Replace unicode value with character in shortcuts.goml test | Guillaume Gomez | -3/+3 |
| 2023-06-14 | Auto merge of #110662 - bryangarza:safe-transmute-reference-types, r=compiler... | bors | -43/+387 |
| 2023-06-14 | s/drain_filter/extract_if/ for Vec, Btree{Map,Set} and LinkedList | The 8472 | -3/+3 |
| 2023-06-13 | Fix explicit-outlives-requirements lint span | Sam Ginnett | -1/+24 |
| 2023-06-14 | Error on unconstrained lifetime in RPITIT | Michael Goulet | -79/+135 |
| 2023-06-14 | Rollup merge of #112571 - notriddle:notriddle/never-search, r=GuillaumeGomez | Matthias Krüger | -19/+157 |
| 2023-06-14 | Rollup merge of #112520 - chenyukang:yukang-fix-112505, r=fee1-dead | Matthias Krüger | -0/+19 |
| 2023-06-14 | Rollup merge of #112495 - bvanjoi:fix-109153, r=petrochenkov | Matthias Krüger | -1/+40 |
| 2023-06-14 | Rollup merge of #112197 - compiler-errors:next-solver-erase, r=lcnr | Matthias Krüger | -7/+37 |
| 2023-06-13 | Auto merge of #112062 - lukas-code:unsized-layout, r=wesleywiser | bors | -0/+55 |
| 2023-06-13 | Move test | Michael Goulet | -11/+11 |
| 2023-06-13 | Erase regions even if normalization fails in writeback | Michael Goulet | -1/+31 |
| 2023-06-13 | Add test case for unsizing with niche | Wesley Wiser | -0/+30 |
| 2023-06-14 | fix(resolve): update `shadowed_glob` more precision | bohan | -1/+40 |
| 2023-06-13 | Auto merge of #112017 - Nemo157:unsafe-block-rustfix, r=eholk | bors | -0/+245 |
| 2023-06-13 | Add a test for `-Zprint-vtable-sizes` | Maybe Waffle | -0/+72 |
| 2023-06-13 | Add test cases for suggestions with unsafe operations contained inside macros | Wim Looman | -11/+100 |
| 2023-06-13 | Add note about unsafe functions body not being unsafe | Wim Looman | -8/+63 |
| 2023-06-13 | Hide suggestion to wrap function in unsafe block | Wim Looman | -37/+0 |
| 2023-06-13 | Test that a couple more types of unsafe-ops get a wrapping unsafe block added | Wim Looman | -1/+69 |
| 2023-06-13 | Add MVP suggestion for `unsafe_op_in_unsafe_fn` | Léo Lanteri Thauvin | -0/+70 |
| 2023-06-13 | Auto merge of #112549 - jieyouxu:fix-tests-for-unit-bindings, r=Nilstrieb | bors | -117/+117 |
| 2023-06-13 | Rollup merge of #111885 - compiler-errors:rust-call-abi-sized, r=eholk | Matthias Krüger | -0/+25 |
| 2023-06-13 | Auto merge of #112524 - GuillaumeGomez:migrate-gui-test-color-14, r=notriddle | bors | -11/+11 |
| 2023-06-12 | rustdoc-search: search never type with `!` | Michael Howell | -19/+157 |
| 2023-06-12 | Safe Transmute: Refactor error handling and Answer type | Bryan Garza | -3/+19 |
| 2023-06-12 | add codegen test for slice::Iter::fold | The 8472 | -0/+14 |
| 2023-06-12 | Rollup merge of #112416 - jieyouxu:issue-112363, r=wesleywiser | Matthias Krüger | -1/+70 |
| 2023-06-12 | Rollup merge of #112302 - jieyouxu:issue-85184, r=WaffleLapkin | Matthias Krüger | -0/+43 |
| 2023-06-12 | Adjust UI tests for `unit_bindings` | 许杰友 Jieyou Xu (Joe) | -117/+117 |
| 2023-06-12 | Auto merge of #112543 - GuillaumeGomez:revert-112429, r=lcnr | bors | -59/+30 |
| 2023-06-12 | Add regression test for #112515 | Guillaume Gomez | -0/+30 |
| 2023-06-12 | Revert "Add regression test for #32077" | Guillaume Gomez | -59/+0 |
| 2023-06-12 | bless mir-opt | Pietro Albini | -38/+11189 |
| 2023-06-12 | properly mark tests that require panic=abort | Pietro Albini | -104/+108 |