| Age | Commit message (Expand) | Author | Lines |
| 2022-09-15 | enclose else block in terminating scope | Ding Xiang Fei | -2/+1 |
| 2022-09-15 | reorder nesting scopes and declare bindings without drop schedule | Ding Xiang Fei | -1/+2 |
| 2022-09-14 | Remove noop from test that expects no noop | Andrew Pollack | -3/+1 |
| 2022-09-13 | Update partial-drop-partial-reinit.rs | Eric Holk | -7/+45 |
| 2022-09-13 | Update issue-65436-raw-ptr-not-send.rs | Eric Holk | -6/+10 |
| 2022-09-13 | Update issue-70935-complex-spans.rs | Eric Holk | -10/+11 |
| 2022-09-13 | Update issue-68114.rs | Eric Holk | -16/+103 |
| 2022-09-13 | Update issue-64130-4-async-move.rs | Eric Holk | -6/+36 |
| 2022-09-13 | Update async-await-let-else for drop tracking | Eric Holk | -17/+130 |
| 2022-09-12 | Impove diagnostic for .await-ing non-futures | Lukas Markeffsky | -12/+41 |
| 2022-09-09 | Adjust pretty printing of RPITITs | Michael Goulet | -8/+8 |
| 2022-09-09 | Tweak feature error, add test | Michael Goulet | -1/+1 |
| 2022-09-09 | Bless tests, fix ICE with ImplTraitPlaceholder | Michael Goulet | -21/+92 |
| 2022-09-04 | Rollup merge of #100647 - obeis:issue-99875, r=nagisa | Matthias Krüger | -1/+1 |
| 2022-08-30 | [drop tracking] Use parent expression for scope | Eric Holk | -0/+3 |
| 2022-08-29 | Make the trait bound is not satisfied specify kind | Obei Sideg | -1/+1 |
| 2022-08-21 | Account for relative paths | Michael Goulet | -4/+8 |
| 2022-08-21 | Rework point-at-arg | Michael Goulet | -20/+26 |
| 2022-08-18 | Reword "Required because of the requirements on the impl of ..." | Andy Wang | -5/+5 |
| 2022-08-16 | Rollup merge of #100590 - TaKO8Ki:suggest-adding-array-length, r=compiler-errors | Matthias Krüger | -6/+6 |
| 2022-08-16 | suggest adding an array length if possible | Takayuki Maeda | -6/+6 |
| 2022-08-12 | Point out a single arg if we have a single arg incompatibility | Michael Goulet | -2/+2 |
| 2022-08-08 | Adjust wording | Michael Goulet | -7/+9 |
| 2022-08-07 | Implement special-cased projection error message for some common traits | Michael Goulet | -4/+4 |
| 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 |