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
/
semstmts.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
almost every pragma is allowed in a 'push' pragma
Araq
2012-11-20
1
-0
/
+2
*
doc2 improvements; small lexer bugfix: backslashes in comments
Araq
2012-11-20
1
-0
/
+4
*
fixes #250
Araq
2012-11-19
1
-1
/
+3
*
added system.finished for first class iterators
Araq
2012-11-17
1
-1
/
+1
*
next steps for first class iterators
Araq
2012-11-15
1
-1
/
+4
*
bugfix: stack traces; first class iterators almost working
Araq
2012-11-15
1
-4
/
+9
*
nimbuild should work again
Araq
2012-11-01
1
-0
/
+1
*
fixes #226
Araq
2012-10-19
1
-2
/
+2
*
fixes #217
Araq
2012-10-13
1
-1
/
+1
*
bugfix: tests should be green again
Araq
2012-10-13
1
-1
/
+10
*
bugfix: fixed broken expr proc bodies
Araq
2012-10-12
1
-2
/
+6
*
syntax compatibility between do blocks and stmt blocks
Zahary Karadjov
2012-10-04
1
-14
/
+30
*
fixes #73
Araq
2012-09-23
1
-1
/
+1
*
bugfix: 'result' cannot be captured in a closure
Araq
2012-09-23
1
-2
/
+3
*
proc bodies can be expressions with a type
Araq
2012-09-22
1
-1
/
+1
*
semExpr/semStmt merged
Araq
2012-09-13
1
-157
/
+45
*
small bugfixes; reactivated tests/compile
Araq
2012-09-11
1
-0
/
+2
*
first steps to deprecate 'nil' statement
Araq
2012-09-09
1
-4
/
+9
*
term rewriting improvements
Araq
2012-09-08
1
-4
/
+4
*
term rewriting macros fully implemented; still buggy
Araq
2012-09-03
1
-0
/
+2
*
next steps towards term rewriting macros; simple examples work
Araq
2012-08-30
1
-11
/
+5
*
first steps towards term rewriting macros
Araq
2012-08-30
1
-2
/
+13
*
parameter passing works the same for macros and templates; use callsite magic...
Araq
2012-08-28
1
-3
/
+0
*
implemented generic templates
Araq
2012-08-27
1
-6
/
+5
*
bindSym suffices; no 'bind' for macros anymore
Araq
2012-08-25
1
-18
/
+0
*
implemented 'bind' for macros
Araq
2012-08-24
1
-0
/
+18
*
next steps to hygienic templates
Araq
2012-08-20
1
-10
/
+6
*
first steps to make templates hygienic
Araq
2012-08-20
1
-12
/
+14
*
next steps for tyVarargs/tyOpenArray split
Araq
2012-08-14
1
-1
/
+1
*
made tests green again
Araq
2012-08-14
1
-1
/
+3
*
top level closures should work; transf is not a pass anymore; next steps for ...
Araq
2012-08-13
1
-27
/
+36
*
idetools: 'usages' and 'def' should work now; documented js backend
Araq
2012-08-05
1
-3
/
+6
*
idetools improvements; preparation of first class iterators; fixes #183
Araq
2012-08-02
1
-9
/
+12
*
made compiler more robust for idetools; implemented idetools.usages
Araq
2012-07-30
1
-5
/
+5
*
more improvements for idetools
Araq
2012-07-30
1
-2
/
+6
*
better error handling for better idetools support
Araq
2012-07-29
1
-71
/
+67
*
added warning for confusing var declarations
Araq
2012-07-26
1
-0
/
+3
*
bugfixes for the symbol mangling; implements #129
Araq
2012-07-19
1
-0
/
+9
*
preparations for making 'closure' the default calling convention for proc types
Araq
2012-07-16
1
-1
/
+1
*
'addSon' for types deprecated for 'int literal type' analysis (3)
Araq
2012-07-09
1
-2
/
+2
*
'addSon' for types deprecated for 'int literal type' analysis (2)
Araq
2012-07-09
1
-3
/
+3
*
bugfix: ha.echo should be accepted
Araq
2012-07-08
1
-2
/
+3
*
added proc annotations: macros invoked as pragmas
Araq
2012-06-26
1
-0
/
+36
*
doc2 improvements
Araq
2012-06-24
1
-2
/
+2
*
bugfixes for closures
Araq
2012-06-21
1
-1
/
+1
*
added another macro regression
Araq
2012-06-20
1
-1
/
+1
*
destructor pragma
Zahary Karadjov
2012-06-07
1
-6
/
+6
*
destructors for case values
Zahary Karadjov
2012-06-07
1
-16
/
+61
*
fix bootstrapping on POSIX platforms
Zahary Karadjov
2012-06-06
1
-0
/
+4
*
generate default destructors
Zahary Karadjov
2012-06-06
1
-8
/
+98
[next]