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
/
pure
Commit message (
Expand
)
Author
Age
Files
Lines
*
pragma on/off improvements; endb rewritten
Araq
2012-01-28
1
-2
/
+4
*
bugfixes: tests are green again
Araq
2012-01-13
1
-1
/
+1
*
niminst: diverse improvements; fixes #80
Araq
2012-01-13
1
-7
/
+39
*
even more sys assertions
Araq
2012-01-13
1
-0
/
+3
*
more sysasserts for allocator/gc
Araq
2012-01-12
1
-4
/
+13
*
year 2012 for most copyright headers
Araq
2012-01-02
39
-39
/
+39
*
improved actors.sync
Araq
2011-12-31
1
-2
/
+12
*
GC: use simple balanced tree instead of AVL tree
Araq
2011-12-30
1
-0
/
+302
*
Merge pull request #83 from Amrykid/f449d2b7611b4d945eabe03ffb52b5235c544d80
Araq
2011-12-29
1
-16
/
+23
|
\
|
*
Fixed the documentation for events.nim.
Amrykid
2011-12-29
1
-16
/
+18
|
*
Added containsHandler to events.nim
Amrykid
2011-12-29
1
-0
/
+5
*
|
Merge pull request #81 from Amrykid/master
Araq
2011-12-27
1
-4
/
+5
|
\
|
|
*
Documentation comments + slight code modifications to zipfiles.nim.
Amrykid
2011-12-27
1
-5
/
+3
|
*
Allowed waitForExit to have a specified timeout. (osproc.nim)
Amrykid
2011-12-27
1
-2
/
+5
*
|
added support for advanced substitution expressions
Araq
2011-12-27
2
-111
/
+501
|
/
*
bugfix: compiler errors for explicit initialization of thread local variables...
Araq
2011-12-23
1
-2
/
+4
*
bugfix: environment var caching is now thread safe
Araq
2011-12-22
1
-3
/
+3
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2011-12-22
1
-0
/
+10
|
\
|
*
fixes #77
dom96
2011-12-19
1
-0
/
+10
*
|
code gen can generate code to keep alive stack roots
Araq
2011-12-22
1
-9
/
+34
|
/
*
Merge branch 'master' of github.com:Araq/Nimrod into upstream
Zahary Karadjov
2011-12-11
1
-8
/
+35
|
\
|
*
fixes #71; sorry about the polling implementation
Araq
2011-12-05
1
-8
/
+35
*
|
The test runner will print out encountered exceptions
Zahary Karadjov
2011-12-07
1
-0
/
+4
*
|
New implementation for os.sameFile on Windows
Zahary Karadjov
2011-12-07
2
-16
/
+35
|
/
*
fixes 70
Araq
2011-12-04
1
-7
/
+7
*
bugfixes for .rod files and visual C++
Araq
2011-12-03
1
-2
/
+2
*
Added a `chmod` function to the ftpclient module.
dom96
2011-11-30
1
-1
/
+22
*
Fixed `ftpclient.createDir`.
dom96
2011-11-29
1
-1
/
+4
*
old 'readline' and 'endOfFile' not deprecated anymore; too convenient for 1 l...
Araq
2011-11-29
1
-4
/
+2
*
further steps to get rid of deprecated endOfFile and readLine
Araq
2011-11-29
5
-15
/
+26
*
compiler uses new 'readLine'
Araq
2011-11-27
1
-13
/
+13
*
bugfix: tester compiles again
Araq
2011-11-26
1
-1
/
+1
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2011-11-26
1
-1
/
+31
|
\
|
*
New algorithm for locating and loading nimrod config files.
Zahary Karadjov
2011-11-25
1
-1
/
+31
*
|
deprecated endOfFile and readLine
Araq
2011-11-25
1
-2
/
+24
|
/
*
attempt to fix tunidecode test; GC cares for seq->openArray conversions
Araq
2011-11-21
1
-940
/
+969
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2011-11-20
2
-2
/
+3
|
\
|
*
Fixed test suite on windows
Dominik Picheta
2011-11-19
2
-2
/
+3
*
|
bugfix: 'when' sections in generic objects now work, so TThread[void] compiles
Araq
2011-11-20
2
-2
/
+29
|
/
*
fixed some tests
Araq
2011-11-19
1
-2
/
+2
*
tester: threading tests added
Araq
2011-11-19
1
-10
/
+12
*
bugfix: fixed memory leaks in osproc module
Araq
2011-11-18
1
-16
/
+18
*
new osproc implementation may work with mac os x
Araq
2011-11-18
1
-5
/
+0
*
tester compiles in taint mode again
Araq
2011-11-18
1
-1
/
+1
*
cgen: no type canon for integral types; osproc use posix_spawn instead of for...
Araq
2011-11-18
3
-46
/
+127
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2011-11-15
1
-2
/
+53
|
\
|
*
Added new features to the ftpclient module.
dom96
2011-11-15
1
-2
/
+53
*
|
bugfixes: objects still invalid for constants; fixed a typo concerning 'high'...
Araq
2011-11-15
1
-0
/
+3
|
/
*
new FTPClient module compiles in taint mode
Araq
2011-11-15
1
-21
/
+34
*
tester uses same layout as nimbuild
Araq
2011-11-12
1
-5
/
+5
[next]