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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
Implement overflow/underflow checking for the VM.
EXetoC
2014-03-31
1
-6
/
+49
|
*
|
Merge pull request #1061 from EXetoC/fix-tests
Andreas Rumpf
2014-04-02
4
-6
/
+6
|
|
\
\
|
|
*
|
Fix some tests.
EXetoC
2014-03-31
4
-6
/
+6
|
*
|
|
Merge pull request #1048 from gradha/pr_adds_convenience_uncompress_to_zlib
Andreas Rumpf
2014-04-02
1
-0
/
+126
|
|
\
\
\
|
|
*
|
|
Uses finally as statement to release zlib memory. Refs #1048.
Grzegorz Adam Hankiewicz
2014-03-29
1
-2
/
+3
|
|
*
|
|
Uses swap() to avoid variable copies. Refs #1048.
Grzegorz Adam Hankiewicz
2014-03-29
1
-4
/
+4
|
|
*
|
|
Modifies inflate() to return a discardable bool. Refs #1048.
Grzegorz Adam Hankiewicz
2014-03-29
1
-13
/
+4
|
|
*
|
|
Adds convenience uncompress and inflate procs to zlib.
Grzegorz Adam Hankiewicz
2014-03-29
1
-0
/
+134
|
*
|
|
|
Merge pull request #1052 from rleisti/devel
Andreas Rumpf
2014-04-02
1
-3
/
+1
|
|
\
\
\
\
|
|
*
|
|
|
events.TEventEmitter.emit no longer throws an exception if the named event do...
Ron Leisti
2014-03-29
1
-3
/
+1
*
|
|
|
|
|
todo.txt updated
Araq
2014-04-02
1
-2
/
+1
|
/
/
/
/
/
*
|
|
|
|
make tstaticprintseq green
Araq
2014-04-01
1
-2
/
+2
*
|
|
|
|
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-04-01
3
-9
/
+10
|
\
\
\
\
\
|
|
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
disable extern name checking as it breaks building of nimrtl.dll
Araq
2014-03-30
1
-2
/
+3
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Fix docgen.
Dominik Picheta
2014-03-29
1
-0
/
+3
|
*
|
|
Replaced idents with genSym in asyncdispatch.
Dominik Picheta
2014-03-29
1
-7
/
+4
|
|
/
/
*
|
|
fixed another vm bug
Araq
2014-04-01
2
-9
/
+11
*
|
|
tsymchoicefield compiles
Araq
2014-04-01
1
-2
/
+4
*
|
|
fixes #880
Araq
2014-04-01
2
-14
/
+31
|
/
/
*
|
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-03-29
1
-4
/
+5
|
\
|
|
*
Merge pull request #1045 from barcharcraz/lowerBound
Andreas Rumpf
2014-03-28
1
-4
/
+5
|
|
\
|
|
*
fixed doc comment
Charlie Barto
2014-03-27
1
-4
/
+5
*
|
|
fixes #932
Araq
2014-03-29
1
-1
/
+4
*
|
|
iterators check seqs/strings are not resized during iteration
Araq
2014-03-29
1
-14
/
+18
|
/
/
*
|
tester outputs full test path
Araq
2014-03-28
2
-1
/
+5
*
|
fixes #911
Araq
2014-03-28
3
-1
/
+7
*
|
Added test for issue #911.
Dominik Picheta
2014-03-27
1
-0
/
+62
*
|
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-03-27
4
-1
/
+49
|
\
\
|
*
|
Merge pull request #1032 from barcharcraz/lowerBound
Varriount
2014-03-27
2
-0
/
+32
|
|
\
|
|
|
*
added usage example for lower bound
Charlie Barto
2014-03-27
1
-0
/
+5
|
|
*
made the default comparator for lowerBound unqualified, so the user can custo...
Charlie Barto
2014-03-23
1
-1
/
+1
|
|
*
added lowerBound function to algorithm library
Charlie Barto
2014-03-23
2
-0
/
+27
|
*
|
Merge pull request #1042 from ithkuil/devel
zah
2014-03-27
2
-1
/
+17
|
|
\
\
|
|
*
|
Calling randomize() again within 1 second will now provide a different seed
Jason Livesay
2014-03-26
2
-1
/
+17
|
|
/
/
*
|
|
fixes a typo
Araq
2014-03-27
2
-5
/
+5
*
|
|
ENDB: got rid of deprecated 'nil' stmt
Araq
2014-03-27
1
-3
/
+3
*
|
|
made some tests green
Araq
2014-03-27
4
-19
/
+5
*
|
|
fixes #1009
Araq
2014-03-27
3
-2
/
+45
|
/
/
*
|
fixes tmemit regression
Araq
2014-03-26
2
-1
/
+29
*
|
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-03-26
6
-158
/
+310
|
\
\
|
*
|
Implemented async for httpclient.
Dominik Picheta
2014-03-26
4
-30
/
+221
|
*
|
Move asyncdispatch tests to asyncnet.
Dominik Picheta
2014-03-26
4
-128
/
+89
|
*
|
Merge pull request #1036 from jlhouchin/devel
zah
2014-03-26
1
-1
/
+1
|
|
\
\
|
|
*
|
fixed parens around getSysType arguments
Jimmie Houchin
2014-03-25
1
-1
/
+1
*
|
|
|
fixes #1025; don't know what this breaks
Araq
2014-03-26
3
-6
/
+3
*
|
|
|
fixes #992
Araq
2014-03-26
2
-0
/
+8
*
|
|
|
borrow dots for distinct types documented
Araq
2014-03-26
3
-1
/
+35
|
/
/
/
*
|
|
implemented 'borrow dot' feature for distinct types
Araq
2014-03-26
3
-10
/
+23
*
|
|
added #903 to the test suite
Araq
2014-03-26
5
-6
/
+32
|
/
/
*
|
mongodb wrapper properly removed from core
Araq
2014-03-25
1
-5
/
+0
[prev]
[next]