summary refs log tree commit diff stats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Fix #6295 (#6296)BigEpsilon2017-08-301-0/+13
|
* fixes #6279Andreas Rumpf2017-08-292-1/+13
|
* remove ArrayDummySize with unchecked arrays (#5818)Jacek Sieka2017-08-282-2/+6
|
* add testcase for mitems returning tuple on VM.Parashurama2017-08-191-0/+14
|
* Restore the old behavior of parsing "quote do:"Zahary Karadjov2017-08-193-187/+222
| | | | close #5845
* treat var modifiers inside the concept body correctly: #1033Zahary Karadjov2017-08-191-0/+30
|
* Fixes #5965 (#6237)Daniil Yarancev2017-08-142-0/+20
|
* Fix typo (#6236)Daniil Yarancev2017-08-121-1/+1
|
* fixes #6234Andreas Rumpf2017-08-111-0/+22
|
* reorder pass: consider the 'using' statement; disabled debug outputAndreas Rumpf2017-08-111-4/+8
|
* Introduce first class support for Android (#5772)Fredrik Høisæther Rasch2017-08-062-2/+6
|
* Removed platform-specific arithm test cases (#6189)Fredrik Høisæther Rasch2017-08-061-11/+11
|
* disable tboehmdeepcopy for Windows as we don't have a version of Boehm GC on ↵Araq2017-08-041-0/+1
| | | | Windows
* fixes #6016 union alias trigger bad codegen (#6117)andri lim2017-08-035-141/+175
| | | | | | * fixes #6016 union alias trigger bad codegen * cpp test ok * merging some test into one file
* Vm fix zero extend proc ze/ze64 && toU32/toU16/toU8 (#5988)Parashurama2017-08-031-0/+44
| | | | | | * fixes ze/ze64 procs in VM. * fixes toU8/toU16/toU32. * add tests for ze/ze64 toU32/toU16/toU8 procs
* Channels can now block depending on maxItems (#6153)Yuriy Glukhov2017-07-311-0/+37
|
* Fixed NimTypeKind enum, added missing values. (#6157)Yuriy Glukhov2017-07-301-0/+7
|
* distinguish between 'reorder' and 'noforward'Andreas Rumpf2017-07-261-0/+42
|
* Added codeRepr and dumpCode to the macros module. (#5778)PMunch2017-07-261-0/+25
|
* Remove expr/stmt (#5857)Arne Döring2017-07-25137-418/+390
|
* closures have an object type field so that we can perform correct deepCopy() ↵Andreas Rumpf2017-07-221-0/+17
| | | | for the BoehmGC target
* make tests green againAraq2017-07-201-5/+2
|
* fixes #5871Andreas Rumpf2017-07-201-3/+14
|
* fixes #5892Araq2017-07-171-0/+19
|
* fixes #4763Araq2017-07-171-0/+32
|
* Lineinfo change (#6084)Arne Döring2017-07-174-4/+4
|
* fixes #5986 js backend failed to compile try ... except new syntax (#6116)andri lim2017-07-171-0/+13
|
* fixes #6049 add mixin release, acquire to withLock (#6113)andri lim2017-07-162-0/+21
|
* Fixes #5738 (#6059)Yuriy Glukhov2017-07-152-0/+66
|
* Merge pull request #5938 from zielmicha/futuresDominik Picheta2017-07-142-0/+21
|\ | | | | [WIP] Better Future
| * Future: support for multiple callbacksMichał Zieliński2017-07-051-0/+20
| |
| * asyncdispatch: split asyncfutures into its own moduleMichał Zieliński2017-07-051-0/+1
| | | | | | | | This slightly changes behaviour of callSoon - before loop is initialized, callSoon will call the function immediately.
* | fixes #6046 parsecfg failed to parse negative int (#6097)andri lim2017-07-141-0/+23
| |
* | newLit emty seq fix (#6091)Arne Döring2017-07-131-0/+9
| | | | | | | | * the type of the empty seq is still the correct type * updated test
* | Merge pull request #6047 from euantorano/patch-1Dominik Picheta2017-07-111-0/+54
|\ \ | | | | | | Wait for reads to finish before reading the result
| * | Update test headerEuan T2017-07-101-1/+1
| | | | | | | | | | | | Signed-off-by: Euan T <euantorano@gmail.com>
| * | Adding test for recvlineEuan Torano2017-07-091-0/+54
| |/ | | | | | | Signed-off-by: Euan Torano <euantorano@gmail.com>
* | fixes anon procs created by macrosAndreas Rumpf2017-07-111-1/+32
| |
* | fixes a JS codegen regressionAndreas Rumpf2017-07-101-0/+18
| |
* | fixes #5608Andreas Rumpf2017-07-091-0/+43
|/
* fixes #6035Araq2017-06-301-1/+19
|
* fixes #5517Andreas Rumpf2017-06-301-0/+15
|
* closes #5379Andreas Rumpf2017-06-291-1/+9
|
* fixes #5974Andreas Rumpf2017-06-291-1/+12
|
* fixes #4703Andreas Rumpf2017-06-291-0/+24
|
* One more attempt to fix tioselectors.nim test (#6020)Eugene Kabanov2017-06-271-4/+8
|
* make JS tests green on OSX on my local machine; XXX needs further investigationsAndreas Rumpf2017-06-261-1/+4
|
* fixes #5966Fabian Keller2017-06-201-1/+22
|
* added test case for #1252Fabian Keller2017-06-201-0/+12
|
* Fix #5084Zahary Karadjov2017-06-201-0/+61
|