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
/
ast.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
micro optimizations for the evaluation engine
Araq
2013-02-14
1
-4
/
+6
*
added GC_addCycleRoot
Araq
2013-02-12
1
-3
/
+4
*
merged upstream master
Zahary Karadjov
2013-01-27
1
-3
/
+6
|
\
|
*
fixes #293
Araq
2013-01-08
1
-1
/
+1
|
*
constraint now part of the parameter symbol and not of the type
Araq
2012-12-05
1
-1
/
+1
|
*
implemented 'import except'
Araq
2012-11-28
1
-2
/
+3
|
*
first steps for the 'export' feature
Araq
2012-11-28
1
-0
/
+2
*
|
minor bug fixes to make some tests green
Zahary Karadjov
2013-01-21
1
-1
/
+8
*
|
track the "owner" heap object in the ref write barrier
Zahary Karadjov
2012-12-01
1
-0
/
+3
*
|
temporary debugging code for the memory leak investigation
Zahary Karadjov
2012-11-28
1
-1
/
+1
*
|
store the instantiation cache in the generic symbol
Zahary Karadjov
2012-11-28
1
-6
/
+22
*
|
CaaS in-memory caching
Zahary Karadjov
2012-11-28
1
-0
/
+8
|
/
*
first steps for 'not nil' annotation
Araq
2012-11-25
1
-0
/
+2
*
added missing type flags
Araq
2012-11-23
1
-4
/
+10
*
added 2 necessary node kinds
Araq
2012-11-21
1
-0
/
+3
*
fixes #250
Araq
2012-11-19
1
-1
/
+1
*
added system.finished for first class iterators
Araq
2012-11-17
1
-1
/
+1
*
bugfix: stack traces; first class iterators almost working
Araq
2012-11-15
1
-1
/
+2
*
AST quasi-quoting for macros
Zahary Karadjov
2012-11-11
1
-1
/
+2
*
bugfix: wrong assertions for C++ code generation; some solaris support; first...
Araq
2012-10-30
1
-0
/
+7
*
Improved support for nkSymChoices in type coercions
Zahary Karadjov
2012-10-15
1
-0
/
+1
*
fixes #211
Zahary Karadjov
2012-10-13
1
-0
/
+5
*
syntax compatibility between do blocks and stmt blocks
Zahary Karadjov
2012-10-04
1
-1
/
+12
*
implemented case expressions
Zahary Karadjov
2012-10-03
1
-0
/
+5
*
implemented return type inference
Zahary Karadjov
2012-10-03
1
-0
/
+2
*
improved support for typedesc values
Zahary Karadjov
2012-09-25
1
-0
/
+6
*
proc bodies can be expressions with a type
Araq
2012-09-22
1
-0
/
+1
*
semExpr/semStmt merged
Araq
2012-09-13
1
-0
/
+4
*
term rewriting macros fully implemented; still buggy
Araq
2012-09-03
1
-5
/
+18
*
next steps towards term rewriting macros; simple examples work
Araq
2012-08-30
1
-8
/
+9
*
first steps towards term rewriting macros
Araq
2012-08-30
1
-5
/
+10
*
parameter passing works the same for macros and templates; use callsite magic...
Araq
2012-08-28
1
-1
/
+1
*
distinguish properly between nkOpen and nkClosedSymChoice
Araq
2012-08-26
1
-1
/
+7
*
bindSym suffices; no 'bind' for macros anymore
Araq
2012-08-25
1
-1
/
+1
*
objects with no ancestor are not implicitely final
Araq
2012-08-24
1
-2
/
+3
*
implemented 'bind' for macros
Araq
2012-08-24
1
-0
/
+1
*
next steps to hygienic templates
Araq
2012-08-20
1
-7
/
+11
*
first steps to make templates hygienic
Araq
2012-08-20
1
-15
/
+3
*
bycopy/byref for object/tuple types
Araq
2012-08-16
1
-2
/
+4
*
next steps for tyVarargs/tyOpenArray split
Araq
2012-08-14
1
-1
/
+2
*
first steps for varargs support
Araq
2012-08-13
1
-1
/
+1
*
top level closures should work; transf is not a pass anymore; next steps for ...
Araq
2012-08-13
1
-1
/
+3
*
idetools: 'usages' and 'def' should work now; documented js backend
Araq
2012-08-05
1
-1
/
+2
*
idetools improvements
Araq
2012-08-03
1
-0
/
+1
*
idetools improvements; preparation of first class iterators; fixes #183
Araq
2012-08-02
1
-1
/
+3
*
next steps for closure consistency; fixes #176
Araq
2012-07-25
1
-0
/
+8
*
added system.compiles
Araq
2012-07-20
1
-1
/
+2
*
got rid of some mAddU64 etc. magics
Araq
2012-07-20
1
-2
/
+2
*
removed nimdat in favor of per-module dat init procs
Zahary Karadjov
2012-07-19
1
-0
/
+2
*
make tests green again
Araq
2012-07-17
1
-1
/
+1
[next]