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
2024-06-25
Extra panic cases.
Nicholas Nethercote
-0
/
+6
2024-05-21
Rename buffer_lint_with_diagnostic to buffer_lint
Xiretza
-3
/
+3
2024-05-21
Convert uses of BuiltinLintDiag::Normal to custom variants
Xiretza
-8
/
+7
2024-05-17
Rollup merge of #123694 - Xiretza:expand-diagnostics, r=compiler-errors
Matthias Krüger
-3
/
+6
2024-05-14
Remove `NtIdent` and `NtLifetime`.
Nicholas Nethercote
-4
/
+11
2024-05-03
Fix some comment formatting.
Nicholas Nethercote
-4
/
+5
2024-04-30
Remove `extern crate tracing` from numerous crates.
Nicholas Nethercote
-0
/
+1
2024-04-22
rustc_expand: make diagnostic translatable
Xiretza
-4
/
+3
2024-04-22
expand: fix minor diagnostics bug
Xiretza
-1
/
+5
2024-03-06
Rewrite the `untranslatable_diagnostic` lint.
Nicholas Nethercote
-1
/
+3
2024-03-05
Rename all `ParseSess` variables/fields/lifetimes as `psess`.
Nicholas Nethercote
-6
/
+6
2024-02-20
Reduce capabilities of `Diagnostic`.
Nicholas Nethercote
-0
/
+1
2024-01-26
Rollup merge of #117420 - Jules-Bertholet:internal-unstable-stmt-expr-attribu...
Matthias Krüger
-1
/
+3
2024-01-13
Add check for ui_testing via promoting parameters from `ParseSess` to `Session`
George-lewis
-13
/
+3
2024-01-08
Make `DiagnosticBuilder::emit` consuming.
Nicholas Nethercote
-1
/
+1
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-9
/
+9
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-30
Make `allow_internal_unstable` work with `stmt_expr_attributes`
Jules Bertholet
-1
/
+3
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
[prev]
[next]