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
Age
Commit message (
Expand
)
Author
Lines
2023-12-11
Improve `print_tts` by changing `tokenstream::Spacing`.
Nicholas Nethercote
-27
/
+61
2023-12-10
Remove edition umbrella features.
Eric Huss
-82
/
+2
2023-12-10
remove redundant imports
surechen
-1
/
+1
2023-12-08
Auto merge of #118420 - compiler-errors:async-gen, r=eholk
bors
-1
/
+1
2023-12-08
coro_kind -> coroutine_kind
Michael Goulet
-1
/
+1
2023-12-08
Auto merge of #118527 - Nadrieril:never_patterns_parse, r=compiler-errors
bors
-2
/
+7
2023-12-06
Auto merge of #118655 - compiler-errors:rollup-vrngyzn, r=compiler-errors
bors
-5
/
+0
2023-12-04
Option<CoroutineKind>
Eric Holk
-1
/
+1
2023-12-04
Merge Async and Gen into CoroutineKind
Eric Holk
-1
/
+1
2023-12-04
Remove some unused code, and downgrade some `pub`s.
Nicholas Nethercote
-5
/
+0
2023-12-03
Detect attempts to expand a macro to a match arm again
Nadrieril
-0
/
+5
2023-12-03
Parse a pattern with no arm
Nadrieril
-2
/
+2
2023-12-01
Attempt to try to resolve blocking concerns
Caio
-32
/
+191
2023-12-02
Use `Session::diagnostic` in more places.
Nicholas Nethercote
-20
/
+16
2023-12-02
Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`.
Nicholas Nethercote
-3
/
+3
2023-12-02
Rename `*note_without_error` as `*note`.
Nicholas Nethercote
-5
/
+3
2023-11-26
Use `rustc_fluent_macro::fluent_messages!` directly.
Nicholas Nethercote
-3
/
+1
2023-11-26
Avoid need for `{D,Subd}iagnosticMessage` imports.
Nicholas Nethercote
-1
/
+0
2023-11-25
Rollup merge of #118253 - dtolnay:issomeand, r=compiler-errors
León Orell Valerian Liehr
-1
/
+1
2023-11-24
Replace `option.map(cond) == Some(true)` with `option.is_some_and(cond)`
David Tolnay
-1
/
+1
2023-11-24
Add `Span` to `TraitBoundModifier`
Deadbeef
-2
/
+2
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-37
/
+35
2023-11-16
More detail when expecting expression but encountering bad macro argument
Esteban Küber
-7
/
+18
2023-11-15
Re-format code with new rustfmt
Mark Rousskov
-4
/
+4
2023-11-15
Bump cfg(bootstrap)s
Mark Rousskov
-2
/
+2
2023-11-02
Replace two `create_default_session_if_not_set_then` uses.
Nicholas Nethercote
-2
/
+2
2023-11-02
Minimize `pub` usage in `source_map.rs`.
Nicholas Nethercote
-1
/
+1
2023-10-30
Make `allow_internal_unstable` work with `stmt_expr_attributes`
Jules Bertholet
-1
/
+3
2023-10-26
Auto merge of #116818 - Nilstrieb:stop-submitting-bug-reports, r=wesleywiser
bors
-1
/
+10
2023-10-25
Stop telling people to submit bugs for internal feature ICEs
Nilstrieb
-1
/
+10
2023-10-21
Mention the syntax for `use` on `mod foo;` if `foo` doesn't exist
Esteban Küber
-0
/
+1
2023-10-16
docs: add Rust logo to more compiler crates
Michael Howell
-0
/
+2
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
-33
/
+38
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-09-07
Enable incremental-relative-spans by default.
Camille GILLOT
-1
/
+1
2023-08-23
Bump cfg(bootstrap)
Mark Rousskov
-1
/
+1
2023-08-18
Auto merge of #114915 - nnethercote:Nonterminal-cleanups, r=petrochenkov
bors
-8
/
+7
2023-08-18
Rename `NtOrTt` as `ParseNtResult`.
Nicholas Nethercote
-3
/
+3
2023-08-17
[RFC-3086] Restrict the parsing of `count`
Caio
-1
/
+11
2023-08-17
Remove unnecessary braces on `PatWithOr` patterns.
Nicholas Nethercote
-1
/
+1
[prev]
[next]