| Age | Commit message (Expand) | Author | Lines |
| 2022-08-25 | Rollup merge of #99332 - jyn514:stabilize-label-break-value, r=petrochenkov | Yuki Okushi | -23/+17 |
| 2022-08-23 | Stabilize `#![feature(label_break_value)]` | Joshua Nelson | -23/+17 |
| 2022-08-23 | parser will not give wrong help message for 'public' | yukang | -0/+50 |
| 2022-08-23 | Rollup merge of #100565 - TaKO8Ki:suggest-adding-missing-semicolon-before-ite... | Matthias Krüger | -0/+205 |
| 2022-08-22 | Rollup merge of #99915 - WaffleLapkin:recover_keyword_bounds, r=compiler-errors | Dylan DPC | -0/+218 |
| 2022-08-21 | Rework point-at-arg | Michael Goulet | -2/+2 |
| 2022-08-20 | Rollup merge of #99935 - CAD97:unstable-syntax-lints, r=petrochenkov | Matthias Krüger | -0/+28 |
| 2022-08-20 | Rollup merge of #100750 - akabinds:akabinds/improved-invalid-function-qual-er... | Matthias Krüger | -0/+80 |
| 2022-08-18 | added improved diagnostic for a function defined with an invalid qualifier | akabinds | -0/+80 |
| 2022-08-18 | Reword "Required because of the requirements on the impl of ..." | Andy Wang | -1/+1 |
| 2022-08-17 | Reenable early feature-gates as future-compat warnings | Christopher Durham | -0/+28 |
| 2022-08-15 | suggest adding a missing semicolon before an item | Takayuki Maeda | -0/+205 |
| 2022-08-14 | Rollup merge of #100253 - obeis:issue-100197, r=cjgillot | Matthias Krüger | -0/+20 |
| 2022-08-14 | Rollup merge of #100115 - obeis:issue-99910, r=cjgillot | Dylan DPC | -0/+30 |
| 2022-08-13 | Rollup merge of #100446 - TaKO8Ki:suggest-removing-semicolon-after-impl-trait... | Michael Goulet | -0/+29 |
| 2022-08-13 | Rollup merge of #100475 - chenyukang:fix-100461, r=fee1-dead | Michael Goulet | -0/+44 |
| 2022-08-13 | use `span_suggestion` instead of `span_suggestion_verbose` | Takayuki Maeda | -7/+4 |
| 2022-08-13 | give a helpful diagnostic even when the next struct field has an attribute | yukang | -0/+44 |
| 2022-08-12 | suggest removing a semicolon after impl/trait items | Takayuki Maeda | -0/+32 |
| 2022-08-11 | suggest const or static for global variable | chenyukang | -0/+14 |
| 2022-08-10 | suggest a missing semicolon before an array | Takayuki Maeda | -0/+53 |
| 2022-08-09 | Add ui test for #100197 | Obei Sideg | -0/+20 |
| 2022-08-05 | Rollup merge of #100168 - WaffleLapkin:improve_diagnostics_for_missing_type_i... | Dylan DPC | -10/+10 |
| 2022-08-05 | Improve diagnostics for `const a: = expr;` | Maybe Waffle | -10/+10 |
| 2022-08-05 | Auto merge of #95977 - FabianWolff:issue-92790-dead-tuple, r=estebank | bors | -2/+2 |
| 2022-08-04 | Rollup merge of #98796 - compiler-errors:no-semi-if-comma, r=estebank | Matthias Krüger | -12/+21 |
| 2022-08-04 | Add ui test for #99910 | Obei Sideg | -0/+30 |
| 2022-08-03 | Rollup merge of #99786 - obeis:issue-99625, r=compiler-errors | Matthias Krüger | -0/+34 |
| 2022-08-03 | Warn about dead tuple struct fields | Fabian Wolff | -2/+2 |
| 2022-07-30 | Rollup merge of #99903 - gimbles:pub, r=davidtwco | Dylan DPC | -0/+29 |
| 2022-07-29 | add a silly test for keywords in trait bounds recovery | Maybe Waffle | -0/+218 |
| 2022-07-29 | Add diagnostic when using public instead of pub | Gimgim | -0/+29 |
| 2022-07-29 | Add ui test for #99625 | Obei Sideg | -0/+34 |
| 2022-07-29 | dont call type ascription 'cast' | Michael Goulet | -67/+67 |
| 2022-07-23 | Do not suggest adding `;` when `,` is also a choice | Michael Goulet | -12/+21 |
| 2022-07-20 | Rollup merge of #99383 - ouz-a:issue_57961, r=oli-obk | Dylan DPC | -16/+34 |
| 2022-07-20 | take opaq types | ouz-a | -16/+34 |
| 2022-07-20 | Rollup merge of #98784 - compiler-errors:forgot-to-return-binding, r=estebank | Dylan DPC | -0/+5 |
| 2022-07-20 | Suggest returning binding from block or enclosing scope on coerce_forced_unit... | Michael Goulet | -0/+5 |
| 2022-07-19 | Mention first and last macro in backtrace | Michael Goulet | -1/+1 |
| 2022-07-14 | Rollup merge of #98705 - WaffleLapkin:closure_binder, r=cjgillot | Dylan DPC | -9/+32 |
| 2022-07-13 | Rollup merge of #99030 - rust-lang:notriddle/field-recovery, r=petrochenkov | Dylan DPC | -10/+19 |
| 2022-07-12 | Lower closure binders to hir & properly check them | Maybe Waffle | -21/+11 |
| 2022-07-12 | --bless tests | Maybe Waffle | -9/+42 |
| 2022-07-10 | explain doc comments in macros a bit | Michael Goulet | -2/+8 |
| 2022-07-08 | Auto merge of #98816 - estebank:implicit-sized, r=oli-obk | bors | -1/+1 |
| 2022-07-07 | diagnostics: suggest naming a field after failing to parse | Michael Howell | -5/+14 |
| 2022-07-07 | diagnostics: mention the `:` token when struct fields fail to parse | Michael Howell | -7/+7 |
| 2022-07-07 | Track implicit `Sized` obligations in type params | Esteban Küber | -1/+1 |
| 2022-07-07 | Shorten span for closures. | Camille GILLOT | -2/+2 |