COMMITS
/ src/libsyntax_ext/lib.rs December 1, 2016
J
Remove scope placeholders, remove method `add_macro` of `ext::base::Resolver`.
Jeffrey Seyfried committed
November 16, 2016
A
Update the bootstrap compiler
Alex Crichton committed
J
Move `syntax::util::interner` -> `syntax::symbol`, cleanup.
Jeffrey Seyfried committed
November 12, 2016
E
Rollup merge of #37613 - DanielKeep:eww-you-got-printf-in-your-format, r=alexcrichton
Eduard-Mihai Burtescu committed
November 11, 2016
D
Add foreign formatting directive detection.
Daniel Keep committed
September 14, 2016
V
Stabilize `..` in tuple (struct) patterns
Vadim Petrochenkov committed
October 11, 2016
J
Merge branch 'persistent_macro_scopes' into cleanup_expanded_macro_use_scopes
Jeffrey Seyfried committed
September 28, 2016
J
Add macros from plugins in `libsyntax_ext::register_builtins`.
Jeffrey Seyfried committed
October 3, 2016
A
rustc: Rename rustc_macro to proc_macro
Alex Crichton committed
October 2, 2016
J
Refactor `ext::base::Resolver::add_ext` to only define macros in the crate root.
Jeffrey Seyfried committed
September 21, 2016
J
Load macros from `#[macro_use]` extern crates in `resolve`.
Jeffrey Seyfried committed
September 13, 2016
J
Remove `MacroRulesTT`.
Jeffrey Seyfried committed
September 7, 2016
J
Move macro resolution into `librustc_resolve`.
Jeffrey Seyfried committed
August 26, 2016
V
Replace `_, _` with `..`
Vadim Petrochenkov committed
August 23, 2016
A
rustc: Implement custom derive (macros 1.1)
Alex Crichton committed
June 6, 2016
S
run rustfmt on libsyntax_ext folder
Srinivas Reddy Thatiparthy committed
June 21, 2016
J
Move errors from libsyntax to its own crate
Jonathan Turner committed
April 7, 2016
A
std: Stabilize APIs for the 1.9 release
Alex Crichton committed
March 11, 2016
N
modify #[deriving(Eq)] to emit #[structural_match]
Niko Matsakis committed
January 21, 2016
A
mk: Move from `-D warnings` to `#![deny(warnings)]`
Alex Crichton committed
December 20, 2015
N
use structured errors
Nick Cameron committed
December 11, 2015
A
Register new snapshots
Alex Crichton committed
S
Fix custom deriving tests
Seo Sanghyeon committed
December 15, 2015
N
test errors
Nick Cameron committed
S
Mark libsyntax_ext unstable
Seo Sanghyeon committed
December 10, 2015
S
Move built-in syntax extensions to a separate crate
Seo Sanghyeon committed