| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -26/+0 | |
| 2022-11-29 | Avoid more unnecessary `MetaItem`/`Attribute` conversions. | Nicholas Nethercote | -1/+7 | |
| In `Expander::expand` the code currently uses `mk_attr_outer` to convert a `MetaItem` to an `Attribute`, and then follows that with `meta_item_list` which converts back. This commit avoids the unnecessary conversions. There was one wrinkle: the existing conversions caused the bogus `<>` on `Default<>` to be removed. With the conversion gone, we get a second error message about the `<>`. This is a rare case, so I think it probably doesn't matter much. | ||||
| 2021-02-07 | expand/resolve: Turn `#[derive]` into a regular macro attribute | Vadim Petrochenkov | -1/+1 | |
| 2019-12-06 | derive: avoid parse_in_attr | Mazdak Farrokhzad | -7/+1 | |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -4/+4 | |
| 2019-01-19 | Suggest usage of angle brackets | Esteban Küber | -4/+4 | |
| 2018-12-27 | Fix rebase and more CI failures | Vadim Petrochenkov | -5/+6 | |
| 2018-12-27 | Do not abort compilation if expansion produces errors | Vadim Petrochenkov | -9/+8 | |
| Fix a number of uncovered deficiencies in diagnostics | ||||
| 2018-12-25 | Remove licenses | Mark Rousskov | -4/+4 | |
| 2018-11-18 | resolve: More precise determinacy tracking during import/macro resolution | Vadim Petrochenkov | -6/+6 | |
| 2018-02-26 | Update UI tests | Vadim Petrochenkov | -4/+4 | |
| 2018-01-03 | Only bump error count when we are sure that the diagnostic is not a repetition. | Rafael Fernández López | -1/+1 | |
| This ensures that if we emit the same diagnostic twice, the error count will match the real number of errors shown to the user. Fixes #42106 | ||||
| 2017-11-24 | Merge cfail and ui tests into ui tests | Oliver Schneider | -4/+4 | |
| 2017-10-25 | Update ui tests for error message deduplication. | Michael Woerister | -6/+0 | |
| 2017-08-22 | Fix fallout in tests. | Jeffrey Seyfried | -5/+17 | |
| 2017-07-27 | Avoid duplicated errors for generic arguments in macro paths | Vadim Petrochenkov | -43/+1 | |
| 2017-07-27 | Give span to angle bracketed generic arguments | Vadim Petrochenkov | -0/+62 | |
