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
*
static params: expr[T] is now static[T]
Zahary Karadjov
2013-12-19
1
-9
/
+11
*
removed 'system.eval'
Araq
2013-11-27
1
-1
/
+1
*
support for multiple modules of the same name; niminst supports 'platforms'; ...
Araq
2013-09-24
1
-1
/
+1
*
added 'newLit'
Araq
2013-09-10
1
-1
/
+21
*
implemented the using statement
Zahary Karadjov
2013-08-31
1
-1
/
+1
*
parsing of user defined type classes
Zahary Karadjov
2013-08-23
1
-1
/
+1
*
Improved documentation for macros.newProc.
Dominik Picheta
2013-07-31
1
-0
/
+3
*
Added macros.newIfStmt and macros.newVarStmt.
Dominik Picheta
2013-07-25
1
-1
/
+23
*
added macros.genSym
Araq
2013-07-24
1
-3
/
+10
*
made macros.dumptree and dumplisp immediate, deprecated the *_imm versions
Billingsly Wetherfordshire
2013-06-04
1
-4
/
+4
*
don't deprecate macros.! breaks too much code
Araq
2013-05-20
1
-28
/
+30
*
Update macros.nim
Billingsly Wetherfordshire
2013-05-19
1
-29
/
+33
*
add macro_dsl api
Billingsly Wetherfordshire
2013-05-19
1
-0
/
+233
*
Update macros.nim
Billingsly Wetherfordshire
2013-04-25
1
-6
/
+8
*
bugfix evals.nim
Araq
2013-04-07
1
-2
/
+4
*
added immediate versions of macros.dumpLisp and dumpTree
Araq
2013-03-25
1
-0
/
+6
*
Removes executable bit for text files.
Grzegorz Adam Hankiewicz
2013-03-16
1
-0
/
+0
*
first steps to implement object construction expressions
Araq
2013-03-07
1
-1
/
+2
*
micro optimizations for the evaluation engine
Araq
2013-02-14
1
-5
/
+6
*
implemented 'import except'
Araq
2012-11-28
1
-3
/
+5
*
first steps for the 'export' feature
Araq
2012-11-28
1
-2
/
+8
*
added 2 necessary node kinds
Araq
2012-11-21
1
-1
/
+4
*
fixed a typo
Zahary Karadjov
2012-11-11
1
-1
/
+1
*
AST quasi-quoting for macros
Zahary Karadjov
2012-11-11
1
-0
/
+29
*
fixes #120
Zahary Karadjov
2012-10-04
1
-4
/
+2
*
syntax compatibility between do blocks and stmt blocks
Zahary Karadjov
2012-10-04
1
-1
/
+1
*
experimental support for querying the type of expressions within macros
Zahary Karadjov
2012-10-03
1
-336
/
+330
*
proc bodies can be expressions with a type
Araq
2012-09-22
1
-1
/
+1
*
term rewriting macros fully implemented; still buggy
Araq
2012-09-03
1
-2
/
+5
*
next steps towards term rewriting macros; simple examples work
Araq
2012-08-30
1
-1
/
+1
*
first steps towards term rewriting macros
Araq
2012-08-30
1
-1
/
+1
*
parameter passing works the same for macros and templates; use callsite magic...
Araq
2012-08-28
1
-40
/
+26
*
distinguish properly between nkOpen and nkClosedSymChoice
Araq
2012-08-26
1
-4
/
+24
*
bindSym suffices; no 'bind' for macros anymore
Araq
2012-08-25
1
-1
/
+1
*
implemented 'bind' for macros
Araq
2012-08-24
1
-1
/
+13
*
openarray/varargs split; breaks bootstrapping
Araq
2012-08-16
1
-3
/
+3
*
better support for unsigned integers.
Zahary Karadjov
2012-06-11
1
-2
/
+3
*
made tsequtils green again
Araq
2012-05-28
1
-6
/
+15
*
added system.||; lacks runtime support
Araq
2012-05-23
1
-1
/
+1
*
making tests green again
Zahary Karadjov
2012-03-20
1
-3
/
+3
*
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
[next]