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-07-27
Move proc macro server into libsyntax
Vadim Petrochenkov
-717
/
+0
2019-07-19
Adjust other names after the `Mark` renaming
Vadim Petrochenkov
-2
/
+2
2019-07-07
syntax: Pre-intern names of all built-in macros
Vadim Petrochenkov
-2
/
+2
2019-06-23
Fix meta-variable binding errors in macros
Julien Cretin
-1
/
+1
2019-06-15
Remove unnecessary `.clone()`
Shotaro Yamada
-1
/
+1
2019-06-06
syntax: Switch function parameter order in `TokenTree::token`
Vadim Petrochenkov
-8
/
+8
2019-06-06
syntax: Remove duplicate span from `token::Ident`
Vadim Petrochenkov
-7
/
+6
2019-06-06
syntax: Remove duplicate span from `token::Lifetime`
Vadim Petrochenkov
-2
/
+2
2019-06-06
syntax: Use `Token` in `TokenTree::Token`
Vadim Petrochenkov
-12
/
+12
2019-06-06
syntax: Rename `Token` into `TokenKind`
Vadim Petrochenkov
-3
/
+3
2019-05-29
Introduce and use `SyntaxContext::outer_expn_info()`.
Nicholas Nethercote
-1
/
+1
2019-05-27
Avoid unnecessary internings.
Nicholas Nethercote
-2
/
+2
2019-05-23
syntax: Some code cleanup
Vadim Petrochenkov
-1
/
+1
2019-05-23
syntax: Turn `token::Lit` into a struct
Vadim Petrochenkov
-55
/
+27
2019-05-22
Simplify use of keyword symbols
Vadim Petrochenkov
-3
/
+3
2019-03-31
Fix lifetime on LocalInternedString::get function
John Kåre Alsaker
-3
/
+3
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