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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
ui
/
specialization
Age
Commit message (
Expand
)
Author
Lines
2024-02-16
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
许杰友 Jieyou Xu (Joe)
-60
/
+60
2024-02-14
Continue compilation after check_mod_type_wf errors
Oli Scherer
-4
/
+32
2024-02-13
Do not assemble candidates for default impls
Michael Goulet
-40
/
+37
2024-02-10
Allow restricted trait impls in macros with `min_specialization`
Zalathar
-1
/
+8
2024-02-08
Continue to borrowck even if there were previous errors
Oli Scherer
-1
/
+29
2024-02-08
Auto merge of #120558 - oli-obk:missing_impl_item_ice, r=estebank
bors
-9
/
+16
2024-02-07
Update tests
r0cky
-6
/
+6
2024-02-05
Stop bailing out from compilation just because there were incoherent traits
Oli Scherer
-9
/
+16
2024-01-30
Provide more context on derived obligation error primary label
Esteban Küber
-3
/
+3
2024-01-30
Rollup merge of #120400 - estebank:bound-error-cleanup, r=oli-obk
Guillaume Gomez
-4
/
+1
2024-01-26
Use single label for method not found due to unmet bound
Esteban Küber
-4
/
+1
2024-01-23
Remove track_errors entirely
Oli Scherer
-21
/
+2
2024-01-22
Make generic const type mismatches not hide trait impls from the trait solver
Oli Scherer
-4
/
+20
2024-01-20
Auto merge of #119821 - oli-obk:reveal_all_const_evals, r=lcnr
bors
-0
/
+69
2024-01-19
Always use RevealAll for const eval queries
Oli Scherer
-0
/
+69
2024-01-15
Rollup merge of #119963 - clubby789:spec-allow-internal-unstable, r=compiler-...
Matthias Krüger
-0
/
+18
2024-01-14
Fix `allow_internal_unstable` for `(min_)specialization`
clubby789
-0
/
+18
2024-01-13
Bless tests
George-lewis
-0
/
+2
2024-01-05
Auto merge of #118297 - shepmaster:warn-dead-tuple-fields, r=WaffleLapkin
bors
-2
/
+2
2024-01-02
Adjust compiler tests for unused_tuple_struct_fields -> dead_code
Jake Goulding
-2
/
+2
2024-01-02
Reorder `check_item_type` diagnostics so they occur next to the corresponding...
Oli Scherer
-4
/
+4
2023-12-27
Introduce `const Trait` (always-const trait bounds)
León Orell Valerian Liehr
-3
/
+3
2023-12-14
update use of feature flags
lcnr
-2
/
+2
2023-12-10
remove redundant imports
surechen
-1
/
+0
2023-11-24
Show number in error message even for one error
Nilstrieb
-40
/
+40
2023-10-25
Work around the fact that `check_mod_type_wf` may spuriously return `ErrorGua...
Oli Scherer
-1
/
+14
2023-10-09
Extend impl's def_span to include where clauses
Michael Goulet
-4
/
+6
2023-09-23
Tweak expected message to explain what it's actually signifying
Michael Goulet
-1
/
+1
2023-09-10
Point out if a local trait has no implementations
Michael Goulet
-0
/
+5
2023-06-28
Adjust inner span of implicit self ref argument
Michael Goulet
-2
/
+2
2023-06-06
bless coherence test
Michael Goulet
-2
/
+31
2023-05-09
Rollup merge of #111252 - matthewjasper:min-spec-improvements, r=compiler-errors
Dylan DPC
-0
/
+187
2023-05-05
Report nicer lifetime errors for specialization
Matthew Jasper
-0
/
+77
2023-05-05
Normalize consistently for specializations
Matthew Jasper
-0
/
+82
2023-05-05
Disallow (min) specialization imps with no items
Matthew Jasper
-0
/
+28
2023-05-05
remove unnecessary attribute from a diagnostic
Takayuki Maeda
-0
/
+22
2023-04-26
add known-bug test for unsound issue 105782
whtahy
-0
/
+30
2023-04-26
add known-bug test for unsound issue 40582
whtahy
-0
/
+35
2023-04-16
fix library and rustdoc tests
Deadbeef
-1
/
+22
2023-04-12
Tweak output for 'add line' suggestion
Esteban Küber
-1
/
+2
2023-03-23
Note type mismatch on ConstArgHasType
Michael Goulet
-1
/
+1
2023-03-19
Delay overlap errors if errors are involved
Michael Goulet
-7
/
+10
2023-03-19
Constrain const vars to error if const types are mismatched
Michael Goulet
-4
/
+4
2023-03-09
Use param's real type in try_eval_lit_or_param
Michael Goulet
-0
/
+23
2023-02-14
Fetch less HIR in signature check.
Camille GILLOT
-17
/
+17
2023-01-30
Modify primary span label for E0308
Esteban Küber
-2
/
+2
2023-01-12
Only point at impl self ty in WF if trait predicate shares self ty
Michael Goulet
-2
/
+2
2023-01-12
Point at impl self type for impl wf obligations
Michael Goulet
-2
/
+2
2023-01-12
Point at HIR types when impl trait ref doesn't normalize
Michael Goulet
-2
/
+2
2023-01-11
Note predicate span on ImplDerivedObligation
Michael Goulet
-1
/
+9
[next]