index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
concepts
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
more sophisticated test for the previous commit
Zahary Karadjov
2017-04-16
1
-2
/
+22
*
fix compilation regression in alea
Zahary Karadjov
2017-04-16
1
-0
/
+33
*
fix #5689
Zahary Karadjov
2017-04-15
1
-1
/
+1
*
fix #5654
Zahary Karadjov
2017-04-07
1
-0
/
+42
*
fix #5642
Zahary Karadjov
2017-04-07
1
-0
/
+25
*
fix a typo
Zahary Karadjov
2017-03-24
1
-1
/
+1
*
close #3330
Zahary Karadjov
2017-03-24
1
-0
/
+41
*
close #2882
Zahary Karadjov
2017-03-24
1
-1
/
+33
*
close #2423
Zahary Karadjov
2017-03-24
1
-1
/
+18
*
close #2018
Zahary Karadjov
2017-03-24
1
-2
/
+17
*
close #1991
Zahary Karadjov
2017-03-24
1
-0
/
+69
*
close #1570
Zahary Karadjov
2017-03-24
1
-1
/
+21
*
close #1147
Zahary Karadjov
2017-03-24
1
-0
/
+16
*
close #1128
Zahary Karadjov
2017-03-24
1
-0
/
+21
*
close #976
Zahary Karadjov
2017-03-24
1
-0
/
+32
*
use lower-case proc names
Zahary Karadjov
2017-03-24
1
-1
/
+1
*
restore compilation and make all concepts tests green
Zahary Karadjov
2017-03-24
1
-36
/
+36
*
Working test cases for the sophisticated matrix library example from the manual
Zahary Karadjov
2017-03-24
4
-4
/
+92
*
further improvements to the error messages produced by concepts
Zahary Karadjov
2017-03-24
1
-28
/
+56
*
proper error reporting for concepts and the introduction of the {.explain.} p...
Zahary Karadjov
2017-03-24
1
-0
/
+92
*
implement the special treatment of explicit type params in concepts
Zahary Karadjov
2017-03-24
2
-3
/
+13
*
support derived values in non-generic user type classes
Zahary Karadjov
2017-03-24
1
-2
/
+7
*
support for inferring static[T] concept params
Zahary Karadjov
2017-03-24
2
-0
/
+82
*
support the full range of type modifiers when declaring concept vars and test...
Zahary Karadjov
2017-03-24
1
-27
/
+43
*
support for matching generic types' procs in generic concepts
Zahary Karadjov
2017-03-24
2
-1
/
+103
*
support for accessing types and consts defined in concepts with the dot operator
Zahary Karadjov
2017-03-24
1
-3
/
+16
*
support for accessing the inferred concept type params with the dot operator
Zahary Karadjov
2017-03-24
1
-1
/
+2
*
concept type params inference working in basic examples
Zahary Karadjov
2017-03-24
1
-0
/
+49
*
fixes #3686
Andreas Rumpf
2016-03-01
1
-0
/
+13
*
removes 'x is iterator' special casing in the language
Araq
2015-12-03
1
-1
/
+1
*
fixes #3452
Araq
2015-10-22
1
-0
/
+29
*
fixes #2404
Araq
2015-03-25
2
-12
/
+19
*
added missing test case
Araq
2015-03-23
1
-0
/
+15
*
concept example from the manual now works again
Araq
2015-03-23
1
-4
/
+3
*
breaking change: 'concept' is now a keyword and used instead of 'generic'
Araq
2015-03-23
4
-8
/
+8
*
fixes #2346
Araq
2015-03-16
4
-0
/
+216
[prev]