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
...
*
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
*
bugfix: field names of tuples are treated consistently in the C backend
Araq
2012-05-27
1
-1
/
+1
*
added system.||; lacks runtime support
Araq
2012-05-23
1
-0
/
+29
*
fixes #109
Araq
2012-05-20
1
-0
/
+6
*
fixes #20 properly
Zahary Karadjov
2012-04-15
1
-1
/
+9
*
Proper C scopes for if, try and case statements
Zahary Karadjov
2012-04-12
1
-77
/
+95
*
C variables are created in their enclosing block instead of their enclosing f...
Zahary Karadjov
2012-04-12
1
-63
/
+83
*
re-enable rodfiles tests; fixes #91
Zahary Karadjov
2012-04-11
1
-1
/
+2
*
proper order of initialization for .global. variables
Zahary Karadjov
2012-04-10
1
-1
/
+1
*
Added ``global`` pragma that can be used to introduce new global variables fr...
Zahary Karadjov
2012-04-05
1
-4
/
+9
*
tests tcnstseq and tcnstseq3 work again
Araq
2012-03-28
1
-1
/
+4
*
bugfix #100 again
Araq
2012-03-28
1
-2
/
+2
*
preparations for marker procs generation
Araq
2012-03-19
1
-15
/
+18
[prev]
[next]