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
*
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
|
|
\
\
|
|
*
|
Fixed issue 391 (nested break in except-stmts)
Audun Wilhelmsen
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
|
/
/
*
|
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
|
\
|
*
indexBy, which indexes a collection into a hashtable
Simon Hafner
2014-02-06
1
-0
/
+22
|
*
removed unittest from talgorithm
Simon Hafner
2014-02-06
1
-12
/
+6
*
|
bugfix: codegen issue that caused getGMTime() to leak memory
Araq
2014-02-07
3
-1
/
+31
|
/
*
fixes regression: constant fac4 didn't work
Araq
2014-02-06
1
-1
/
+6
*
tyTypeDesc and tyRange always have 1 child; this might be tyNone but it is re...
Araq
2014-02-05
1
-0
/
+29
*
bugfix: immediate templates are preferred consistently (danger: breaks code)
Araq
2014-02-04
1
-0
/
+17
*
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-02-03
1
-3
/
+9
|
\
|
*
Remove spurious import added in the last commit.
ReneSac
2014-02-03
1
-1
/
+1
|
*
Fix optarg() and added two more tests.
ReneSac
2014-02-03
1
-3
/
+9
*
|
macro tests almost green
Araq
2014-02-03
5
-7
/
+9
|
/
*
cleaned up command expressions
Araq
2014-02-02
1
-5
/
+10
*
fixes #844
Araq
2014-02-02
1
-0
/
+12
*
Merge pull request #859 from reactormonk/sets_equivalence
Andreas Rumpf
2014-02-01
1
-0
/
+15
|
\
|
*
added test specs for the tester
Simon Hafner
2014-02-01
1
-0
/
+3
|
*
corrected docs and tests
Simon Hafner
2014-02-01
1
-13
/
+9
|
*
sets equivalence
Simon Hafner
2014-01-31
1
-0
/
+16
*
|
remove the old tester
Araq
2014-02-02
1
-0
/
+14
|
\
\
|
*
|
Fixes wrong slurp path in tester.
Dominik Picheta
2014-02-01
1
-2
/
+2
|
|
/
|
*
product more robust against empty input
Simon Hafner
2014-01-30
1
-0
/
+5
|
*
added Cartesian product
Simon Hafner
2014-01-30
1
-0
/
+9
[next]