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
2025-06-19
completely deduplicate `Visitor` and `MutVisitor`
Deadbeef
-1
/
+1
2025-06-12
avoid `&mut P<T>` in `visit_expr` etc methods
Deadbeef
-1
/
+1
2025-04-02
Remove `TokenStream::flattened` and `InvisibleOrigin::FlattenToken`.
Nicholas Nethercote
-7
/
+3
2025-04-02
Remove `NtBlock`, `Nonterminal`, and `TokenKind::Interpolated`.
Nicholas Nethercote
-3
/
+3
2025-03-25
Deduplicate assoc item cfg handling
Oli Scherer
-10
/
+3
2025-03-07
Remove `NtItem` and `NtStmt`.
Nicholas Nethercote
-2
/
+3
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-2
/
+1
2024-11-20
Items
maxcabrajac
-1
/
+1
2024-11-16
Rollup merge of #132787 - maxcabrajac:fnctxt, r=petrochenkov
Matthias Krüger
-2
/
+2
2024-11-15
Add WalkItemKind::Ctxt so AssocCtxt is not sent to non-Assoc ItemKinds
maxcabrajac
-2
/
+2
2024-11-14
Remove unreachable code in `has_cfg_or_cfg_attr`.
Nicholas Nethercote
-8
/
+1
2024-11-14
Merge matches in `configure_annotatable`.
Nicholas Nethercote
-57
/
+45
2024-11-14
Inline and remove `flat_map_annotatable`.
Nicholas Nethercote
-39
/
+17
2024-11-14
Make `configure_annotatable`/`flat_map_annotatable` infallible.
Nicholas Nethercote
-24
/
+22
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-2
/
+2
2024-08-01
Distinguish the two kinds of token range.
Nicholas Nethercote
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-5
/
+4
2024-07-22
Avoid passing state that will not be visited
Oli Scherer
-4
/
+4
2024-07-22
Always pass the visitor as the first argument to walk* functions
Oli Scherer
-14
/
+25
2024-07-22
Sync `mut_visit` function names with immut `visit` ones (s/noop_visit/walk/)
Oli Scherer
-14
/
+14
2024-07-22
Make function items in mut visitors all go through the same visit_fn function...
Oli Scherer
-4
/
+4
2024-07-22
Merge impl and trait item mut visitor methods to mirror immut visitor
Oli Scherer
-17
/
+15
2024-07-07
Rename some attribute types for consistency.
Nicholas Nethercote
-1
/
+1
2024-07-02
Simplify `CfgEval`.
Nicholas Nethercote
-10
/
+8
2024-06-05
Remove `stream_to_parser`.
Nicholas Nethercote
-1
/
+1
2024-04-30
Remove `extern crate tracing` from numerous crates.
Nicholas Nethercote
-0
/
+1
2024-04-25
ast: Generalize item kind visiting
Vadim Petrochenkov
-3
/
+3
2024-03-05
Use `ControlFlow` in AST visitors.
Jason Newcomb
-33
/
+33
2024-03-05
Rename all `ParseSess` variables/fields/lifetimes as `psess`.
Nicholas Nethercote
-2
/
+1
2024-01-08
Make `DiagnosticBuilder::emit` consuming.
Nicholas Nethercote
-1
/
+1
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-14
/
+14
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
[next]