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
/
tests
/
macros
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support for stmtListExpr in parser after major keywords. Scaled down version....
cooldome
2019-03-18
1
-2
/
+3
*
fixes #10805 (#10806)
cooldome
2019-03-13
1
-0
/
+5
*
fixes #10807 (#10814)
cooldome
2019-03-12
1
-1
/
+11
*
fixes #10702 (#10705)
Andreas Rumpf
2019-02-18
1
-2
/
+32
*
fix #10591 regression (#10592)
Timothee Cour
2019-02-06
1
-1
/
+1
*
Reject assignments with nkEmpty RHS (#9000)
LemonBoy
2019-02-06
1
-0
/
+26
*
Avoid evaluating macros twice in type sections (#10550)
LemonBoy
2019-02-06
1
-0
/
+15
*
fix #10339 by returning type attached to nkEmpty (#10370)
Vindaar
2019-01-23
1
-0
/
+15
*
make megatest green
Araq
2019-01-13
1
-2
/
+1
*
closes #3744
Araq
2019-01-13
1
-0
/
+11
*
fixes #10075 [backport]
Araq
2019-01-13
1
-1
/
+30
*
megatest: make it green on Linux
Araq
2018-12-11
1
-0
/
+1
*
Testament: refactoring; makes the test joiner green
Araq
2018-12-11
1
-0
/
+1
*
lots of small changes
Arne Döring
2018-12-11
1
-1
/
+1
*
megatest can be executed
Arne Döring
2018-12-11
1
-0
/
+0
*
require errormsg to be specified before file.
Arne Döring
2018-12-11
4
-4
/
+1
*
fixes #9864 [backport]
Araq
2018-12-05
1
-0
/
+36
*
cleanup tests; don't use non-working 'msg' spec field
Araq
2018-11-23
8
-28
/
+34
*
activated more tests, allow input in test spec
Arne Döring
2018-11-23
1
-2
/
+4
*
make run the default action of a test in tester
Arne Döring
2018-11-23
3
-2
/
+44
*
Add isInstanceOf for generic procs to the macros module (#9730)
cooldome
2018-11-21
1
-0
/
+19
*
Add proc `[]`(n: NimNode, s: HSlice[T, U]): seq[NimNode] to macros (#7735)
Lolo Iccl
2018-11-10
1
-0
/
+38
*
newLit works on enum (#9662)
Arne Döring
2018-11-09
1
-0
/
+20
*
adopt tests
Arne Döring
2018-11-08
1
-8
/
+7
*
fixes #9600 (#9601)
jcosborn
2018-11-07
1
-0
/
+11
*
Quote do now works with result in block (#7343)
PMunch
2018-10-31
1
-0
/
+17
*
getTypeImpl now returns pragmas for object types (#9538)
jcosborn
2018-10-30
1
-0
/
+18
*
More descriptive names of test files (#9531)
Miran
2018-10-29
2
-0
/
+0
*
Change the order of compilation passes, transformation is made lazy at code g...
cooldome
2018-10-18
1
-1
/
+1
*
added test case for `or` operator
Arne Döring
2018-10-18
1
-0
/
+14
*
merge macros tests (#9367)
Miran
2018-10-14
17
-373
/
+352
*
compiler: show name of instantiating context in error traces (#6763) (#9207)
xzfc
2018-10-11
1
-1
/
+1
*
Unchecked arrays now have their own type (#9267)
LemonBoy
2018-10-10
1
-0
/
+4
*
Fix macro expansion in expandMacros (#8998)
LemonBoy
2018-10-09
1
-0
/
+19
*
Fix overload resolution for pragmas evaluation (#8902)
LemonBoy
2018-10-09
1
-1
/
+1
*
Fix range type construction in the VM (#9205)
LemonBoy
2018-10-09
1
-0
/
+20
*
add tcollect test for the new for-loops as expressions feature
Andreas Rumpf
2018-09-11
1
-0
/
+63
*
Renderer bug fixes (#8804)
cooldome
2018-09-07
1
-1
/
+46
*
Add sym owner to macros (#8253)
cooldome
2018-09-03
1
-1
/
+30
*
Do not materialize empty varargs[untyped] arrays (#8715)
LemonBoy
2018-08-31
1
-0
/
+21
*
Allow `hint` and `warning` to specify its loc info (#8771)
LemonBoy
2018-08-28
1
-0
/
+24
*
fixes 8754 (#8755)
cooldome
2018-08-24
1
-5
/
+14
*
put the new for loop macros under an experimental switch named 'forLoopMacros'
Andreas Rumpf
2018-08-15
1
-1
/
+1
*
fixes #5617, 'copyLineInfo' addition (#8523)
andri lim
2018-08-05
1
-0
/
+14
*
fixes #7827, bindSym enhancement (#8499)
andri lim
2018-08-02
1
-0
/
+42
*
Render bug: if expression with statement list expression as condition (#8375)
cooldome
2018-07-21
1
-0
/
+16
*
Fixes #8343, Fixes #8344 (#8347)
cooldome
2018-07-18
1
-1
/
+16
*
make typesafeprintf test green
Andreas Rumpf
2018-07-17
1
-3
/
+4
*
Fixes #8287 (#8288)
cooldome
2018-07-12
1
-0
/
+20
*
system.nim: remove deprecated symbols
Andreas Rumpf
2018-06-28
1
-16
/
+0
[next]