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
*
Macros: Introduce getType(t: typedesc): NimNode
Adam Strzelecki
2015-05-17
1
-0
/
+6
*
macros: added bool literal support
Araq
2015-04-20
1
-0
/
+6
*
Merge branch 'devel' of https://github.com/Araq/Nim into devel
Araq
2015-04-20
1
-1
/
+3
|
\
|
*
add ntys up to ntyNot
fowlmouth
2015-03-28
1
-1
/
+3
*
|
added macros.newTree proc (why didn't we do this earlier?)
Araq
2015-04-20
1
-0
/
+6
|
/
*
prepare for upcoming parsing change of unary operators
Araq
2015-03-22
1
-2
/
+2
*
Rename PNimrodNode to NimNode
def
2015-03-17
1
-115
/
+111
*
interpret `tuple` as a class and `tuple[]` as the empty tuple
Max Zerzouri
2015-03-06
1
-1
/
+1
*
Clone the implementation of cmpIgnoreStyle into macros.nim from typeinfo.nim ...
Chris Heller
2015-03-03
1
-2
/
+16
*
Remove use of .format() from macros.nim to avoid importing into core. There i...
Chris Heller
2015-03-03
1
-4
/
+4
*
Make macros.nim expectKind error message with a single TNimrodNodeKind consis...
Chris Heller
2015-03-02
1
-3
/
+3
*
don't use stdout for nimsuggest server mode
Araq
2015-02-27
1
-4
/
+5
*
disable deprecated warnings for macros module
Araq
2015-02-25
1
-1
/
+5
*
implements a type API for macros
Araq
2015-02-24
1
-11
/
+31
*
macros.PNimrodNode is now NimNode
Araq
2015-02-24
1
-22
/
+26
*
Fix typos
Federico Ceratto
2015-02-15
1
-1
/
+1
*
fixed minor bugs; cleaned up tests
Araq
2015-02-12
1
-10
/
+10
*
Update macros.nim
dumndummer
2015-02-02
1
-1
/
+1
*
Added a few AST-construction shortcuts.
Mason McGill
2015-01-27
1
-37
/
+51
*
macros.`$` can now turn a nnkSym into a string.
Dominik Picheta
2014-12-28
1
-0
/
+2
*
implements 'defer'
Araq
2014-12-04
1
-1
/
+1
*
fixes #1473
Araq
2014-11-12
1
-4
/
+20
*
Merge branch 'devel' into bigbreak
Araq
2014-11-03
1
-1
/
+5
|
\
|
*
Adds stringification support for nnkPostfix nodes.
Grzegorz Adam Hankiewicz
2014-10-11
1
-1
/
+5
*
|
Nimrod renamed to Nim
Araq
2014-08-28
1
-10
/
+10
*
|
Nimrod renamed to Nim
Araq
2014-08-28
1
-1
/
+1
*
|
renamefest
Araq
2014-08-23
1
-3
/
+3
|
/
*
fixes #1450
Araq
2014-08-14
1
-1
/
+1
*
fixes #1085
Araq
2014-04-21
1
-1
/
+1
*
made large parts of the stdlib gcsafe
Araq
2014-04-20
1
-37
/
+40
*
merged better html links #850
Araq
2014-04-08
1
-2
/
+2
*
failing test case preventing the use of --gc:v2: tsymchoicefield
Zahary Karadjov
2014-03-24
1
-3
/
+3
*
split the inline and closure iterators into different symbol kinds for easier...
Zahary Karadjov
2014-03-06
1
-1
/
+1
*
newProc can now be used to construct iterator defs.
Dominik Picheta
2014-02-12
1
-1
/
+1
*
macro tests almost green
Araq
2014-02-03
1
-14
/
+14
*
next steps for closure iterators
Araq
2014-01-22
1
-2
/
+2
*
parser support anon iterators
Araq
2014-01-20
1
-6
/
+12
*
Merge branch 'upstream' into devel
Zahary Karadjov
2013-12-29
1
-11
/
+11
|
\
|
*
static params: expr[T] is now static[T]
Zahary Karadjov
2013-12-19
1
-9
/
+11
*
|
case consistency part 6
Araq
2013-12-28
1
-15
/
+15
*
|
Merge branch 'master' of https://github.com/Araq/Nimrod into vm2
Araq
2013-12-23
1
-2
/
+34
|
\
\
|
*
\
Merge pull request #764 from gradha/pr_doc_improvements
Andreas Rumpf
2013-12-20
1
-0
/
+32
|
|
\
\
|
|
*
|
Adds docstring to macros.newIdentDefs.
Grzegorz Adam Hankiewicz
2013-12-20
1
-0
/
+28
|
|
*
|
Adds missing ``code-block`` to macros' docstrings.
Grzegorz Adam Hankiewicz
2013-12-18
1
-0
/
+4
|
|
|
/
|
*
/
Update macros.nim
Billingsly Wetherfordshire
2013-12-20
1
-2
/
+2
|
|
/
*
|
Merge branch 'master' into vm2
Araq
2013-12-05
1
-1
/
+1
|
\
|
|
*
removed 'system.eval'
Araq
2013-11-27
1
-1
/
+1
*
|
new VM is getting stable
Araq
2013-10-29
1
-1
/
+7
|
/
*
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
[next]