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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
browsers module should compile on windows again
Araq
2012-03-10
1
-1
/
+8
*
unit test for #100
Zahary Karadjov
2012-03-10
2
-5
/
+13
*
win64 is a supported target; bugfix: nimrod c -r on windows; stdlib uses wid...
Araq
2012-03-04
6
-153
/
+701
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-02-28
1
-1
/
+1
|
\
|
*
Fixed misspelling in lib/core/macros.nim
Dominik Picheta
2012-02-25
1
-1
/
+1
*
|
prepared niminst for win64 target
Araq
2012-02-28
1
-1
/
+1
|
/
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-02-24
2
-1
/
+26
|
\
|
*
helper templates static, eval and emit for easier compile-time code evaluation
Zahary Karadjov
2012-02-24
2
-1
/
+26
*
|
exported strutils.abbrev
Araq
2012-02-24
3
-15
/
+14
|
/
*
In the IRC module the socket is now closed when EvDisconnected event is created.
dom96
2012-02-20
1
-1
/
+14
*
added matchers.parseInt
Araq
2012-02-20
1
-2
/
+2
*
added system.setControlCHook, system.writeStackTrace
Araq
2012-02-19
4
-2
/
+17
*
bugfix: semfold supports merging of '&'
Araq
2012-02-19
2
-2
/
+19
*
recvLineAsync for non-blocking sockets implemented, as well as recvLine for a...
dom96
2012-02-18
5
-10
/
+83
*
Optimization for the times module; changed let to const.
dom96
2012-02-17
1
-5
/
+5
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-02-17
1
-0
/
+13
|
\
|
*
niminst is now able to create build files for debhelper so that .deb packages...
dom96
2012-02-16
1
-0
/
+13
*
|
bugfix: optimization of complex constant string concatenations
Araq
2012-02-17
1
-1
/
+1
|
/
*
pcre_info has been dropped; http://www.exim.org/lurker/message/20111223.12185...
Dominik Picheta
2012-02-12
1
-2
/
+0
*
Added set_visible_window to gtk2
Dominik Picheta
2012-02-12
1
-0
/
+3
*
Removed ambiguity in gtk2.nim
dom96
2012-02-11
1
-5
/
+0
*
`do' keyword in the grammar for lambda blocks
Zahary Karadjov
2012-02-10
1
-1
/
+1
*
fixes tests for 'system.shallow'
Araq
2012-02-10
1
-2
/
+2
*
fixes tests for 'system.shallow'
Araq
2012-02-10
1
-1
/
+1
*
added 'system.shallow'
Araq
2012-02-09
1
-2
/
+2
*
added 'system.shallow'
Araq
2012-02-09
4
-62
/
+58
*
little fixes for 0.8.14 release
Araq
2012-02-09
1
-1
/
+12
*
version 0.8.14
Araq
2012-02-09
1
-1
/
+1
*
further steps for closure support; added 'system.rawProc', 'system.rawEnv'
Araq
2012-02-08
1
-0
/
+14
*
further steps for closure support
Araq
2012-02-06
1
-5
/
+3
*
further steps to closure support
Araq
2012-02-06
1
-0
/
+3
*
closure implementation: first steps
Araq
2012-02-04
1
-0
/
+18
*
bugfix: reprEnum
Araq
2012-02-02
1
-0
/
+2
*
bugfix: threading on PowerPC
Araq
2012-02-02
1
-3
/
+16
*
optimized parseurl module a bit
Araq
2012-02-01
1
-33
/
+45
*
tlsEmulation:on for windows/GCC
Araq
2012-01-29
1
-1
/
+1
*
implemented/fixed #92
Araq
2012-01-29
1
-0
/
+32
*
--tlsEmulation:on works in debug mode again
Araq
2012-01-29
1
-0
/
+2
*
sysasserts leaner again
Araq
2012-01-29
1
-7
/
+1
*
fixes #89
Araq
2012-01-29
1
-3
/
+7
*
fixed #96 as good as technically possible (debug frames are allocated on the ...
Araq
2012-01-29
2
-6
/
+6
*
removed conflict in system.nim
Araq
2012-01-28
9
-216
/
+846
|
\
|
*
ftpclient fixes for windows.
dom96
2012-01-28
1
-10
/
+14
|
*
Fixed windows os.nim issue that was recently introduced.
dom96
2012-01-27
1
-1
/
+1
|
*
Merge pull request #97 from ddlsmurf/fixes_macosx
Araq
2012-01-22
2
-17
/
+23
|
|
\
|
|
*
Less likely to overload struct timeval
Eric Doughty-Papassideris
2012-01-21
1
-16
/
+12
|
|
*
On Mac OS X 10.5, realpath does not allocate the buffer on its own
Eric Doughty-Papassideris
2012-01-21
1
-0
/
+10
|
|
*
MSG_NOSIGNAL not defined on mac os x
Eric Doughty-Papassideris
2012-01-21
1
-1
/
+1
|
*
|
Added asyncio module; irc, scgi and the ftpclient modules work with it. Added...
dom96
2012-01-22
8
-189
/
+809
|
|
/
*
/
pragma on/off improvements; endb rewritten
Araq
2012-01-28
10
-137
/
+389
|
/
[next]