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
/
const-generics
/
adt_const_params
Age
Commit message (
Collapse
)
Author
Lines
2023-11-24
Show number in error message even for one error
Nilstrieb
-1
/
+1
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
2023-09-28
make adt_const_params feature suggestion more consistent with others and ↵
asquared31415
-0
/
+124
only suggest it when the type can probably work
2023-09-24
ConstParamTy: require Eq
Ralf Jung
-3
/
+34
2023-09-21
adjust how closure/generator types and rvalues are printed
Ralf Jung
-3
/
+3
2023-06-01
Implement custom diagnostic for ConstParamTy
Michael Goulet
-2
/
+41
2023-06-01
Impl ConstParamTy for tuples, make PartialStructuralEq a supertrait too
Michael Goulet
-3
/
+18
2023-05-16
Add derive for `core::marker::ConstParamTy`
Nilstrieb
-2
/
+82
This makes it easier to implement it for a type, just like `Copy`.
2023-04-27
--bless `ConstParamTy` ui tests
Maybe Waffle
-3
/
+3
2023-04-27
Add `ConstParamTy` tests
Maybe Waffle
-0
/
+198
2023-04-27
Add a test for `[NotParam; 0]: ConstParamTy` (not holding)
Maybe Waffle
-0
/
+28
2023-04-27
Add `!StructuralEq` test for `ConstParamTy`
Maybe Waffle
-0
/
+29
2023-04-27
Rename/move a test
Maybe Waffle
-0
/
+25