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
*
update stdlib to not use deprecated symbols
Andreas Rumpf
2016-08-25
1
-6
/
+6
*
stdlib and compiler don't use .immediate anymore
Andreas Rumpf
2016-07-29
1
-9
/
+8
*
Merge pull request #4394 from yglukhov/macro-routines2
Andreas Rumpf
2016-07-16
1
-0
/
+8
|
\
|
*
Added addPragma routine
Yuriy Glukhov
2016-06-22
1
-0
/
+8
*
|
deprecated macros.emit
Araq
2016-06-30
1
-1
/
+2
|
/
*
Fix a warning about result reused in macros.nim.
Hans Raaf
2016-06-21
1
-3
/
+3
*
documentation build cleaned up
Andreas Rumpf
2016-05-31
1
-1
/
+1
*
Merge pull request #4113 from jcosborn/gettypeinst
Andreas Rumpf
2016-05-28
1
-0
/
+12
|
\
|
*
getTypeInst and getTypeImpl mostly working now and added test
James Osborn
2016-05-04
1
-0
/
+6
|
*
added getTypeInst which includes generic parameters
James Osborn
2016-05-04
1
-0
/
+6
*
|
added another version of eqIdent
Araq
2016-05-10
1
-1
/
+17
|
/
*
Fixed macros unpackX procedured to return values correctly
Ruslan Mustakov
2016-04-04
1
-3
/
+3
*
use 'using' instead of 'sig' keyword; cleans up new features a bit
Andreas Rumpf
2016-02-29
1
-2
/
+1
*
added 'sig' feature; removed tfShared support in the compiler
Andreas Rumpf
2016-02-28
1
-1
/
+7
*
Added nnkTemplateDef and nnkConverterDef to RoutineNodes set
Ruslan Mustakov
2016-02-10
1
-1
/
+1
*
first implementation of the new lambda-lifting pass; barely anything works
Andreas Rumpf
2015-12-26
1
-1
/
+1
*
fixes #3541
Araq
2015-11-18
1
-2
/
+1
*
fixes bootstrapping
Araq
2015-08-21
1
-1
/
+2
*
implemented macros.getImpl
Araq
2015-08-21
1
-0
/
+4
*
Fixed macros.nim not compiling.
Dominik Picheta
2015-08-03
1
-1
/
+4
*
Added documentation to macros.items.
Dominik Picheta
2015-08-03
1
-0
/
+1
*
Merge branch 'macro-items' of https://github.com/transfuturist/Nim into trans...
Dominik Picheta
2015-08-03
1
-1
/
+3
|
\
|
*
Update macros.nim
transfuturist
2015-07-03
1
-1
/
+1
|
*
Undeprecate children
transfuturist
2015-06-20
1
-1
/
+1
|
*
Change check for NimNode items to node kind
transfuturist
2015-05-17
1
-1
/
+1
|
*
Add value check for NimNode items
transfuturist
2015-05-16
1
-3
/
+4
|
*
Better solution: deprecation
transfuturist
2015-05-16
1
-4
/
+2
|
*
NimNode needs an items iterator to be used nicely in for statements
transfuturist
2015-05-16
1
-0
/
+4
*
|
removed macros.high as it never worked outside of macros.nim
Araq
2015-07-28
1
-10
/
+8
*
|
Nimrod -> Nim rename
Araq
2015-07-08
1
-1
/
+1
*
|
fixes bootstrapping problem
Araq
2015-07-04
1
-1
/
+2
*
|
macros: Introduce sameType(a, b) for node types
Adam Strzelecki
2015-07-03
1
-0
/
+4
*
|
fixes #3046
Araq
2015-07-03
1
-1
/
+5
*
|
made macros.$ a bit smarter; but really this one needs to die
Araq
2015-07-03
1
-0
/
+2
*
|
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
[next]