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
/
lib
/
core
/
macros.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
clean separation of PNimrodNode and tyExpr
Araq
2012-03-16
1
-4
/
+0
*
implemented 'static'; macros do not work anymore
Araq
2012-03-15
1
-10
/
+10
*
first steps for cleaner static/const distinction
Araq
2012-03-13
1
-1
/
+2
*
unit test for #100
Zahary Karadjov
2012-03-10
1
-1
/
+6
*
Fixed misspelling in lib/core/macros.nim
Dominik Picheta
2012-02-25
1
-1
/
+1
*
helper templates static, eval and emit for easier compile-time code evaluation
Zahary Karadjov
2012-02-24
1
-1
/
+12
*
`do' keyword in the grammar for lambda blocks
Zahary Karadjov
2012-02-10
1
-1
/
+1
*
pragma blocks; fixed line information issue with user defined assertions
Araq
2012-01-17
1
-1
/
+1
*
year 2012 for most copyright headers
Araq
2012-01-02
1
-1
/
+1
*
implemented 'let' statement
Araq
2011-11-29
1
-2
/
+2
*
fixes #60
Araq
2011-11-25
1
-2
/
+2
*
new kind of AST printer that prints indented trees
Zahary Karadjov
2011-11-04
1
-36
/
+73
*
'bind' as a declarative statement
Araq
2011-10-10
1
-1
/
+3
*
new syntactic construct: a{i}
Araq
2011-10-08
1
-1
/
+1
*
Cleaned up the circular dependecies and remaining issues
Zahary Karadjov
2011-10-07
1
-1
/
+1
*
Basic unit testing facilities (suites, fixtures, cases)
Zahary Karadjov
2011-10-07
1
-7
/
+9
*
bugfix: internal error in evalFieldAccess; parseutils.interpolatedFragments o...
Araq
2011-09-26
1
-6
/
+6
*
beginning of a taint mode; type system enhancements
Araq
2011-09-24
1
-11
/
+17
*
Initial implementation of the parseExpr, parseStmt, getAst macro routines:
Zahary Karadjov
2011-09-20
1
-2
/
+16
*
Added AST introspection routines as a part of the standard library
Zahary Karadjov
2011-09-20
1
-0
/
+33
*
finally got rid of nkPassAsOpenArray
Araq
2011-08-16
1
-1
/
+1
*
gc tweaking to gain a few percent of performance
Araq
2011-05-07
1
-56
/
+56
*
grammar changes for table constructor: second part
Araq
2011-04-21
1
-21
/
+1
*
basic thread support; still broken on Windows; untested on Mac OS X
Araq
2011-01-18
1
-0
/
+250