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
/
ccgstmts.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
gensym'ed symbols work with lambda-lifting; closures produce objects instead ...
Araq
2014-04-03
1
-1
/
+1
*
split the inline and closure iterators into different symbol kinds for easier...
Zahary Karadjov
2014-03-06
1
-1
/
+1
*
Fixed #688 : return in except statments. Also fixed return in finally stateme...
Audun Wilhelmsen
2014-02-23
1
-16
/
+25
*
Fixed issue 391 (nested break in except-stmts)
Audun Wilhelmsen
2014-02-16
1
-9
/
+25
*
case consistency: cs:partial bootstraps on windows
Araq
2013-12-29
1
-8
/
+8
*
case consistency: next steps
Araq
2013-12-29
1
-2
/
+2
*
case consistency part 4
Araq
2013-12-27
1
-27
/
+27
*
case consistency part 1
Araq
2013-12-27
1
-16
/
+16
*
Merge branch 'master' of https://github.com/Araq/Nimrod into vm2
Araq
2013-12-23
1
-1
/
+6
|
\
|
*
implemented 'injectStmt'; more debug support
Araq
2013-12-16
1
-1
/
+6
*
|
computed goto now works; some progress on the new VM
Araq
2013-10-25
1
-2
/
+17
|
/
*
implemented top level asm statements
Araq
2013-10-07
1
-1
/
+5
*
fixes #576
Araq
2013-09-18
1
-2
/
+3
*
better support for GNU's assembler
Araq
2013-09-03
1
-9
/
+25
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2013-08-22
1
-1
/
+1
|
\
|
*
work-in-progress for compiling generics in their owner module
Zahary Karadjov
2013-08-19
1
-1
/
+1
*
|
fixed and documented computedGoto pragma
Araq
2013-08-22
1
-1
/
+4
|
/
*
implemented computed goto support
Araq
2013-08-13
1
-1
/
+60
*
fixes #532
Araq
2013-08-01
1
-0
/
+1
*
fixes #501
Araq
2013-07-01
1
-1
/
+1
*
fixed: typo
Araq
2013-05-03
1
-1
/
+1
*
completed expr/stmt unification
Araq
2013-05-03
1
-122
/
+76
*
revert new scope for 'if'
Araq
2013-05-02
1
-1
/
+2
*
tester should work again; documented (;)
Araq
2013-04-30
1
-5
/
+7
*
first steps to the expr/stmt unification
Araq
2013-04-30
1
-3
/
+2
*
Removes executable bit for text files.
Grzegorz Adam Hankiewicz
2013-03-16
1
-0
/
+0
*
documented object constrs; endb works again
Araq
2013-03-09
1
-17
/
+21
*
preparations for a generational GC
Araq
2013-02-16
1
-1
/
+2
*
code cleanup for mark&sweep GC
Araq
2013-02-07
1
-1
/
+1
*
first version of a simple mark&sweep GC; activate with --gc:markAndSweep
Araq
2013-02-07
1
-2
/
+11
*
merged upstream master
Zahary Karadjov
2013-01-27
1
-1
/
+6
|
\
|
*
fixes #277; documentation improvements
Araq
2012-12-17
1
-0
/
+4
|
*
implemented 'import except'
Araq
2012-11-28
1
-1
/
+2
*
|
disables the compile-time rope formatting during bootstrapping
Zahary Karadjov
2012-11-28
1
-22
/
+22
*
|
first batch of rope code converted to `rfmt`
Zahary Karadjov
2012-11-28
1
-3
/
+1
|
/
*
next steps for first class iterators
Araq
2012-11-15
1
-3
/
+5
*
improvements for first class iterators
Araq
2012-11-15
1
-1
/
+6
*
bugfix: stack traces; first class iterators almost working
Araq
2012-11-15
1
-1
/
+9
*
bugfix: closures as default param values
Zahary Karadjov
2012-10-06
1
-5
/
+0
*
improved support for typedesc values
Zahary Karadjov
2012-09-25
1
-0
/
+1
*
implemented a stack trace profiler
Araq
2012-09-15
1
-0
/
+4
*
first steps for overloading support of passing blocks; bugfix: test results o...
Araq
2012-09-11
1
-1
/
+1
*
first steps to deprecate 'nil' statement
Araq
2012-09-09
1
-3
/
+4
*
openarray/varargs split; breaks bootstrapping
Araq
2012-08-16
1
-1
/
+1
*
top level closures should work; transf is not a pass anymore; next steps for ...
Araq
2012-08-13
1
-2
/
+1
*
idetools improvements; preparation of first class iterators; fixes #183
Araq
2012-08-02
1
-0
/
+21
*
proper indentation in the generated C code
Zahary Karadjov
2012-06-12
1
-61
/
+65
*
fix compilation errors when bootstrapping with C++
Zahary Karadjov
2012-06-04
1
-5
/
+5
*
codegen for C++ exceptions
Zahary Karadjov
2012-06-03
1
-64
/
+72
*
bugfix: finally blocks were not executed when the except block is exited by r...
Zahary Karadjov
2012-06-03
1
-11
/
+18
[next]