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 (
Collapse
)
Author
Age
Files
Lines
*
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
|
|
|
|
|
|
|
|
|
|
AST-to-string conversion procs renamed to repr, treeRepr and lispRepr for better consistency new dumpTree and dumpLisp procs for quick AST inspection of arbitrary nimrod blocks
|
*
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 ↵
dom96
2011-11-04
7
-10
/
+394
|
|
|
|
|
|
|
|
test suite.
*
|
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
|
/
|
|
|
mode
*
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 ↵
dom96
2011-10-30
2
-31
/
+85
|
|
|
|
|
|
|
|
correct error message. Added more disconnection cases in the irc module, also added a message limiting system.
*
|
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
|
*
new compiler option tlsEmulation
Araq
2011-10-27
11
-28
/
+28
|
*
compilation cache: DLL interfacing now works
Araq
2011-10-27
5
-44
/
+44
|
*
compilation cache: various bugfixes; works for the compiler itself
Araq
2011-10-27
13
-145
/
+304
|
*
compilation cache: mostly working; generics not yet
Araq
2011-10-25
17
-2949
/
+160
|
*
compilation cache: multi methods now work
Araq
2011-10-24
5
-26
/
+41
|
*
compilation cache: better dependency checking
Araq
2011-10-23
5
-14
/
+34
|
*
compilation cache: small fixes; methods still not working
Araq
2011-10-23
5
-22
/
+30
|
*
compilation cache: methods have a chance to work
Araq
2011-10-23
7
-35
/
+100
|
*
thread local vs. global system.raiseHook
Araq
2011-10-23
4
-8
/
+22
|
*
documentation for the compilation cache
Araq
2011-10-23
4
-7
/
+112
|
*
rod files: next trivial examples working
Araq
2011-10-22
13
-1034
/
+70
|
*
preparations for proper memmap'ed files
Araq
2011-10-22
4
-32
/
+105
|
*
bugfix: nil -> emptyNode
Araq
2011-10-22
4
-3
/
+4
|
*
trivial change scenario works with symbol files
Araq
2011-10-22
5
-50
/
+65
|
*
got rid of gToTypeInfoId
Araq
2011-10-21
3
-16
/
+6
|
*
got rid of gGeneratedSyms
Araq
2011-10-21
2
-10
/
+16
|
*
further steps for incremental C code generation
Araq
2011-10-21
3
-41
/
+74
|
*
first steps to C file merge operation for incremental compilation
Araq
2011-10-21
8
-118
/
+441
|
*
bugfixes for ROD file generation; nimcache dir is now flat
Araq
2011-10-20
12
-75
/
+104
|
[next]