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
/
proc_macro_server.rs
Age
Commit message (
Expand
)
Author
Lines
2019-03-27
Auto merge of #55780 - ogoffart:span_source_text, r=petrochenkov
bors
-0
/
+3
2019-03-16
syntax: Introduce `Ident::can_be_raw`
Vadim Petrochenkov
-6
/
+2
2019-03-06
Simplify code
Esteban Küber
-5
/
+2
2019-03-06
Emit missing unclosed delimiter errors
Esteban Küber
-2
/
+2
2019-02-24
Use ? in some macros
Taiki Endo
-1
/
+1
2019-02-18
Make `interpolated_to_tokenstream` a method on `Nonterminal`.
Nicholas Nethercote
-1
/
+1
2019-02-18
Change `Token::interpolated_to_tokenstream()`.
Nicholas Nethercote
-2
/
+2
2019-02-13
Rename rustc_errors dependency in rust 2018 crates
Taiki Endo
-1
/
+1
2019-02-09
Auto merge of #57944 - estebank:unclosed-delim-the-quickening, r=oli-obk
bors
-2
/
+5
2019-02-07
unify error handling to single method
Esteban Küber
-2
/
+5
2019-02-07
Deduplicate mismatched delimiter errors
Esteban Küber
-1
/
+1
2019-02-04
libsyntax_ext => 2018
Taiki Endo
-3
/
+4
2019-01-14
Remove `TokenStream::Tree` variant.
Nicholas Nethercote
-1
/
+1
2019-01-08
Make `TokenStream` less recursive.
Nicholas Nethercote
-6
/
+7
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-23
Rollup merge of #56964 - nnethercote:TokenStream-IsJoint, r=petrochenkov
Mazdak Farrokhzad
-6
/
+2
2018-12-20
Remove `TokenStream::JointTree`.
Nicholas Nethercote
-6
/
+2
2018-12-19
proc_macro: Accept `$crate` as an identifier if it comes from the compiler
Vadim Petrochenkov
-0
/
+6
2018-12-19
proc_macro: Validate tokens coming from the compiler again
Vadim Petrochenkov
-51
/
+56
2018-12-10
Remove `tokenstream::Delimited`.
Nicholas Nethercote
-7
/
+5
2018-12-04
adds DocTest filename variant, refactors doctest_offset out of source_map, fi...
Matthew Russo
-1
/
+1
2018-12-02
Remove not used `DotEq` token
yui-knk
-1
/
+0
2018-12-01
Introduce proc_macro::Span::source_text
Olivier Goffart
-0
/
+3
2018-11-30
proc_macro: move the rustc server to syntax_ext.
Eduard-Mihai Burtescu
-0
/
+751