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
/
bound
Age
Commit message (
Expand
)
Author
Lines
2025-09-06
Rollup merge of #144801 - estebank:issue-144734, r=spastorino
Matthias Krüger
-0
/
+68
2025-08-19
bless tests with new lint messages
Karol Zwolak
-1
/
+1
2025-08-04
Suggest bounds in more cases, accounting for type parameters referenced in pr...
Esteban Küber
-0
/
+68
2025-07-25
Check statics' type in type_of.
Camille GILLOT
-25
/
+5
2025-07-16
future-incompat lints: don't link to the nightly edition-guide version
dianne
-1
/
+1
2025-05-05
Do not gather local all together at the beginning of typeck
Michael Goulet
-20
/
+20
2025-04-30
compiletest: Make diagnostic kind mandatory on line annotations
Vadim Petrochenkov
-7
/
+9
2025-02-10
Show diff suggestion format on verbose replacement
Esteban Küber
-8
/
+12
2024-12-07
reword trait bound suggestion message to include the bounds
Esteban Küber
-3
/
+3
2024-12-03
Don't try and handle unfed `type_of` on anon consts
Boxy
-21
/
+3
2024-11-26
tests: remove `//@ pretty-expanded` usages
许杰友 Jieyou Xu (Joe)
-5
/
+0
2024-11-04
find the generic container rather than simply looking up for the assoc with c...
bohan
-0
/
+58
2024-10-29
Remove detail from label/note that is already available in other note
Esteban Küber
-2
/
+2
2024-10-11
Don't assume traits used as type are trait objs
VulnBandit
-47
/
+10
2024-09-27
Rollup merge of #130826 - fmease:compiler-mv-obj-safe-dyn-compat, r=compiler-...
Matthias Krüger
-1
/
+1
2024-09-27
On implicit `Sized` bound on fn argument, point at type instead of pattern
Esteban Küber
-8
/
+8
2024-09-25
Compiler: Rename "object safe" to "dyn compatible"
León Orell Valerian Liehr
-1
/
+1
2024-07-15
Remove generic lifetime parameter of trait `Pattern`
Benoît du Garreau
-12
/
+15
2024-05-29
Use parenthetical notation for `Fn` traits
Esteban Küber
-2
/
+2
2024-03-27
Use `TraitRef::to_string` sorting in favor of `TraitRef::ord`, as the latter ...
Oli Scherer
-3
/
+3
2024-03-08
Auto merge of #122078 - gurry:121443-ice-layout-is-sized-alt, r=oli-obk
bors
-2
/
+21
2024-03-06
compiletest: Add a `//@ needs-threads` directive
Alex Crichton
-1
/
+1
2024-03-06
Check that return type is WF in typeck
Gurinder Singh
-2
/
+21
2024-02-16
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
许杰友 Jieyou Xu (Joe)
-18
/
+18
2024-02-09
Be less confident when `dyn` suggestion is not checked for object safety
trevyn
-1
/
+1
2024-02-07
Update tests
r0cky
-2
/
+2
2024-01-30
Provide more context on derived obligation error primary label
Esteban Küber
-1
/
+1
2024-01-29
Avoid ICE in trait without `dyn` lint
Esteban Küber
-11
/
+3
2024-01-09
Avoid silencing relevant follow-up errors
Oli Scherer
-4
/
+41
2024-01-03
Track `HirId` instead of `Span` in `ObligationCauseCode::SizedArgumentType`
Esteban Küber
-6
/
+6
2024-01-03
Account for multiple trait bounds in bare trait object suggestion
Esteban Küber
-2
/
+22
2024-01-03
Provide better suggestions when encountering a bare trait as a type
Esteban Küber
-3
/
+84
2023-11-24
Show number in error message even for one error
Nilstrieb
-4
/
+4
2023-11-02
Pretty print Fn traits in rustc_on_unimplemented
Michael Goulet
-4
/
+4
2023-10-25
Work around the fact that `check_mod_type_wf` may spuriously return `ErrorGua...
Oli Scherer
-2
/
+19
2023-09-10
Point out if a local trait has no implementations
Michael Goulet
-0
/
+50
2023-06-27
Don't sort strings right after we just sorted by types
Michael Goulet
-3
/
+3
2023-06-12
Adjust UI tests for `unit_bindings`
许杰友 Jieyou Xu (Joe)
-1
/
+1
2023-01-11
Move /src/test to /tests
Albert Larsan
-0
/
+1109