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_ast_passes
Age
Commit message (
Expand
)
Author
Lines
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-24
Add `Span` to `TraitBoundModifier`
Deadbeef
-3
/
+2
2023-11-22
Auto merge of #117928 - nnethercote:rustc_ast_pretty, r=fee1-dead
bors
-1
/
+1
2023-11-22
Update itertools to 0.11.
Nicholas Nethercote
-1
/
+1
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-6
/
+6
2023-11-15
Re-format code with new rustfmt
Mark Rousskov
-10
/
+8
2023-11-15
Bump cfg(bootstrap)s
Mark Rousskov
-3
/
+3
2023-11-12
Auto merge of #117817 - fmease:deny-more-tilde-const, r=fee1-dead
bors
-48
/
+48
2023-11-12
Deny more `~const` trait bounds
León Orell Valerian Liehr
-48
/
+48
2023-11-11
Reject defaultness on free consts
León Orell Valerian Liehr
-5
/
+7
2023-11-01
Stabilize C string literals
John Millikin
-1
/
+0
2023-10-31
Test the multispan case in `tests.ui/bounds-lifetime.rs`.
Nicholas Nethercote
-1
/
+1
2023-10-31
Fix a `FIXME`, by adding a `gate_multi` macro.
Nicholas Nethercote
-18
/
+24
2023-10-31
Rearrange the `gate_feature_*` macros.
Nicholas Nethercote
-60
/
+58
2023-10-31
Use `if let` to reduce some excessive indentation.
Nicholas Nethercote
-53
/
+45
2023-10-31
Use a slice pattern to neaten a condition.
Nicholas Nethercote
-8
/
+3
2023-10-31
Cover two more cases in the `gate_doc` macro.
Nicholas Nethercote
-18
/
+14
2023-10-31
Streamline `gate_feature_*` macros.
Nicholas Nethercote
-31
/
+14
2023-10-30
Rollup merge of #117370 - nicholasbishop:bishop-better-c-variadic-errors, r=o...
Guillaume Gomez
-8
/
+46
2023-10-30
Explicitly reject const C-variadic functions
Nicholas Bishop
-2
/
+32
2023-10-30
Fix bad-c-variadic error being emitted multiple times
Nicholas Bishop
-6
/
+14
2023-10-30
Clean up `rustc_*/Cargo.toml`.
Nicholas Nethercote
-1
/
+3
2023-10-27
Feature gate `gen` blocks, even in 2024 edition
Oli Scherer
-1
/
+6
2023-10-20
s/generator/coroutine/
Oli Scherer
-1
/
+1
2023-10-16
docs: add Rust logo to more compiler crates
Michael Howell
-0
/
+3
2023-10-16
Rename `ACTIVE_FEATURES` as `UNSTABLE_FEATURES`.
Nicholas Nethercote
-1
/
+1
2023-10-13
Format all the let chains in compiler
Michael Goulet
-28
/
+40
2023-10-04
Rollup merge of #116393 - compiler-errors:auto-bad, r=WaffleLapkin
Matthias Krüger
-0
/
+1
2023-10-03
Gate against auto traits pre-expansion
Michael Goulet
-0
/
+1
2023-09-30
Validate `~const` trait bounds on associated fns.
Raekye
-22
/
+34
2023-09-24
Add comment about RTN feature gating
Nilstrieb
-0
/
+3
2023-09-24
Rename the legacy feature gating macro
Nilstrieb
-9
/
+12
2023-09-11
Move let expression checking to parsing
Matthew Jasper
-132
/
+0
2023-08-24
Auto merge of #115131 - frank-king:feature/unnamed-fields-lite, r=petrochenkov
bors
-1
/
+124
2023-08-24
Parse unnamed fields and anonymous structs or unions
Frank King
-1
/
+124
2023-08-11
rustc: Move `features` from `Session` to `GlobalCtxt`
Vadim Petrochenkov
-11
/
+17
2023-08-10
Unlock trailing where-clauses for lazy type aliases
León Orell Valerian Liehr
-47
/
+89
2023-07-30
inline format!() args up to and including rustc_middle
Matthias Krüger
-6
/
+3
2023-07-28
Parse generic const items
León Orell Valerian Liehr
-0
/
+1
2023-07-28
Introduce the `#[diagnostic]` attribute namespace
Georg Semmler
-0
/
+13
2023-07-11
Lint against misplaced where-clauses on assoc tys in traits
León Orell Valerian Liehr
-15
/
+16
2023-06-27
Auto merge of #113105 - matthiaskrgr:rollup-rci0uym, r=matthiaskrgr
bors
-4
/
+3
2023-06-27
remove an unused struct `ForbiddenNonLifetimeParam`
Takayuki Maeda
-7
/
+0
2023-06-27
Simplify some conditions
Maybe Waffle
-4
/
+3
2023-06-19
Syntatically accept `become` expressions
Maybe Waffle
-0
/
+1
2023-06-12
Fix debug ICE for extern type with where clauses
许杰友 Jieyou Xu (Joe)
-5
/
+15
2023-06-03
cleanup
yukang
-4
/
+0
2023-06-03
remove EarlySyntaxWarning for type ascription
yukang
-14
/
+0
2023-06-03
remove type ascription feature gate
yukang
-33
/
+2
[prev]
[next]