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
*
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
*
'bind' as a declarative statement
Araq
2011-10-10
10
-60
/
+102
*
new syntactic construct: a{i}
Araq
2011-10-08
4
-8
/
+31
*
slurp uses path; unidecode is improved and threadsafe
Araq
2011-10-08
2
-20
/
+20
*
Cleaned up the circular dependecies and remaining issues
Zahary Karadjov
2011-10-07
8
-59
/
+77
*
Basic unit testing facilities (suites, fixtures, cases)
Zahary Karadjov
2011-10-07
4
-9
/
+24
*
getAst works correctly with existing AST values as template/macro arguments
Zahary Karadjov
2011-10-07
5
-59
/
+125
*
code generator supports constant sequences; more consistent compile time eval...
Araq
2011-10-07
11
-82
/
+123
*
c2nim: bugfix: parsing of typedef'ed function pointers
Araq
2011-09-28
2
-11
/
+8
*
bugfix: overloading resolution for typeof
Araq
2011-09-27
5
-20
/
+16
*
bugfix: internal error in evalFieldAccess; parseutils.interpolatedFragments o...
Araq
2011-09-26
1
-12
/
+16
*
renamed optional to discardable
Araq
2011-09-24
4
-9
/
+9
*
implemented optional pragma for implicit discard
Araq
2011-09-24
7
-15
/
+21
*
l-values are preserved modulo type distinction
Araq
2011-09-24
4
-7
/
+14
*
more fixes to get rid of tyPureObject
Araq
2011-09-24
1
-1
/
+1
*
got rid of akPureObject
Araq
2011-09-24
1
-1
/
+2
*
got rid of tyPureObject; broke bootstrapping; use generated C code
Araq
2011-09-24
1
-1
/
+5
*
got rid of tyPureObject; broke bootstrapping; use generated C code
Araq
2011-09-24
3
-5
/
+11
*
Merge branch 'master' of git@github.com:Araq/Nimrod
Araq
2011-09-24
1
-38
/
+70
|
\
[next]