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
/
src
/
test
/
ui
/
const-generics
Age
Commit message (
Expand
)
Author
Lines
2019-05-13
Rollup merge of #60710 - varkor:delay_span_bug-const-parent, r=matthewjasper
Mazdak Farrokhzad
-0
/
+60
2019-05-11
Add test for const impl
varkor
-0
/
+22
2019-05-10
Add a test for failed inference of const types
varkor
-0
/
+26
2019-05-10
Add a test for invalid const arguments
varkor
-0
/
+34
2019-05-09
Rollup merge of #60550 - skinny121:concrete_const_tests, r=varkor
Mazdak Farrokhzad
-0
/
+50
2019-05-08
Add tests for concrete const types
ben
-0
/
+50
2019-05-07
Auto merge of #60612 - Centril:rollup-61drhqt, r=Centril
bors
-8
/
+2
2019-05-07
Auto merge of #60277 - estebank:relate-ice, r=varkor
bors
-0
/
+21
2019-05-06
`token::LArrow` can begin arguments
varkor
-8
/
+2
2019-05-04
Early error for mixing order of const and type parameters
varkor
-10
/
+10
2019-05-04
Add tests
varkor
-0
/
+29
2019-05-02
Don't ICE when relating const type args
Esteban Küber
-0
/
+21
2019-05-01
Add a test for const args that cannot be inferred
varkor
-0
/
+25
2019-05-01
Add a test for incorrect numbers of const args
varkor
-0
/
+32
2019-05-01
Add a test for const arguments
varkor
-0
/
+19
2019-05-01
Add `const-types` test
varkor
-0
/
+22
2019-04-25
Add comment explaining restriction
varkor
-4
/
+10
2019-04-25
Add a test for const parameters with type parameters as types
varkor
-0
/
+31
2019-04-25
Make sure const params with type params don't cause errors without a feature ...
varkor
-0
/
+25
2019-04-18
hide `--explain` hint if error has no extended info
Andy Russell
-1
/
+0
2019-04-18
Auto merge of #60058 - varkor:const-generics-ty-refactor, r=cramertj
bors
-0
/
+14
2019-04-18
Add a test for unused const parameters
varkor
-0
/
+14
2019-04-17
Resolve inconsistency in error messages between "parameter" and "variable".
Eduard-Mihai Burtescu
-1
/
+1
2019-03-22
Fix ICE with const generic param in struct
varkor
-0
/
+21
2019-03-11
Update tests
Vadim Petrochenkov
-5
/
+5
2019-03-07
Add a test for invalid const arguments
varkor
-0
/
+12
2019-03-05
Fix negative integer literal test
varkor
-19
/
+8
2019-03-05
Update const generics tests
varkor
-53
/
+30
2019-02-16
Add a test for const parameter uppercase lint
varkor
-0
/
+27
2019-02-16
Don't abort early when collecting const generics
varkor
-1
/
+8
2019-02-07
Add a test forbidding the use of const parameters in inner items
varkor
-0
/
+37
2019-02-07
Parse negative literals in const generic arguments
varkor
-0
/
+4
2019-02-07
Adjust generic const param resolution
varkor
-28
/
+0
2019-02-07
Adjust parser generic parameter errors
varkor
-0
/
+45
2019-02-07
Fix ast_validation printing of const generics
varkor
-2
/
+2
2019-02-07
Add test for const parameter before other generic parameters
varkor
-0
/
+39
2019-02-07
Add test for const parameter depending on type parameter
varkor
-0
/
+28
2019-02-07
Add test forbidding const parameters in const fn
varkor
-0
/
+36