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
/
generics
Commit message (
Collapse
)
Author
Age
Files
Lines
*
make tests green
Araq
2014-08-31
5
-165
/
+165
|
*
fixes #1444
Araq
2014-08-31
2
-1
/
+12
|
*
fixes #1366
Araq
2014-08-30
1
-2
/
+10
|
*
further adaptations
Araq
2014-08-29
8
-8
/
+8
|
*
fixes #1011
Araq
2014-07-09
2
-0
/
+15
|
*
Tester now appreciates the test target. Modified 'cmd' in specs.
Dominik Picheta
2014-04-16
2
-2
/
+2
|
*
Fix some tests.
EXetoC
2014-03-31
2
-4
/
+4
|
*
msg -> errmsg
Zahary Karadjov
2014-03-21
2
-4
/
+4
|
*
handle arbitrary expressions dependent on static input params in proc signatures
Zahary Karadjov
2014-03-16
1
-0
/
+16
|
*
more robust handling of proc signatures containing inter-param type references
Zahary Karadjov
2014-03-16
1
-0
/
+9
|
*
fix #715 again
Zahary Karadjov
2014-03-16
2
-1
/
+13
|
|
|
|
the regression was caused by the introduction of "generic" lambdas
*
further improvements for static generic params; activate the hardest test cases
Zahary Karadjov
2014-03-10
1
-6
/
+12
|
*
fix some trivial errors in the test suite and some more regressions caused ↵
Zahary Karadjov
2014-02-18
1
-1
/
+9
|
|
|
|
by tyTypeDesc[tyNone]
*
quite messy implementation of generic lambdas, needs reworking; fixes #715
Zahary Karadjov
2014-02-17
2
-1
/
+11
|
*
Merge branch 'devel' of gh:/Araq/Nimrod into devel
Zahary Karadjov
2014-02-17
1
-3
/
+3
|
\
|
*
Changed tests and tools to use 'discard' statements instead of 'nil' for ↵
Clay Sweetser
2014-02-15
1
-3
/
+3
|
|
|
|
|
|
|
|
empty blocks.
*
|
fix #188
Zahary Karadjov
2014-02-17
1
-0
/
+18
|
/
*
fixes #797; generic procs can be used in places expecting matching concrete ↵
Zahary Karadjov
2014-02-11
1
-0
/
+20
|
|
|
|
proc types
*
fixes 'newSeq[T]' instantiation bug
Araq
2014-02-09
1
-0
/
+12
|
*
new tester; all tests categorized
Araq
2014-01-13
26
-0
/
+1145