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
/
tests
/
ui
/
async-await
/
in-trait
Age
Commit message (
Expand
)
Author
Lines
2025-08-26
fix: Add col separator before secondary messages with no source
Scott Schafer
-0
/
+1
2025-07-23
Add `ignore-backends` annotations in failing GCC backend ui tests
Guillaume Gomez
-4
/
+5
2025-05-27
Use more detailed spans in dyn compat errors within bodies
Oli Scherer
-2
/
+2
2025-04-28
Do not compute type_of for impl item if impl where clauses are unsatisfied
Michael Goulet
-0
/
+39
2025-03-08
Refactor coroutine layout logic to precompute all sublayouts
Moulins
-0
/
+3
2025-02-10
Show diff suggestion format on verbose replacement
Esteban Küber
-4
/
+6
2025-02-05
Eagerly detect coroutine recursion pre-mono when possible
Michael Goulet
-4
/
+1
2025-01-26
Compiler: Finalize dyn compatibility renaming
León Orell Valerian Liehr
-1
/
+1
2025-01-22
Refactor dyn-compatibility error and suggestions
Taylor Cramer
-5
/
+6
2024-12-05
Stabilize noop_waker
Eric Holk
-7
/
+4
2024-10-29
Remove detail from label/note that is already available in other note
Esteban Küber
-1
/
+1
2024-10-24
Consider param-env candidates even if they have errors
Michael Goulet
-16
/
+2
2024-10-10
UI tests: Rename "object safe" to "dyn compatible"
León Orell Valerian Liehr
-2
/
+2
2024-09-27
Rollup merge of #130826 - fmease:compiler-mv-obj-safe-dyn-compat, r=compiler-...
Matthias Krüger
-1
/
+1
2024-09-27
Cleanup some known-bug issues
Jack Huey
-8
/
+6
2024-09-25
Compiler: Rename "object safe" to "dyn compatible"
León Orell Valerian Liehr
-1
/
+1
2024-08-10
Differentiate between methods and associated functions
Esteban Küber
-2
/
+2
2024-07-17
Remove invalid further restricting for type bound
yukang
-4
/
+0
2024-07-06
Uplift push_outlives_components
Michael Goulet
-12
/
+12
2024-06-25
RFC 2383: Stabilize `lint_reasons` :tada:
xFrednet
-2
/
+0
2024-03-20
make `type_flags(ReError) & HAS_ERROR`
Ali MJ Al-Nasrawy
-16
/
+24
2024-03-16
Rollup merge of #121720 - tmandry:split-refining, r=compiler-errors
León Orell Valerian Liehr
-0
/
+4
2024-03-14
Fill in HIR hash for associated opaque types
Vadim Petrochenkov
-0
/
+11
2024-03-11
Remove some unnecessary allow(incomplete_features)
Michael Goulet
-23
/
+3
2024-03-05
Split refining_impl_trait lint into _reachable, _internal variants
Tyler Mandry
-0
/
+4
2024-02-22
Tweak wording of "implemented trait isn't imported" suggestion
Esteban Küber
-1
/
+1
2024-02-16
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
许杰友 Jieyou Xu (Joe)
-80
/
+80
2024-02-08
Rollup merge of #120103 - compiler-errors:concrete-afits, r=oli-obk
Matthias Krüger
-20
/
+51
2024-02-08
Auto merge of #120558 - oli-obk:missing_impl_item_ice, r=estebank
bors
-18
/
+3
2024-02-06
Don't expect early-bound region to be local in RPITIT well-formedness
Michael Goulet
-0
/
+38
2024-02-05
Make sure refinement still works
Michael Goulet
-3
/
+53
2024-02-05
Make the error message better
Michael Goulet
-9
/
+6
2024-02-05
Allow desugaring async fn in trait to compatible, concrete future types
Michael Goulet
-31
/
+15
2024-02-05
Avoid emitting trait bound errors of incoherent traits
Oli Scherer
-18
/
+3
2024-01-30
Provide more context on derived obligation error primary label
Esteban Küber
-1
/
+1
2024-01-25
Don't fire OPAQUE_HIDDEN_INFERRED_BOUND on sized return of AFIT
Michael Goulet
-0
/
+18
2024-01-17
Remove unnecessary `let`s and borrowing from `Waker::noop()` usage.
Kevin Reid
-5
/
+3
2024-01-08
Make cycle error more resilient to where it starts
Michael Goulet
-11
/
+10
2024-01-08
Point out source of recursion
Michael Goulet
-8
/
+14
2023-12-14
Rollup merge of #118948 - compiler-errors:noop, r=eholk
Jubilee
-44
/
+31
2023-12-14
Use the Waker::noop API in tests
Michael Goulet
-44
/
+31
2023-12-12
Coroutine variant fields can be uninitialized
Tomasz Miąsko
-3
/
+5
2023-12-07
recurse into refs when comparing tys for diagnostics
jyn
-2
/
+2
2023-11-24
Show number in error message even for one error
Nilstrieb
-16
/
+16
2023-10-25
Rollup merge of #117133 - compiler-errors:coherence-constrained, r=oli-obk
Matthias Krüger
-0
/
+51
2023-10-24
Merge impl_wf_inference into coherence checking
Michael Goulet
-0
/
+51
2023-10-24
Remove incomplete features from RPITIT/AFIT tests
Michael Goulet
-37
/
+10
2023-10-18
Don't ICE when encountering unresolved regions in fully_resolve
Michael Goulet
-0
/
+28
2023-10-14
Rollup merge of #116704 - compiler-errors:afit-lint-plus, r=tmandry
Matthias Krüger
-1
/
+1
2023-10-13
Stabilize AFIT and RPITIT
Michael Goulet
-112
/
+47
[next]