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
/
mbe
Age
Commit message (
Expand
)
Author
Lines
2020-02-15
parser: `macro_rules` is a weak keyword
Vadim Petrochenkov
-2
/
+2
2020-02-14
Fix a typo in a variable name.
Nicholas Nethercote
-3
/
+4
2020-02-14
Avoid `base_parser`, it's not needed.
Nicholas Nethercote
-14
/
+11
2020-02-13
macro_legacy_warnings -> error
Mazdak Farrokhzad
-1
/
+1
2020-02-06
Change condition ordering in `parse_tt`.
Nicholas Nethercote
-6
/
+6
2020-02-06
Remove the `Cow` from `Directory`.
Nicholas Nethercote
-2
/
+2
2020-02-06
Avoid instantiating many `Parser` structs in `generic_extension`.
Nicholas Nethercote
-45
/
+55
2020-02-01
syntax::print -> new crate rustc_ast_pretty
Mazdak Farrokhzad
-3
/
+3
2020-02-01
1. move node_id to syntax
Mazdak Farrokhzad
-3
/
+3
2020-02-01
Move builtin attribute logic to new rustc_attr crate.
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-11
nix syntax::early_buffered_lints
Mazdak Farrokhzad
-4
/
+4
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
-14
/
+9
2020-01-02
Normalize `syntax::edition` imports.
Mazdak Farrokhzad
-1
/
+1
2020-01-02
Normalize `syntax::symbol` imports.
Mazdak Farrokhzad
-4
/
+4
2020-01-01
Rename `syntax_pos` to `rustc_span` in source code
Vadim Petrochenkov
-9
/
+9
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
/
+3404
[prev]