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
/
src
/
test
/
ui
/
const-generics
/
min_const_generics
Age
Commit message (
Expand
)
Author
Lines
2020-11-12
Rollup merge of #78960 - ethanboxx:const-gen-test-default-error, r=lcnr
Guillaume Gomez
-0
/
+28
2020-11-11
default_trait_param
Ethan Brierley
-0
/
+14
2020-11-11
Add test `default_function_param`
Ethan Brierley
-0
/
+14
2020-11-10
Add macro test for min-const-generics
kadmin
-0
/
+212
2020-10-29
Rollup merge of #78460 - varkor:turbofish-string-generic, r=lcnr
Yuki Okushi
-12
/
+12
2020-10-29
Rollup merge of #78428 - JulianKnodt:invalid_patterns, r=lcnr
Yuki Okushi
-0
/
+105
2020-10-29
Rollup merge of #78224 - lcnr:repeat-expr, r=varkor
Yuki Okushi
-5
/
+124
2020-10-28
Adjust turbofish help message for const generics
varkor
-12
/
+12
2020-10-28
Rollup merge of #78391 - JulianKnodt:mc_test, r=lcnr
Dylan DPC
-0
/
+17
2020-10-27
Add UI test for invalid values for bool & char
kadmin
-0
/
+105
2020-10-27
Add const_fn in generics test
kadmin
-0
/
+17
2020-10-26
Suggest expressions that look like const generic arguments should be enclosed...
varkor
-0
/
+401
2020-10-23
add tests for self with const params
Bastian Kauschke
-6
/
+28
2020-10-22
min_const_generics: allow ty param in repeat expr
Bastian Kauschke
-5
/
+102
2020-10-12
Bless expected errors
Ethan Brierley
-14
/
+14
2020-10-11
`min_const_generics` diagnostics improvements
Ethan Brierley
-19
/
+19
2020-10-05
Rollup merge of #77439 - varkor:min_const_generics-tests, r=lcnr,estebank
Dylan DPC
-9
/
+51
2020-10-03
Add `const_generics` test for `impl-trait-with-const-arguments`
varkor
-30
/
+0
2020-10-03
Move tests
varkor
-625
/
+0
2020-10-03
Add tests for `const_generics`
varkor
-21
/
+392
2020-10-03
Replace "non trivial" with "non-trivial"
varkor
-29
/
+29
2020-10-02
resolve: prohibit anon const non-static lifetimes
David Wood
-0
/
+48
2020-10-02
Add various `min_const_generics` regression tests
varkor
-0
/
+296
2020-10-02
Fix missing diagnostic span for `impl Trait` with const generics
varkor
-0
/
+30
2020-09-15
This commit introduces the following changes:
Hameer Abbasi
-1
/
+1
2020-09-13
review, improve note span
Bastian Kauschke
-12
/
+6
2020-09-13
allow concrete self types in consts
Bastian Kauschke
-0
/
+90
2020-08-18
change const param ty warning message
Bastian Kauschke
-11
/
+10
2020-08-06
allow complex expressions in assoc consts
Bastian Kauschke
-17
/
+19
2020-08-05
impl review
Bastian Kauschke
-2
/
+6
2020-08-05
forbid complex types for generic parameters
Bastian Kauschke
-0
/
+52
2020-08-05
forbid generic params in complex consts
Bastian Kauschke
-0
/
+95
[prev]