| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-12-30 | Allow unused_extern_crates for now | Yuki Okushi | -0/+2 | |
| 2019-09-09 | Add a regression test for proc-macro attribute | Lzu Tao | -0/+3 | |
| 2019-07-18 | Format code | flip1995 | -3/+7 | |
| 2019-02-03 | Transition leftover test libs to Rust 2018 | Philipp Hansch | -0/+1 | |
| 2019-01-08 | Remove all copyright license headers | Philipp Hansch | -10/+0 | |
| Discussion previously happened in https://github.com/rust-lang/rust/pull/43498 | ||||
| 2018-10-17 | Resolve ICE in needless range loop lint | Joshua Holmer | -0/+5 | |
| An ICE would occur if the needless range loop was triggered within a procedural macro, because Clippy would try to produce a code suggestion which was invalid, and caused the compiler to crash. This commit takes the same approach which Clippy currently takes to work around this type of crash in the needless pass by value lint, which is to skip the lint if Clippy is inside of a macro. | ||||
| 2018-10-06 | Add license header to Rust files | Manish Goregaokar | -0/+10 | |
| 2018-10-05 | mini-macro: fix tests with latest rustc (rename feature: ↵ | Matthias Krüger | -2/+2 | |
| proc_macro_non_items -> proc_macro_hygiene). | ||||
| 2018-08-19 | Remove implied rust_2018 feature | Manish Goregaokar | -1/+1 | |
| We are already on the edition and this feature is implied. | ||||
| 2018-07-16 | Update mini-macro post proc macro stabilization | Manish Goregaokar | -1/+1 | |
| https://github.com/rust-lang/rust/pull/52081 stabilized proc macros, but quote is still unstable, so you need to explicitly enable that feature. | ||||
| 2018-04-27 | rustup | Mateusz Mikuła | -1/+1 | |
| 2017-12-20 | Move mini-macro to proc macro | Manish Goregaokar | -37/+9 | |
| We can add a bang-style proc macro again once it stabilizes (we can use the proc macro hack, but it's unnecessary for now) | ||||
| 2017-10-18 | Add test | sinkuu | -4/+22 | |
| 2017-09-05 | Run nightly rustfmt | Oliver Schneider | -4/+3 | |
| 2016-07-01 | Rustup to ea0dc9297283daff6486807f43e190b4eb561412 | mcarton | -1/+1 | |
| 2016-06-25 | don't depend on regex_macros anymore | Oliver 'ker' Schneider | -0/+22 | |
