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
/
object-safety
Age
Commit message (
Expand
)
Author
Lines
2024-10-10
UI tests: Rename "object safe" to "dyn compatible"
León Orell Valerian Liehr
-2913
/
+0
2024-10-10
Rename feature object_safe_for_dispatch to dyn_compatible_for_dispatch
León Orell Valerian Liehr
-14
/
+14
2024-09-27
Rollup merge of #130826 - fmease:compiler-mv-obj-safe-dyn-compat, r=compiler-...
Matthias Krüger
-60
/
+60
2024-09-27
On implicit `Sized` bound on fn argument, point at type instead of pattern
Esteban Küber
-4
/
+4
2024-09-25
Compiler: Rename "object safe" to "dyn compatible"
León Orell Valerian Liehr
-60
/
+60
2024-09-03
Rollup merge of #127692 - veera-sivarajan:bugfix-125139, r=estebank
Matthias Krüger
-0
/
+815
2024-08-19
Suggest `impl Trait` for References to Bare Trait in Function Header
Veera
-25
/
+25
2024-07-26
Rollup merge of #126090 - compiler-errors:supertrait-assoc-ty-unsoundness, r=...
Matthias Krüger
-0
/
+126
2024-07-15
Fix unsoundness when associated types dont actually come from supertraits
Michael Goulet
-0
/
+115
2024-07-15
Item bounds can reference self projections and still be object safe
Michael Goulet
-0
/
+11
2024-07-13
Update Tests
Veera
-0
/
+815
2024-07-12
Make parse error suggestions verbose and fix spans
Esteban Küber
-2
/
+12
2024-06-21
Fix remaining cases
Michael Goulet
-1
/
+1
2024-06-03
Make WHERE_CLAUSES_OBJECT_SAFETY a regular object safety violation
Michael Goulet
-2
/
+0
2024-04-07
tests/ui: remove workaround for broken revisioned run-rustfix test
许杰友 Jieyou Xu (Joe)
-8
/
+4
2024-03-10
Ignore tests w/ current/next revisions from compare-mode=next-solver
Michael Goulet
-0
/
+1
2024-03-07
Merge collect_mod_item_types query into check_well_formed
Oli Scherer
-18
/
+18
2024-02-16
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
许杰友 Jieyou Xu (Joe)
-37
/
+37
2024-02-14
Auto merge of #120847 - oli-obk:track_errors9, r=compiler-errors
bors
-33
/
+336
2024-02-14
Continue compilation after check_mod_type_wf errors
Oli Scherer
-33
/
+336
2024-02-09
Be less confident when `dyn` suggestion is not checked for object safety
trevyn
-10
/
+10
2024-02-07
Stop using `hir_ty_to_ty` in rustc_privacy
Oli Scherer
-21
/
+1
2024-02-07
Update tests
r0cky
-2
/
+4
2024-02-01
review comment: change wording
Esteban Küber
-1
/
+1
2024-02-01
On E0277 be clearer about implicit `Sized` bounds on type params and assoc types
Esteban Küber
-2
/
+2
2024-01-29
Avoid ICE in trait without `dyn` lint
Esteban Küber
-109
/
+215
2024-01-19
Update tests after rebase
Esteban Küber
-0
/
+165
2024-01-19
Avoid ICE: Check diagnostic is error before downgrading
Esteban Küber
-0
/
+94
2024-01-17
Don't ICE when deducing future output if other errors already occurred
Oli Scherer
-0
/
+32
2024-01-09
Avoid silencing relevant follow-up errors
Oli Scherer
-3
/
+25
2024-01-04
Silence redundant warning when E0038 will be emitted
Esteban Küber
-25
/
+11
2024-01-03
Account for object unsafe traits
Esteban Küber
-0
/
+57
2023-12-14
update use of feature flags
lcnr
-1
/
+1
2023-11-24
Show number in error message even for one error
Nilstrieb
-14
/
+14
2023-10-30
Auto merge of #116405 - estebank:issue-103155, r=davidtwco
bors
-12
/
+12
2023-10-30
Detect object safety errors when assoc type is missing
Esteban Küber
-12
/
+12
2023-10-29
On object safety error, mention new enum as alternative
Esteban Küber
-0
/
+5
2023-10-19
Suggest relaxing implicit `type Assoc: Sized;` bound
Esteban Küber
-0
/
+44
2023-10-08
always show and explain sub region
Ali MJ Al-Nasrawy
-7
/
+1
2023-10-05
Add a note to duplicate diagnostics
Alex Macleod
-0
/
+2
2023-09-02
Do not require associated types with Self: Sized to uphold bounds when confir...
Michael Goulet
-21
/
+31
2023-08-26
Remove unnecessary `select_obligations_where_possible` and redundant errors
Esteban Küber
-27
/
+4
2023-08-26
On let binding type point to type parameter that introduced unmet bound
Esteban Küber
-2
/
+25
2023-07-28
Update existing UI tests
León Orell Valerian Liehr
-34
/
+14
2023-07-10
Do not set up wrong span for adjustments
Michael Goulet
-1
/
+1
2023-07-05
Test that you can't circumvent the `Sized` bound check
Oli Scherer
-0
/
+73
2023-07-05
Make `unused_associated_type_bounds`'s lint level changeable
Oli Scherer
-0
/
+3
2023-07-05
Add more tests
Oli Scherer
-0
/
+59
2023-07-05
Lint now-unnecessary associated type bounds
Oli Scherer
-0
/
+41
2023-07-05
Don't require associated types with `Self: Sized` bounds in `dyn Trait` objects
Oli Scherer
-13
/
+3
[next]