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
/
compiler
/
rustc_expand
/
src
/
config.rs
Age
Commit message (
Expand
)
Author
Lines
2021-08-25
Use if-let guards in the codebase
Léo Lanteri Thauvin
-8
/
+7
2021-08-21
Remove `Session.used_attrs` and move logic to `CheckAttrVisitor`
Aaron Hill
-56
/
+13
2021-05-03
Unify rustc and rustdoc parsing of `cfg()`
Joshua Nelson
-25
/
+29
2021-04-11
Implement token-based handling of attributes during expansion
Aaron Hill
-25
/
+96
2021-03-07
Move full configuration logic from `rustc_expand` to `rustc_builtin_macros`
Vadim Petrochenkov
-169
/
+6
2021-02-27
Combine HasAttrs and HasTokens into AstLike
Aaron Hill
-6
/
+20
2021-02-18
ast: Stop using `Mod` in `Crate`
Vadim Petrochenkov
-1
/
+1
2021-01-14
Use Option::map_or instead of `.map(..).unwrap_or(..)`
LingMan
-1
/
+1
2020-12-29
Remove pretty-print/reparse hack, and add derive-specific hack
Aaron Hill
-2
/
+11
2020-11-19
expand: Move `fully_configure` to `config.rs`
Vadim Petrochenkov
-0
/
+45
2020-11-12
Auto merge of #78782 - petrochenkov:nodoctok, r=Aaron1011
bors
-7
/
+5
2020-11-09
Do not collect tokens for doc comments
Vadim Petrochenkov
-7
/
+5
2020-11-03
rustc_ast: Do not panic by default when visiting macro calls
Vadim Petrochenkov
-5
/
+0
2020-10-31
parser: Cleanup `LazyTokenStream` and avoid some clones
Vadim Petrochenkov
-7
/
+6
2020-10-21
Unconditionally capture tokens for attributes.
Aaron Hill
-1
/
+34
2020-09-10
Syntactically permit unsafety on mods
David Tolnay
-1
/
+1
2020-08-30
Run cfg-stripping on generic parameters before invoking derive macros
Aaron Hill
-4
/
+7
2020-08-30
mv compiler to compiler/
mark
-0
/
+533