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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libsyntax_ext
/
deriving
/
default.rs
Age
Commit message (
Expand
)
Author
Lines
2019-12-30
Rename directories for some crates from `syntax_x` to `rustc_x`
Vadim Petrochenkov
-83
/
+0
2019-12-22
Format the world
Mark Rousskov
-43
/
+44
2019-11-14
Update to use new librustc_error_codes library
Guillaume Gomez
-0
/
+2
2019-10-17
Refer to "associated functions" instead of "static methods"
Esteban Küber
-1
/
+1
2019-10-16
move syntax::ext to new crate syntax_expand
Mazdak Farrokhzad
-1
/
+1
2019-07-31
Replace AstBuilder with inherent methods
Mark Rousskov
-1
/
+0
2019-07-31
Remove Span argument from ExtCtxt::attribute
Mark Rousskov
-1
/
+1
2019-05-27
Pass symbols to `ExtCtxt::std_path` instead of strings.
Nicholas Nethercote
-2
/
+3
2019-05-27
Avoid unnecessary internings.
Nicholas Nethercote
-2
/
+2
2019-02-04
libsyntax_ext => 2018
Taiki Endo
-5
/
+9
2018-12-27
Fix `trace_macros` and `log_syntax`
Vadim Petrochenkov
-1
/
+1
2018-12-27
Do not abort compilation if expansion produces errors
Vadim Petrochenkov
-2
/
+2
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-08-16
syntax_ext: remove leftover span_err_if_not_stage0 macro.
Eduard-Mihai Burtescu
-2
/
+2
2018-07-12
Deny bare trait objects in src/libsyntax_ext
ljedrz
-1
/
+1
2018-05-21
Add E0665
Guillaume Gomez
-2
/
+2
2017-12-09
Use hygiene to access the injected crate (`core` or `std`) from builtin macros.
Jeffrey Seyfried
-1
/
+2
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-1
/
+1
2016-11-20
Move `syntax::util::interner` -> `syntax::symbol`, cleanup.
Jeffrey Seyfried
-2
/
+2
2016-11-20
Refactor `MetaItemKind` to use `Name`s instead of `InternedString`s.
Jeffrey Seyfried
-2
/
+2
2016-08-30
Future proof `libsyntax_ext` for `union`.
Jeffrey Seyfried
-0
/
+1
2016-08-18
Fix #[derive] for empty tuple structs/variants
Vadim Petrochenkov
-2
/
+2
2016-07-19
Run rustfmt on libsyntax_ext/deriving folder
Srinivas Reddy Thatiparthy
-25
/
+23
2016-06-23
Move errors from libsyntax to its own crate
Jonathan Turner
-1
/
+1
2016-05-12
Improve derived implementations for enums with lots of fieldless variants
Björn Steinbrink
-0
/
+1
2015-12-15
Move built-in syntax extensions to a separate crate
Seo Sanghyeon
-0
/
+85