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-12-11
Rollup merge of #118802 - ehuss:remove-edition-preview, r=TaKO8Ki
Guillaume Gomez
-72
/
+2
2023-12-11
Add spacing information to delimiters.
Nicholas Nethercote
-5
/
+5
2023-12-11
Improve `print_tts` by changing `tokenstream::Spacing`.
Nicholas Nethercote
-11
/
+15
2023-12-10
Remove edition umbrella features.
Eric Huss
-72
/
+2
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-2
/
+2
2023-11-15
Re-format code with new rustfmt
Mark Rousskov
-4
/
+4
2023-10-25
Stop telling people to submit bugs for internal feature ICEs
Nilstrieb
-1
/
+10
2023-10-16
Rename `ACTIVE_FEATURES` as `UNSTABLE_FEATURES`.
Nicholas Nethercote
-3
/
+3
2023-10-16
Remove `rustc_feature::State`.
Nicholas Nethercote
-29
/
+19
2023-10-13
Format all the let chains in compiler
Michael Goulet
-10
/
+14
2023-10-05
Add two setter functions to `Features`.
Nicholas Nethercote
-11
/
+6
2023-10-05
Record all declared features.
Nicholas Nethercote
-0
/
+4
2023-10-05
Rename `Features::active_features`.
Nicholas Nethercote
-3
/
+3
2023-10-05
Overhaul `config::features`.
Nicholas Nethercote
-57
/
+46
2023-10-05
Merge `STABLE_REMOVED_FEATURES` list into `REMOVED_FEATURES`.
Nicholas Nethercote
-9
/
+3
2023-10-05
Inline and remove `feature_removed` function.
Nicholas Nethercote
-8
/
+4
2023-10-05
Factor out some repeated feature-getting code.
Nicholas Nethercote
-18
/
+11
2023-10-05
Add comments to `config::features`.
Nicholas Nethercote
-5
/
+30
2023-10-05
Remove unused `Span` from the `set` function in `State::Active`.
Nicholas Nethercote
-4
/
+4
2023-07-30
inline format!() args up to and including rustc_middle
Matthias Krüger
-3
/
+3
2023-07-27
Remove `Iterator` impl for `TokenTreeCursor`.
Nicholas Nethercote
-3
/
+3
2023-07-12
Re-format let-else per rustfmt update
Mark Rousskov
-5
/
+10
2023-06-27
Simplify some conditions
Maybe Waffle
-1
/
+1
2023-06-10
expand: Change how `#![cfg(FALSE)]` behaves on crate root
Vadim Petrochenkov
-3
/
+5
2023-06-01
Remember names of `cfg`-ed out items to mention them in diagnostics
Nilstrieb
-6
/
+14
2023-04-09
Fix some clippy::complexity
Nilstrieb
-1
/
+1
2023-03-23
rustc_interface: Add a new query `pre_configure`
Vadim Petrochenkov
-29
/
+11
2023-03-23
expand: Pass `ast::Crate` by reference to AST transforming passes
Vadim Petrochenkov
-39
/
+32
2023-03-08
Rename `MapInPlace` as `FlatMapInPlace`.
Nicholas Nethercote
-1
/
+1
2023-02-21
Use `ThinVec` in a few more AST types.
Nicholas Nethercote
-1
/
+2
2023-02-16
Replace some `then`s with some `then_some`s
Maybe Waffle
-1
/
+1
2023-02-16
`if $c:expr { Some($r:expr) } else { None }` =>> `$c.then(|| $r)`
Maybe Waffle
-6
/
+4
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
[next]