| Age | Commit message (Expand) | Author | Lines |
| 2022-06-22 | point to type param definition when not finding variant, method and assoc type | Takayuki Maeda | -1/+1 |
| 2022-06-21 | Address review comments from #98259 | Joshua Nelson | -8/+8 |
| 2022-06-19 | Greatly improve error reporting for futures and generators in `note_obligatio... | Joshua Nelson | -21/+101 |
| 2022-06-16 | fix one more case of trailing space | klensy | -1/+1 |
| 2022-06-16 | diagnostics: fix trailing space | klensy | -4/+4 |
| 2022-06-08 | Add regresion test for #95307 | Yuki Okushi | -0/+43 |
| 2022-06-03 | Fully stabilize NLL | Jack Huey | -173/+21 |
| 2022-05-29 | Make lifetime errors more precise in the presence of `Fresh` lifetimes. | Camille GILLOT | -13/+32 |
| 2022-05-28 | Auto merge of #97284 - b-naber:constraint-dyn-impl-suggestion, r=estebank | bors | -7/+6 |
| 2022-05-27 | libcore: Add `iter::from_generator` which is like `iter::from_fn`, but for co... | Vadim Petrochenkov | -3/+3 |
| 2022-05-25 | bless existing test with compare-mode=nll and remove test | b-naber | -7/+6 |
| 2022-05-22 | Use revisions for NLL in async-await | Jack Huey | -31/+76 |
| 2022-05-20 | Lint single-use-lifetimes on the AST. | Camille GILLOT | -19/+31 |
| 2022-05-13 | Drop tracking: handle invalid assignments better | Eric Holk | -0/+25 |
| 2022-05-06 | Resolve vars in note_type_err | Jack Huey | -13/+23 |
| 2022-05-02 | Fix invalid keyword order for function declarations | Ken Matsui | -3/+3 |
| 2022-04-30 | Bless tests. | Camille GILLOT | -3/+3 |
| 2022-04-26 | Revert "add `DefId` to unsafety violations and display function path in E0133" | Oli Scherer | -12/+16 |
| 2022-04-24 | only show a simple description in E0133 span label | Emil Gardström | -6/+6 |
| 2022-04-24 | add `DefId` to unsafety violations and display function path in E0133 | Emil Gardström | -16/+16 |
| 2022-04-19 | Rollup merge of #94493 - oribenshir:feature/ISSUE-78543_async_fn_in_foreign_c... | Dylan DPC | -3/+15 |
| 2022-04-17 | Lint elided lifetimes in path on the AST. | Camille GILLOT | -1/+5 |
| 2022-04-16 | Provide a better diagnostic on failure to meet send bound on futures in a for... | oribenshir | -3/+15 |
| 2022-04-16 | Implementation for 65853 | Jack Huey | -22/+58 |
| 2022-04-04 | diagnostics: use correct span for const generics | Michael Howell | -4/+4 |
| 2022-03-31 | Rollup merge of #95478 - InfRandomness:infrandomness/lint_largemove_note, r=c... | Dylan DPC | -0/+14 |
| 2022-03-30 | Restore `impl Future<Output = Type>` to async blocks | Michael Goulet | -10/+10 |
| 2022-03-30 | Add note to the lint diagnostic | InfRandomness | -0/+14 |
| 2022-03-28 | Remove opaque type obligation and just register opaque types as they are enco... | Oli Scherer | -14/+14 |
| 2022-03-28 | Revert to inference variable based hidden type computation for RPIT | Oli Scherer | -13/+13 |
| 2022-03-28 | Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk" | Oli Scherer | -48/+92 |
| 2022-03-27 | Point (again) to more expressions with their type, even if not fully resolved | Esteban Kuber | -1/+13 |
| 2022-03-22 | remove [async output] from impl Future | Michael Goulet | -10/+10 |
| 2022-03-10 | Rename `IntoFuture::Future` to `IntoFuture::IntoFuture` | Yoshua Wuyts | -2/+2 |
| 2022-03-07 | diagnostics: only talk about `Cargo.toml` if running under Cargo | Michael Howell | -17/+107 |
| 2022-03-05 | Rollup merge of #94460 - eholk:reenable-drop-tracking-tests, r=tmiasko | Dylan DPC | -15/+27 |
| 2022-03-04 | Distinguish binding assignments, use Ty::needs_drop | Eric Holk | -0/+19 |
| 2022-03-03 | Cleanup feature gates. | Camille GILLOT | -1/+1 |
| 2022-03-02 | Update test output. | Mara Bos | -4/+6 |
| 2022-02-28 | Enable drop-tracking tests behind -Zdrop-tracking | Eric Holk | -15/+8 |
| 2022-02-28 | Rollup merge of #94449 - GuillaumeGomez:explanation-e0726, r=Urgau | Matthias Krüger | -0/+1 |
| 2022-02-28 | Tweak diagnostics | Esteban Kuber | -1/+1 |
| 2022-02-28 | Update ui test with the add of E0726 explanation | Guillaume Gomez | -0/+1 |
| 2022-02-25 | Rollup merge of #93845 - compiler-errors:in-band-lifetimes, r=cjgillot | Matthias Krüger | -11/+0 |
| 2022-02-25 | Rollup merge of #94068 - eholk:drop-track-field-assign, r=tmandry | Matthias Krüger | -0/+114 |
| 2022-02-24 | Remove in-band lifetimes | Michael Goulet | -11/+0 |
| 2022-02-17 | Revert "Auto merge of #91403 - cjgillot:inherit-async, r=oli-obk" | Oli Scherer | -58/+51 |
| 2022-02-16 | Consider mutations as borrows in drop tracking | Eric Holk | -0/+114 |
| 2022-02-15 | Auto merge of #93752 - eholk:drop-tracking-break-continue, r=nikomatsakis | bors | -0/+1 |
| 2022-02-12 | Bless nll tests. | Camille GILLOT | -10/+8 |