summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* close #4524Zahary Karadjov2017-06-202-1/+23
* fix #2730; fix #4880Zahary Karadjov2017-06-201-0/+42
* fix #5017; fix #5893Zahary Karadjov2017-06-201-0/+26
* close #5106Zahary Karadjov2017-06-201-0/+61
* close #5756Zahary Karadjov2017-06-201-0/+30
* fix #5864Zahary Karadjov2017-06-201-0/+14
* Fix thardforwardZahary Karadjov2017-06-201-2/+2
* Fix #5962Zahary Karadjov2017-06-201-0/+81
* introduce a pre-processing pass for the concept bodiesZahary Karadjov2017-06-202-0/+40
* Fixes #5995Yuriy Glukhov2017-06-181-0/+3
* Merge pull request #5952 from Parashurama/fix_parseoptVarriount2017-06-131-0/+57
|\
| * fixes parseopt/parseopt2 custom cmdline args.Parashurama2017-06-061-0/+57
* | make tests green againAraq2017-06-092-2/+2
* | fixes tproctypecache_falsepositive.nim test caseAraq2017-06-081-0/+17
* | restrict casting for closure. (#5948); fixes #5742Parashurama2017-06-071-0/+23
* | fix logical right shift in VM. (#5916)Parashurama2017-06-051-0/+2
* | fix orderedtable enlarge proc. (#5937)Parashurama2017-06-051-0/+18
* | .partial object field names are left unmangled; mangling should be done by th...Andreas Rumpf2017-06-051-2/+2
|/
* first steps to allow easy functors via macrosAndreas Rumpf2017-06-041-0/+19
* fixes #5933Andreas Rumpf2017-06-031-0/+51
* review and merge zahary's work (#5849)zah2017-06-033-9/+32
* improved comment satement support in macros (#5904)Arne Döring2017-06-021-19/+19
* fix right shift c codegen bug. (#5919)Parashurama2017-05-311-0/+18
* Creating and setting comment nodes in macros (#5850)Fredrik Høisæther Rasch2017-05-311-0/+8
* more and improved newLit procs in macros moduleArne Döring2017-05-231-0/+140
* Merge branch 'araq2' into develAraq2017-05-1727-15/+1644
|\
| * file mode changeAraq2017-05-171-0/+0
| * Merge branch 'zahary' into araq2Andreas Rumpf2017-05-177-2/+604
| |\
| | * fix affecting templates with explicit generic paramsZahary Karadjov2017-05-131-0/+13
| | * fix tinvalidinoutZahary Karadjov2017-05-131-4/+4
| | * attempt to fix a compilation problem caused by nimcacheZahary Karadjov2017-05-131-0/+0
| | * work-around for defining imported types with weak covarianceZahary Karadjov2017-05-131-4/+7
| | * covariance for arrays and sequencesZahary Karadjov2017-05-121-36/+204
| | * covariance for generic importc typesZahary Karadjov2017-05-121-0/+253
| | * support for external types with covariant generic paramsZahary Karadjov2017-05-081-0/+26
| | * fix 5756Zahary Karadjov2017-04-301-0/+39
| | * close #5757Zahary Karadjov2017-04-301-1/+23
| | * alternative fake covariance based on convertersZahary Karadjov2017-04-282-3/+25
| | * more advanced fake covarianceZahary Karadjov2017-04-281-3/+48
| | * a simple way to simulate covariance in generic typesZahary Karadjov2017-04-281-0/+11
| * | Merge branch 'zahary' into araq2Andreas Rumpf2017-05-1621-14/+1041
| |\|
| | * fix a regrsesion in signature matching of derived ptr typesZahary Karadjov2017-04-181-0/+20
| | * more sophisticated test for the previous commitZahary Karadjov2017-04-161-2/+22
| | * fix compilation regression in aleaZahary Karadjov2017-04-161-0/+33
| | * fix a compilation error in linalgZahary Karadjov2017-04-161-0/+16
| | * fix #5689Zahary Karadjov2017-04-152-1/+69
| | * fix #5683Zahary Karadjov2017-04-141-0/+15
| | * fix a parsing regression (do is still mandatory in some situations)Zahary Karadjov2017-04-141-0/+16
| | * allow StmtLists to pass through semExprWithTypeZahary Karadjov2017-04-111-1/+7
| | * lift parameter-less do block to lambdasZahary Karadjov2017-04-103-9/+11