| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-03-11 | Update NLL tests | Vadim Petrochenkov | -3/+3 | |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -17/+17 | |
| 2019-03-09 | use structured suggestions for E0432 | Andy Russell | -1/+4 | |
| 2019-02-11 | Use hidden suggestions for unused imports lint | Esteban Küber | -5/+3 | |
| 2019-02-08 | unused_imports: update tests | Pietro Albini | -6/+8 | |
| 2019-01-31 | Add suggestion for duplicated import. | David Wood | -10/+8 | |
| This commit adds a suggestion when a import is duplicated (ie. the same name is used twice trying to import the same thing) to remove the second import. | ||||
| 2019-01-24 | Fix --compare-mode=nll tests | Esteban Küber | -8/+9 | |
| 2018-12-29 | add non-copy note to stderr | csmoe | -1/+3 | |
| 2018-12-27 | retrieve ty info from place_ty | csmoe | -1/+1 | |
| describe index with _ | ||||
| 2018-12-25 | Remove licenses | Mark Rousskov | -229/+47 | |
| 2018-11-18 | resolve: Avoid sentence breaks in diagnostics | Vadim Petrochenkov | -15/+15 | |
| 2018-10-28 | resolve: More precise spans for privacy errors | Vadim Petrochenkov | -14/+14 | |
| 2018-10-23 | Auto merge of #55113 - mockersf:master, r=estebank | bors | -2/+2 | |
| #45829 when a renamed import conflict with a previous import Fix the suggestion when a renamed import conflict. It check if the snipped contains `" as "`, and if so uses everything before for the suggestion. | ||||
| 2018-10-17 | fix other tests failing due to change in case or new suggestion for extern crate | François Mockers | -2/+2 | |
| 2018-10-16 | updates to expected output for other ui tests. | Felix S. Klock II | -1/+14 | |
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -0/+879 | |
