| Age | Commit message (Expand) | Author | Lines |
| 2023-11-08 | Auto merge of #117560 - lqd:issue-117146, r=matthewjasper | bors | -13/+14 |
| 2023-11-07 | Auto merge of #117511 - gurry:117406-err-packed-structs, r=compiler-errors | bors | -1/+19 |
| 2023-11-04 | traverse region graph instead of SCCs to compute polonius loan scopes | Rémy Rakic | -13/+14 |
| 2023-11-03 | Emit explanatory note for move errors in packed struct derives | Gurinder Singh | -1/+19 |
| 2023-11-02 | Minimize `pub` usage in `source_map.rs`. | Nicholas Nethercote | -3/+2 |
| 2023-10-31 | prepopulate opaque ty storage before using it :> | lcnr | -6/+8 |
| 2023-10-30 | Rollup merge of #117357 - tmiasko:terminate, r=wesleywiser | Guillaume Gomez | -1/+1 |
| 2023-10-30 | Clean up `rustc_*/Cargo.toml`. | Nicholas Nethercote | -6/+6 |
| 2023-10-29 | Auto merge of #116733 - compiler-errors:alias-liveness-but-this-time-sound, r... | bors | -20/+23 |
| 2023-10-29 | Auto merge of #116447 - oli-obk:gen_fn, r=compiler-errors | bors | -6/+32 |
| 2023-10-29 | Rename a few remaining references to abort terminator | Tomasz Miąsko | -1/+1 |
| 2023-10-27 | Use targetted diagnostic for borrow across yield error | Oli Scherer | -1/+2 |
| 2023-10-27 | Handle `move` generators | Oli Scherer | -5/+11 |
| 2023-10-26 | Quietly fail if an error has already occurred | Oli Scherer | -2/+3 |
| 2023-10-26 | Add hir::GeneratorKind::Gen | Oli Scherer | -0/+19 |
| 2023-10-25 | Rename `AsyncCoroutineKind` to `CoroutineSource` | Oli Scherer | -6/+6 |
| 2023-10-24 | Rollup merge of #116792 - JonasAlaif:renumber-fix, r=b-naber | Matthias Krüger | -0/+4 |
| 2023-10-24 | Auto merge of #116300 - cjgillot:split-move, r=petrochenkov | bors | -119/+280 |
| 2023-10-23 | Rollup merge of #116859 - Nilstrieb:more-more-funny-pretty-printers, r=oli-obk | Matthias Krüger | -2/+4 |
| 2023-10-23 | Rollup merge of #116960 - lqd:applied-member-constraints-scope, r=matthewjasper | Matthias Krüger | -18/+21 |
| 2023-10-21 | Remove redundant checks. | Camille GILLOT | -16/+2 |
| 2023-10-21 | Parametrize gather_moves by filter. | Camille GILLOT | -2/+2 |
| 2023-10-21 | Stop computing error info in move path builder. | Camille GILLOT | -7/+24 |
| 2023-10-21 | Avoid using a magic value for untracked locals. | Camille GILLOT | -6/+9 |
| 2023-10-21 | Do not report errors from move path builder. | Camille GILLOT | -112/+267 |
| 2023-10-21 | Make `ty::print::Printer` take `&mut self` instead of `self` | Nilstrieb | -2/+4 |
| 2023-10-21 | Rollup merge of #116990 - estebank:issue-68445, r=cjgillot | Matthias Krüger | -0/+22 |
| 2023-10-20 | Rename `CoroutineKind::Gen` to `::Coroutine` | Oli Scherer | -2/+2 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -125/+125 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -69/+69 |
| 2023-10-20 | consider a loan escapes the function via applied member constraints | Rémy Rakic | -12/+14 |
| 2023-10-20 | Mention `into_iter` on borrow errors suggestions when appropriate | Esteban Küber | -0/+22 |
| 2023-10-19 | make `applied_member_constraints` accept an SCC instead of a region | Rémy Rakic | -6/+7 |
| 2023-10-18 | revert rust-lang/rust#114586 | Ali MJ Al-Nasrawy | -20/+13 |
| 2023-10-17 | Auto merge of #116822 - notriddle:notriddle/rust-logo, r=fmease | bors | -1/+3 |
| 2023-10-17 | Use a visitor that could be reused by opaque type capture check later | Michael Goulet | -99/+13 |
| 2023-10-16 | docs: add Rust logo to more compiler crates | Michael Howell | -1/+3 |
| 2023-10-16 | Remove `DefiningAnchor::Bubble` from opaque wf check | Michael Goulet | -8/+8 |
| 2023-10-16 | Avoid unnecessary renumbering | Jonáš Fiala | -0/+4 |
| 2023-10-14 | Consider static specially | Michael Goulet | -8/+20 |
| 2023-10-14 | Consider param-env candidates, too | Michael Goulet | -1/+21 |
| 2023-10-14 | Consider alias bounds when considering lliveness for alias types in NLL | Michael Goulet | -19/+76 |
| 2023-10-13 | Format all the let chains in compiler | Michael Goulet | -195/+183 |
| 2023-10-12 | Auto merge of #113487 - estebank:sugg-113174, r=oli-obk | bors | -23/+149 |
| 2023-10-11 | Use structured suggestion for #113174 | Esteban Küber | -23/+149 |
| 2023-10-11 | Auto merge of #113218 - lqd:polonius-scopes, r=jackh726 | bors | -34/+360 |
| 2023-10-06 | Auto merge of #114811 - estebank:impl-ambiguity, r=wesleywiser | bors | -1/+1 |
| 2023-10-05 | compute NLL loan scopes with liveness in `-Zpolonius=next` | Rémy Rakic | -28/+339 |
| 2023-10-05 | allow access to liveness' `PointIndex`es | Rémy Rakic | -0/+5 |
| 2023-10-05 | add note why a function is pub | Rémy Rakic | -0/+1 |