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_rules.rs
Age
Commit message (
Expand
)
Author
Lines
2020-05-08
Remove ast::{Ident, Name} reexports.
Camille GILLOT
-8
/
+8
2020-03-30
Use if let instead of match when only matching a single variant (clippy::sing...
Matthias Krüger
-13
/
+12
2020-03-27
suggest semi on expr mac!() good as stmt mac!().
Mazdak Farrokhzad
-1
/
+18
2020-03-25
Rename `def_span` to `guess_head_span`
Esteban Küber
-1
/
+1
2020-03-24
expand: address review comments
Mazdak Farrokhzad
-18
/
+11
2020-03-24
expand: add recovery for parse_nt
Mazdak Farrokhzad
-1
/
+5
2020-03-24
defatalize `compile_declarative_macro`
Mazdak Farrokhzad
-16
/
+32
2020-03-24
mbe::transcribe: defatalize errors.
Mazdak Farrokhzad
-1
/
+7
2020-03-24
generic_extension: defatalize Error case
Mazdak Farrokhzad
-1
/
+5
2020-03-24
nix panictry! in ParserAnyMacro::make
Mazdak Farrokhzad
-31
/
+46
2020-03-21
parse: nix unused `root_module_name`.
Mazdak Farrokhzad
-2
/
+0
2020-03-18
parser/expand: minor cleanup
Mazdak Farrokhzad
-2
/
+2
2020-03-18
outline modules: parse -> expand.
Mazdak Farrokhzad
-25
/
+12
2020-03-16
Make macro metavars respect (non-)hygiene
Matthew Jasper
-3
/
+3
2020-03-16
ast/hir: `MacroDef::legacy` -> `MacroDef::macro_rules`
Vadim Petrochenkov
-5
/
+5
2020-03-10
Store `TokenStream` in `rmeta::MacroDef`.
Mazdak Farrokhzad
-3
/
+3
2020-03-06
fix various typos
Matthias Krüger
-1
/
+1
2020-03-01
Rollup merge of #69580 - matthiaskrgr:map_clone, r=Centril
Yuki Okushi
-1
/
+1
2020-02-29
Rename `syntax` to `rustc_ast` in source code
Vadim Petrochenkov
-3
/
+3
2020-02-29
use .copied() instead of .map(|x| *x) on iterators
Matthias Krüger
-1
/
+1
2020-02-17
parser: Do not call `bump` recursively
Vadim Petrochenkov
-1
/
+0
2020-02-17
Auto merge of #69129 - Centril:macro-legacy-errors, r=petrochenkov
bors
-1
/
+1
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
Remove the `Cow` from `Directory`.
Nicholas Nethercote
-2
/
+2
2020-02-06
Avoid instantiating many `Parser` structs in `generic_extension`.
Nicholas Nethercote
-16
/
+46
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-02-01
Move builtin attribute logic to new rustc_attr crate.
Mazdak Farrokhzad
-1
/
+1
2020-01-10
nix syntax::errors & prefer rustc_errors over errors
Mazdak Farrokhzad
-6
/
+3
2020-01-02
Normalize `syntax::edition` imports.
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
-2
/
+2
2019-12-30
Rename directories for some crates from `syntax_x` to `rustc_x`
Vadim Petrochenkov
-0
/
+1207