| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-04-17 | Fix comments around test harness generation | Alexey Shmalko | -1/+1 | |
| 2019-03-16 | Refactor away `NestedMetaItemKind` | Vadim Petrochenkov | -1/+1 | |
| Remove methods `Attribute::span` and `MetaItem::span` duplicating public fields | ||||
| 2019-02-24 | Deny `async fn` in 2015 edition | Nathan Corbyn | -1/+1 | |
| Fix style issues and update diagnostic messages Update src/librustc_passes/diagnostics.rs Co-Authored-By: doctorn <me@nathancorbyn.com> Deny nested `async fn` in Rust 2015 edition Deny nested `async fn` in Rust 2015 edition Deny nested `async fn` in Rust 2015 edition | ||||
| 2019-02-11 | Use `Rc<[Symbol]>` instead of `Vec<Symbol>` to reduce # of allocs | Oliver Scherer | -2/+2 | |
| 2019-02-11 | Require a list of features to allow in `allow_internal_unstable` | Oliver Scherer | -1/+4 | |
| 2019-02-04 | libsyntax_ext => 2018 | Taiki Endo | -7/+7 | |
| 2019-01-16 | Auto merge of #57321 - petrochenkov:atokens, r=nikomatsakis | bors | -13/+3 | |
| Implement basic input validation for built-in attributes Correct top-level shape (`#[attr]` vs `#[attr(...)]` vs `#[attr = ...]`) is enforced for built-in attributes, built-in attributes must also fit into the "meta-item" syntax (aka the "classic attribute syntax"). For some subset of attributes (found by crater run), errors are lowered to deprecation warnings. NOTE: This PR previously included https://github.com/rust-lang/rust/pull/57367 as well. | ||||
| 2019-01-13 | Implement basic input validation for built-in attributes | Vadim Petrochenkov | -13/+3 | |
| 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 | |
