.. |
macro_bug.nim
|
5b27b263fd
Remove immediate pragma (#11308)
|
před 5 roky |
t7454.nim
|
52fc16d5d2
Return an error symbol as macro output if needed (#8116)
|
před 6 roky |
t8997.nim
|
6f412fc6cb
fix #10591 regression (#10592)
|
před 6 roky |
tbindsym.nim
|
562d185cb7
cleanup tests; don't use non-working 'msg' spec field
|
před 6 roky |
tclosuremacro.nim
|
2ad9a16e0a
fixes anon procs created by macros
|
před 7 roky |
tcollect.nim
|
de02f5fa0a
add tcollect test for the new for-loops as expressions feature
|
před 6 roky |
tcomplexecho.nim
|
f94ec363ab
Allow void macro result (#11286)
|
před 5 roky |
tcprag.nim
|
d654383a8e
rename a file, so that megatest doesn't complain
|
před 5 roky |
tdumpast.nim
|
aa4260ffa8
overloading resolution for getAst; breaking change
|
před 8 roky |
tdumpast2.nim
|
000b8afd26
Remove expr/stmt (#5857)
|
před 7 roky |
tdumpastgen.nim
|
562d185cb7
cleanup tests; don't use non-working 'msg' spec field
|
před 6 roky |
tdumptree.nim
|
562d185cb7
cleanup tests; don't use non-working 'msg' spec field
|
před 6 roky |
tescape_var_into_quotedo_as_const.nim
|
af815c3c18
fixes #9864 [backport]
|
před 6 roky |
tforloop_macro1.nim
|
da41fc1801
put the new for loop macros under an experimental switch named 'forLoopMacros'
|
před 6 roky |
tgetimpl.nim
|
562d185cb7
cleanup tests; don't use non-working 'msg' spec field
|
před 6 roky |
tgettype.nim
|
031bfdec6f
make run the default action of a test in tester
|
před 6 roky |
tgettype2.nim
|
031bfdec6f
make run the default action of a test in tester
|
před 6 roky |
tgettype3.nim
|
c166394024
fixes #5131
|
před 8 roky |
tgettypeinst.nim
|
f94ec363ab
Allow void macro result (#11286)
|
před 5 roky |
tincremental.nim
|
041d15392a
Compiler plugin for implementing incremental computation in user space (#10819)
|
před 6 roky |
tisexported.nim
|
d5840e1e3d
Implement isExported for symbols in macros (#11963)
|
před 5 roky |
tlocktypednode1.nim
|
44e7a7b6c2
Lock semchecked ast for macros (#11883) [bugfix]
|
před 5 roky |
tlocktypednode2.nim
|
44e7a7b6c2
Lock semchecked ast for macros (#11883) [bugfix]
|
před 5 roky |
tlocktypednode3.nim
|
44e7a7b6c2
Lock semchecked ast for macros (#11883) [bugfix]
|
před 5 roky |
tmacro1.nim
|
efbf43d4a9
intVal works now on enum field symbols (#11403)
|
před 5 roky |
tmacro2.nim
|
000b8afd26
Remove expr/stmt (#5857)
|
před 7 roky |
tmacro3.nim
|
fa7f5742d3
Fix spellings (#12277) [backport]
|
před 5 roky |
tmacro4.nim
|
a5ecbf823f
lots of small changes
|
před 6 roky |
tmacro5.nim
|
f94ec363ab
Allow void macro result (#11286)
|
před 5 roky |
tmacro6.nim
|
f94ec363ab
Allow void macro result (#11286)
|
před 5 roky |
tmacro7.nim
|
44e7a7b6c2
Lock semchecked ast for macros (#11883) [bugfix]
|
před 5 roky |
tmacro8.nim
|
4606a00d4e
close #8573 by adding a test
|
před 5 roky |
tmacroaspragma.nim
|
000b8afd26
Remove expr/stmt (#5857)
|
před 7 roky |
tmacrogenerics.nim
|
aeb6ec27de
fix for return in macro (#9666); fixes #5874
|
před 5 roky |
tmacrogensym.nim
|
2a4c09ff88
megatest can be executed
|
před 6 roky |
tmacros1.nim
|
99a4fed96b
fix for passing tuples as static params to macros (#11423); fixes #10751 [bugfix]
|
před 5 roky |
tmacros_issues.nim
|
69658ad396
fixes #11131
|
před 6 roky |
tmacros_various.nim
|
c16a753822
fix macrocache implementation (#11404)
|
před 5 roky |
tmacrostmt.nim
|
d1f6c820dd
Fixes #11662: render ops priority (#11664)
|
před 5 roky |
tmacrotypes.nim
|
40c5175145
fix range.getType crash
|
před 5 roky |
tmemit.nim
|
9c2365d5c2
activated more tests, allow input in test spec
|
před 6 roky |
tmsginfo.nim
|
8fc7cecfa2
compiler: show name of instantiating context in error traces (#6763) (#9207)
|
před 6 roky |
tnewlit.nim
|
573d02760e
newLit works on enum (#9662)
|
před 6 roky |
tnewproc.nim
|
69755542f4
add progmas to params of macros.newProc (#11025)
|
před 6 roky |
tnodecompare.nim
|
000b8afd26
Remove expr/stmt (#5857)
|
před 7 roky |
tquotedo.nim
|
d9ee377517
fix #10339 by returning type attached to nkEmpty (#10370)
|
před 6 roky |
tquotewords.nim
|
1105d03644
require errormsg to be specified before file.
|
před 6 roky |
trecmacro.nim
|
1105d03644
require errormsg to be specified before file.
|
před 6 roky |
treturnsempty.nim
|
000b8afd26
Remove expr/stmt (#5857)
|
před 7 roky |
tsame_name_497.nim
|
5b27b263fd
Remove immediate pragma (#11308)
|
před 5 roky |
tsametype.nim
|
34815a4697
megatest: make it green on Linux
|
před 6 roky |
tslice.nim
|
37d88e5168
Add proc `[]`(n: NimNode, s: HSlice[T, U]): seq[NimNode] to macros (#7735)
|
před 6 roky |
tstaticparamsmacro.nim
|
562d185cb7
cleanup tests; don't use non-working 'msg' spec field
|
před 6 roky |
tstringinterp.nim
|
3b783f7e13
Testament: refactoring; makes the test joiner green
|
před 6 roky |
tstructuredlogging.nim
|
2b8bf8fc4a
A motivating example for the new `bindSym` behavior.
|
před 7 roky |
ttemplatesymbols.nim
|
fa7f5742d3
Fix spellings (#12277) [backport]
|
před 5 roky |
ttryparseexpr.nim
|
7d8af25d58
revert parser stmtListExpr (#11007)
|
před 6 roky |
tvarargsuntyped.nim
|
3c2d82eaae
make megatest green
|
před 6 roky |
tvtable.nim
|
68c7da227f
make tests green again
|
před 7 roky |
twrapiterator.nim
|
6a2b57b4aa
fixes #7093
|
před 7 roky |
typesafeprintf.nim
|
0cbfd67522
make typesafeprintf test green
|
před 6 roky |
typesapi2.nim
|
000b8afd26
Remove expr/stmt (#5857)
|
před 7 roky |