| Age | Commit message (Expand) | Author | Lines |
| 2023-11-21 | Rollup merge of #118035 - ouz-a:november_ice2, r=compiler-errors | Nilstrieb | -2/+9 |
| 2023-11-20 | Fix early param lifetimes in generic_const_exprs | ouz-a | -2/+9 |
| 2023-11-20 | Rollup merge of #117835 - Nilstrieb:note-object-lifetime-defaults, r=compiler... | Matthias Krüger | -10/+76 |
| 2023-11-17 | Auto merge of #117944 - lcnr:region-refactor-uwu, r=BoxyUwU | bors | -8/+9 |
| 2023-11-17 | Auto merge of #112422 - aliemjay:implied-bounds-placeholders, r=lcnr | bors | -1/+4 |
| 2023-11-17 | rename bound region instantiation | lcnr | -8/+9 |
| 2023-11-16 | Auto merge of #116097 - jackh726:higher-ranked-lifetime-error-backup, r=compi... | bors | -13/+54 |
| 2023-11-16 | ignore implied bounds with placeholders | Ali MJ Al-Nasrawy | -1/+4 |
| 2023-11-15 | Re-format code with new rustfmt | Mark Rousskov | -1/+2 |
| 2023-11-15 | Bump cfg(bootstrap)s | Mark Rousskov | -2/+2 |
| 2023-11-14 | finish `RegionKind` rename | lcnr | -32/+35 |
| 2023-11-14 | rename debugging support functions | Rémy Rakic | -11/+14 |
| 2023-11-14 | `LivenessValues` does not need to be generic over regions | Rémy Rakic | -18/+18 |
| 2023-11-14 | introduce `is_live_anywhere` instead of peeking into points | Rémy Rakic | -6/+12 |
| 2023-11-13 | fix doc | Rémy Rakic | -5/+3 |
| 2023-11-13 | regions do not contain liveness elements | Rémy Rakic | -8/+8 |
| 2023-11-13 | refer to points and not "elements", and remove unused return value | Rémy Rakic | -6/+5 |
| 2023-11-13 | add locations instead of "element"s, and remove unused return value | Rémy Rakic | -10/+9 |
| 2023-11-13 | iterate over regions and not "rows" in liveness values | Rémy Rakic | -3/+3 |
| 2023-11-13 | stop referring to a region as a "row" in liveness values | Rémy Rakic | -17/+17 |
| 2023-11-13 | continue renaming | lcnr | -7/+7 |
| 2023-11-13 | rename `ReLateBound` to `ReBound` | lcnr | -4/+4 |
| 2023-11-13 | remove unnecessary `_` in variable name | lcnr | -2/+2 |
| 2023-11-13 | add fixme to `RegionCtxt` | lcnr | -0/+3 |
| 2023-11-12 | Note about object lifetime defaults in does not live long enough error | Nilstrieb | -10/+76 |
| 2023-11-09 | Auto merge of #117712 - lcnr:expand-coroutine, r=jackh726 | bors | -31/+30 |
| 2023-11-08 | rename `BorrowKind::Shallow` to `Fake` | lcnr | -31/+30 |
| 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-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 |