| Age | Commit message (Expand) | Author | Lines |
| 2023-11-07 | Auto merge of #117229 - matthewjasper:thir-unsafeck-fixes, r=cjgillot | bors | -19/+115 |
| 2023-11-06 | Build a better MIR body when errors are encountered | Michael Goulet | -29/+59 |
| 2023-11-06 | Visit patterns in THIR let expressions | Matthew Jasper | -8/+0 |
| 2023-11-06 | Add suggestion to THIR unsafe_op_in_unsafe_fn lint | Matthew Jasper | -10/+112 |
| 2023-11-06 | Recognise thread local statics in THIR unsafeck | Matthew Jasper | -1/+3 |
| 2023-11-04 | Suggest to set lint level on whole match | Nadrieril | -16/+37 |
| 2023-11-04 | Warn when lint level is set on a match arm | Nadrieril | -21/+49 |
| 2023-11-04 | Rollup merge of #117343 - Nadrieril:cleanup_check_match, r=davidtwco | Takayuki Maeda | -434/+400 |
| 2023-11-03 | Tweak spans for "adt defined here" note | Nadrieril | -6/+1 |
| 2023-11-03 | Accumulate let chains alongside the visit | Nadrieril | -76/+78 |
| 2023-11-03 | clone less | Matthias Krüger | -1/+1 |
| 2023-11-02 | Cleanup check_match code paths | Nadrieril | -110/+104 |
| 2023-11-02 | Factor out pointing at ADT definition | Nadrieril | -44/+41 |
| 2023-11-02 | Always do all the pattern checks | Nadrieril | -60/+60 |
| 2023-11-02 | Tweak diagnostic for consistency | Nadrieril | -4/+2 |
| 2023-11-02 | Check pattern error while lowering | Nadrieril | -42/+29 |
| 2023-11-02 | Uncomplicate check_let_chain | Nadrieril | -45/+35 |
| 2023-11-02 | Reorder | Nadrieril | -148/+151 |
| 2023-11-01 | Auto merge of #114208 - GKFX:offset_of_enum, r=wesleywiser | bors | -1/+1 |
| 2023-11-01 | Auto merge of #116692 - Nadrieril:half-open-ranges, r=cjgillot | bors | -354/+401 |
| 2023-10-31 | Support enum variants in offset_of! | George Bateman | -1/+1 |
| 2023-10-30 | Some more coroutine renamings | Michael Goulet | -8/+13 |
| 2023-10-30 | Auto merge of #117415 - matthiaskrgr:rollup-jr2p1t2, r=matthiaskrgr | bors | -1/+1 |
| 2023-10-30 | Rollup merge of #117398 - Nadrieril:fix-117378, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-10-30 | Correctly handle nested or-patterns in column-wise analyses | Nadrieril | -1/+1 |
| 2023-10-30 | Clean up `rustc_*/Cargo.toml`. | Nicholas Nethercote | -7/+7 |
| 2023-10-27 | Auto merge of #103208 - cjgillot:match-fake-read, r=oli-obk,RalfJung | bors | -29/+39 |
| 2023-10-27 | Make IntRange exclusive | Nadrieril | -57/+65 |
| 2023-10-27 | s/to_pat/to_diagnostic_pat/ | Nadrieril | -21/+33 |
| 2023-10-27 | Match usize/isize exhaustively | Nadrieril | -50/+113 |
| 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 | -15/+16 |
| 2023-10-27 | Abstract over `PatRange` boundary value | Nadrieril | -169/+42 |
| 2023-10-27 | Handle `ty::Opaque` correctly | Nadrieril | -1/+16 |
| 2023-10-27 | Lint overlapping ranges as a separate pass | Nadrieril | -89/+91 |
| 2023-10-27 | Abstract over per-column pattern traversal | Nadrieril | -36/+77 |
| 2023-10-26 | Auto merge of #113262 - Nilstrieb:rawr-casting, r=lcnr | bors | -19/+13 |
| 2023-10-25 | Use let chains instead of let else | Nilstrieb | -19/+13 |
| 2023-10-25 | Make THIR unused_unsafe lint consistent with MIR | Matthew Jasper | -74/+86 |
| 2023-10-25 | Auto merge of #116482 - matthewjasper:thir-unsafeck-inline-constants, r=b-naber | bors | -33/+79 |
| 2023-10-24 | Update documentation. | Camille GILLOT | -3/+3 |
| 2023-10-24 | Use `PlaceMention` for match scrutinees. | Camille GILLOT | -26/+36 |
| 2023-10-21 | Fix #117033 | Nadrieril | -0/+3 |
| 2023-10-21 | Auto merge of #116734 - Nadrieril:lint-per-column, r=cjgillot | bors | -243/+326 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -56/+56 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -20/+20 |
| 2023-10-18 | coverage: Attach an optional `FunctionCoverageInfo` to `mir::Body` | Zalathar | -0/+1 |
| 2023-10-16 | Address review comments | Matthew Jasper | -59/+42 |