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
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
2023-11-02
Fix incorrect trait bound restriction suggestion
Esteban Küber
-0
/
+42
2023-10-09
Extend impl's def_span to include where clauses
Michael Goulet
-2
/
+5
2023-09-10
Point out if a local trait has no implementations
Michael Goulet
-0
/
+6
2023-09-07
diagnostics: add test case for trait bounds diagnostic
Michael Howell
-0
/
+18
2023-08-25
Walk through full path in point_at_path_if_possible
Michael Goulet
-0
/
+19
2023-06-15
change `std::marker::Sized` to just `Sized`
Lukas Markeffsky
-19
/
+15
2023-06-15
tweak suggestion for argument-position `impl ?Sized`
Lukas Markeffsky
-0
/
+45
2023-04-12
Special-case item attributes in the suggestion output
Esteban Küber
-2
/
+0
2023-04-12
Tweak output for 'add line' suggestion
Esteban Küber
-2
/
+4
2023-01-12
Only point at impl self ty in WF if trait predicate shares self ty
Michael Goulet
-4
/
+4
2023-01-12
Point at impl self type for impl wf obligations
Michael Goulet
-18
/
+18
2023-01-11
Move /src/test to /tests
Albert Larsan
-0
/
+813