about summary refs log tree commit diff
path: root/mini-macro/src
AgeCommit message (Collapse)AuthorLines
2019-12-30Allow unused_extern_crates for nowYuki Okushi-0/+2
2019-09-09Add a regression test for proc-macro attributeLzu Tao-0/+3
2019-07-18Format codeflip1995-3/+7
2019-02-03Transition leftover test libs to Rust 2018Philipp Hansch-0/+1
2019-01-08Remove all copyright license headersPhilipp Hansch-10/+0
Discussion previously happened in https://github.com/rust-lang/rust/pull/43498
2018-10-17Resolve ICE in needless range loop lintJoshua 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-06Add license header to Rust filesManish Goregaokar-0/+10
2018-10-05mini-macro: fix tests with latest rustc (rename feature: ↵Matthias Krüger-2/+2
proc_macro_non_items -> proc_macro_hygiene).
2018-08-19Remove implied rust_2018 featureManish Goregaokar-1/+1
We are already on the edition and this feature is implied.
2018-07-16Update mini-macro post proc macro stabilizationManish 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-27rustupMateusz Mikuła-1/+1
2017-12-20Move mini-macro to proc macroManish 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-18Add testsinkuu-4/+22
2017-09-05Run nightly rustfmtOliver Schneider-4/+3
2016-07-01Rustup to ea0dc9297283daff6486807f43e190b4eb561412mcarton-1/+1
2016-06-25don't depend on regex_macros anymoreOliver 'ker' Schneider-0/+22