| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2022-08-23 | Stabilize `#![feature(label_break_value)]` | Joshua Nelson | -8/+8 |
| 2022-06-16 | diagnostics: fix trailing space | klensy | -1/+1 |
| 2022-06-05 | Suggest removing label in `'label: non_block_expr` | Maybe Waffle | -0/+6 |
| 2022-06-05 | Do not suggest adding labeled block if there are no labeled breaks | Maybe Waffle | -5/+0 |
| 2022-06-05 | Suggest adding `{}` for `'label: non_block_expr` | Maybe Waffle | -0/+5 |
| 2021-10-15 | Bless tests | Cameron Steffen | -1/+1 |
| 2021-05-12 | Show macro name in 'this error originates in macro' message | Aaron Hill | -1/+1 |
| 2020-03-10 | parser: add note for `'label expr`. | Mazdak Farrokhzad | -0/+12 |
| 2020-03-10 | parse_labeled_expr: add a suggestion on missing colon. | Mazdak Farrokhzad | -11/+18 |
| 2020-03-10 | parse: recover on `&'lt $expr` / `'lt $expr`. | Mazdak Farrokhzad | -0/+70 |
