| Age | Commit message (Expand) | Author | Lines |
| 2022-02-24 | Remove in-band lifetimes | Michael Goulet | -6/+4 |
| 2022-02-16 | Fix inconsistent symbol mangling with -Zverbose | Tomasz Miąsko | -5/+5 |
| 2022-02-12 | Update chalk tests | Matthew Jasper | -29/+30 |
| 2022-02-11 | Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis" | Oli Scherer | -22/+21 |
| 2022-02-11 | Revert "Auto merge of #92306 - Aaron1011:opaque-type-op, r=oli-obk" | Oli Scherer | -27/+0 |
| 2022-02-08 | Improve opaque type higher-ranked region error message under NLL | Aaron Hill | -0/+27 |
| 2022-02-07 | Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis | bors | -21/+22 |
| 2022-02-06 | Fix tracking issue for `const_fn_trait_bound` | Ruby Lazuli | -1/+1 |
| 2022-02-02 | bless | Oli Scherer | -5/+5 |
| 2022-02-02 | Lazily resolve type-alias-impl-trait defining uses | Oli Scherer | -16/+17 |
| 2022-01-21 | Auto merge of #93173 - matthiaskrgr:rollup-49bj7ta, r=matthiaskrgr | bors | -43/+28 |
| 2022-01-21 | Rollup merge of #92467 - Aaron1011:extern-local-region, r=oli-obk | Matthias Krüger | -43/+28 |
| 2022-01-21 | Override rustc version in ui and mir-opt tests to get stable hashes | The 8472 | -3/+3 |
| 2022-01-15 | Rollup merge of #92191 - jackh726:issue-89352, r=nikomatsakis | Matthias Krüger | -5/+5 |
| 2021-12-31 | Ensure that early-bound function lifetimes are always 'local' | Aaron Hill | -43/+28 |
| 2021-12-29 | Refactor variance diagnostics to work with more types | Aaron Hill | -0/+11 |
| 2021-12-22 | When obligation is a sized predicate, prefer projection or object candidates ... | Jack Huey | -5/+5 |
| 2021-12-17 | Fix typo in "new region bound" suggestion | Esteban Kuber | -1/+1 |
| 2021-12-13 | Include rustc version in `rustc_span::StableCrateId` | pierwill | -3/+3 |
| 2021-12-10 | Tweak wording | Esteban Kuber | -1/+1 |
| 2021-11-21 | Simplify for loop desugar | Cameron Steffen | -4/+2 |
| 2021-11-18 | Move some tests to more reasonable directories | Caio | -0/+91 |
| 2021-11-17 | Rollup merge of #90667 - rukai:improve_static_lifetime_diagnostics, r=estebank | Matthias Krüger | -9/+12 |
| 2021-11-14 | Move some tests to more reasonable directories | Caio | -0/+149 |
| 2021-11-14 | Improve diagnostics when a static lifetime is expected | Lucas Kent | -9/+12 |
| 2021-10-21 | Add test for issue #78561 | samlich | -0/+23 |
| 2021-10-15 | simplify constrain_opaque_types | Niko Matsakis | -11/+15 |
| 2021-10-13 | Remove textual span from diagnostic string | Oli Scherer | -18/+18 |
| 2021-10-09 | Show detailed expected/found types in error message when trait paths are the ... | rhysd | -2/+2 |
| 2021-10-05 | Note specific regions involved in 'borrowed data escapes' error | Aaron Hill | -7/+76 |
| 2021-10-04 | Rollup merge of #89504 - Aaron1011:rpit-nll-static, r=nikomatsakis | Manish Goregaokar | -84/+24 |
| 2021-10-03 | Don't suggest replacing region with 'static in NLL | Aaron Hill | -84/+24 |
| 2021-10-03 | Add regression test for spurious const error with NLL | Aaron Hill | -0/+20 |
| 2021-09-30 | Auto merge of #89250 - Aaron1011:keep-bound-region-names, r=estebank | bors | -4/+4 |
| 2021-09-30 | Auto merge of #89110 - Aaron1011:adjustment-span, r=estebank | bors | -100/+37 |
| 2021-09-26 | Remove box syntax from most places in src/test outside of the issues dir | est31 | -5/+5 |
| 2021-09-25 | Don't anonymize bound region names during typeck | Aaron Hill | -4/+4 |
| 2021-09-25 | Use larger span for adjustments on method calls | Aaron Hill | -100/+37 |
| 2021-09-25 | Bless tests | Gary Guo | -1/+1 |
| 2021-09-20 | Auto merge of #88708 - Aaron1011:aggregate-usage, r=oli-obk | bors | -14/+14 |
| 2021-09-19 | Auto merge of #89028 - Aaron1011:coercion-cause, r=nagisa | bors | -3/+3 |
| 2021-09-16 | Propagate coercion cause into `try_coerce` | Aaron Hill | -3/+3 |
| 2021-09-16 | Add `ConstraintCategory::Usage` for handling aggregate construction | Aaron Hill | -14/+14 |
| 2021-09-15 | Point to closure when emitting 'cannot move out' for captured variable | Fabian Wolff | -1/+4 |
| 2021-08-31 | Auto merge of #88467 - sexxi-goose:issue-88431, r=nikomatsakis | bors | -1/+1 |
| 2021-08-29 | 2229: Drop any deref in move closure | Aman Arora | -1/+1 |
| 2021-08-29 | Suggestion for call on immutable binding of mutable type | Esteban Küber | -6/+22 |
| 2021-08-25 | Fix debugger stepping behavior around `match` expressions | Wesley Wiser | -24/+26 |
| 2021-08-22 | Fix more “a”/“an” typos | Frank Steffahn | -1/+1 |
| 2021-08-18 | Auto merge of #86700 - lqd:matthews-nll-hrtb-errors, r=nikomatsakis | bors | -22/+47 |