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
/
min_specialization
Age
Commit message (
Expand
)
Author
Lines
2025-06-30
Unconditionally run `check_item_type` on all items
Oli Scherer
-6
/
+6
2025-03-11
Implement `#[define_opaque]` attribute for functions.
Oli Scherer
-0
/
+2
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-07
Mention type parameter in more cases and don't suggest ~const bound already t...
Esteban Küber
-4
/
+4
2024-12-07
Use trait name instead of full constraint in suggestion message
Esteban Küber
-4
/
+4
2024-12-07
reword trait bound suggestion message to include the bounds
Esteban Küber
-4
/
+4
2024-11-22
Simplify fulfill_implication
Michael Goulet
-10
/
+2
2024-10-29
Remove detail from label/note that is already available in other note
Esteban Küber
-4
/
+4
2024-09-12
Re-enable `ConstArgKind::Path` lowering by default
Noah Lev
-12
/
+3
2024-08-19
Retroactively feature gate `ConstArgKind::Path`
Boxy
-3
/
+12
2024-07-16
Add `ConstArgKind::Path` and make `ConstArg` its own HIR node
Noah Lev
-12
/
+3
2024-05-29
Partially implement `ConstArgHasType`
Boxy
-29
/
+10
2024-05-24
Fail relating constants of different types
Oli Scherer
-10
/
+29
2024-04-04
Specialization already rejects defining opaque types
Oli Scherer
-0
/
+71
2024-03-24
add test for ICE: min_specialization: Ok(['?0, Const { ty: usize, kind: Leaf...
Matthias Krüger
-0
/
+36
2024-02-16
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
许杰友 Jieyou Xu (Joe)
-10
/
+10
2024-02-14
Continue compilation after check_mod_type_wf errors
Oli Scherer
-4
/
+32
2024-02-10
Allow restricted trait impls in macros with `min_specialization`
Zalathar
-0
/
+25
2024-01-30
Provide more context on derived obligation error primary label
Esteban Küber
-3
/
+3
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-02
Reorder `check_item_type` diagnostics so they occur next to the corresponding...
Oli Scherer
-4
/
+4
2023-11-24
Show number in error message even for one error
Nilstrieb
-12
/
+12
2023-10-25
Work around the fact that `check_mod_type_wf` may spuriously return `ErrorGua...
Oli Scherer
-1
/
+14
2023-06-28
Adjust inner span of implicit self ref argument
Michael Goulet
-2
/
+2
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-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-01-12
Point at HIR types when impl trait ref doesn't normalize
Michael Goulet
-2
/
+2
2023-01-11
Move /src/test to /tests
Albert Larsan
-0
/
+546