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
*
bugfix tests/tzeroarray
Araq
2012-01-29
3
-0
/
+22
*
implemented/fixed #92
Araq
2012-01-29
2
-0
/
+33
*
--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
3
-4
/
+16
*
fixes #93
Araq
2012-01-29
1
-1
/
+0
*
fixed #96 as good as technically possible (debug frames are allocated on the ...
Araq
2012-01-29
3
-10
/
+10
*
rebuilt C sources for bootstrapping
Araq
2012-01-28
1
-0
/
+2
*
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
23
-202
/
+517
|
/
*
rebuilt C sources for bootstrapping
Araq
2012-01-18
1
-2
/
+2
*
pragma blocks; fixed line information issue with user defined assertions
Araq
2012-01-17
17
-23
/
+133
*
bugfix: boehm GC improvements
Araq
2012-01-16
1
-4
/
+4
*
better inferfacing to boehm GC
Araq
2012-01-15
2
-13
/
+39
*
project wide configuration file now with suffix '.nimrod.cfg'
Araq
2012-01-15
4
-4
/
+8
*
regenerated C sources
Araq
2012-01-15
0
-0
/
+0
*
removed nimKeepAlive as it's not necessary with interior pointer checking
Araq
2012-01-15
2
-51
/
+20
*
niminst: bugfixes; documentation changes
Araq
2012-01-15
9
-85
/
+70
*
bugfixes: tests are green again
Araq
2012-01-13
2
-2
/
+3
*
GC: growObj: revert to somewhat more efficient version
Araq
2012-01-13
1
-3
/
+3
*
niminst: diverse improvements; fixes #80
Araq
2012-01-13
13
-46
/
+102
*
bugfix: endless recursion in 'semAfterMacroCall'
Araq
2012-01-13
2
-1
/
+5
*
bugfix: invalid indentation for 'else' is detected; optional indentation for ...
Araq
2012-01-13
4
-3
/
+36
*
bugfix: tests/reject/tnoinst.nim is now rejected properly
Araq
2012-01-13
5
-2
/
+27
*
even more sys assertions
Araq
2012-01-13
6
-33
/
+68
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-01-12
2
-1
/
+25
|
\
|
*
New tooltip API for gtk.
dom96
2012-01-12
2
-1
/
+25
*
|
more sysasserts for allocator/gc
Araq
2012-01-12
8
-24
/
+38
*
|
further steps to eliminate generics bugs
Araq
2012-01-11
4
-15
/
+28
|
/
*
GC: interior pointers on stack are not necessarily aligned
Araq
2012-01-10
1
-8
/
+1
*
removed '^ deprecated' message
Araq
2012-01-10
3
-8
/
+5
*
bugfix: debugger works again
Araq
2012-01-08
2
-2
/
+2
*
unsuccessful phantom bug hunting
Araq
2012-01-08
4
-35
/
+44
*
koch: 'update' feature optional for less dependencies
Araq
2012-01-08
1
-52
/
+64
*
disabled tdatabind.nim as it's still to heavy for the compiler
Araq
2012-01-08
1
-0
/
+95
*
adapted titer4 test because of new implicit items/pairs iterators
Araq
2012-01-08
1
-2
/
+2
*
bugfix: command line args are processed again after config files, so that --v...
Araq
2012-01-08
1
-5
/
+5
*
implicit invokation of items/pairs iterators
Araq
2012-01-08
6
-30
/
+72
*
fixes #33
Araq
2012-01-07
3
-26
/
+29
*
bugfix: type alias to generic; generic type not stripped away from for loop v...
Araq
2012-01-07
8
-69
/
+118
*
bugfix: removed newSons legacy
Araq
2012-01-07
4
-10
/
+15
*
test t99bott.nim works now
Araq
2012-01-06
4
-25
/
+24
*
implemented incompleteStruct pragma; embedded debugger works with posix module
Araq
2012-01-05
19
-47
/
+85
[next]