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
/
traits
/
negative-bounds
Age
Commit message (
Expand
)
Author
Lines
2025-08-22
On E0277, point at type that doesn't implement bound
Esteban Küber
-3
/
+19
2025-08-17
Do not consider a `T: !Sized` candidate to satisfy a `T: !MetaSized` obligation.
Zachary S
-0
/
+99
2025-07-02
Consider polarity in sizedness fast path
Michael Goulet
-0
/
+23
2025-06-09
Apply nested goals certainty to InspectGoals for normalizes-to
Michael Goulet
-15
/
+14
2025-02-03
Check Sizedness of return type in WF
Michael Goulet
-15
/
+26
2024-11-26
do not constrain infer vars in `find_best_leaf_obligation`
lcnr
-60
/
+4
2024-11-18
Add reference annotations for diagnostic attributes
Eric Huss
-1
/
+3
2024-11-02
Account for negative bounds in E0277 note and suggestion
Esteban Küber
-18
/
+0
2024-11-02
Add trait diff highlighting logic and use it in E0277
Esteban Küber
-1
/
+2
2024-10-15
Bless tests
Michael Goulet
-60
/
+36
2024-10-15
Register a dummy candidate for failed structural normalization during candiat...
Michael Goulet
-48
/
+8
2024-10-15
Be better at reporting alias errors
Michael Goulet
-41
/
+74
2024-10-15
Make sure the alias is actually rigid
Michael Goulet
-7
/
+83
2024-10-14
Don't report on_unimplemented for negative traits
Michael Goulet
-0
/
+30
2024-06-12
Walk into alias-eq nested goals even if normalization fails
Michael Goulet
-1
/
+11
2024-03-08
Stabilize associated type bounds
Michael Goulet
-1
/
+1
2024-03-02
Rollup merge of #121875 - estebank:e0277-drive-by, r=compiler-errors
Matthias Krüger
-4
/
+4
2024-03-02
Account for unmet `T: !Copy` in E0277 message
Esteban Küber
-4
/
+4
2024-03-01
Get rid of some sub_exp and eq_exp
Michael Goulet
-8
/
+8
2024-02-16
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
许杰友 Jieyou Xu (Joe)
-3
/
+3
2024-01-11
Remove special-casing around aliaskind in new solver
Michael Goulet
-59
/
+10
2023-12-28
rustc_middle: Pretty-print negative bounds correctly
León Orell Valerian Liehr
-0
/
+122
2023-12-28
Deny parenthetical notation for negative bounds
León Orell Valerian Liehr
-1
/
+11
2023-12-28
Make feature `negative_bounds` internal
León Orell Valerian Liehr
-44
/
+14
2023-05-04
Don't compute trait super bounds unless they're positive
Michael Goulet
-0
/
+19
2023-05-02
Make negative trait bounds work with the old trait solver
Michael Goulet
-14
/
+2
2023-05-02
Disallow associated type constraints on negative bounds
Michael Goulet
-0
/
+54
2023-05-02
Implement negative bounds
Michael Goulet
-0
/
+124