| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-11-20 | Move parser tests to parser/issues subdirectory | Badel2 | -15/+0 | |
| Because the parser directory has already reached the 1000 file limit. | ||||
| 2021-08-11 | Modify structured suggestion output | Esteban Küber | -1/+1 | |
| * On suggestions that include deletions, use a diff inspired output format * When suggesting addition, use `+` as underline * Color highlight modified span | ||||
| 2020-03-29 | review comment: wording | Esteban Küber | -1/+1 | |
| 2020-03-29 | Suggest correct order for arguments when encountering early constraints | Esteban Küber | -3/+3 | |
| When encountering constraints before type arguments or lifetimes, suggest the correct order. | ||||
| 2020-03-28 | Suggest correct order for args and constraints | Esteban Küber | -0/+5 | |
| 2020-03-28 | Point at all constraints before args | Esteban Küber | -1/+1 | |
| 2020-03-27 | add the label back but make it shorter | Mazdak Farrokhzad | -1/+1 | |
| 2020-03-27 | address some review comments | Mazdak Farrokhzad | -5/+4 | |
| 2020-03-27 | parse: move constraint/arg restriction to ast_validation. | Mazdak Farrokhzad | -5/+6 | |
| 2019-05-31 | fix tidy | Esteban Küber | -1/+1 | |
| 2019-02-07 | Update tests | varkor | -7/+5 | |
| Co-Authored-By: Gabriel Smith <yodaldevoid@users.noreply.github.com> | ||||
| 2019-01-25 | Suggestion moving types before associated types. | David Wood | -0/+4 | |
| This commit extends existing suggestions to move lifetimes before types in generic arguments to also suggest moving types behind associated type bindings. | ||||
| 2019-01-11 | Tweak type argument after assoc type error | Esteban Küber | -1/+1 | |
| 2019-01-06 | tests: Do not use `-Z parse-only`, continue compilation to test recovery | Vadim Petrochenkov | -3/+3 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -1/+1 | |
| 2018-10-21 | Move parse-fail tests to UI | Vadim Petrochenkov | -0/+8 | |
