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
/
libsyntax_ext
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2018-04-26
rustc_target: move in syntax::abi and flip dependency.
Irina Popa
-0
/
+1
2018-04-14
Add error codes for libsyntax_ext
Guillaume Gomez
-0
/
+5
2018-04-08
Move deny(warnings) into rustbuild
Mark Simulacrum
-1
/
+0
2018-03-16
Auto merge of #48813 - sinkuu:build_in_assert_macro, r=alexcrichton
bors
-0
/
+3
2018-03-14
Escape stringified expression
Shotaro Yamada
-0
/
+1
2018-03-07
check stability of macro invocations
Austin Bonander
-0
/
+2
2018-03-07
Make `assert` macro a built-in procedural macro
Shotaro Yamada
-0
/
+2
2018-03-02
Replace Rc with Lrc for shared data
John Kåre Alsaker
-2
/
+3
2017-12-09
Use hygiene to access the injected crate (`core` or `std`) from builtin macros.
Jeffrey Seyfried
-0
/
+1
2017-08-27
Move unused-extern-crate to late pass
Tatsuyuki Ishi
-1
/
+0
2017-08-25
*: remove crate_{name,type} attributes
Tamir Duberstein
-3
/
+0
2017-08-12
syntax: #[allow_internal_unsafe] bypasses the unsafe_code lint in macros.
Eduard-Mihai Burtescu
-2
/
+12
2017-08-10
Add a feature gate
est31
-1
/
+1
2017-08-08
Avoid calling the column!() macro in panic
est31
-0
/
+1
2017-06-21
Rollup merge of #42620 - wesleywiser:compile_error, r=brson
Corey Farwell
-0
/
+2
2017-06-19
Bump version and stage0 compiler
Alex Crichton
-4
/
+0
2017-06-19
Add compile_error!
Wesley Wiser
-0
/
+2
2017-05-11
rustc: Remove #![unstable] annotation
Alex Crichton
-3
/
+4
2017-04-12
First attempt at global_asm! macro
A.J. Gardner
-0
/
+2
2017-03-10
Refactor out `ast::ItemKind::MacroDef`.
Jeffrey Seyfried
-1
/
+1
2017-02-28
Add `syntax::ext::tt::quoted::{TokenTree, ..}` and remove `tokenstream::Token...
Jeffrey Seyfried
-1
/
+0
2017-02-05
Move derive macro expansion into the MacroExpander
Josh Driver
-4
/
+1
2017-02-05
Make builtin derives a SyntaxExtension
Josh Driver
-0
/
+2
2017-01-16
Implement `#[proc_macro_attribute]`
Austin Bonander
-0
/
+2
2017-01-08
Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrc
bors
-1
/
+1
2017-01-02
rustc: Stabilize the `proc_macro` feature
Alex Crichton
-1
/
+0
2016-12-29
Remove not(stage0) from deny(warnings)
Alex Crichton
-1
/
+1
2016-12-18
Remove scope placeholders, remove method `add_macro` of `ext::base::Resolver`.
Jeffrey Seyfried
-4
/
+1
2016-11-30
Update the bootstrap compiler
Alex Crichton
-1
/
+0
2016-11-20
Move `syntax::util::interner` -> `syntax::symbol`, cleanup.
Jeffrey Seyfried
-5
/
+6
2016-11-12
Rollup merge of #37613 - DanielKeep:eww-you-got-printf-in-your-format, r=alex...
Eduard-Mihai Burtescu
-0
/
+1
2016-11-11
Add foreign formatting directive detection.
Daniel Keep
-0
/
+1
2016-11-03
Stabilize `..` in tuple (struct) patterns
Vadim Petrochenkov
-1
/
+1
2016-10-11
Merge branch 'persistent_macro_scopes' into cleanup_expanded_macro_use_scopes
Jeffrey Seyfried
-7
/
+14
2016-10-07
Add macros from plugins in `libsyntax_ext::register_builtins`.
Jeffrey Seyfried
-7
/
+14
2016-10-06
rustc: Rename rustc_macro to proc_macro
Alex Crichton
-4
/
+4
2016-10-02
Refactor `ext::base::Resolver::add_ext` to only define macros in the crate root.
Jeffrey Seyfried
-2
/
+1
2016-09-24
Load macros from `#[macro_use]` extern crates in `resolve`.
Jeffrey Seyfried
-1
/
+1
2016-09-15
Remove `MacroRulesTT`.
Jeffrey Seyfried
-2
/
+3
2016-09-13
Move macro resolution into `librustc_resolve`.
Jeffrey Seyfried
-27
/
+61
2016-09-04
Replace `_, _` with `..`
Vadim Petrochenkov
-0
/
+1
2016-09-02
rustc: Implement custom derive (macros 1.1)
Alex Crichton
-0
/
+5
2016-08-12
run rustfmt on libsyntax_ext folder
Srinivas Reddy Thatiparthy
-7
/
+5
2016-06-23
Move errors from libsyntax to its own crate
Jonathan Turner
-0
/
+2
2016-04-11
std: Stabilize APIs for the 1.9 release
Alex Crichton
-1
/
+0
2016-03-25
modify #[deriving(Eq)] to emit #[structural_match]
Niko Matsakis
-0
/
+1
2016-01-24
mk: Move from `-D warnings` to `#![deny(warnings)]`
Alex Crichton
-2
/
+2
2015-12-30
use structured errors
Nick Cameron
-14
/
+1
2015-12-21
Register new snapshots
Alex Crichton
-2
/
+0
2015-12-17
test errors
Nick Cameron
-1
/
+1
[next]