summary refs log tree commit diff stats
path: root/tests/vm
Commit message (Collapse)AuthorAgeFilesLines
* the parser finally parses 'echo {1,2}' as it shouldAndreas Rumpf2017-09-301-1/+1
|
* make tests green againAndreas Rumpf2017-09-261-9/+9
|
* Closes #6083, closes #6086, closes #6379 (#6392)Daniil Yarancev2017-09-161-8/+58
|
* Fix operations on string as openarray in VM. (#6257)Parashurama2017-09-151-0/+34
| | | | | | | | | | * fix openarray.len for string as openArray in VM. * fix openarray[idx] for string as openArray in VM. * fix openarray[idx]=val for string as openArray in VM. * add tests for passing string as openArray in VM. * fix issue with NimNode.len NimNode.len was also returning len for string literals. also fix logic bug in if/elif chain.
* Fix seq.setLen initialisation in VM (#6224)Parashurama2017-09-021-0/+58
|
* add testcase for mitems returning tuple on VM.Parashurama2017-08-191-0/+14
|
* 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
* Remove expr/stmt (#5857)Arne Döring2017-07-2510-59/+57
|
* Creating and setting comment nodes in macros (#5850)Fredrik Høisæther Rasch2017-05-311-0/+8
| | | | | | | * strVal assingnable comment statement ast nodes * Set comment instead of strVal for comment nodes * Added test code for creating and setting comment nodes * Modified the AST spec documentation for documentation comments
* fixes #5269Andreas Rumpf2017-02-051-0/+30
|
* fixes #5327Andreas Rumpf2017-02-032-5/+43
|
* fix seq add for nim node in VM (#5253)Arne Döring2017-01-191-2/+7
| | | fixes #4821
* make quote ast a ref type (#5246)Arne Döring2017-01-191-0/+69
| | | | * make quote ast a ref type * recursive set flag isRef for quoted ast
* fixes #5237Andreas Rumpf2017-01-191-0/+13
|
* added system.gorgeEx that includes the exitCode; refs #4874; fixes #1994Araq2017-01-073-6/+19
|
* cleanup tgorge testAraq2016-10-242-2/+2
|
* Fixes #4871Felix Krause2016-10-093-0/+15
|
* fixes #4619Andreas Rumpf2016-08-231-0/+3
|
* fixes #4462Andreas Rumpf2016-07-081-1/+11
|
* Fixed vm codegen for a call with compile-time args. Fixes #4412.Yuriy Glukhov2016-07-061-0/+6
|
* fixes #3729Andreas Rumpf2016-05-292-0/+372
|
* fixes #3859Andreas Rumpf2016-04-041-0/+16
|
* fixes #3731Andreas Rumpf2016-04-041-0/+15
|
* fixes #3561, fixes #2409Andreas Rumpf2016-04-041-0/+52
|
* fixes #3804Andreas Rumpf2016-04-041-0/+28
|
* fixes #3973Andreas Rumpf2016-04-031-0/+29
|
* Merge pull request #3651 from jangko/vm_'excl'Andreas Rumpf2015-12-211-0/+27
|\ | | | | fixed compile time `excl ` cause SIGSEGV #3639
| * fixed compile time `excl ` cause SIGSEGV #3639jangko2015-12-171-0/+27
| |
* | fixed VM touint conversion #2514jangko2015-12-191-0/+77
|/
* fixes #2473; cleanup of some testsAraq2015-09-302-1/+17
|
* fixes #3357Araq2015-09-231-0/+21
|
* fixes #3195Araq2015-09-101-2/+24
|
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-047-25/+25
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* fixes #3066Araq2015-08-091-0/+17
|
* fixes #1329Araq2015-08-091-1/+11
|
* Added absolute path support to options.findFileAnatoly Galiulin2015-07-211-2/+8
|
* fixes #2297, fixes #2946Araq2015-06-182-0/+105
|
* fixes #2774Araq2015-06-061-0/+14
|
* Rename PNimrodNode to NimNodedef2015-03-171-3/+3
|
* Replaced deprecated repeatChar() with repeat() or spaces().Hans Raaf2015-03-041-1/+1
|
* tables work in 'const' sections; echo supports 'nil' strings; minor cleanupsAraq2015-02-091-0/+19
|
* Add test for issue #1946Audun Wilhelmsen2015-01-161-0/+14
|
* fixes #1708, fixes #871Araq2014-12-281-1/+1
|
* fixes #1781Araq2014-12-281-0/+17
|
* fixes #1744Araq2014-12-171-0/+50
|
* Fixes for new comment handling.Dominik Picheta2014-09-091-1/+1
|
* fixes #903, fixes #1513Araq2014-09-032-6/+179
|
* more stdlib modules workAraq2014-08-311-9/+9
|
* make tests greenAraq2014-08-311-2/+2
|
* further adaptationsAraq2014-08-291-3/+3
|