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
/
asm.rs
Age
Commit message (
Expand
)
Author
Lines
2018-04-14
Add error codes for libsyntax_ext
Guillaume Gomez
-2
/
+14
2018-02-05
Make inline assembly volatile if it has no outputs. Fixes #46026
John Kåre Alsaker
-0
/
+6
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-8
/
+8
2017-03-29
Merge `ExpnId` and `SyntaxContext`.
Jeffrey Seyfried
-11
/
+1
2017-03-03
Integrate `TokenStream`.
Jeffrey Seyfried
-1
/
+1
2016-11-21
Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p...
Jeffrey Seyfried
-10
/
+11
2016-11-20
Move `syntax::util::interner` -> `syntax::symbol`, cleanup.
Jeffrey Seyfried
-5
/
+5
2016-11-03
Make `ast::ExprKind` smaller.
Jeffrey Seyfried
-2
/
+2
2016-10-29
Move `CrateConfig` from `Crate` to `ParseSess`.
Jeffrey Seyfried
-1
/
+1
2016-10-19
Rollup merge of #37161 - nnethercote:no-cfg-cloning, r=nrc
Eduard-Mihai Burtescu
-1
/
+1
2016-10-14
Avoid many CrateConfig clones.
Nicholas Nethercote
-1
/
+1
2016-10-05
Rename Parser::last_span as prev_span.
Nicholas Nethercote
-6
/
+6
2016-09-26
make emit_feature_err take a ParseSess
Tim Neumann
-1
/
+1
2016-09-04
Replace `_, _` with `..`
Vadim Petrochenkov
-1
/
+1
2016-08-12
run rustfmt on libsyntax_ext folder
Srinivas Reddy Thatiparthy
-40
/
+38
2016-07-06
Correct inline assembly clobber formatting.
CensoredUsername
-0
/
+3
2016-06-26
Rollup merge of #34339 - jseyfried:thin_vec, r=petrochenkov,Manishearth
Jeffrey Seyfried
-1
/
+1
2016-06-26
Rollup merge of #34385 - cgswords:tstream, r=nrc
Jeffrey Seyfried
-3
/
+4
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
-3
/
+4
2016-06-19
Generalize and abstract `ThinAttributes`
Jeffrey Seyfried
-1
/
+1
2016-04-11
std: Stabilize APIs for the 1.9 release
Alex Crichton
-5
/
+6
2016-02-11
[breaking-change] don't glob export ast::Expr_ variants
Oliver Schneider
-1
/
+1
2015-12-31
Cut out a bunch of Result and panictry! boilerplate from libsyntax.
Nick Cameron
-6
/
+6
2015-12-18
Require exact type equality + add tests
Vadim Petrochenkov
-1
/
+1
2015-12-16
Add ExprType to HIR and make everything compile
Vadim Petrochenkov
-3
/
+3
2015-12-16
Implement type ascription.
Eduard Burtescu
-4
/
+23
2015-12-15
Move built-in syntax extensions to a separate crate
Seo Sanghyeon
-0
/
+245