| Age | Commit message (Expand) | Author | Lines |
| 2022-08-03 | Warn about dead tuple struct fields | Fabian Wolff | -2/+2 |
| 2022-07-28 | Remove guess_head_span. | Camille GILLOT | -1/+1 |
| 2022-07-26 | Use real opaque type instead of just saying impl Trait | Michael Goulet | -1/+1 |
| 2022-07-25 | Auto merge of #97313 - cjgillot:ast-lifetimes-anon, r=petrochenkov | bors | -3/+17 |
| 2022-07-25 | Report elision failures on the AST. | Camille GILLOT | -3/+17 |
| 2022-07-21 | Do if-expression obligation stuff less eagerly | Michael Goulet | -9/+9 |
| 2022-07-20 | Suggest returning binding from block or enclosing scope on coerce_forced_unit... | Michael Goulet | -9/+9 |
| 2022-07-14 | Auto merge of #98754 - jyn514:non-trivial-drop, r=compiler-errors | bors | -21/+86 |
| 2022-07-13 | Rollup merge of #98574 - dingxiangfei2009:let-else-thir, r=oli-obk | Dylan DPC | -0/+147 |
| 2022-07-11 | add tests for async await | Ding Xiang Fei | -0/+147 |
| 2022-07-11 | compiletest: trim edition before passing as flag | Deadbeef | -1/+1 |
| 2022-07-10 | Fix drop-tracking ICE when a struct containing a field with a `Drop` impl is ... | Joshua Nelson | -21/+86 |
| 2022-07-08 | Auto merge of #98816 - estebank:implicit-sized, r=oli-obk | bors | -1/+1 |
| 2022-07-08 | Rollup merge of #98718 - yoshuawuyts:stabilize-into-future, r=yaahc | Matthias Krüger | -2/+0 |
| 2022-07-08 | Auto merge of #98482 - cjgillot:short-struct-span-closure, r=estebank | bors | -11/+8 |
| 2022-07-07 | Review comments: wording | Esteban Küber | -4/+6 |
| 2022-07-07 | Tweak wording and spans | Esteban Küber | -12/+12 |
| 2022-07-07 | On partial uninit error point at where we need init | Esteban Küber | -18/+31 |
| 2022-07-07 | Track implicit `Sized` obligations in type params | Esteban Küber | -1/+1 |
| 2022-07-07 | Shorten span for closures. | Camille GILLOT | -11/+8 |
| 2022-06-30 | Stabilize `into_future` | Yoshua Wuyts | -2/+0 |
| 2022-06-29 | Make RPIT and TAIT work exactly the same | Oli Scherer | -2/+15 |
| 2022-06-28 | Note concrete type being coerced into object | Michael Goulet | -3/+3 |
| 2022-06-26 | Rollup merge of #98371 - compiler-errors:better-opaque-printing, r=oli-obk | Yuki Okushi | -1/+1 |
| 2022-06-25 | Rollup merge of #98298 - TaKO8Ki:point-to-type-param-definition, r=compiler-e... | Matthias Krüger | -1/+1 |
| 2022-06-24 | Use write! instead of p! to avoid having to use weird scoping | Michael Goulet | -1/+1 |
| 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 |