| Age | Commit message (Expand) | Author | Lines |
| 2023-10-27 | Match usize/isize exhaustively | Nadrieril | -307/+321 |
| 2023-10-27 | Propagate half-open ranges through exhaustiveness checking | Nadrieril | -102/+158 |
| 2023-10-27 | Inline `RangeInclusive` into `IntRange` | Nadrieril | -41/+33 |
| 2023-10-27 | Don't use `IntRange` for booleans | Nadrieril | -14/+56 |
| 2023-10-27 | Propagate half-open ranges through THIR | Nadrieril | -38/+65 |
| 2023-10-27 | Abstract over `PatRange` boundary value | Nadrieril | -214/+298 |
| 2023-10-27 | Add tests | Nadrieril | -14/+80 |
| 2023-10-27 | Auto merge of #116751 - Nadrieril:lint-overlap-per-column, r=davidtwco | bors | -148/+257 |
| 2023-10-27 | Auto merge of #116858 - estebank:issue-22488, r=petrochenkov | bors | -1/+70 |
| 2023-10-27 | Auto merge of #117272 - matthiaskrgr:rollup-upg122z, r=matthiaskrgr | bors | -309/+265 |
| 2023-10-27 | Rollup merge of #117266 - RalfJung:cast-not-transmute, r=thomcc | Matthias Krüger | -8/+8 |
| 2023-10-27 | Rollup merge of #117262 - celinval:issue-38-norm, r=oli-obk | Matthias Krüger | -6/+18 |
| 2023-10-27 | Rollup merge of #117241 - compiler-errors:auto-trait-leak-cycle, r=oli-obk | Matthias Krüger | -234/+55 |
| 2023-10-27 | Rollup merge of #117240 - trueNAHO:docs-std-iter-Iterator-collect-into-fix-ty... | Matthias Krüger | -1/+1 |
| 2023-10-27 | Rollup merge of #116868 - estebank:suggestion, r=petrochenkov | Matthias Krüger | -60/+160 |
| 2023-10-27 | Rollup merge of #114998 - meysam81:meysam/feat/add-cargo-pgo-to-docs, r=ehuss | Matthias Krüger | -0/+23 |
| 2023-10-27 | Auto merge of #116205 - WaffleLapkin:stabilize_pointer_byte_offsets, r=dtolnay | bors | -77/+69 |
| 2023-10-27 | replace transmute by raw pointer cast | Ralf Jung | -8/+8 |
| 2023-10-27 | Auto merge of #117260 - okaneco:ascii_branchless, r=thomcc | bors | -6/+59 |
| 2023-10-26 | Specialize ZeroSized constants | Celina G. Val | -6/+18 |
| 2023-10-27 | Handle `ty::Opaque` correctly | Nadrieril | -11/+33 |
| 2023-10-27 | Lint overlapping ranges as a separate pass | Nadrieril | -104/+150 |
| 2023-10-27 | Abstract over per-column pattern traversal | Nadrieril | -36/+77 |
| 2023-10-27 | Auto merge of #116035 - lqd:mcp-510-target-specs, r=petrochenkov | bors | -94/+372 |
| 2023-10-26 | Refactor some `char`, `u8` ascii functions to be branchless | okaneco | -6/+59 |
| 2023-10-27 | Auto merge of #113183 - estebank:redundant-sized-errors, r=davidtwco | bors | -6/+57 |
| 2023-10-26 | Suggest assoc fn `new` when trying to build tuple struct with private fields | Esteban Küber | -1/+70 |
| 2023-10-26 | Auto merge of #117249 - matthiaskrgr:rollup-h4og5rv, r=matthiaskrgr | bors | -638/+784 |
| 2023-10-26 | Rollup merge of #117243 - chfogelman:replace-not-swap-comment, r=thomcc | Matthias Krüger | -0/+4 |
| 2023-10-26 | Rollup merge of #117188 - dtolnay:symbolenv, r=cjgillot | Matthias Krüger | -42/+134 |
| 2023-10-26 | Rollup merge of #117114 - nnethercote:improve-stringify-test, r=petrochenkov | Matthias Krüger | -559/+482 |
| 2023-10-26 | Rollup merge of #117106 - estebank:issue-27300, r=petrochenkov | Matthias Krüger | -5/+117 |
| 2023-10-26 | Rollup merge of #117032 - bjorn3:riscv64_enable_cg_clif_tests, r=petrochenkov | Matthias Krüger | -1/+4 |
| 2023-10-26 | Rollup merge of #116968 - eopb:116967, r=petrochenkov | Matthias Krüger | -31/+43 |
| 2023-10-26 | Auto merge of #116581 - Kobzol:bootstrap-cmd-run, r=onur-ozkan | bors | -80/+158 |
| 2023-10-26 | Allow ignoring the failure of command execution | Jakub Beránek | -5/+18 |
| 2023-10-26 | Tweak suggestion spans for invalid crate-level inner attribute | Esteban Küber | -60/+160 |
| 2023-10-26 | Add comment to mem::replace to explain why it's not implemented via mem::swap | Carter Hunt Fogelman | -0/+4 |
| 2023-10-26 | Stash and cancel cycle errors for auto trait leakage in opaques | Michael Goulet | -234/+55 |
| 2023-10-26 | Auto merge of #117228 - matthiaskrgr:rollup-23zzepv, r=matthiaskrgr | bors | -82/+278 |
| 2023-10-26 | Fix documentation typo in std::iter::Iterator::collect_into | NAHO | -1/+1 |
| 2023-10-26 | Rollup merge of #117221 - fmease:TypeFlags-HAS_TY_GENERATOR-to-COROUTINE, r=lqd | Matthias Krüger | -4/+4 |
| 2023-10-26 | Rollup merge of #117214 - oli-obk:error_shenanigans, r=compiler-errors | Matthias Krüger | -2/+73 |
| 2023-10-26 | Rollup merge of #117207 - Zalathar:no-option, r=compiler-errors | Matthias Krüger | -17/+15 |
| 2023-10-26 | Rollup merge of #117202 - TaKO8Ki:revert-remove-TaKO8Ki-from-reviewers, r=Nil... | Matthias Krüger | -0/+2 |
| 2023-10-26 | Rollup merge of #117194 - nnethercote:rustc_incremental, r=cjgillot | Matthias Krüger | -20/+17 |
| 2023-10-26 | Rollup merge of #117143 - estebank:issue-117080, r=wesleywiser | Matthias Krüger | -6/+55 |
| 2023-10-26 | Rollup merge of #117095 - klinvill:smir-fn-arg-count, r=oli-obk | Matthias Krüger | -22/+102 |
| 2023-10-26 | Rollup merge of #116905 - Fenex:refactor/compiler/resolve, r=petrochenkov | Matthias Krüger | -11/+10 |
| 2023-10-26 | Auto merge of #117171 - fee1-dead-contrib:deny-explicit-effect-params, r=oli-obk | bors | -5/+215 |