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
*
fixes #866
Araq
2014-04-06
1
-0
/
+1
*
fixes #404
Araq
2014-03-23
1
-11
/
+1
*
implements higher-order inline iterators and return type inference for iterators
Zahary Karadjov
2014-03-08
1
-5
/
+7
*
split the inline and closure iterators into different symbol kinds for easier...
Zahary Karadjov
2014-03-06
1
-4
/
+3
*
fixes #584
Araq
2014-02-14
1
-0
/
+1
*
Merge branch 'devel' of https://www.github.com/Araq/Nimrod into devel
Zahary Karadjov
2014-01-26
1
-4
/
+7
|
\
|
*
closure iterators almost work
Araq
2014-01-23
1
-6
/
+6
|
*
next steps for closure iterators
Araq
2014-01-22
1
-0
/
+3
*
|
implements #766;
Zahary Karadjov
2014-01-24
1
-1
/
+1
|
/
*
'nil' as a statement is deprecated, use an empty 'discard' instead
Araq
2014-01-19
1
-2
/
+2
*
case consistency: cs:partial bootstraps on windows
Araq
2013-12-29
1
-2
/
+2
*
case consistency: next steps
Araq
2013-12-29
1
-24
/
+24
*
case consistency part 4
Araq
2013-12-27
1
-13
/
+13
*
case consistency part 1
Araq
2013-12-27
1
-1
/
+1
*
VM now supports lambda lifting
Araq
2013-11-06
1
-4
/
+1
*
improvements for TR macros
Araq
2013-09-17
1
-0
/
+30
*
fixes lots of regressions
Araq
2013-06-29
1
-1
/
+1
*
some small performance improvement for the evaluator
Araq
2013-06-28
1
-14
/
+15
*
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
[next]