summary refs log tree commit diff
path: root/src/test/auxiliary/macro_crate_test.rs
AgeCommit message (Expand)AuthorLines
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-1/+1
2015-03-11syntax: move MethMac to MacImplItem and combine {Provided,Required}Method int...Eduard Burtescu-2/+21
2015-03-11syntax: gather common fields of impl & trait items into their respective types.Eduard Burtescu-10/+1
2015-03-03Switched to Box::new in many places.Felix S. Klock II-2/+4
2015-02-27Replace MacExpr / MacPat / MacItems with MacEagerKeegan McAllister-3/+3
2015-01-30Remove all `i` suffixesTobias Bucher-3/+3
2015-01-15Syntax extensions on trait and impl items.Nick Cameron-2/+29
2015-01-07Test fixes and rebase conflictsAlex Crichton-0/+1
2015-01-05rollup merge of #20482: kmcallister/macro-reformAlex Crichton-3/+3
2015-01-05Un-gate macro_rulesKeegan McAllister-1/+1
2015-01-05Modernize macro_rules! invocationsKeegan McAllister-2/+2
2015-01-05Remove use of globs feature gate from tests.Huon Wilson-1/+1
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-2/+2
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-1/+1
2014-09-19Add enum variants to the type namespaceNick Cameron-1/+1
2014-09-14Fix fallout in macro_crate/quote tests.Eduard Burtescu-6/+5
2014-09-10Change ItemModifier and ItemDecorator to traitsSteven Fackler-1/+1
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-3/+3
2014-08-14Followup to PR #16477: a run-pass regression test for Issue #15750.Felix S. Klock II-0/+12
2014-08-13rustc lexer: regression tests for embedded Idents.Felix S. Klock II-0/+26
2014-07-26Remove managed_box gate from testsBrian Anderson-1/+1
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-2/+2
2014-06-14rustc: Obsolete the `@` syntax entirelyAlex Crichton-3/+5
2014-06-09Convert tests to use #[plugin_registrar]Keegan McAllister-11/+10
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-2/+3
2014-04-16syntax: unify all MacResult's into a single trait.Huon Wilson-2/+2
2014-04-14Use new attribute syntax in python files in src/etc too (#13478)Manish Goregaokar-1/+1
2014-03-11Add an ItemModifier syntax extension typeSteven Fackler-3/+12
2014-02-14extern mod => extern crateAlex Crichton-1/+1
2014-02-04Replaced with a single "quote" feature gate.James Deng-1/+1
2014-02-04Feature gate all quasi-quoting macros.James Deng-1/+1
2014-01-25Simplify and rename macro APISteven Fackler-2/+2
2014-01-17test: Add the ability to force a host targetAlex Crichton-0/+2
2014-01-16Load macros from external modulesSteven Fackler-0/+42