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
/
env.rs
Age
Commit message (
Expand
)
Author
Lines
2019-05-27
Pass symbols to `ExtCtxt::std_path` instead of strings.
Nicholas Nethercote
-2
/
+2
2019-05-22
Simplify use of keyword symbols
Vadim Petrochenkov
-2
/
+2
2019-05-17
Avoid unnecessary interning in `Ident::from_str()` calls.
Nicholas Nethercote
-2
/
+3
2019-02-04
libsyntax_ext => 2018
Taiki Endo
-4
/
+3
2018-12-30
Improve error recovery for some built-in macros
Vadim Petrochenkov
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-08-07
Avoid unnecessary pattern matching against Option and Result
ljedrz
-1
/
+1
2018-07-12
Deny bare trait objects in src/libsyntax_ext
ljedrz
-2
/
+2
2018-06-20
Simply joint lifetime/type iteration
varkor
-1
/
+1
2018-06-20
Rename structures in ast
varkor
-2
/
+2
2018-06-20
Rename ast::GenericParam and ast::GenericArg
varkor
-2
/
+2
2018-06-20
Rename "parameter" to "arg"
varkor
-3
/
+3
2018-06-20
Rename *Parameter to *Param
varkor
-2
/
+2
2018-06-20
Consolidate PathParameters and AngleBracketedParameterData
varkor
-3
/
+2
2018-04-06
Use `Span::apply_mark` where possible
Vadim Petrochenkov
-1
/
+1
2018-03-17
syntax: Make `_` an identifier
Vadim Petrochenkov
-3
/
+3
2017-09-04
Produce expansion info for more builtin macros
Oliver Schneider
-0
/
+1
2017-05-25
Hygienize lifetimes.
Jeffrey Seyfried
-4
/
+3
2016-11-21
Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p...
Jeffrey Seyfried
-7
/
+7
2016-11-20
Move `syntax::util::interner` -> `syntax::symbol`, cleanup.
Jeffrey Seyfried
-4
/
+4
2016-08-12
run rustfmt on libsyntax_ext folder
Srinivas Reddy Thatiparthy
-43
/
+37
2016-07-03
prefer `if let` to match with `None => {}` arm in some places
Zack M. Davis
-6
/
+3
2016-06-26
Rollup merge of #34385 - cgswords:tstream, r=nrc
Jeffrey Seyfried
-2
/
+3
2016-06-23
Move errors from libsyntax to its own crate
Jonathan Turner
-1
/
+1
2016-06-21
Refactored tokentrees into their own files in preparation for tokenstreams. M...
cgswords
-2
/
+3
2016-02-11
[breaking-change] don't glob export ast::Mutablity variants
Oliver 'ker' Schneider
-1
/
+1
2015-12-15
Move built-in syntax extensions to a separate crate
Seo Sanghyeon
-0
/
+106