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
*
[backport] Add docs to better distinguish among getProjectPath, getCurrentDir...
Kaushal Modi
2019-10-31
1
-3
/
+23
*
Fix newLit for objects having string fields (#12542) [backport]
zah
2019-10-28
1
-5
/
+5
*
Prefer relative links for Nim documentation
Jjp137
2019-10-22
1
-2
/
+2
*
Macro docs additions (#12270)
Jasper Jenkins
2019-10-01
1
-123
/
+140
*
macros.newLit now works for ref object types (#12307)
zah
2019-09-30
1
-0
/
+6
*
Fix spellings (#12277) [backport]
Federico Ceratto
2019-09-27
1
-1
/
+1
*
add nodeId proc to macros (#11456)
Arne Döring
2019-09-18
1
-0
/
+6
*
fixes a weird quote do regression
Andreas Rumpf
2019-09-16
1
-1
/
+1
*
Allow ProcTy in addPragma and friends (#12158)
Yuriy Glukhov
2019-09-10
1
-6
/
+12
*
Implement isExported for symbols in macros (#11963)
nc-x
2019-08-18
1
-0
/
+3
*
refs #11956 (#11957)
Timothee Cour
2019-08-16
1
-1
/
+1
*
Fix compilation warning in macros.nim
Kaushal Modi
2019-07-16
1
-1
/
+1
*
styleCheck: make the compiler and large parts of the stdlib compatible with -...
Araq
2019-07-10
1
-8
/
+8
*
change newLit on Seq (#11542)
Arne Döring
2019-06-19
1
-7
/
+7
*
[refactoring] error instead of quit for basename (#11491)
Jasper Jenkins
2019-06-13
1
-2
/
+4
*
intVal works now on enum field symbols (#11403)
Arne Döring
2019-06-05
1
-0
/
+2
*
Render deprecated pragmas (#8886)
LemonBoy
2019-06-03
1
-29
/
+26
*
fix doccomment of macros.get{Size,Align,Offset} [ci skip] (#11346)
Arne Döring
2019-05-28
1
-7
/
+12
*
Allow void macro result (#11286)
Arne Döring
2019-05-21
1
-1
/
+1
*
fixes macros.quote documentation; doubling of the escape operator never worked!
Araq
2019-05-05
1
-3
/
+1
*
add progmas to params of macros.newProc (#11025)
Lolo Iccl
2019-04-27
1
-3
/
+7
*
Add len check for newIfStmt to avoid segfault (#11032)
Jasper Jenkins
2019-04-15
1
-0
/
+2
*
Compiler plugin for implementing incremental computation in user space (#10819)
cooldome
2019-04-11
1
-0
/
+7
*
macros: typo
Andreas Rumpf
2019-03-26
1
-1
/
+1
*
more destructor based changes (#10885)
Andreas Rumpf
2019-03-23
1
-1
/
+1
*
sizeof alignof offsetof macros api (#10855)
Arne Döring
2019-03-19
1
-0
/
+12
*
Less warnings in macros (#10799)
Arne Döring
2019-03-11
1
-10
/
+32
*
Fix corner-case uses of newLit (#10760)
zah
2019-03-01
1
-5
/
+11
*
Initial version of the hot-code reloading support for native targets (#10729)
zah
2019-02-26
1
-0
/
+7
*
macros.nim: spacing
Andreas Rumpf
2019-02-21
1
-1
/
+1
*
Prevent crash on pragma templates w/ generics (#10685)
LemonBoy
2019-02-18
1
-1
/
+1
*
macros: add links in the docs [ci skip]
narimiran
2019-02-11
1
-0
/
+4
*
Misc macro things (#10612)
LemonBoy
2019-02-09
1
-13
/
+18
*
macros.nim: minor comment change
Andreas Rumpf
2019-02-08
1
-2
/
+2
*
Fix getCustomPragmaVal on `var` fields
LemonBoy
2019-02-06
1
-1
/
+2
*
Fixed getCustomPragmaVal to allow multiple fields in custom annotations (#10289)
Ico Doornekamp
2019-01-18
1
-3
/
+12
*
Documented error source argument of macros.error() (#10279)
Ico Doornekamp
2019-01-12
1
-1
/
+3
*
make the stdlib work with the changed docgen
Araq
2019-01-11
1
-1
/
+1
*
add custom pragma support for var and let symbols (#9582)
jcosborn
2019-01-07
1
-1
/
+7
*
much simpler implementation of constant tuple declarations
Andreas Rumpf
2018-12-19
1
-4
/
+3
*
Const tuple unpacking (#9964)
Neelesh Chandola
2018-12-19
1
-1
/
+2
*
Add isInstanceOf for generic procs to the macros module (#9730)
cooldome
2018-11-21
1
-0
/
+6
*
removes deprecated T/P types
Araq
2018-11-16
1
-2
/
+0
*
Add proc `[]`(n: NimNode, s: HSlice[T, U]): seq[NimNode] to macros (#7735)
Lolo Iccl
2018-11-10
1
-0
/
+12
*
newLit works on enum (#9662)
Arne Döring
2018-11-09
1
-0
/
+10
*
Fix names set and get procs in macros
B3liever
2018-10-30
1
-2
/
+10
*
Improve dumpLisp macro (#9515)
Kaushal Modi
2018-10-27
1
-62
/
+96
*
Change the order of compilation passes, transformation is made lazy at code g...
cooldome
2018-10-18
1
-0
/
+4
*
changelog entry
Arne Döring
2018-10-18
1
-2
/
+1
*
fix typo
Arne Döring
2018-10-18
1
-1
/
+1
[next]