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
/
lazy-type-alias
Age
Commit message (
Expand
)
Author
Lines
2025-07-17
Rollup merge of #143793 - fmease:lta-opaq-inf-recur, r=oli-obk
Matthias Krüger
-0
/
+29
2025-07-11
Opaque type collection: Guard against endlessly recursing free alias types
León Orell Valerian Liehr
-0
/
+29
2025-07-10
Properly track the depth when expanding free alias types
León Orell Valerian Liehr
-0
/
+20
2025-06-30
Move lazy type alias checks to non-hir-wfck
Oli Scherer
-62
/
+28
2025-06-30
Check variances in the non-hir wfchecker
Oli Scherer
-17
/
+51
2025-06-07
const-eval error: always say in which item the error occurred
Ralf Jung
-1
/
+1
2025-06-02
Clarify why we are talking about a failed const eval at a random place
Oli Scherer
-1
/
+1
2025-06-02
Use the informative error as the main const eval error message
Oli Scherer
-7
/
+7
2025-05-05
Deeply normalize in the new solver in WF
Michael Goulet
-10
/
+52
2025-04-24
Remove `weak` alias terminology
Boxy
-2
/
+2
2025-03-05
change definitely non-productive cycles to error
lcnr
-4
/
+5
2025-02-03
LTA: Check where-clauses for well-formedness at the def site
León Orell Valerian Liehr
-0
/
+65
2025-01-27
Remove all dead files inside tests/ui/
León Orell Valerian Liehr
-43
/
+0
2024-12-07
Use trait name instead of full constraint in suggestion message
Esteban Küber
-1
/
+1
2024-12-07
reword trait bound suggestion message to include the bounds
Esteban Küber
-1
/
+1
2024-11-21
Stop being so bail-y in candidate assembly
Michael Goulet
-0
/
+46
2024-09-22
Don't call const normalize in error reporting
Michael Goulet
-1
/
+1
2024-07-19
LTA: Diag: Detect bivariant ty params that are only used recursively
León Orell Valerian Liehr
-14
/
+13
2024-07-17
Account for structs that have unused params in nested types in fields
Michael Goulet
-13
/
+14
2024-07-17
Account for self ty alias
Michael Goulet
-2
/
+2
2024-07-17
Mention that type parameters are used recursively
Michael Goulet
-12
/
+15
2024-06-12
Spell out other trait diagnostic
Alex Macleod
-6
/
+6
2024-03-27
Use `TraitRef::to_string` sorting in favor of `TraitRef::ord`, as the latter ...
Oli Scherer
-4
/
+4
2024-03-11
Remove some unnecessary allow(incomplete_features)
Michael Goulet
-3
/
+2
2024-03-10
Ignore tests w/ current/next revisions from compare-mode=next-solver
Michael Goulet
-12
/
+57
2024-03-07
Merge `check_mod_impl_wf` and `check_mod_type_wf`
Oli Scherer
-3
/
+12
2024-03-01
Rollup merge of #121497 - lcnr:coherence-suggest-increasing-recursion-limit, ...
Matthias Krüger
-2
/
+0
2024-03-01
If suggestion would leave an empty line, delete it
clubby789
-2
/
+0
2024-02-29
Detect empty leading where-clauses on type aliases
León Orell Valerian Liehr
-13
/
+67
2024-02-29
distinguish recursion limit based overflow for diagnostics
lcnr
-2
/
+0
2024-02-22
overflow errors: change source to a concrete enum
lcnr
-16
/
+20
2024-02-20
Introduce expand_weak_alias_tys
León Orell Valerian Liehr
-2
/
+62
2024-02-18
Auto merge of #120780 - fmease:lta-in-impls, r=oli-obk
bors
-0
/
+228
2024-02-17
Properly check constrainedness of gen params in the presence of weak alias types
León Orell Valerian Liehr
-0
/
+65
2024-02-17
Support weak alias types as self type of inherent impls
León Orell Valerian Liehr
-0
/
+163
2024-02-16
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
许杰友 Jieyou Xu (Joe)
-16
/
+16
2024-02-01
Improve the diagnostics for unused generic parameters
León Orell Valerian Liehr
-0
/
+50
2023-12-28
Imply outlives-bounds on lazy type aliases
León Orell Valerian Liehr
-0
/
+73
2023-12-14
update use of feature flags
lcnr
-1
/
+1
2023-11-24
Show number in error message even for one error
Nilstrieb
-5
/
+5
2023-08-26
Account for `Weak` alias kinds when adding more targetted obligation
Esteban Küber
-12
/
+15
2023-08-10
Unlock trailing where-clauses for lazy type aliases
León Orell Valerian Liehr
-0
/
+82
2023-08-08
Rollup merge of #114594 - compiler-errors:new-solver-resolve-aliases, r=lcnr
Matthias Krüger
-0
/
+38
2023-08-07
Resolve target type of coercion
Michael Goulet
-0
/
+38
2023-08-07
Store the laziness of type aliases in the DefKind
León Orell Valerian Liehr
-0
/
+79
2023-08-03
Compute variances for lazy type aliases
León Orell Valerian Liehr
-0
/
+38
2023-07-30
Check lazy type aliases for well-formedness
León Orell Valerian Liehr
-0
/
+65