Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix #5918 | Zahary Karadjov | 2017-08-19 | 2 | -2/+4 |
| | |||||
* | Use of deprecated object name (#6256) | Lynn C. Rees | 2017-08-19 | 1 | -1/+1 |
| | |||||
* | fixes #6250 (#6251) | David Krause | 2017-08-17 | 1 | -1/+15 |
| | |||||
* | Fixes #5965 (#6237) | Daniil Yarancev | 2017-08-14 | 3 | -1/+26 |
| | |||||
* | memory regions seem to work now | Araq | 2017-08-13 | 1 | -18/+32 |
| | |||||
* | show splitWhitespace instead of split in tut2 | Araq | 2017-08-13 | 1 | -1/+1 |
| | |||||
* | WIP: --gc:regions instead of --gc:stack | Araq | 2017-08-13 | 8 | -190/+101 |
| | |||||
* | Implement ability to run a single test using unittest module. | Dominik Picheta | 2017-08-12 | 1 | -17/+38 |
| | |||||
* | Fix typo (#6236) | Daniil Yarancev | 2017-08-12 | 1 | -1/+1 |
| | |||||
* | Merge pull request #6235 from TiberiumN/patch-1 | Dominik Picheta | 2017-08-12 | 1 | -1/+1 |
|\ | | | | | Fixes #6110 | ||||
| * | Fixes #6110 | Daniil Yarancev | 2017-08-12 | 1 | -1/+1 |
|/ | |||||
* | Fix compilation of the deprecated sockets module hackishly. | Dominik Picheta | 2017-08-11 | 1 | -2/+4 |
| | |||||
* | fixes #6234 | Andreas Rumpf | 2017-08-11 | 4 | -5/+30 |
| | |||||
* | reorder pass: consider the 'using' statement; disabled debug output | Andreas Rumpf | 2017-08-11 | 2 | -6/+10 |
| | |||||
* | Merge pull request #6200 from jangko/fix6196 | Dominik Picheta | 2017-08-10 | 1 | -1/+1 |
|\ | | | | | fixes #6196 | ||||
| * | fixes #6196 | andri lim | 2017-08-08 | 1 | -1/+1 |
| | | |||||
* | | type kind is now part of the generated name for types (#6203) | Arne Döring | 2017-08-10 | 1 | -4/+5 |
| | | |||||
* | | fix VM intsize for 32bits and smaller targetOS. (#6211) | Parashurama | 2017-08-10 | 1 | -3/+4 |
| | | | | | | | | | | | | | | This commit change the default behaviour of VM int/uint always being 64bits and make int/uint on VM behave identically to compiled code. This insert 'opcNarrowU' or 'opcNarrow' opcode on Int/Uint operations when needed to simulate smaller Int/Uint on VM. | ||||
* | | Merge pull request #6204 from couven92/gitignore | Dominik Picheta | 2017-08-09 | 1 | -0/+4 |
|\ \ | | | | | | | Added Windows and VCC build artifacts to gitignore | ||||
| * | | Added Windows and VCC build artifacts to gitignore | Fredrik Høisæther Rasch | 2017-08-08 | 1 | -0/+4 |
|/ / | |||||
* | | fixed createDir undeclared error on Android (#6194) | Fredrik Høisæther Rasch | 2017-08-08 | 1 | -3/+5 |
| | | |||||
* | | Added missing C++ options for VCC (#6195) | Fredrik Høisæther Rasch | 2017-08-08 | 1 | -13/+26 |
|/ | |||||
* | Added Multi-Replacement proc for strings (#6193) | Fredrik Høisæther Rasch | 2017-08-07 | 1 | -0/+35 |
| | |||||
* | Merge pull request #6192 from TiberiumN/patch-1 | Dominik Picheta | 2017-08-06 | 1 | -1/+1 |
|\ | | | | | Small fix to README | ||||
| * | Small fix to README | Daniil Yarancev | 2017-08-06 | 1 | -1/+1 |
|/ | | | Fixed link to github contributors page | ||||
* | Introduce first class support for Android (#5772) | Fredrik Høisæther Rasch | 2017-08-06 | 15 | -14/+109 |
| | |||||
* | Removed platform-specific arithm test cases (#6189) | Fredrik Høisæther Rasch | 2017-08-06 | 1 | -11/+11 |
| | |||||
* | Allow to configure tls size (#6171) | Ruslan Mustakov | 2017-08-05 | 1 | -2/+7 |
| | |||||
* | disable tboehmdeepcopy for Windows as we don't have a version of Boehm GC on ↵ | Araq | 2017-08-04 | 1 | -0/+1 |
| | | | | Windows | ||||
* | disable 'koch boot' on AppVeyor to speedup the process; will be re-enabled ↵ | Araq | 2017-08-04 | 1 | -1/+0 |
| | | | | after the next release | ||||
* | codegen: do not produce empty loops; speeds up debug builds tremendously on ↵ | Araq | 2017-08-04 | 1 | -2/+14 |
| | | | | Windows | ||||
* | Merge pull request #6165 from endragor/no-source-without-git | Dominik Picheta | 2017-08-03 | 1 | -6/+8 |
|\ | | | | | Do not generate Source/Edit without git in config | ||||
| * | Do not generate Source/Edit without git in config | Ruslan Mustakov | 2017-07-31 | 1 | -6/+8 |
| | | |||||
* | | Add mips64 and mips64el CPU platforms (#5866) | James Cowgill | 2017-08-03 | 7 | -8/+27 |
| | | |||||
* | | fixes #6016 union alias trigger bad codegen (#6117) | andri lim | 2017-08-03 | 6 | -141/+176 |
| | | | | | | | | | | | | * 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) | Parashurama | 2017-08-03 | 4 | -3/+73 |
| | | | | | | | | | | | | * fixes ze/ze64 procs in VM. * fixes toU8/toU16/toU32. * add tests for ze/ze64 toU32/toU16/toU8 procs | ||||
* | | Corrected tuple type to nkPar for unnamed tuples on getType (#6172) | Yuriy Glukhov | 2017-08-03 | 1 | -1/+2 |
| | | |||||
* | | Merge pull request #6168 from konqoro/patch-10 | Dominik Picheta | 2017-08-01 | 1 | -1/+24 |
|\ \ | | | | | | | Docs: add one more example in strscans module | ||||
| * | | Docs: add one more example in strscans module | konqoro | 2017-08-01 | 1 | -1/+24 |
| | | | |||||
* | | | Fixed randomize for 32bit target (#6167) | Yuriy Glukhov | 2017-08-01 | 1 | -2/+2 |
|/ / | |||||
* / | Channels can now block depending on maxItems (#6153) | Yuriy Glukhov | 2017-07-31 | 2 | -12/+68 |
|/ | |||||
* | Small fixes to readme after #6160. | Dominik Picheta | 2017-07-30 | 1 | -3/+3 |
| | |||||
* | Merge pull request #6160 from opencollective/opencollective | Dominik Picheta | 2017-07-30 | 1 | -1/+33 |
|\ | | | | | Activating Open Collective | ||||
| * | updated readme.md | Xavier Damman | 2017-07-30 | 1 | -1/+33 |
|/ | |||||
* | Fixed NimTypeKind enum, added missing values. (#6157) | Yuriy Glukhov | 2017-07-30 | 2 | -2/+10 |
| | |||||
* | Merge pull request #6151 from FedericoCeratto/patch-29 | Dominik Picheta | 2017-07-29 | 1 | -0/+5 |
|\ | | | | | Add TimeInterval reversing docstring | ||||
| * | Add TimeInterval reversing docstring | Federico Ceratto | 2017-07-29 | 1 | -0/+5 |
|/ | |||||
* | Merge pull request #6143 from xxlabaza/correct_no_content_length_response | Dominik Picheta | 2017-07-28 | 1 | -2/+2 |
|\ | | | | | Correct "Length required" response status code and phrase | ||||
| * | Add more suitable error code and reason phrase for required Content-Length ↵ | Artem Labazin | 2017-07-26 | 1 | -2/+2 |
| | | | | | | | | request. | ||||
* | | travis build: test documentation generation | Andreas Rumpf | 2017-07-26 | 1 | -0/+1 |
| | |