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
*
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
|
*
|
fix #931 and few more tests
Zahary Karadjov
2014-02-18
2
-13
/
+11
|
*
|
Merge branch 'devel' of gh:/Araq/Nimrod into devel
Zahary Karadjov
2014-02-18
2
-2
/
+21
|
|
\
|
|
|
*
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-02-17
27
-58
/
+318
|
|
|
\
|
|
*
|
fixes #926
Araq
2014-02-17
1
-0
/
+19
|
|
*
|
nil->discard
Araq
2014-02-15
1
-2
/
+2
|
*
|
|
fix some trivial errors in the test suite and some more regressions caused by...
Zahary Karadjov
2014-02-18
8
-5
/
+36
|
*
|
|
fix tbindtypedesc and tactiontable2
Zahary Karadjov
2014-02-18
1
-1
/
+1
|
|
|
/
|
|
/
|
|
*
|
fix #807
Zahary Karadjov
2014-02-17
1
-5
/
+5
|
*
|
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
22
-53
/
+162
|
|
\
\
|
|
*
\
Merge branch 'newasync' into devel
Dominik Picheta
2014-02-16
1
-0
/
+64
|
|
|
\
\
|
|
|
*
|
Fix processing of 'await' with a nnkCall.
Dominik Picheta
2014-02-16
1
-2
/
+1
|
|
|
*
|
Added await test.
Dominik Picheta
2014-02-16
1
-0
/
+65
|
|
|
|
/
|
|
*
|
Merge pull request #929 from skyfex/devel
Andreas Rumpf
2014-02-16
1
-0
/
+45
|
|
|
\
\
|
|
*
|
|
Changed tests and tools to use 'discard' statements instead of 'nil' for empt...
Clay Sweetser
2014-02-15
20
-53
/
+53
|
*
|
|
|
fix #188
Zahary Karadjov
2014-02-17
1
-0
/
+18
|
|
/
/
/
*
|
|
|
Added test cases for return in except statements.
Audun Wilhelmsen
2014-02-23
2
-0
/
+60
*
|
|
|
Added tougher test case for return within finally statement.
Audun Wilhelmsen
2014-02-23
1
-0
/
+40
|
|
/
/
|
/
|
|
*
|
|
Fixed issue 391 (nested break in except-stmts)
Audun Wilhelmsen
2014-02-16
1
-0
/
+45
|
/
/
*
|
Merge branch 'devel' of gh:/Araq/Nimrod into devel
Zahary Karadjov
2014-02-15
7
-10
/
+117
|
\
|
|
*
fixes #584
Araq
2014-02-14
2
-1
/
+36
|
*
fixes #914
Araq
2014-02-14
1
-0
/
+3
|
*
fixes #712
Araq
2014-02-14
1
-0
/
+20
|
*
fixes #833
Araq
2014-02-14
1
-0
/
+10
|
*
fixes #892
Araq
2014-02-14
1
-0
/
+13
|
*
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-02-13
3
-0
/
+49
|
|
\
|
|
*
moved tsets test to collections/
Simon Hafner
2014-02-12
1
-0
/
+0
|
*
|
the tester now produces a diff in the JSON
Araq
2014-02-13
1
-9
/
+35
*
|
|
fix some regressions caused by tyTypeDesc[tyNone]
Zahary Karadjov
2014-02-15
1
-0
/
+13
*
|
|
handle nested case objects in destructor generation
Zahary Karadjov
2014-02-15
1
-0
/
+44
*
|
|
the delegator pragma becomes a set of dot operators
Zahary Karadjov
2014-02-15
1
-0
/
+66
|
|
/
|
/
|
*
|
fixes #797; generic procs can be used in places expecting matching concrete p...
Zahary Karadjov
2014-02-11
1
-0
/
+20
*
|
fixed a bug in `map` for sets
Simon Hafner
2014-02-10
1
-1
/
+5
*
|
added tests for set
Simon Hafner
2014-02-10
1
-0
/
+12
*
|
added `map` to sets
Simon Hafner
2014-02-10
1
-0
/
+13
|
/
*
moved the tests for TSet to the correct place
Simon Hafner
2014-02-09
1
-0
/
+0
*
fixes #885
Araq
2014-02-09
1
-2
/
+2
*
fixes 'newSeq[T]' instantiation bug
Araq
2014-02-09
1
-0
/
+12
*
tester compiles again
Araq
2014-02-07
2
-2
/
+2
*
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-02-07
2
-12
/
+28
|
\
[next]