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
Age
Commit message (
Expand
)
Author
Lines
2023-10-05
Add comments to `config::features`.
Nicholas Nethercote
-5
/
+30
2023-10-05
Also closures
Michael Goulet
-1
/
+3
2023-10-05
Structurally normalize async fn return type in deduce_future_output_from_obli...
Michael Goulet
-6
/
+10
2023-10-05
Streamline `find_lang_feature_issue`.
Nicholas Nethercote
-15
/
+14
2023-10-05
Split `declare_features!`.
Nicholas Nethercote
-6
/
+9
2023-10-05
Remove `set!` macro.
Nicholas Nethercote
-10
/
+9
2023-10-05
Remove unused `Span` from the `set` function in `State::Active`.
Nicholas Nethercote
-10
/
+10
2023-10-05
Fix handling slices of empty types
Nadrieril
-8
/
+21
2023-10-04
Auto merge of #116370 - nnethercote:more-arena-stuff, r=cjgillot
bors
-128
/
+74
2023-10-04
Apply suggestions from code review
Tyler Mandry
-2
/
+7
2023-10-04
Point to closure return instead of output if defaulted
Michael Goulet
-1
/
+5
2023-10-04
Point to where missing return type should go
Michael Goulet
-29
/
+27
2023-10-04
Auto merge of #114417 - chinedufn:fix-expect-unused-in-impl-block-rust-issue-...
bors
-34
/
+39
2023-10-04
Clarify `invalid_reference_casting` lint around interior mutable types
Urgau
-11
/
+21
2023-10-04
Tweak wording of E0562
Esteban Küber
-1
/
+1
2023-10-04
clean up struct field suggestions
León Orell Valerian Liehr
-102
/
+58
2023-10-04
Fix test on WASM target by making ambiguity pruning more agressive
Esteban Küber
-1
/
+1
2023-10-04
Remove mir::LocalDecl::internal.
Camille GILLOT
-57
/
+14
2023-10-04
Auto merge of #116413 - nnethercote:rm-E0551, r=compiler-errors
bors
-16
/
+9
2023-10-04
extend Polonius options helpers
Rémy Rakic
-1
/
+6
2023-10-04
document Borrows dataflow analysis
Rémy Rakic
-0
/
+7
2023-10-04
rename ancient regioncx
Rémy Rakic
-2
/
+2
2023-10-04
introduce `Polonius` enum for `-Zpolonius`
Rémy Rakic
-6
/
+54
2023-10-04
Clarify for review
Nadrieril
-25
/
+33
2023-10-04
Auto merge of #116360 - compiler-errors:async-span, r=oli-obk
bors
-2
/
+3
2023-10-04
Remove unnecessary features from rustc_abi
Lukas Wirth
-4
/
+6
2023-10-04
Remove E0551.
Nicholas Nethercote
-11
/
+4
2023-10-04
Sort `compiler/rustc_attr/Cargo.toml` dependencies.
Nicholas Nethercote
-5
/
+5
2023-10-04
Make it clear that args default to being related invariantly
Michael Goulet
-12
/
+12
2023-10-04
Remove unnecessary relate impl
Michael Goulet
-13
/
+0
2023-10-04
Relate AliasTy considering variance
Michael Goulet
-19
/
+15
2023-10-04
Rollup merge of #116393 - compiler-errors:auto-bad, r=WaffleLapkin
Matthias Krüger
-1
/
+7
2023-10-04
Split `traits::error_reporting` to keep files smaller
Esteban Küber
-3528
/
+3560
2023-10-04
Update docs for E0282 and E0283, as E0282 now doesn't trigger for `collect`
Esteban Küber
-12
/
+59
2023-10-04
Show suggestion for `<SelfTy as Trait>::assoc_fn` in more cases and fmt code
Esteban Küber
-20
/
+43
2023-10-04
Reorder fullfillment errors to keep more interesting ones first
Esteban Küber
-27
/
+43
2023-10-04
Show more information when multiple `impl` apply
Esteban Küber
-4
/
+19
2023-10-04
review comments
Esteban Küber
-3
/
+2
2023-10-03
Bump version placeholders
Mark Rousskov
-6
/
+6
2023-10-04
Fix misuses of a vs an
cui fliter
-13
/
+13
2023-10-03
Move some tests around
Esteban Küber
-4
/
+4
2023-10-03
Use consisntent style of `size_of` in query type erasure
Maybe Waffle
-4
/
+4
2023-10-03
Make non-zero check more obvious
Maybe Waffle
-1
/
+1
2023-10-03
Detect missing `=>` after match guard during parsing
Esteban Küber
-19
/
+90
2023-10-03
Use `transmute_unchecked` and make the types explicit in query type erasure
Maybe Waffle
-3
/
+4
2023-10-03
Gate against auto traits pre-expansion
Michael Goulet
-1
/
+7
2023-10-03
Auto merge of #115301 - Zalathar:regions-vec, r=davidtwco
bors
-198
/
+190
2023-10-03
Don't collect `seen` if not needed
Nadrieril
-19
/
+11
2023-10-03
Clarify handling of hidden variants
Nadrieril
-74
/
+76
2023-10-03
Replace SplitWildcard with a cleaner ConstructorSet abstraction
Nadrieril
-318
/
+434
[prev]
[next]