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
/
impl-trait
/
in-trait
Age
Commit message (
Expand
)
Author
Lines
2025-08-22
On E0277, point at type that doesn't implement bound
Esteban Küber
-1
/
+1
2025-08-19
bless tests with new lint messages
Karol Zwolak
-4
/
+4
2025-07-13
compute all rpitit of a trait
bohan
-1
/
+35
2025-07-10
Make `Diag::multipart_suggestions` always verbose
Esteban Küber
-3
/
+6
2025-07-07
consider nested cases for duplicate RPITIT
bohan
-1
/
+138
2025-07-06
distinguish the duplicate item of rpitit
bohan
-0
/
+83
2025-06-30
Unconditionally run `check_item_type` on all items
Oli Scherer
-47
/
+92
2025-06-27
Report infer ty errors during hir ty lowering
Oli Scherer
-1
/
+1
2025-06-22
Implement DesugaringKind::FormatLiteral
mejrs
-5
/
+2
2025-05-27
Use more detailed spans in dyn compat errors within bodies
Oli Scherer
-4
/
+4
2025-05-26
Deduplicate dyn compatibility violations due to coercion
Michael Goulet
-20
/
+1
2025-05-23
Do not try to confirm non-dyn compatible method
Michael Goulet
-37
/
+1
2025-05-20
Do not call name() on rpitit assoc_item
Santiago Pastorino
-0
/
+34
2025-05-05
Auto merge of #140453 - Zoxc:next-disambiguator, r=oli-obk
bors
-12
/
+12
2025-04-29
Remove global `next_disambiguator` state and handle it with a `DisambiguatorS...
John Kåre Alsaker
-12
/
+12
2025-04-28
Do not compute type_of for impl item if impl where clauses are unsatisfied
Michael Goulet
-0
/
+32
2025-04-25
Don't use item name to look up associated item from trait item
Michael Goulet
-0
/
+49
2025-04-20
Don't compute name of associated item if it's an RPITIT
Michael Goulet
-0
/
+62
2025-04-15
Don't compute name of associated item if it's an RPITIT
Michael Goulet
-0
/
+21
2025-04-14
add RPITIT tests: method compat auto trait leakage
lcnr
-0
/
+224
2025-04-14
do not leak auto traits in item bounds
lcnr
-0
/
+3
2025-04-11
Rollup merge of #139662 - nnethercote:tweak-DefPathData, r=compiler-errors
Jacob Pratt
-6
/
+6
2025-04-11
Change how anonymous associated types are printed.
Nicholas Nethercote
-6
/
+6
2025-04-11
Improve `AssocItem::descr`.
Nicholas Nethercote
-4
/
+4
2025-04-08
UI tests: add missing diagnostic kinds where possible
Vadim Petrochenkov
-8
/
+8
2025-03-23
Stabilize precise_capturing_in_traits
Michael Goulet
-8
/
+6
2025-03-03
Do not recover missing lifetime with random in-scope lifetime
Michael Goulet
-37
/
+7
2025-02-21
More sophisticated span trimming
Michael Goulet
-12
/
+8
2025-02-17
Deeply normalize associated type bounds before proving them
Michael Goulet
-0
/
+6
2025-02-10
Show diff suggestion format on verbose replacement
Esteban Küber
-37
/
+58
2025-02-04
Fix rustc_hidden_type_of_opaques for RPITITs with no default body
Michael Goulet
-0
/
+23
2025-02-01
Rollup merge of #135900 - compiler-errors:derive-wf, r=lcnr
Matthias Krüger
-0
/
+5
2025-01-31
Auto merge of #136350 - matthiaskrgr:rollup-6eqfyvh, r=matthiaskrgr
bors
-8
/
+8
2025-01-31
Manually walk into WF obligations in BestObligation proof tree visitor
Michael Goulet
-0
/
+5
2025-01-30
Filter out RPITITs when suggesting unconstrained assoc type on too many generics
Michael Goulet
-0
/
+31
2025-01-26
Compiler: Finalize dyn compatibility renaming
León Orell Valerian Liehr
-8
/
+8
2025-01-22
Refactor dyn-compatibility error and suggestions
Taylor Cramer
-48
/
+56
2025-01-04
Rollup merge of #135055 - compiler-errors:rpitit-infer-in-stricter-impl, r=es...
Matthias Krüger
-38
/
+61
2025-01-03
Do not project when there are unconstrained impl params
Michael Goulet
-10
/
+2
2025-01-03
Report impl has stricter requirements even when RPITIT inference gets in the way
Michael Goulet
-38
/
+61
2024-12-14
Rollup merge of #134181 - estebank:trim-render, r=oli-obk
Matthias Krüger
-9
/
+0
2024-12-12
Tweak multispan rendering
Esteban Küber
-9
/
+0
2024-12-10
Don't check RPITITs that are Self:Sized for PointerLike
Michael Goulet
-0
/
+13
2024-12-07
Mention type parameter in more cases and don't suggest ~const bound already t...
Esteban Küber
-5
/
+5
2024-12-07
Use trait name instead of full constraint in suggestion message
Esteban Küber
-5
/
+5
2024-12-07
reword trait bound suggestion message to include the bounds
Esteban Küber
-5
/
+5
2024-12-02
Assert that obligations are empty before deeply normalizing
Michael Goulet
-2
/
+2
2024-11-30
Move refinement check out of compare_impl_item
Michael Goulet
-0
/
+26
2024-11-24
Actually use placeholder regions for trait method late bound regions in colle...
Michael Goulet
-14
/
+67
2024-11-22
Stabilize the 2024 edition
Eric Huss
-1
/
+1
[next]