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
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
2023-10-25
Work around the fact that `check_mod_type_wf` may spuriously return `ErrorGua...
Oli Scherer
-9
/
+76
2023-10-11
Suggest `;` after bare `match` expression E0308
Esteban Küber
-0
/
+4
2023-10-08
remove trailing dots
Ali MJ Al-Nasrawy
-7
/
+7
2023-10-08
always show and explain sub region
Ali MJ Al-Nasrawy
-3
/
+21
2023-10-08
improve the suggestion of generic_bound_failure
Ali MJ Al-Nasrawy
-3
/
+5
2023-10-04
Reorder fullfillment errors to keep more interesting ones first
Esteban Küber
-9
/
+9
2023-09-10
Point out if a local trait has no implementations
Michael Goulet
-0
/
+39
2023-05-12
Note base types of coercion
Michael Goulet
-16
/
+8
2023-04-22
add known-bug test for unsound issue 104005
whtahy
-0
/
+37
2023-04-22
add known-bug test for unsound issue 100041
whtahy
-0
/
+19
2023-04-22
add known-bug test for unsound issue 98117
whtahy
-0
/
+23
2023-04-13
Rollup merge of #110193 - compiler-errors:body-owner-issue, r=WaffleLapkin
Matthias Krüger
-0
/
+44
2023-04-12
Tweak output for 'add line' suggestion
Esteban Küber
-2
/
+4
2023-04-11
Check for body owner fallibly
Michael Goulet
-0
/
+44
2023-03-05
oops! new unsoundness
Ali MJ Al-Nasrawy
-10
/
+10
2023-02-09
Introduce `ReError`
Esteban Küber
-25
/
+2
2023-01-30
Modify primary span label for E0308
Esteban Küber
-1
/
+1
2023-01-11
Move /src/test to /tests
Albert Larsan
-0
/
+2109
[prev]