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
2023-01-17
`rustc_expand`: remove `ref` patterns
Maybe Waffle
-1
/
+1
2022-12-10
Migrate parts of `rustc_expand` to session diagnostics
nils
-59
/
+47
2022-11-27
Prefer doc comments over `//`-comments in compiler
Maybe Waffle
-1
/
+1
2022-10-23
Workaround unstable stmt_expr_attributes for method receiver expressions.
Camille GILLOT
-3
/
+7
2022-09-14
make `mk_attr_id` part of `ParseSess`
SparrowLii
-1
/
+7
2022-09-09
Rename `{Create,Lazy}TokenStream` as `{To,Lazy}AttrTokenStream`.
Nicholas Nethercote
-7
/
+7
2022-09-09
Change return type of `Attribute::tokens`.
Nicholas Nethercote
-1
/
+1
2022-09-09
Rename `AttrAnnotatedToken{Stream,Tree}`.
Nicholas Nethercote
-21
/
+21
2022-09-09
Move `Spacing` out of `AttrAnnotatedTokenStream`.
Nicholas Nethercote
-11
/
+11
2022-08-22
Use `AttrVec` in more places.
Nicholas Nethercote
-5
/
+3
2022-07-30
Auto merge of #99887 - nnethercote:rm-TreeAndSpacing, r=petrochenkov
bors
-2
/
+2
2022-07-29
Remove `TreeAndSpacing`.
Nicholas Nethercote
-2
/
+2
2022-07-28
avoid `Symbol` to `String` conversions
Takayuki Maeda
-1
/
+1
2022-07-13
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
-1
/
+1
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-3
/
+3
2022-05-18
use `CursorRef` more, to not to clone `Tree`s
klensy
-1
/
+1
2022-05-11
ast: Introduce some traits to get AST node properties generically
Vadim Petrochenkov
-4
/
+4
2022-04-29
errors: `span_suggestion` takes `impl ToString`
David Wood
-1
/
+1
2022-04-28
rustc_ast: Harmonize delimiter naming with `proc_macro::Delimiter`
Vadim Petrochenkov
-2
/
+2
2022-03-30
Spellchecking some comments
Yuri Astrakhan
-1
/
+1
2022-03-03
Move the set of features to the `features` query.
Camille GILLOT
-0
/
+3
2022-03-01
Improve allowness of the unexpected_cfgs lint
Loïc BRANSTETT
-4
/
+16
2022-02-19
Adopt let else in more places
est31
-16
/
+11
2022-01-10
expand: Pick `cfg`s and `cfg_attrs` one by one, like other attributes
Vadim Petrochenkov
-82
/
+96
2022-01-07
expand: Remove some unnecessary `self` mutability
Vadim Petrochenkov
-10
/
+7
2021-12-15
Remove unnecessary sigils around `Symbol::as_str()` calls.
Nicholas Nethercote
-1
/
+1
2021-12-07
Future compatibility warning on cfg_attr on crate_type and crate_name
bjorn3
-1
/
+18
2021-10-16
clippy::complexity changes
Matthias Krüger
-1
/
+1
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