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
/
specialization
Age
Commit message (
Expand
)
Author
Lines
2025-01-27
Remove all dead files inside tests/ui/
León Orell Valerian Liehr
-72
/
+0
2025-01-06
Normalize each signature input/output in typeck_with_fallback with its own span
Michael Goulet
-6
/
+3
2024-12-15
Auto merge of #134258 - bjorn3:no_public_specialization, r=petrochenkov
bors
-4
/
+14
2024-12-13
Update test
bjorn3
-4
/
+14
2024-12-12
Tweak multispan rendering
Esteban Küber
-4
/
+1
2024-12-10
Tweak wording of non-const traits used as const bounds
Esteban Küber
-6
/
+21
2024-12-07
Mention type parameter in more cases and don't suggest ~const bound already t...
Esteban Küber
-5
/
+5
2024-12-07
Use trait name instead of full constraint in suggestion message
Esteban Küber
-7
/
+7
2024-12-07
reword trait bound suggestion message to include the bounds
Esteban Küber
-7
/
+7
2024-11-22
Rollup merge of #132090 - compiler-errors:baily, r=lcnr
Michael Goulet
-13
/
+2
2024-11-22
Simplify fulfill_implication
Michael Goulet
-10
/
+2
2024-11-21
Stop being so bail-y in candidate assembly
Michael Goulet
-13
/
+2
2024-11-03
Gate checking ~const bounds on const_trait_impl
Michael Goulet
-50
/
+1
2024-11-02
NFC add known bug nr to test
Matthias Krüger
-1
/
+1
2024-10-29
Remove detail from label/note that is already available in other note
Esteban Küber
-4
/
+4
2024-10-26
Pass constness with span into lower_poly_trait_ref
Michael Goulet
-12
/
+12
2024-10-24
Implement const effect predicate in new solver
Michael Goulet
-45
/
+17
2024-10-15
rebase and update fixed `crashes`
lcnr
-0
/
+86
2024-10-15
stabilize `-Znext-solver=coherence`
lcnr
-22
/
+74
2024-10-10
UI tests: Rename "object safe" to "dyn compatible"
León Orell Valerian Liehr
-4
/
+4
2024-09-29
fix(hir_analysis/wfcheck): don't leak {type error}
Barrett Ray
-1
/
+1
2024-09-12
Re-enable `ConstArgKind::Path` lowering by default
Noah Lev
-26
/
+4
2024-09-11
Revert 'Stabilize -Znext-solver=coherence'
Michael Goulet
-160
/
+22
2024-09-05
rebase and update fixed `crashes`
lcnr
-0
/
+86
2024-09-05
stabilize `-Znext-solver=coherence`
lcnr
-22
/
+74
2024-08-19
Retroactively feature gate `ConstArgKind::Path`
Boxy
-4
/
+26
2024-08-10
Differentiate between methods and associated functions
Esteban Küber
-5
/
+5
2024-07-16
Add `ConstArgKind::Path` and make `ConstArg` its own HIR node
Noah Lev
-26
/
+4
2024-06-28
bless tests part 1
Deadbeef
-2
/
+66
2024-06-19
Const generic parameters aren't bounds, even if we end up erroring because of...
Oli Scherer
-2
/
+2
2024-06-07
Only compute specializes query if specialization is enabled in the crate of t...
Michael Goulet
-1
/
+1
2024-06-07
Failing test
Michael Goulet
-0
/
+43
2024-06-05
Rollup merge of #125792 - compiler-errors:dont-drop-upcast-cand, r=lcnr
Matthias Krüger
-0
/
+24
2024-05-31
Stop using translate_args in the new solver
Michael Goulet
-0
/
+89
2024-05-31
Rollup merge of #125786 - compiler-errors:fold-item-bounds, r=lcnr
Matthias Krüger
-36
/
+7
2024-05-31
Avoid unwrap diag.code directly
r0cky
-0
/
+55
2024-05-30
Don't drop Upcast candidate in intercrate mode
Michael Goulet
-0
/
+24
2024-05-30
Fold item bound before checking that they hold
Michael Goulet
-36
/
+7
2024-05-29
Partially implement `ConstArgHasType`
Boxy
-29
/
+10
2024-05-24
Fail relating constants of different types
Oli Scherer
-10
/
+29
2024-04-30
fix `NormalizesTo` proof tree issue
lcnr
-2
/
+59
2024-04-16
Fail candidate assembly for erroneous types
Gurinder Singh
-2
/
+13
2024-04-04
Specialization already rejects defining opaque types
Oli Scherer
-0
/
+71
2024-03-31
Always make inductive cycles as ambig during typeck
Michael Goulet
-24
/
+33
2024-03-25
Rollup merge of #122988 - matthiaskrgr:icetests, r=petrochenkov
Matthias Krüger
-0
/
+36
2024-03-25
Auto merge of #122802 - estebank:unconstrained-generic-const, r=Nadrieril
bors
-1
/
+4
2024-03-24
add test for ICE: min_specialization: Ok(['?0, Const { ty: usize, kind: Leaf...
Matthias Krüger
-0
/
+36
2024-03-23
add test for #107228
Matthias Krüger
-0
/
+28
2024-03-21
Provide structured suggestion for unconstrained generic constant
Esteban Küber
-1
/
+4
2024-03-18
Provide structured suggestion for `#![feature(foo)]`
Esteban Küber
-4
/
+16
[next]