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
/
tokenstream.rs
Age
Commit message (
Expand
)
Author
Lines
2016-11-03
Move doc comment desugaring into the parser.
Jeffrey Seyfried
-4
/
+2
2016-11-03
Revert "macros: Improve `tt` fragments"
Jeffrey Seyfried
-7
/
+0
2016-11-03
Reduce the size of `Token` and make it cheaper to clone by refactoring
Jeffrey Seyfried
-3
/
+9
2016-10-29
Move `CrateConfig` from `Crate` to `ParseSess`.
Jeffrey Seyfried
-1
/
+1
2016-10-19
Improve `$crate`.
Jeffrey Seyfried
-7
/
+0
2016-09-22
Adds a `ProcMacro` form of syntax extension
Nick Cameron
-0
/
+7
2016-08-16
Auto merge of #35538 - cgswords:libproc_macro, r=nrc
bors
-0
/
+6
2016-08-16
Proc_macro is alive
cgswords
-0
/
+6
2016-08-10
Implemented a smarter concatenation system that will hopefully produce more e...
cgswords
-20
/
+92
2016-08-01
Reimplemented tokenstreams as ropes and reduced the exposed TokenStream API.
cgswords
-609
/
+356
2016-07-23
macros: Improve `tt` fragments
Jeffrey Seyfried
-0
/
+4
2016-07-07
Preliminary implementation for TokenStreams and TokenSlices, including unit t...
cgswords
-39
/
+1121
2016-07-04
Revert "Change `fold_tt` and `fold_tts` to take token trees by value (instead...
Jeffrey Seyfried
-4
/
+6
2016-06-26
Rollup merge of #33943 - jseyfried:libsyntax_cleanup, r=nrc
Jeffrey Seyfried
-5
/
+4
2016-06-21
Refactored tokentrees into their own files in preparation for tokenstreams. M...
cgswords
-0
/
+211