| Age | Commit message (Expand) | Author | Lines |
| 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 | -104/+104 |
| 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 |
| 2023-10-05 | Rollup merge of #116223 - catandcoder:master, r=cjgillot | Jubilee | -6/+6 |
| 2023-10-04 | document Borrows dataflow analysis | Rémy Rakic | -0/+7 |
| 2023-10-04 | rename ancient regioncx | Rémy Rakic | -2/+2 |
| 2023-10-04 | introduce `Polonius` enum for `-Zpolonius` | Rémy Rakic | -4/+6 |
| 2023-10-04 | Reorder fullfillment errors to keep more interesting ones first | Esteban Küber | -1/+1 |
| 2023-10-04 | Fix misuses of a vs an | cui fliter | -6/+6 |
| 2023-10-02 | have better explanation for `relate_types` | ouz-a | -5/+3 |
| 2023-10-02 | change is_subtype to relate_types | ouz-a | -9/+8 |
| 2023-10-02 | Add docs, remove code, change subtyper code | ouz-a | -7/+16 |
| 2023-10-02 | subtyping_projections | ouz-a | -0/+12 |
| 2023-09-27 | fix clippy::{redundant_guards, useless_format} | Matthias Krüger | -2/+2 |
| 2023-09-27 | Auto merge of #116163 - compiler-errors:lazyness, r=oli-obk | bors | -1/+1 |
| 2023-09-26 | subst -> instantiate | lcnr | -7/+6 |
| 2023-09-26 | Don't store lazyness in DefKind | Michael Goulet | -1/+1 |
| 2023-09-24 | Remove span from BrAnon. | Camille GILLOT | -35/+19 |
| 2023-09-24 | Try to use approximate placeholder regions when outputting an AscribeUserType... | Jack Huey | -13/+54 |
| 2023-09-21 | Record asyncness span in HIR | Michael Goulet | -1/+1 |
| 2023-09-21 | Rollup merge of #115972 - RalfJung:const-consistency, r=oli-obk | Guillaume Gomez | -22/+21 |
| 2023-09-21 | Prevent promotion of const fn calls in inline consts | Oli Scherer | -1/+1 |
| 2023-09-21 | rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::Const | Ralf Jung | -22/+21 |
| 2023-09-18 | Remove `RegionHighlightMode::tcx`. | Nicholas Nethercote | -4/+4 |
| 2023-09-11 | Auto merge of #114586 - oli-obk:patch_tait_rpit_order_check, r=lcnr,compiler-... | bors | -13/+20 |
| 2023-09-11 | Bubble up opaque <eq> opaque operations instead of picking an order | Oli Scherer | -13/+20 |
| 2023-09-11 | Auto merge of #115595 - surechen:114896, r=davidtwco | bors | -6/+78 |