summary refs log tree commit diff
path: root/src/test/auxiliary/macro_crate_test.rs
AgeCommit message (Expand)AuthorLines
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