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
/
compiler
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
unused constants are optimized away
Araq
2011-11-22
3
-36
/
+45
*
proper error message when attempting to eval C'imported procs
Araq
2011-11-20
2
-61
/
+52
*
bugfix: 'when' sections in generic objects now work, so TThread[void] compiles
Araq
2011-11-20
8
-73
/
+117
*
tester: threading tests added
Araq
2011-11-19
2
-5
/
+6
*
macros and templates can be expanded anywhere where a type is expected.
Zahary Karadjov
2011-11-18
5
-35
/
+79
*
cgen: no type canon for integral types; osproc use posix_spawn instead of for...
Araq
2011-11-18
3
-5
/
+10
*
bugfixes: objects still invalid for constants; fixed a typo concerning 'high'...
Araq
2011-11-15
4
-14
/
+19
*
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
3
-14
/
+33
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2011-11-12
1
-2
/
+2
|
\
|
*
Added system.program_results for controlling the exit code of the program und...
Zahary Karadjov
2011-11-10
1
-2
/
+2
*
|
added another test case
Araq
2011-11-12
1
-1
/
+1
|
/
*
operator precedence changed: assignment like operators are supported; escapin...
Araq
2011-11-09
1
-14
/
+24
*
compilation cache: fixed recently introduced bug (lazy loading of bodies)
Araq
2011-11-06
3
-18
/
+33
*
memfiles now uses winlean; changed the interface to raise EOS
Araq
2011-11-05
1
-1
/
+4
*
new kind of AST printer that prints indented trees
Zahary Karadjov
2011-11-04
2
-4
/
+1
*
bugfix: new GCC version requires -ldl to come after object files
Araq
2011-11-03
1
-5
/
+5
*
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
1
-1
/
+3
*
fixes #59
Araq
2011-11-02
1
-0
/
+3
*
small bugfixes to make more tests green
Araq
2011-11-02
4
-3
/
+15
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2011-11-02
1
-1
/
+1
|
\
|
*
Fixed the tester. Some fixes and additions for the JS backend.
dom96
2011-10-31
1
-1
/
+1
*
|
better code generation for constant aggregates
Araq
2011-11-02
7
-23
/
+67
*
|
bugfix: template t(f_no_Type) does not crash the compiler anymore in 'check' ...
Araq
2011-10-30
1
-0
/
+6
|
/
*
lazy loading of body ast implemented
Araq
2011-10-30
19
-64
/
+126
*
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
4
-12
/
+71
*
eval context for macros lives as long as the current module is compiled
Araq
2011-10-28
4
-18
/
+44
*
JS backend: supports methods (untested)
Araq
2011-10-28
1
-14
/
+22
*
new compiler option tlsEmulation
Araq
2011-10-27
7
-23
/
+23
*
compilation cache: DLL interfacing now works
Araq
2011-10-27
4
-42
/
+42
*
compilation cache: various bugfixes; works for the compiler itself
Araq
2011-10-27
12
-142
/
+301
*
compilation cache: mostly working; generics not yet
Araq
2011-10-25
10
-49
/
+93
*
compilation cache: multi methods now work
Araq
2011-10-24
4
-21
/
+36
*
compilation cache: better dependency checking
Araq
2011-10-23
4
-9
/
+31
*
compilation cache: small fixes; methods still not working
Araq
2011-10-23
4
-18
/
+26
*
compilation cache: methods have a chance to work
Araq
2011-10-23
4
-22
/
+69
*
rod files: next trivial examples working
Araq
2011-10-22
9
-1029
/
+32
*
preparations for proper memmap'ed files
Araq
2011-10-22
2
-31
/
+51
*
bugfix: nil -> emptyNode
Araq
2011-10-22
2
-2
/
+2
*
trivial change scenario works with symbol files
Araq
2011-10-22
4
-50
/
+64
*
got rid of gToTypeInfoId
Araq
2011-10-21
2
-15
/
+4
*
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
7
-116
/
+422
*
bugfixes for ROD file generation; nimcache dir is now flat
Araq
2011-10-20
11
-75
/
+103
*
much more efficient rod file generation
Araq
2011-10-18
1
-0
/
+1
*
much more efficient rod file generation
Araq
2011-10-18
16
-522
/
+611
[prev]
[next]