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
*
work in progress: new implementation for 'a[^1]'
Andreas Rumpf
2017-10-29
1
-8
/
+15
*
more replacements for the deprecated '<'
Andreas Rumpf
2017-10-29
1
-3
/
+3
*
macros.nim: added missing pairs iterator
Araq
2017-10-25
1
-0
/
+5
*
some work to make 'opt' a first class type
Andreas Rumpf
2017-09-24
1
-1
/
+1
*
first implementation of the 'func' keyword
Andreas Rumpf
2017-09-23
1
-3
/
+5
*
in prepration for the upcoming different integer inference rules
Andreas Rumpf
2017-09-16
1
-1
/
+1
*
equality check on NimSym has now support in the VM; refs #6139
Araq
2017-09-03
1
-0
/
+3
*
macros module: 'name' proc skips the export marker
Andreas Rumpf
2017-08-29
1
-0
/
+2
*
Fixed NimTypeKind enum, added missing values. (#6157)
Yuriy Glukhov
2017-07-30
1
-2
/
+3
*
Added codeRepr and dumpCode to the macros module. (#5778)
PMunch
2017-07-26
1
-4
/
+101
*
Lineinfo change (#6084)
Arne Döring
2017-07-17
1
-1
/
+21
*
newLit emty seq fix (#6091)
Arne Döring
2017-07-13
1
-3
/
+10
*
improved comment satement support in macros (#5904)
Arne Döring
2017-06-02
1
-0
/
+8
*
more and improved newLit procs in macros module
Arne Döring
2017-05-23
1
-3
/
+88
*
Fixes regression introduced by #5739. Improves newNimNode proc.
Dominik Picheta
2017-05-17
1
-1
/
+7
*
fixes #5419
Andreas Rumpf
2017-02-24
1
-0
/
+2
*
NimTypeKind - replace ntyArrayConstr with ntyAlias
nigredo-tori
2016-12-28
1
-1
/
+1
*
fixes #4915
andri lim
2016-10-27
1
-4
/
+4
*
Merge pull request #4945 from arnetheduck/cleanup-tyXxx
Andreas Rumpf
2016-10-24
1
-3
/
+3
|
\
|
*
clean up tyMutable remnants
Jacek Sieka
2016-10-24
1
-2
/
+2
|
*
clean up tyConst remnants
Jacek Sieka
2016-10-24
1
-1
/
+1
|
*
clean up tyBigNum remnants
Jacek Sieka
2016-10-24
1
-2
/
+2
*
|
Merge pull request #4819 from andreaferretti/usefulmacros
Andreas Rumpf
2016-10-24
1
-0
/
+24
|
\
\
|
|
/
|
/
|
|
*
Removed use of stmt
Andrea Ferretti
2016-09-25
1
-1
/
+1
|
*
Added expandMacros macro
Andrea Ferretti
2016-09-22
1
-0
/
+24
*
|
remove remnants of tyIter
Jacek Sieka
2016-10-24
1
-1
/
+1
|
/
*
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
[next]