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
/
transf.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
small bugfixes; reactivated tests/compile
Araq
2012-09-11
1
-3
/
+8
*
first steps to deprecate 'nil' statement
Araq
2012-09-09
1
-15
/
+8
*
bugfix for methods (comment in #185)
Araq
2012-08-22
1
-4
/
+7
*
next steps to hygienic templates
Araq
2012-08-20
1
-4
/
+2
*
next steps for tyVarargs/tyOpenArray split
Araq
2012-08-14
1
-2
/
+2
*
made tests green again
Araq
2012-08-14
1
-1
/
+0
*
top level closures should work; transf is not a pass anymore; next steps for ...
Araq
2012-08-13
1
-113
/
+56
*
implements #173
Araq
2012-07-28
1
-2
/
+0
*
added warning for confusing var declarations
Araq
2012-07-26
1
-1
/
+10
*
preparations for making 'closure' the default calling convention for proc types
Araq
2012-07-16
1
-8
/
+0
*
changed integer promotion rules; breaks bootstrapping and lots of code
Araq
2012-07-08
1
-1
/
+0
*
added devel/logging; weakrefs test; next steps for proper unsigned support
Araq
2012-07-05
1
-2
/
+11
*
fixes #150; next steps for proper unsigned support
Araq
2012-07-03
1
-1
/
+2
*
changed integer promotion rules; added math.fmod
Araq
2012-06-28
1
-2
/
+2
*
doc2 improvements
Araq
2012-06-24
1
-1
/
+4
*
somewhat working closures
Araq
2012-06-19
1
-4
/
+11
*
first implementation of new lambda lifting
Araq
2012-06-15
1
-13
/
+24
*
first steps to working closures
Araq
2012-06-03
1
-12
/
+2
*
added system.||; lacks runtime support
Araq
2012-05-23
1
-1
/
+5
*
fixes #109
Araq
2012-05-20
1
-9
/
+42
*
thoughts about 'continue/break' bug
Araq
2012-05-10
1
-0
/
+4
*
Merge branch 'master' of github.com:Araq/Nimrod into upstream
Zahary Karadjov
2012-03-31
1
-8
/
+0
|
\
|
*
attempt to fix a bug concerning implicit type conversions in case statements
Araq
2012-03-27
1
-8
/
+0
*
|
tyOrdinal now means "integral types". tyTypeClass created to take care of typ...
Zahary Karadjov
2012-03-22
1
-1
/
+1
|
/
*
attempt to make tests green again
Araq
2012-03-11
1
-1
/
+1
*
bugfix: optimization of complex constant string concatenations
Araq
2012-02-17
1
-4
/
+6
*
further steps for closure support; added 'system.rawProc', 'system.rawEnv'
Araq
2012-02-08
1
-0
/
+7
*
further steps for closure support
Araq
2012-02-08
1
-4
/
+13
*
further steps for closure support
Araq
2012-02-06
1
-1
/
+2
*
further steps to closure support
Araq
2012-02-06
1
-2
/
+8
*
closure implementation: first steps
Araq
2012-02-04
1
-83
/
+9
*
year 2012 for most copyright headers
Araq
2012-01-02
1
-1
/
+1
*
'assert' is now implemented without compiler magic
Araq
2011-12-04
1
-1
/
+1
*
implemented 'let' statement
Araq
2011-11-29
1
-3
/
+3
*
bugfixes: objects still invalid for constants; fixed a typo concerning 'high'...
Araq
2011-11-15
1
-3
/
+8
*
better code generation for constant aggregates
Araq
2011-11-02
1
-2
/
+7
*
lazy loading of body ast implemented
Araq
2011-10-30
1
-8
/
+11
*
constant folding for cnst[i] and cnst.attr
Araq
2011-10-29
1
-1
/
+3
*
compilation cache: small fixes; methods still not working
Araq
2011-10-23
1
-2
/
+2
*
compilation cache: methods have a chance to work
Araq
2011-10-23
1
-2
/
+8
*
code generator supports constant sequences; more consistent compile time eval...
Araq
2011-10-07
1
-12
/
+12
*
implemented --nimcache config option; big clean up of magic words
Araq
2011-08-19
1
-34
/
+0
*
inlining of 'var openarray' iterators now work
Araq
2011-08-18
1
-24
/
+47
*
finally got rid of nkPassAsOpenArray
Araq
2011-08-16
1
-14
/
+7
*
anonymous procs implemented; however no closure support yet
Araq
2011-08-01
1
-0
/
+2
*
'var T' for iterators
Araq
2011-07-31
1
-2
/
+8
*
bugfixes; step one for 'var T' as return type support
Araq
2011-07-28
1
-2
/
+2
*
bugfix: invoking a generic iterator twice triggers a code gen bug (titer2)
Araq
2011-06-20
1
-4
/
+6
*
bugfix: typeinfo generation for tuples
Araq
2011-06-19
1
-6
/
+6
*
tuple unpacking is not enforced in for loops anymore
Araq
2011-06-15
1
-1
/
+4
[next]