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
*
implemented large parts of the 'not nil' checking
Araq
2013-06-09
1
-3
/
+4
*
fixes #287; bugfix: subrange checking is performed again
Araq
2013-04-12
1
-5
/
+6
*
Removes executable bit for text files.
Grzegorz Adam Hankiewicz
2013-03-16
1
-0
/
+0
*
merged upstream master
Zahary Karadjov
2013-01-27
1
-3
/
+3
|
\
|
*
implements #295
Araq
2013-01-08
1
-3
/
+3
*
|
caas is now drivable through stdin
Zahary Karadjov
2012-11-28
1
-6
/
+2
|
/
*
doc2 improvements; small lexer bugfix: backslashes in comments
Araq
2012-11-20
1
-0
/
+8
*
next steps for first class iterators
Araq
2012-11-15
1
-1
/
+3
*
bugfix: stack traces; first class iterators almost working
Araq
2012-11-15
1
-4
/
+12
*
bugfix: exception tracking (still disabled)
Araq
2012-11-01
1
-1
/
+1
*
exception tracking barely works; but disabled
Araq
2012-10-31
1
-1
/
+2
*
fixes #211
Zahary Karadjov
2012-10-13
1
-1
/
+1
*
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
[next]