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
/
base.rs
Age
Commit message (
Expand
)
Author
Lines
2020-05-31
Auto merge of #72767 - pnkfelix:track-devirtualized-filenames-issue-70924, r=...
bors
-1
/
+1
2020-05-29
Split payload of FileName::Real to track both real and virutalized paths.
Felix S. Klock II
-1
/
+1
2020-05-28
standardize limit comparisons with `Limit` type
David Wood
-2
/
+2
2020-05-24
Collect tokens for `ast::Expr`
Aaron Hill
-0
/
+1
2020-05-22
Remove `macro_defs` map
Aaron Hill
-1
/
+9
2020-05-08
Remove ast::{Ident, Name} reexports.
Camille GILLOT
-8
/
+8
2020-03-24
expand: nix unused method
Mazdak Farrokhzad
-4
/
+1
2020-03-24
mbe::transcribe: defatalize errors.
Mazdak Farrokhzad
-16
/
+0
2020-03-24
remove ExtCxt::struct_span_warn
Mazdak Farrokhzad
-3
/
+0
2020-03-24
defatalize ProcMacroDerive::expand
Mazdak Farrokhzad
-3
/
+0
2020-03-24
defatalize AttrProcMacro::expand
Mazdak Farrokhzad
-3
/
+3
2020-03-24
defatalize BangProcMacro::expand
Mazdak Farrokhzad
-4
/
+14
2020-03-24
nix remaining rustc_expand::panictry! uses.
Mazdak Farrokhzad
-1
/
+1
2020-03-24
rustc_expand::base: nix panictry! uses
Mazdak Farrokhzad
-4
/
+16
2020-03-19
Don't unwind when hitting the macro expansion recursion limit
John Kåre Alsaker
-0
/
+2
2020-03-18
fix pre-expansion linting infra
Mazdak Farrokhzad
-1
/
+5
2020-03-18
{rustc_parse::parser -> rustc_expand}::module
Mazdak Farrokhzad
-1
/
+1
2020-03-18
move Directory -> parser::module
Mazdak Farrokhzad
-1
/
+2
2020-03-17
Rollup merge of #69870 - petrochenkov:cfgacc, r=matthewjasper
Mazdak Farrokhzad
-14
/
+17
2020-03-12
ast: `Mac`/`Macro` -> `MacCall`
Vadim Petrochenkov
-1
/
+1
2020-03-10
builtin_macros: Add attribute macro `#[cfg_accessible(path)]`
Vadim Petrochenkov
-0
/
+1
2020-03-10
expand: Implement support for retrying macro expansions
Vadim Petrochenkov
-5
/
+14
2020-03-09
expand/builtin_macros: Minor cleanup
Vadim Petrochenkov
-10
/
+3
2020-03-06
rustc_expand: Factor out `Annotatable::into_tokens` to a separate method
Vadim Petrochenkov
-1
/
+26
2020-02-29
Rename `syntax` to `rustc_ast` in source code
Vadim Petrochenkov
-6
/
+6
2020-02-11
Run RustFmt
jumbatm
-1
/
+5
2020-02-11
Invert control in struct_lint_level.
jumbatm
-1
/
+1
2020-02-05
parser: merge `fn` grammars wrt. bodies & headers
Mazdak Farrokhzad
-3
/
+3
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-02-01
syntax: simplify HasAttrs code
Mazdak Farrokhzad
-1
/
+1
2020-01-30
Use `P` for `NtTraitItem`, `NtImplItem`, and `NtForeignItem`.
Nicholas Nethercote
-18
/
+18
2020-01-10
nix syntax::errors & prefer rustc_errors over errors
Mazdak Farrokhzad
-7
/
+6
2020-01-02
Normalize `syntax::edition` imports.
Mazdak Farrokhzad
-1
/
+1
2020-01-02
Normalize `syntax::symbol` imports.
Mazdak Farrokhzad
-1
/
+1
2020-01-02
Normalize `syntax::source_map` imports.
Mazdak Farrokhzad
-1
/
+1
2020-01-01
Rename `syntax_pos` to `rustc_span` in source code
Vadim Petrochenkov
-3
/
+3
2019-12-30
Rename directories for some crates from `syntax_x` to `rustc_x`
Vadim Petrochenkov
-0
/
+1181