index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
auxiliary
/
macro_crate_test.rs
Age
Commit message (
Expand
)
Author
Lines
2015-09-01
Remove the Modifier and Decorator kinds of syntax extensions.
Nick Cameron
-12
/
+0
2015-05-22
Let MultiItemDecorator take `&Annotatable` (fixes #25683)
Manish Goregaokar
-1
/
+1
2015-05-01
Get tests passing
Nick Cameron
-74
/
+16
2015-04-30
Merge branch 'master' into mulit-decor
Nick Cameron
-2
/
+1
2015-04-25
Remove remaining tests for hygiene-encoded identifiers.
Geoffry Song
-26
/
+0
2015-04-25
Merge branch 'syntax' of https://github.com/aochagavia/rust into mulit-decor
Nick Cameron
-2
/
+81
2015-03-23
Require feature attributes, and add them where necessary
Brian Anderson
-1
/
+1
2015-03-11
syntax: move MethMac to MacImplItem and combine {Provided,Required}Method int...
Eduard Burtescu
-2
/
+21
2015-03-11
syntax: gather common fields of impl & trait items into their respective types.
Eduard Burtescu
-10
/
+1
2015-03-03
Switched to Box::new in many places.
Felix S. Klock II
-2
/
+4
2015-02-27
Replace MacExpr / MacPat / MacItems with MacEager
Keegan McAllister
-3
/
+3
2015-01-31
Add tests for MultiItemDecorator
Adolfo OchagavĂa
-3
/
+82
2015-01-30
Remove all `i` suffixes
Tobias Bucher
-3
/
+3
2015-01-15
Syntax extensions on trait and impl items.
Nick Cameron
-2
/
+29
2015-01-07
Test fixes and rebase conflicts
Alex Crichton
-0
/
+1
2015-01-05
rollup merge of #20482: kmcallister/macro-reform
Alex Crichton
-3
/
+3
2015-01-05
Un-gate macro_rules
Keegan McAllister
-1
/
+1
2015-01-05
Modernize macro_rules! invocations
Keegan McAllister
-2
/
+2
2015-01-05
Remove use of globs feature gate from tests.
Huon Wilson
-1
/
+1
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-2
/
+2
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-1
/
+1
2014-09-19
Add enum variants to the type namespace
Nick Cameron
-1
/
+1
2014-09-14
Fix fallout in macro_crate/quote tests.
Eduard Burtescu
-6
/
+5
2014-09-10
Change ItemModifier and ItemDecorator to traits
Steven Fackler
-1
/
+1
2014-08-27
Implement generalized object and type parameter bounds (Fixes #16462)
Niko Matsakis
-3
/
+3
2014-08-14
Followup to PR #16477: a run-pass regression test for Issue #15750.
Felix S. Klock II
-0
/
+12
2014-08-13
rustc lexer: regression tests for embedded Idents.
Felix S. Klock II
-0
/
+26
2014-07-26
Remove managed_box gate from tests
Brian Anderson
-1
/
+1
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-2
/
+2
2014-06-14
rustc: Obsolete the `@` syntax entirely
Alex Crichton
-3
/
+5
2014-06-09
Convert tests to use #[plugin_registrar]
Keegan McAllister
-11
/
+10
2014-05-06
librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except
Patrick Walton
-2
/
+3
2014-04-16
syntax: unify all MacResult's into a single trait.
Huon Wilson
-2
/
+2
2014-04-14
Use new attribute syntax in python files in src/etc too (#13478)
Manish Goregaokar
-1
/
+1
2014-03-11
Add an ItemModifier syntax extension type
Steven Fackler
-3
/
+12
2014-02-14
extern mod => extern crate
Alex Crichton
-1
/
+1
2014-02-04
Replaced with a single "quote" feature gate.
James Deng
-1
/
+1
2014-02-04
Feature gate all quasi-quoting macros.
James Deng
-1
/
+1
2014-01-25
Simplify and rename macro API
Steven Fackler
-2
/
+2
2014-01-17
test: Add the ability to force a host target
Alex Crichton
-0
/
+2
2014-01-16
Load macros from external modules
Steven Fackler
-0
/
+42