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
*
nnkArglist => nnkArgList + special case stylecheck:error (#17529)
Timothee Cour
2021-03-27
1
-1
/
+1
*
remove {.compileTime.} for procs with NimNode: redundant because of tfTrigger...
Timothee Cour
2021-03-23
1
-99
/
+94
*
fix #17454 (#17461)
Timothee Cour
2021-03-23
1
-11
/
+9
*
Fix macros.quote custom op symbol interpolation. (#17256)
quantimnot
2021-03-05
1
-2
/
+6
*
Replace double backticks with single backticks - Part 2 out of ~6 (#17206)
Danil Yarantsev
2021-02-28
1
-79
/
+79
*
Change stdlib imports to use std prefix in most examples (#17202)
Danil Yarantsev
2021-02-28
1
-2
/
+2
*
remove all uses of condsyms symbols defined prior to bootstrap nim 0.20.0 (#1...
Timothee Cour
2021-02-17
1
-113
/
+72
*
use typeof instead type (#16962)
flywind
2021-02-08
1
-3
/
+3
*
fix floats slice (#16853)
flywind
2021-01-29
1
-1
/
+1
*
refactor cmpNimIdentifier (#16611)
flywind
2021-01-13
1
-5
/
+2
*
macros.quote: document hard to use `op`; add more useful examples (#16489)
Timothee Cour
2021-01-06
1
-23
/
+71
*
refactor cmpIgnoreStyle and cmpIgnoreCase (#16399)
flywind
2020-12-31
1
-17
/
+2
*
Fixes #16219, `hasArgOfName` ignoring argument sets. (#16233)
Aditya Siram
2020-12-03
1
-4
/
+4
*
Correct all eggs (#15906)
Miran
2020-11-10
1
-2
/
+2
*
enable,document,test getImplTransformed, very useful for understanding how ni...
Timothee Cour
2020-07-18
1
-2
/
+5
*
Clean up macros (#14959)
Juan Carlos
2020-07-14
1
-34
/
+0
*
fix #14846; add macros.extractDocCommentsAndRunnables (#14849)
Timothee Cour
2020-07-01
1
-0
/
+36
*
init checks and 'out' parameters (#14521)
Andreas Rumpf
2020-06-23
1
-3
/
+4
*
add legacy workaround; improve test so that it actually tests for the bugfix
Timothee Cour
2020-06-19
1
-3
/
+5
*
Update tuple newLit
solo989
2020-06-19
1
-5
/
+12
*
Remove deprecated stuff from stdlib (#14699)
Miran
2020-06-17
1
-6
/
+0
*
remove compilerproc from `newIdentNode` (#14692)
Timothee Cour
2020-06-17
1
-1
/
+1
*
Update macros.nim (#14697)
solo989
2020-06-17
1
-3
/
+2
*
Update newLit set[T] to work when set is empty. (#14662)
solo989
2020-06-15
1
-0
/
+4
*
remove tyOpt, mOpt (#14636)
Timothee Cour
2020-06-12
1
-1
/
+1
*
move since from inclrtl to std/private/since (#14188)
hlaaftana
2020-05-02
1
-0
/
+1
*
parseEnum_regression (#14150)
cooldome
2020-04-28
1
-1
/
+1
*
add nnkMacroDef to RoutineNodes (#13676)
Jasper Jenkins
2020-03-17
1
-1
/
+1
*
add expectIdent to macros (#12778)
Arne Döring
2020-03-11
1
-0
/
+7
*
Remove dead magics (#13551)
Arne Döring
2020-03-03
1
-1
/
+1
*
Minor doc change in macros, future -> sugar (#13475) [ci skip]
hlaaftana
2020-02-24
1
-1
/
+1
*
expectLen now shows the length that we got (#13387)
Clyybber
2020-02-11
1
-3
/
+3
*
basename supports pragmaexpr (#13045)
b3liever
2020-01-07
1
-2
/
+4
*
backtick and export marker handling in `eqIdent` (#12574)
Arne Döring
2019-11-07
1
-6
/
+12
*
[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
[next]