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
/
ccgexprs.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
cleaner GC switching
Araq
2013-01-31
1
-5
/
+5
*
merged upstream master
Zahary Karadjov
2013-01-27
1
-5
/
+14
|
\
|
*
fixed some closure related bugs
Araq
2013-01-22
1
-1
/
+1
|
*
fixes #270
Araq
2013-01-08
1
-1
/
+1
|
*
first version of ropes.nim with unsafeNew (broken)
Araq
2012-12-02
1
-3
/
+12
*
|
cleaned up some debugging code
Zahary Karadjov
2013-01-20
1
-10
/
+0
*
|
track the "owner" heap object in the ref write barrier
Zahary Karadjov
2012-12-01
1
-4
/
+20
*
|
disables the compile-time rope formatting during bootstrapping
Zahary Karadjov
2012-11-28
1
-90
/
+90
*
|
first batch of rope code converted to `rfmt`
Zahary Karadjov
2012-11-28
1
-37
/
+37
|
/
*
fixes #261
Araq
2012-11-21
1
-1
/
+1
*
bugfix: stack traces; first class iterators almost working
Araq
2012-11-15
1
-1
/
+1
*
fixes #235
Araq
2012-10-24
1
-0
/
+4
*
fixes #230; fixes #227
Araq
2012-10-19
1
-2
/
+3
*
fixes #232
Araq
2012-10-19
1
-1
/
+4
*
fixes #106
Zahary Karadjov
2012-10-16
1
-2
/
+2
*
term rewriting macros fully implemented; still buggy
Araq
2012-09-03
1
-2
/
+2
*
next steps for tyVarargs/tyOpenArray split
Araq
2012-08-14
1
-6
/
+7
*
fixes #178
Araq
2012-07-28
1
-3
/
+3
*
no range checks for conversion to unsigned (but I may reconsider this)
Araq
2012-07-25
1
-1
/
+2
*
fixes #172
Araq
2012-07-25
1
-1
/
+1
*
small bugfix: code generation for nil closures
Araq
2012-07-25
1
-17
/
+28
*
DLLs should work again; fixes #169
Araq
2012-07-24
1
-0
/
+2
*
got rid of some mAddU64 etc. magics
Araq
2012-07-20
1
-5
/
+0
*
removed nimdat in favor of per-module dat init procs
Zahary Karadjov
2012-07-19
1
-6
/
+1
*
equality and hashing for closures
Araq
2012-07-17
1
-1
/
+8
*
make tests green again
Araq
2012-07-17
1
-1
/
+14
*
improved unsigned support
Araq
2012-07-14
1
-33
/
+35
*
fixes cast[int8] bug
Araq
2012-07-12
1
-6
/
+0
*
changed integer promotion rules; breaks bootstrapping and lots of code
Araq
2012-07-08
1
-2
/
+3
*
proper indentation in the generated C code
Zahary Karadjov
2012-06-12
1
-72
/
+72
*
better support for unsigned integers.
Zahary Karadjov
2012-06-11
1
-6
/
+6
*
fix compilation errors when bootstrapping with C++
Zahary Karadjov
2012-06-04
1
-3
/
+12
*
Merge branch 'master' of github.com:Araq/Nimrod into upstream
Zahary Karadjov
2012-06-02
1
-18
/
+18
|
\
|
*
bugfix: field names of tuples are treated consistently in the C backend
Araq
2012-05-27
1
-18
/
+18
*
|
Added system.staticExec proc for executing external command at compile-time
Zahary Karadjov
2012-06-02
1
-0
/
+2
|
/
*
C variables are created in their enclosing block instead of their enclosing f...
Zahary Karadjov
2012-04-12
1
-19
/
+19
*
bugfix #100 again
Araq
2012-03-28
1
-4
/
+4
*
`do' keyword in the grammar for lambda blocks
Zahary Karadjov
2012-02-10
1
-1
/
+3
*
further steps for closure support
Araq
2012-02-06
1
-4
/
+7
*
further steps to closure support
Araq
2012-02-06
1
-4
/
+26
*
pragma on/off improvements; endb rewritten
Araq
2012-01-28
1
-2
/
+2
*
year 2012 for most copyright headers
Araq
2012-01-02
1
-1
/
+1
*
C code gen: generate even better code for the GC
Araq
2011-12-12
1
-6
/
+13
*
compiler takes advantage of 'new(Obj|New)RC1
Araq
2011-12-12
1
-77
/
+84
*
compiler generates volatile temps to keep C compiler from optimizing away sta...
Araq
2011-12-12
1
-16
/
+28
*
codegen uses alias analysis to generate better code
Araq
2011-12-10
1
-5
/
+0
*
alias analysis as required for the code gen and the HLO
Araq
2011-12-08
1
-7
/
+0
*
'assert' is now implemented without compiler magic
Araq
2011-12-04
1
-2
/
+2
*
implemented 'let' statement
Araq
2011-11-29
1
-2
/
+2
*
fixes #31
Araq
2011-11-27
1
-9
/
+3
[next]