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
*
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
*
better streams implemenation; fixes #63
Araq
2011-11-12
2
-34
/
+98
*
when running unit tests, the tester will print only failures using colorless ...
Zahary Karadjov
2011-11-10
1
-8
/
+24
*
Added system.program_results for controlling the exit code of the program und...
Zahary Karadjov
2011-11-10
1
-11
/
+20
*
bugfixes for the testsuite
Araq
2011-11-08
1
-1
/
+1
*
bugfixes for the tester; the tester now supports running of single tests
Araq
2011-11-08
1
-7
/
+5
*
tester checks exitcode; osproc additions; DLL fixes; taint mode fixes
Araq
2011-11-07
4
-14
/
+50
*
better exception behavior for os.removeFile and os.removeDir
Araq
2011-11-06
1
-5
/
+10
*
memfiles now uses winlean; changed the interface to raise EOS
Araq
2011-11-05
3
-66
/
+55
*
memory-mapped files for posix and windows
Zahary Karadjov
2011-11-04
1
-30
/
+173
*
Added ftpclient module. Fixed docs in sockets module. Added dll tests to test...
dom96
2011-11-04
3
-10
/
+375
*
bugfix: new GCC version requires -ldl to come after object files
Araq
2011-11-03
2
-32
/
+22
*
small bugfixes to make more tests green
Araq
2011-11-02
2
-4
/
+7
*
Fixed the tester. Some fixes and additions for the JS backend.
dom96
2011-10-31
1
-2
/
+2
*
Fixed issue with some functions in the sockets module not reporting the corre...
dom96
2011-10-30
2
-31
/
+85
*
compilation cache: mostly working; generics not yet
Araq
2011-10-25
1
-28
/
+28
*
rod files: next trivial examples working
Araq
2011-10-22
1
-1
/
+1
*
preparations for proper memmap'ed files
Araq
2011-10-22
1
-0
/
+51
*
new syntactic construct: a{i}
Araq
2011-10-08
1
-1
/
+1
*
slurp uses path; unidecode is improved and threadsafe
Araq
2011-10-08
3
-23
/
+31
*
*Pimped up* the test runner with colorful output
Zahary Karadjov
2011-10-07
2
-7
/
+39
[next]