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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
fix #1001
Zahary Karadjov
2014-03-16
2
-1
/
+2
*
fix #715 again
Zahary Karadjov
2014-03-16
2
-1
/
+13
*
PFuture[void] now works.
Dominik Picheta
2014-03-15
1
-10
/
+12
*
File descriptors are now removed from fds list explicitly in close().
Dominik Picheta
2014-03-14
1
-3
/
+3
*
fixes #993
Araq
2014-03-13
1
-0
/
+21
*
Fixed tasyncawait on Windows.
Dominik Picheta
2014-03-12
1
-2
/
+2
*
tasyncawait now works on Linux.
Dominik Picheta
2014-03-11
1
-8
/
+1
*
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-03-10
11
-28
/
+261
|
\
|
*
fix #986
Zahary Karadjov
2014-03-10
1
-1
/
+5
|
*
further improvements for static generic params; activate the hardest test cases
Zahary Karadjov
2014-03-10
2
-11
/
+29
|
*
fix #909
Zahary Karadjov
2014-03-09
1
-0
/
+16
|
*
teach opcLdObj about nkExprColonExpr
Zahary Karadjov
2014-03-09
2
-18
/
+70
|
*
Merge branch 'devel' of github.com:Araq/Nimrod into devel
Zahary Karadjov
2014-03-09
1
-1
/
+9
|
|
\
|
|
*
Fixes to asyncio2 on Linux.
Dominik Picheta
2014-03-09
1
-1
/
+9
|
*
|
few more fixes for static params in macros; new failing test cases for static...
Zahary Karadjov
2014-03-09
1
-7
/
+41
|
*
|
Merge branch 'devel' of github.com:Araq/Nimrod into devel
Zahary Karadjov
2014-03-09
2
-15
/
+40
|
|
\
|
|
|
*
Merge pull request #981 from Varriount/tester/enhanced-json-output
Andreas Rumpf
2014-03-08
1
-0
/
+18
|
|
|
\
|
|
|
*
Removed debug code
Clay Sweetser
2014-03-08
1
-1
/
+0
|
|
|
*
Tester now outputs all the test results of the current test run to json.
Clay Sweetser
2014-03-07
1
-0
/
+19
|
|
*
|
Merge pull request #979 from EXetoC/alloc-overloads
Andreas Rumpf
2014-03-08
1
-15
/
+22
|
|
|
\
\
|
|
|
|
/
|
|
|
/
|
|
|
|
*
Update unit test.
EXetoC
2014-03-07
1
-8
/
+15
|
|
|
*
Update unit test.
EXetoC
2014-03-07
1
-10
/
+10
|
|
|
*
Update test with new names.
EXetoC
2014-03-07
1
-3
/
+3
|
*
|
|
fix #966
Zahary Karadjov
2014-03-09
2
-0
/
+38
|
*
|
|
implicit auto return type for inline iterators
Zahary Karadjov
2014-03-08
1
-1
/
+1
|
*
|
|
implements higher-order inline iterators and return type inference for iterators
Zahary Karadjov
2014-03-08
1
-0
/
+38
|
|
/
/
*
/
/
osproc compiles again for haiku
Araq
2014-03-10
1
-0
/
+52
|
/
/
*
|
Merge branch 'devel' of github.com:Araq/Nimrod into devel
Zahary Karadjov
2014-03-06
4
-0
/
+76
|
\
|
|
*
Merge branch 'devel' into alloc-overloads
EXetoC
2014-03-06
68
-107
/
+857
|
|
\
|
|
*
bugfix: unreported 'compiles' bug
Araq
2014-03-05
1
-0
/
+2
|
|
*
fixes #942
Araq
2014-03-05
2
-1
/
+17
|
|
*
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-03-05
1
-0
/
+21
|
|
|
\
|
|
*
|
fixes #937
Araq
2014-03-05
1
-0
/
+13
|
*
|
|
Add allocation unit tests.
EXetoC
2014-03-06
1
-0
/
+45
*
|
|
|
fix #587
Zahary Karadjov
2014-03-06
2
-5
/
+45
*
|
|
|
test cases for the new handling of iterators by the `is` operator
Zahary Karadjov
2014-03-06
1
-1
/
+27
*
|
|
|
split the inline and closure iterators into different symbol kinds for easier...
Zahary Karadjov
2014-03-06
2
-2
/
+2
|
|
_
|
/
|
/
|
|
*
|
|
failing test case for static evaluation
Zahary Karadjov
2014-03-04
1
-0
/
+21
|
|
/
|
/
|
*
|
Changed behavior when babel cannot be found/run
Varriount
2014-03-04
1
-2
/
+4
*
|
Fix categories.nim
Varriount
2014-03-03
1
-1
/
+1
*
|
Allowed specification of what babel packages to install via new categories - ...
Clay Sweetser
2014-03-03
1
-8
/
+23
*
|
Removed babel package tests from those run when 'all' is specified.
Clay Sweetser
2014-03-03
1
-1
/
+1
*
|
Integrated 'babel' with testament
Clay Sweetser
2014-03-02
2
-1
/
+71
*
|
made some tests green; htmlgen still broken
Araq
2014-02-25
2
-3
/
+3
*
|
Merge branch 'vm2_2' into devel
Araq
2014-02-25
4
-13
/
+17
|
\
\
|
*
|
keine_schweine test is not platform dependent
Araq
2014-02-24
3
-12
/
+16
|
*
|
new VM is getting stable
Araq
2014-02-24
1
-1
/
+1
*
|
|
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Audun Wilhelmsen
2014-02-23
36
-78
/
+219
|
\
\
\
|
*
|
|
Implemented selector support for asyncio2.
Dominik Picheta
2014-02-22
1
-2
/
+2
|
*
|
|
fix #945
Zahary Karadjov
2014-02-20
1
-2
/
+3
[prev]
[next]