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_builtin_macros
/
src
/
cfg_eval.rs
Age
Commit message (
Expand
)
Author
Lines
2023-08-11
rustc: Move `features` from `Session` to `GlobalCtxt`
Vadim Petrochenkov
-1
/
+2
2023-05-24
Use `Option::is_some_and` and `Result::is_ok_and` in the compiler
Maybe Waffle
-1
/
+1
2023-05-01
Do not recover when parsing stmt in cfg-eval.
Camille GILLOT
-1
/
+3
2022-10-23
Workaround unstable stmt_expr_attributes for method receiver expressions.
Camille GILLOT
-1
/
+8
2022-09-13
Emit an error instead of reconstructing token stream.
Camille GILLOT
-28
/
+36
2022-09-09
Rename `AttrAnnotatedToken{Stream,Tree}`.
Nicholas Nethercote
-3
/
+3
2022-05-22
rustc_parse: Move AST -> TokenStream conversion logic to `rustc_ast`
Vadim Petrochenkov
-10
/
+1
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-2
/
+2
2022-05-11
ast: Introduce some traits to get AST node properties generically
Vadim Petrochenkov
-8
/
+3
2022-03-30
Spellchecking some comments
Yuri Astrakhan
-1
/
+1
2022-03-03
Rollup merge of #94433 - Urgau:check-cfg-allowness, r=petrochenkov
Dylan DPC
-2
/
+4
2022-03-01
Improve allowness of the unexpected_cfgs lint
Loïc BRANSTETT
-2
/
+4
2022-03-01
compiler: fix some typos
cuishuang
-1
/
+1
2021-12-15
Add a lint for duplicated attributes.
Ethiraric
-1
/
+2
2021-12-01
Rollup merge of #91313 - petrochenkov:cratexp, r=Aaron1011
Matthias Krüger
-0
/
+5
2021-11-28
Avoid uneccessary clone of Annotatable
Alan Egerton
-22
/
+30
2021-11-28
expand: Turn `ast::Crate` into a first class expansion target
Vadim Petrochenkov
-0
/
+5
2021-09-24
derive: Do not configure or clone items unless necessary
Vadim Petrochenkov
-15
/
+14
2021-06-20
cfg_eval: Replace multiple `unwrap`s with a single `unwrap`
Vadim Petrochenkov
-24
/
+24
2021-06-20
expand: Move some more derive logic to `rustc_builtin_macros`
Vadim Petrochenkov
-6
/
+5
2021-04-11
Implement token-based handling of attributes during expansion
Aaron Hill
-55
/
+167
2021-03-16
ast/hir: Rename field-related structures
Vadim Petrochenkov
-12
/
+12
2021-03-07
rustc_builtin_macros: Share some more logic between `derive` and `cfg_eval`
Vadim Petrochenkov
-8
/
+11
2021-03-07
cfg_eval: Configure everything through mutable visitor methods
Vadim Petrochenkov
-70
/
+27
2021-03-07
Move full configuration logic from `rustc_expand` to `rustc_builtin_macros`
Vadim Petrochenkov
-4
/
+172
2021-03-06
Implement built-in attribute macro `#[cfg_eval]`
Vadim Petrochenkov
-0
/
+29