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
*
fixes #1063
Araq
2014-04-07
3
-2
/
+35
*
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-04-07
5
-31
/
+17
|
\
|
*
Fixes selectors module on Mac OS X.
Dominik Picheta
2014-04-06
1
-0
/
+1
|
*
setLen now used on asyncdispatch.recv's return value on Linux.
Dominik Picheta
2014-04-06
2
-7
/
+2
|
*
Selectors module now uses select on operating systems other than Linux.
Dominik Picheta
2014-04-06
3
-24
/
+14
*
|
updated news.txt
Araq
2014-04-07
1
-1
/
+6
|
/
*
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-04-06
13
-119
/
+287
|
\
|
*
Updates docs and news.
Dominik Picheta
2014-04-06
6
-93
/
+219
|
*
Select implementation in selectors module compiles again.
Dominik Picheta
2014-04-06
1
-3
/
+3
|
*
Documentation for async httpclient. Notes for url modules.
Dominik Picheta
2014-04-06
3
-5
/
+43
|
*
Get rid of incorrect assert in asyncdispatch.
Dominik Picheta
2014-04-06
1
-1
/
+0
|
*
Fixes docgen.
Dominik Picheta
2014-04-06
1
-4
/
+7
|
*
Merge pull request #1071 from ReneSac/devel
Andreas Rumpf
2014-04-06
2
-13
/
+15
|
|
\
|
|
*
Removed trailing ';'.
ReneSac
2014-04-06
1
-1
/
+1
|
|
*
Fix typo in previous commit.
ReneSac
2014-04-06
1
-1
/
+1
|
|
*
Zero is not a power of two. Fix #1047
ReneSac
2014-04-06
1
-12
/
+14
*
|
|
fixes #798
Araq
2014-04-06
12
-2
/
+10
|
/
/
*
|
fixes #297
Araq
2014-04-06
1
-0
/
+32
*
|
doc generation for asyncdispatch works
Araq
2014-04-06
3
-29
/
+32
*
|
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-04-06
5
-23
/
+27
|
\
|
|
*
propagate semExpr flags in macro/template expansion
Zahary Karadjov
2014-04-06
5
-23
/
+27
*
|
fixes #913
Araq
2014-04-06
3
-0
/
+21
*
|
fixes #866
Araq
2014-04-06
1
-0
/
+1
|
/
*
Revent pruneSocketSet to efficient version.
Dominik Picheta
2014-04-05
1
-6
/
+10
*
Modified behaviour of checkBuffer to match new select behaviour. Refs #822.
Dominik Picheta
2014-04-05
2
-15
/
+14
*
Added asynchttpserver module.
Dominik Picheta
2014-04-05
1
-0
/
+177
*
Asyncdispatch fixes.
Dominik Picheta
2014-04-05
2
-7
/
+20
*
Merge branch 'devel' of github.com:Araq/Nimrod into devel
Dominik Picheta
2014-04-05
6
-60
/
+108
|
\
|
*
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-04-05
1
-13
/
+41
|
|
\
|
|
*
Merge pull request #1066 from ithkuil/devel
Dominik Picheta
2014-04-05
1
-13
/
+41
|
|
|
\
|
|
|
*
Support transactions
Jason Livesay
2014-04-04
1
-15
/
+32
|
|
|
*
Allow multi/exec replies so transactions work.
Jason Livesay
2014-04-04
1
-2
/
+13
|
|
|
/
|
*
/
new VM: proper shield against endless recursions
Araq
2014-04-05
1
-2
/
+10
|
|
/
|
*
new VM: fixes for exception handling
Araq
2014-04-04
1
-8
/
+17
|
*
minor VM bugfix
Araq
2014-04-04
2
-2
/
+1
|
*
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-04-03
3
-35
/
+71
|
|
\
|
*
|
gensym'ed symbols work with lambda-lifting; closures produce objects instead ...
Araq
2014-04-03
2
-35
/
+39
*
|
|
Proper handling of disconnections during reading in httpclient.
Dominik Picheta
2014-04-03
1
-1
/
+3
|
|
/
|
/
|
*
|
Async httpclient should now work. Changed recv behaviour.
Dominik Picheta
2014-04-03
3
-35
/
+71
|
/
*
fixes yet another option type
Araq
2014-04-03
3
-8
/
+61
*
Refactored createCb in asyncdispatch.
Dominik Picheta
2014-04-02
2
-35
/
+14
*
added tmissingnilcheck test
Araq
2014-04-02
0
-0
/
+0
*
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-04-02
12
-15
/
+238
|
\
|
*
Merge pull request #1060 from EXetoC/vm-arithmetic-overflow
Andreas Rumpf
2014-04-02
6
-6
/
+105
|
|
\
|
|
*
Remove executable.
EXetoC
2014-03-31
1
-0
/
+0
|
|
*
Add underflow/overflow tests.
EXetoC
2014-03-31
6
-0
/
+56
|
|
*
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
|
|
\
\
\
[next]