| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-01-08 | improve non_upper_case_globals diagnostics | Andy Russell | -2/+2 | |
| Use a structured suggestion and tighten the span to just the identifier. | ||||
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -1/+1 | |
| 2018-11-11 | reword #[test] attribute error on fn items | giacomo | -1/+1 | |
| 2018-10-05 | expansion: Remove restriction on use of macro attributes with test/bench | Vadim Petrochenkov | -7/+1 | |
| The restrictions were introduced in https://github.com/rust-lang/rust/pull/54277 and no longer necessary now because legacy plugins are now expanded in usual left-to-right order | ||||
| 2018-09-16 | Temporarily prohibit proc macro attributes placed after derives | Vadim Petrochenkov | -1/+7 | |
| ... and also proc macro attributes used together with test/bench. | ||||
| 2018-09-04 | Move #[test_case] to a syntax extension | John Renner | -2/+8 | |
| 2018-09-04 | Introduce Custom Test Frameworks | John Renner | -0/+328 | |
