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
/
librustc_expand
/
mbe
/
macro_parser.rs
Age
Commit message (
Expand
)
Author
Lines
2020-05-08
Remove ast::{Ident, Name} reexports.
Camille GILLOT
-2
/
+1
2020-04-19
Dogfood more or_patterns in the compiler
Josh Stone
-2
/
+4
2020-04-04
macro_rules: `NtLifetime` cannot start with an identifier
Vadim Petrochenkov
-1
/
+1
2020-03-24
expand: add recovery for parse_nt
Mazdak Farrokhzad
-15
/
+14
2020-03-20
can_begin_literal_maybe_minus: `true` on `"-"? lit` NTs.
Mazdak Farrokhzad
-1
/
+1
2020-03-16
Make macro metavars respect (non-)hygiene
Matthew Jasper
-7
/
+10
2020-03-09
Address review comments
Vadim Petrochenkov
-4
/
+1
2020-03-09
rustc_parse: Use `Token::ident` where possible
Vadim Petrochenkov
-12
/
+6
2020-02-29
Rename `syntax` to `rustc_ast` in source code
Vadim Petrochenkov
-3
/
+3
2020-02-24
parser: `token` -> `normalized_token`, `nonnormalized_token` -> `token`
Vadim Petrochenkov
-2
/
+1
2020-02-24
Add some missing support for `NtIdent`
Vadim Petrochenkov
-0
/
+6
2020-02-17
parser: Do not call `bump` recursively
Vadim Petrochenkov
-2
/
+0
2020-02-06
Change condition ordering in `parse_tt`.
Nicholas Nethercote
-6
/
+6
2020-02-06
Avoid instantiating many `Parser` structs in `generic_extension`.
Nicholas Nethercote
-29
/
+9
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-30
Use `P` for `NtMeta`.
Nicholas Nethercote
-1
/
+2
2020-01-11
Rollup merge of #68084 - estebank:ice-68000, r=varkor
Mazdak Farrokhzad
-1
/
+1
2020-01-10
Change `next_point` when `shrink_to_hi` is more appropriate
Esteban Küber
-1
/
+1
2020-01-10
nix syntax::errors & prefer rustc_errors over errors
Mazdak Farrokhzad
-1
/
+1
2020-01-02
Normalize `syntax::symbol` imports.
Mazdak Farrokhzad
-1
/
+1
2020-01-01
Rename `syntax_pos` to `rustc_span` in source code
Vadim Petrochenkov
-3
/
+3
2019-12-31
parser::diagnostics: remove fn fatal
Mazdak Farrokhzad
-4
/
+6
2019-12-30
Rename directories for some crates from `syntax_x` to `rustc_x`
Vadim Petrochenkov
-0
/
+930