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
/
librustc_expand
/
proc_macro_server.rs
Age
Commit message (
Expand
)
Author
Lines
2020-08-30
mv compiler to compiler/
mark
-712
/
+0
2020-08-22
Add backwards-compat hack for certain '$name' tokens
Aaron Hill
-7
/
+13
2020-08-17
rust_ast::ast => rustc_ast
Ujjwal Sharma
-1
/
+1
2020-08-11
Introduce `rustc_lexer::is_ident` and use it in couple of places
Vadim Petrochenkov
-9
/
+1
2020-08-08
Eliminate the `SessionGlobals` from `librustc_ast`.
Nicholas Nethercote
-1
/
+1
2020-08-06
rustc_expand: Don not beautify doc comments before passing them to macros
Vadim Petrochenkov
-4
/
+2
2020-08-06
rustc_ast: Stop using "string typing" for doc comment tokens
Vadim Petrochenkov
-4
/
+3
2020-07-26
proc_macro: Add API for tracked access to environment variables
Vadim Petrochenkov
-0
/
+9
2020-07-15
Remove lots of `Symbol::as_str()` calls.
Nicholas Nethercote
-2
/
+2
2020-07-02
Auto merge of #73954 - Manishearth:rollup-8qvh170, r=Manishearth
bors
-1
/
+1
2020-07-01
Remove `token::FlattenGroup`
Vadim Petrochenkov
-17
/
+8
2020-07-01
expand: Stop using nonterminals for passing tokens to attribute and derive ma...
Vadim Petrochenkov
-2
/
+6
2020-06-27
ast_pretty: Pass some token streams and trees by reference
Vadim Petrochenkov
-1
/
+1
2020-06-26
proc_macro: Stop flattening groups with dummy spans
Vadim Petrochenkov
-12
/
+26
2020-06-10
Migrate to numeric associated consts
Lzu Tao
-4
/
+4
2020-06-04
Add `-Z span-debug` to allow for easier debugging of proc macros
Aaron Hill
-1
/
+7
2020-05-29
Split payload of FileName::Real to track both real and virutalized paths.
Felix S. Klock II
-1
/
+2
2020-05-15
Fix {:#?} representation of proc_macro::Literal
David Tolnay
-3
/
+8
2020-05-08
Remove ast::{Ident, Name} reexports.
Camille GILLOT
-2
/
+2
2020-05-03
Implement `confusable_idents` lint.
Charles Lew
-4
/
+5
2020-02-29
Rename `syntax` to `rustc_ast` in source code
Vadim Petrochenkov
-6
/
+6
2020-02-28
Rollup merge of #69481 - matthiaskrgr:single_char, r=ecstatic-morse
Mazdak Farrokhzad
-2
/
+2
2020-02-27
don't use .into() to convert types into identical types.
Matthias Krüger
-7
/
+3
2020-02-27
use char instead of &str for single char patterns
Matthias Krüger
-2
/
+2
2020-02-01
syntax::print -> new crate rustc_ast_pretty
Mazdak Farrokhzad
-1
/
+1
2020-02-01
1. move node_id to syntax
Mazdak Farrokhzad
-1
/
+1
2020-01-10
nix syntax::errors & prefer rustc_errors over errors
Mazdak Farrokhzad
-9
/
+8
2020-01-01
Rename `syntax_pos` to `rustc_span` in source code
Vadim Petrochenkov
-2
/
+2
2019-12-31
Add symbol normalization for proc_macro_server.
Charles Lew
-0
/
+2
2019-12-30
Rename directories for some crates from `syntax_x` to `rustc_x`
Vadim Petrochenkov
-0
/
+689