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
/
trait-bounds
Age
Commit message (
Expand
)
Author
Lines
2025-07-18
Don't reject *multiple* relaxed bounds, reject *duplicate* ones.
León Orell Valerian Liehr
-34
/
+102
2025-07-18
Reword diagnostic about relaxing non-`Sized` bound
León Orell Valerian Liehr
-6
/
+55
2025-07-07
Point to correct argument in Func Call when Self type fails trait bound
xizheyin
-4
/
+4
2025-07-07
Add test tests/ui/trait-bounds/false-span-in-trait-bound-label.rs
xizheyin
-0
/
+27
2025-06-05
Add more missing 2015 edition directives
Lukas Wirth
-1
/
+3
2025-05-07
Better error message for late/early lifetime param mismatch
Michael Goulet
-13
/
+40
2025-04-08
Improve presentation of closure signature mismatch from Fn trait goal
Michael Goulet
-4
/
+4
2025-03-03
Tweak error code for sized checks of const/static
Michael Goulet
-0
/
+1
2025-02-11
Reject `impl Trait` bounds in various places where we unconditionally warned ...
Oli Scherer
-8
/
+8
2025-02-10
Show diff suggestion format on verbose replacement
Esteban Küber
-2
/
+3
2025-02-05
Rollup merge of #136536 - DuskyElf:master, r=jieyouxu
许杰友 Jieyou Xu (Joe)
-0
/
+72
2025-02-04
Rename and Move some UI tests to more suitable subdirs
DuskyElf
-0
/
+72
2025-02-03
Check Sizedness of return type in WF
Michael Goulet
-13
/
+3
2024-12-07
Tweak wording
Esteban Küber
-1
/
+1
2024-12-07
Do not talk about "trait `<Foo = Bar>`"
Esteban Küber
-1
/
+1
2024-12-07
Use trait name instead of full constraint in suggestion message
Esteban Küber
-1
/
+1
2024-12-07
Add test for lack of suggestion in stable
Esteban Küber
-4
/
+21
2024-12-07
reword trait bound suggestion message to include the bounds
Esteban Küber
-3
/
+3
2024-12-07
Don't suggest restricting bound with unstable traits on stable
Esteban Küber
-0
/
+36
2024-11-20
Store resolution for self and crate root module segments
Michael Goulet
-3
/
+3
2024-10-31
Validate associated type bounds on ?
Michael Goulet
-0
/
+33
2024-10-30
Actually do validation for poly trait refs with ? modifier
Michael Goulet
-0
/
+39
2024-10-29
Remove detail from label/note that is already available in other note
Esteban Küber
-2
/
+2
2024-09-27
On implicit `Sized` bound on fn argument, point at type instead of pattern
Esteban Küber
-32
/
+38
2024-07-14
Fix malformed suggestion for repeated maybe unsized bounds
Gurinder Singh
-0
/
+231
2024-03-22
Rollup merge of #122195 - jieyouxu:impl-return-note, r=fmease
Matthias Krüger
-0
/
+1
2024-03-18
Provide structured suggestion for `#![feature(foo)]`
Esteban Küber
-1
/
+4
2024-03-16
Note that type param is chosen by caller when suggesting return impl Trait
许杰友 Jieyou Xu (Joe)
-0
/
+1
2024-03-09
Add missing regression tests
Gurinder Singh
-0
/
+109
2024-03-08
Auto merge of #122078 - gurry:121443-ice-layout-is-sized-alt, r=oli-obk
bors
-0
/
+61
2024-03-06
Check that return type is WF in typeck
Gurinder Singh
-0
/
+61
2024-03-04
address review feedback
Lukas Markeffsky
-1
/
+45
2024-03-04
suppress fulfillment errors for super projections
Lukas Markeffsky
-117
/
+9
2024-03-04
adjust obligation spans for super projections
Lukas Markeffsky
-9
/
+9
2024-03-04
add test for assoc type mismatch in supertrait
Lukas Markeffsky
-0
/
+229
2024-02-18
Rollup merge of #121100 - estebank:issue-71252, r=compiler-errors
León Orell Valerian Liehr
-0
/
+38
2024-02-16
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
许杰友 Jieyou Xu (Joe)
-11
/
+11
2024-02-16
Detect when method call on argument could be removed to fulfill failed trait ...
Esteban Küber
-0
/
+38
2024-02-14
Auto merge of #120847 - oli-obk:track_errors9, r=compiler-errors
bors
-3
/
+14
2024-02-14
Continue compilation after check_mod_type_wf errors
Oli Scherer
-3
/
+14
2024-02-12
Fix suggestion span for ?Sized
OdenShirataki
-0
/
+57
2024-02-01
review comment: change wording
Esteban Küber
-9
/
+9
2024-02-01
On E0277 be clearer about implicit `Sized` bounds on type params and assoc types
Esteban Küber
-18
/
+18
2024-01-30
Rollup merge of #120400 - estebank:bound-error-cleanup, r=oli-obk
Guillaume Gomez
-8
/
+2
2024-01-26
Use single label for method not found due to unmet bound
Esteban Küber
-8
/
+2
2024-01-24
Remove extra # from url
est31
-1
/
+1
2024-01-21
Suggest arry::from_fn for array initialization
yukang
-0
/
+18
2023-11-24
Show number in error message even for one error
Nilstrieb
-6
/
+6
2023-11-03
Rollup merge of #117505 - estebank:issue-117501, r=TaKO8Ki
Matthias Krüger
-0
/
+42
2023-11-02
Pretty print Fn traits in rustc_on_unimplemented
Michael Goulet
-10
/
+10
[next]