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
/
wf
Age
Commit message (
Expand
)
Author
Lines
2025-01-22
Rollup merge of #135866 - BoxyUwU:dont_pick_fnptr_nested_goals, r=lcnr
Matthias Krüger
-45
/
+105
2025-01-22
Refactor dyn-compatibility error and suggestions
Taylor Cramer
-53
/
+68
2025-01-22
Don't pick `T: FnPtr` nested goals
Boxy
-45
/
+105
2025-01-17
remove unnecessary assertion for reference error
yukang
-0
/
+13
2024-12-07
Use trait name instead of full constraint in suggestion message
Esteban Küber
-17
/
+17
2024-12-07
reword trait bound suggestion message to include the bounds
Esteban Küber
-19
/
+19
2024-12-06
Silence follow-up errors from `lit_to_const`
Oli Scherer
-71
/
+4
2024-11-23
Dont create trait object if it has errors in it
Michael Goulet
-119
/
+18
2024-11-21
Stop being so bail-y in candidate assembly
Michael Goulet
-16
/
+2
2024-10-29
Remove detail from label/note that is already available in other note
Esteban Küber
-9
/
+9
2024-10-27
Stop using the whole match expr span for an arm's obligation span
Michael Goulet
-9
/
+5
2024-10-10
UI tests: Rename "object safe" to "dyn compatible"
León Orell Valerian Liehr
-22
/
+22
2024-10-10
Rename feature object_safe_for_dispatch to dyn_compatible_for_dispatch
León Orell Valerian Liehr
-3
/
+3
2024-09-29
fix(hir_analysis/wfcheck): don't leak {type error}
Barrett Ray
-34
/
+16
2024-09-25
Compiler: Rename "object safe" to "dyn compatible"
León Orell Valerian Liehr
-24
/
+24
2024-09-09
Fix ICE caused by missing span in a region error
Gurinder Singh
-0
/
+59
2024-08-05
Enforce supertrait outlives obligations hold when confirming impl
Michael Goulet
-6
/
+28
2024-07-18
Revert "sort suggestions for object diagnostic"
Michael Goulet
-2
/
+2
2024-06-05
Bless tests and handle tests/crashes
Boxy
-133
/
+47
2024-05-16
Report better WF obligation leaf obligations in new solver
Michael Goulet
-16
/
+23
2024-05-07
Auto merge of #124219 - gurry:122989-ice-unexpected-anon-const, r=compiler-er...
bors
-0
/
+200
2024-04-25
Add test
Michael Goulet
-0
/
+31
2024-04-22
Do not ICE on `AnonConst`s in `diagnostic_hir_wf_check`
Gurinder Singh
-0
/
+200
2024-04-09
Silence some follow-up errors on trait impls in case the trait has conflictin...
Oli Scherer
-33
/
+2
2024-04-09
Add regression test
Oli Scherer
-0
/
+63
2024-04-04
rebase
Boxy
-5
/
+6
2024-04-04
check `FnDef` return type for WF
lcnr
-0
/
+117
2024-03-23
Change an ICE regression test to use the original reproducer
Gurinder Singh
-10
/
+197
2024-03-22
Rollup merge of #122370 - gurry:122199-ice-unexpected-node, r=davidtwco
Matthias Krüger
-0
/
+72
2024-03-20
make `type_flags(ReError) & HAS_ERROR`
Ali MJ Al-Nasrawy
-2
/
+16
2024-03-19
Gracefully handle AnonConst in diagnostic_hir_wf_check()
Gurinder Singh
-0
/
+72
2024-03-10
Mark some next-solver-behavior tests explicitly with revisions
Michael Goulet
-2
/
+39
2024-03-06
Check that return type is WF in typeck
Gurinder Singh
-2
/
+42
2024-02-19
return ty::Error when equating ty::Error
Michael Goulet
-23
/
+5
2024-02-16
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
许杰友 Jieyou Xu (Joe)
-8
/
+8
2024-02-15
Remove a suggestion that is redundant
Michael Goulet
-4
/
+0
2024-02-14
Continue compilation after check_mod_type_wf errors
Oli Scherer
-8
/
+21
2024-02-10
Auto merge of #120712 - compiler-errors:async-closures-harmonize, r=oli-obk
bors
-2
/
+2
2024-02-08
sort suggestions for object diagnostic
Michael Goulet
-2
/
+2
2024-02-07
improve pretty printing for trait objects
Lukas Markeffsky
-6
/
+6
2024-02-01
review comment: change wording
Esteban Küber
-2
/
+2
2024-02-01
On E0277 be clearer about implicit `Sized` bounds on type params and assoc types
Esteban Küber
-5
/
+5
2024-01-30
Provide more context on derived obligation error primary label
Esteban Küber
-7
/
+7
2024-01-16
wf-check type annotations before normalization
Ali MJ Al-Nasrawy
-7
/
+30
2024-01-16
borrowck: use implied bounds from impl header
Ali MJ Al-Nasrawy
-53
/
+63
2024-01-16
borrowck: wf-check fn item args
Ali MJ Al-Nasrawy
-37
/
+0
2024-01-02
Reorder `check_item_type` diagnostics so they occur next to the corresponding...
Oli Scherer
-12
/
+12
2023-12-08
temporarily revert "ice on ambguity in mir typeck"
Ali MJ Al-Nasrawy
-0
/
+24
2023-11-24
Show number in error message even for one error
Nilstrieb
-37
/
+37
2023-10-29
On object safety error, mention new enum as alternative
Esteban Küber
-0
/
+12
[next]