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
*
cgen: no type canon for integral types; osproc use posix_spawn instead of for...
Araq
2011-11-18
9
-57
/
+152
*
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
8
-15
/
+52
|
/
*
new FTPClient module compiles in taint mode
Araq
2011-11-15
1
-21
/
+34
*
compilation cache: improvement: switching from codegen to 'check only' does n...
Araq
2011-11-15
1
-1
/
+18
*
bugfix: s[1..n] = @[] produced wrong C code
Araq
2011-11-14
4
-15
/
+33
*
tester uses same layout as nimbuild
Araq
2011-11-12
5
-11
/
+281
*
better streams implemenation; fixes #63
Araq
2011-11-12
5
-45
/
+112
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2011-11-12
7
-14
/
+78
|
\
|
*
fixing bootstrapping when stack frames are enabled
Zahary Karadjov
2011-11-10
1
-28
/
+28
|
*
when running unit tests, the tester will print only failures using colorless ...
Zahary Karadjov
2011-11-10
3
-8
/
+27
|
*
Added system.program_results for controlling the exit code of the program und...
Zahary Karadjov
2011-11-10
5
-13
/
+58
*
|
added another test case
Araq
2011-11-12
3
-2
/
+13
|
/
*
GC tests now finally part of testsuite
Araq
2011-11-10
11
-672
/
+79
*
operator precedence changed: assignment like operators are supported; escapin...
Araq
2011-11-09
7
-26
/
+64
*
bugfixes for the testsuite
Araq
2011-11-08
2
-15
/
+18
*
bugfixes for the tester; the tester now supports running of single tests
Araq
2011-11-08
10
-56
/
+76
*
tester checks exitcode; osproc additions; DLL fixes; taint mode fixes
Araq
2011-11-07
13
-81
/
+210
*
better exception behavior for os.removeFile and os.removeDir
Araq
2011-11-06
3
-11
/
+13
*
compilation cache: fixed recently introduced bug (lazy loading of bodies)
Araq
2011-11-06
7
-19
/
+63
*
memfiles now uses winlean; changed the interface to raise EOS
Araq
2011-11-05
8
-70
/
+123
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2011-11-05
6
-72
/
+252
|
\
|
*
logical typo in the previous commit
Zahary Karadjov
2011-11-04
1
-3
/
+3
|
*
new kind of AST printer that prints indented trees
Zahary Karadjov
2011-11-04
4
-42
/
+76
|
*
memory-mapped files for posix and windows
Zahary Karadjov
2011-11-04
2
-30
/
+176
*
|
todo.txt changes
Araq
2011-11-05
2
-2
/
+1
*
|
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2011-11-04
7
-10
/
+394
|
\
|
|
*
Added ftpclient module. Fixed docs in sockets module. Added dll tests to test...
dom96
2011-11-04
7
-10
/
+394
*
|
documented --recursivePath
Araq
2011-11-04
1
-0
/
+1
|
/
*
bugfix: new GCC version requires -ldl to come after object files
Araq
2011-11-03
5
-43
/
+51
*
bugfix: code gen for constant sequences
Araq
2011-11-02
1
-2
/
+7
*
fix of recently introduced parsing bug
Araq
2011-11-02
1
-1
/
+1
*
fixes #2
Araq
2011-11-02
2
-4
/
+3
*
fixes #59
Araq
2011-11-02
2
-0
/
+12
*
small bugfixes to make more tests green
Araq
2011-11-02
11
-11
/
+40
*
DLL generation may work again
Araq
2011-11-02
5
-9
/
+30
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2011-11-02
4
-13
/
+14
|
\
|
*
Fixed the tester. Some fixes and additions for the JS backend.
dom96
2011-10-31
4
-13
/
+14
*
|
better code generation for constant aggregates
Araq
2011-11-02
10
-32
/
+79
*
|
bugfix: template t(f_no_Type) does not crash the compiler anymore in 'check' ...
Araq
2011-10-30
1
-0
/
+6
|
/
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2011-10-30
2
-31
/
+85
|
\
|
*
Fixed issue with some functions in the sockets module not reporting the corre...
dom96
2011-10-30
2
-31
/
+85
*
|
lazy loading of body ast implemented
Araq
2011-10-30
21
-83
/
+152
*
|
compilation cache: slurped files are a dependency too
Araq
2011-10-30
4
-2
/
+12
|
/
*
constant folding for cnst[i] and cnst.attr
Araq
2011-10-29
5
-49
/
+78
*
splicing tested and documented
Araq
2011-10-28
7
-30
/
+72
*
eval context for macros lives as long as the current module is compiled
Araq
2011-10-28
6
-25
/
+68
*
JS backend: supports methods (untested)
Araq
2011-10-28
2
-16
/
+23
*
compilation cache: tests now part of test suite
Araq
2011-10-27
19
-46
/
+250
[next]