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
/
renderer.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
implements/fixes #195
Araq
2012-09-22
1
-1
/
+2
*
proc bodies can be expressions with a type
Araq
2012-09-22
1
-0
/
+4
*
term rewriting macros fully implemented; still buggy
Araq
2012-09-03
1
-6
/
+11
*
next steps towards term rewriting macros; simple examples work
Araq
2012-08-30
1
-4
/
+5
*
first steps towards term rewriting macros
Araq
2012-08-30
1
-6
/
+17
*
parameter passing works the same for macros and templates; use callsite magic...
Araq
2012-08-28
1
-1
/
+1
*
distinguish properly between nkOpen and nkClosedSymChoice
Araq
2012-08-26
1
-2
/
+3
*
made compiler more robust for idetools; implemented idetools.usages
Araq
2012-07-30
1
-1
/
+3
*
';' now valid for parameter lists
Araq
2012-07-11
1
-4
/
+9
*
added devel/logging; weakrefs test; next steps for proper unsigned support
Araq
2012-07-05
1
-2
/
+2
*
docgen2 improvements
Araq
2012-06-23
1
-2
/
+16
*
docgen2 improvements
Araq
2012-06-23
1
-9
/
+32
*
better support for unsigned integers.
Zahary Karadjov
2012-06-11
1
-0
/
+6
*
added system.||; lacks runtime support
Araq
2012-05-23
1
-1
/
+1
*
Merge branch 'master' of github.com:Araq/Nimrod into upstream
Zahary Karadjov
2012-04-10
1
-1
/
+5
|
\
|
*
fixed another docgen bug; initial mongodb wrapper
Araq
2012-04-06
1
-1
/
+5
*
|
when expressions, proper rendering for nkDo and nkLambda and parser support f...
Zahary Karadjov
2012-04-05
1
-5
/
+21
|
/
*
implemented 'static'; macros do not work anymore
Araq
2012-03-15
1
-0
/
+16
*
`do' keyword in the grammar for lambda blocks
Zahary Karadjov
2012-02-10
1
-2
/
+2
*
version 0.8.14
Araq
2012-02-09
1
-0
/
+3
*
further steps to closure support
Araq
2012-02-06
1
-2
/
+2
*
pragma on/off improvements; endb rewritten
Araq
2012-01-28
1
-0
/
+2
*
pragma blocks; fixed line information issue with user defined assertions
Araq
2012-01-17
1
-0
/
+11
*
year 2012 for most copyright headers
Araq
2012-01-02
1
-1
/
+1
*
implemented 'let' statement
Araq
2011-11-29
1
-12
/
+15
*
lazy loading of body ast implemented
Araq
2011-10-30
1
-1
/
+1
*
'bind' as a declarative statement
Araq
2011-10-10
1
-0
/
+4
*
new syntactic construct: a{i}
Araq
2011-10-08
1
-1
/
+7
*
finally got rid of nkPassAsOpenArray
Araq
2011-08-16
1
-4
/
+2
*
old pointer deref operator completely removed
Araq
2011-07-23
1
-1
/
+1
*
bugfix: generic instantiation across module boundaries
Araq
2011-06-06
1
-14
/
+12
*
deprecated system.copy: use system.substr instead
Araq
2011-05-14
1
-1
/
+1
*
cleaned up the tests; fixes #30; fixes #26
Araq
2011-05-01
1
-3
/
+6
*
grammar changes for table constructor: second part
Araq
2011-04-21
1
-2
/
+9
*
got rid of some arcane module names
Araq
2011-04-21
1
-0
/
+1104