Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #3378 from jlp765/streamsEx | Dominik Picheta | 2015-09-27 | 1 | -0/+13 |
|\ | | | | | Streams examples & default newFileStream() file mode | ||||
| * | fix discard output: section | JamesP | 2015-09-27 | 1 | -2/+1 |
| | | |||||
| * | add test for newFileStream() opening a missing file | JamesP | 2015-09-26 | 1 | -0/+14 |
| | | |||||
* | | minor fix - remove comments from discard section | JamesP | 2015-09-27 | 2 | -2/+0 |
|/ | | | | so koch test doesn't complain | ||||
* | Merge pull request #3316 from jlp765/memfilesWinClose | Andreas Rumpf | 2015-09-24 | 2 | -0/+51 |
|\ | | | | | bug fix: close() only unmapViewOfFile when fHandle is valid. | ||||
| * | add memfiles test of create/read/write data | JamesP | 2015-09-24 | 1 | -0/+38 |
| | | |||||
| * | improve discard text | JamesP | 2015-09-24 | 1 | -2/+2 |
| | | |||||
| * | add memfiles test that closing a closed memFile is ignored (and raises no ↵ | JamesP | 2015-09-24 | 1 | -0/+13 |
| | | | | | | | | [OSError]) | ||||
* | | disjoint checker is smarter (and slower) | Araq | 2015-09-23 | 1 | -0/+28 |
| | | |||||
* | | fixes #3357 | Araq | 2015-09-23 | 1 | -0/+21 |
| | | |||||
* | | Fixes #2889. Merges *tostring tests in tests/system. | Dominik Picheta | 2015-09-23 | 3 | -31/+34 |
| | | |||||
* | | fixing TypelessParam warning in x=>x+1, added test | Peter Mora | 2015-09-22 | 1 | -0/+13 |
| | | |||||
* | | fixes #2594 | Araq | 2015-09-18 | 2 | -1/+21 |
| | | |||||
* | | renamed inCompilesContext to compilesContextId; added test case for #3313 | Araq | 2015-09-18 | 1 | -0/+98 |
| | | |||||
* | | fixes #3329 | Araq | 2015-09-18 | 1 | -0/+22 |
| | | |||||
* | | Merge branch 'devel' into fix_bracket_expr | Araq | 2015-09-16 | 1 | -2/+3 |
|\ \ | |||||
| * \ | Merge pull request #3307 from rogercloud/devel | Andreas Rumpf | 2015-09-14 | 1 | -2/+3 |
| |\ \ | | | | | | | | | Fix issue #2245 | ||||
| | * | | test case for #2245 | Roger Shi | 2015-09-09 | 1 | -2/+3 |
| | | | | |||||
* | | | | clarify the meaning of the 'auto' metatype; 'auto' is now bind-multiple; ↵ | Araq | 2015-09-14 | 2 | -1/+21 |
| | | | | | | | | | | | | | | | | fixes #3224 | ||||
* | | | | added testcase for #1679 | Araq | 2015-09-14 | 1 | -0/+9 |
| | | | | |||||
* | | | | fixes #2599 | Araq | 2015-09-13 | 3 | -1/+38 |
|/ / / | |||||
* | | | fixes some regressions | Araq | 2015-09-12 | 2 | -5/+5 |
| | | | |||||
* | | | fixes #1528 | Araq | 2015-09-12 | 1 | -0/+12 |
| | | | |||||
* | | | minor testsuite cleanup | Araq | 2015-09-12 | 2 | -2/+2 |
| |/ |/| | |||||
* | | Fixes failing async tests on Linux. | Dominik Picheta | 2015-09-11 | 2 | -4/+4 |
| | | |||||
* | | Improve asyncdispatch error messages, fix some tests on Windows. | Dominik Picheta | 2015-09-11 | 3 | -3/+5 |
| | | |||||
* | | fixes #3195 | Araq | 2015-09-10 | 1 | -2/+24 |
| | | |||||
* | | fixes a critical codegen bug triggered by .async | Araq | 2015-09-10 | 1 | -0/+19 |
| | | |||||
* | | fixes #3230 | Araq | 2015-09-09 | 1 | -0/+16 |
|/ | |||||
* | added missing test | Araq | 2015-09-06 | 1 | -0/+30 |
| | |||||
* | fixes #2590; methods now require a .base annotation | Araq | 2015-09-06 | 9 | -14/+14 |
| | |||||
* | tests: Trim .txt files trailing whitespace | Adam Strzelecki | 2015-09-04 | 3 | -35/+35 |
| | | | | via OSX: find . -name '*.txt' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | tests: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 372 | -4485/+4485 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | Merge pull request #3242 from yglukhov/byvar-fix | Andreas Rumpf | 2015-08-28 | 1 | -0/+10 |
|\ | | | | | JS: Fixed passing byvar | ||||
| * | Fixed passing byvar | Yuriy Glukhov | 2015-08-25 | 1 | -0/+10 |
| | | |||||
* | | Merge pull request #3234 from petermora/mapAutoAuto | Andreas Rumpf | 2015-08-25 | 1 | -0/+10 |
|\ \ | | | | | | | extending metatype matching in sigmatch.nim | ||||
| * | | extending metatype matching in sigmatch.nim | Peter Mora | 2015-08-21 | 1 | -0/+10 |
| | | | |||||
* | | | Don't access GCed field in finalizer. Fixes #2305 | Yuriy Glukhov | 2015-08-24 | 1 | -8/+7 |
| |/ |/| | |||||
* | | cleaned up twchartoutf8 test | Araq | 2015-08-21 | 1 | -102/+106 |
| | | |||||
* | | tuple unpacking works in a non-var/let context | Araq | 2015-08-21 | 1 | -0/+32 |
| | | |||||
* | | Merge pull request #3205 from fenekku/unittest-work-2 | Andreas Rumpf | 2015-08-21 | 1 | -0/+45 |
|\ \ | | | | | | | other unittest pull-request | ||||
| * | | make testSetupIMPL and testTeardownIMPL non-public | fenekku | 2015-08-12 | 1 | -0/+45 |
| |/ | |||||
* | | Merge pull request #3231 from jangko/devel | Andreas Rumpf | 2015-08-21 | 1 | -0/+106 |
|\ \ | | | | | | | fixed UTF-16 to UTF-8 conversion in widestrs.nim | ||||
| * | | fixed UTF-16 to UTF-8 conversion in widestrs.nim | jangko | 2015-08-21 | 1 | -7/+35 |
| | | | | | | | | | | | | | | | | | | the source of problem for issue #3228 also add test for entire range of valid UTF-16 and test for invalid UTF-16 sequence | ||||
| * | | fixed UTF-16 to UTF-8 conversion in widestrs.nim | jangko | 2015-08-20 | 1 | -0/+78 |
| | | | | | | | | | | | | | | | the source of problem for issue #3228 also add test for entire range of valid UTF-16 | ||||
* | | | Untyped pointers godegen changed. addr expression fixed. | Yuriy Glukhov | 2015-08-21 | 1 | -0/+8 |
| | | | |||||
* | | | implemented macros.getImpl | Araq | 2015-08-21 | 1 | -0/+20 |
|/ / | |||||
* | | implements experimental new config system based on NimScript | Araq | 2015-08-16 | 2 | -0/+21 |
| | | |||||
* | | 'parallel' now requires --experimental mode | Araq | 2015-08-14 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #3177 from zah/generic-types-in-macros | Andreas Rumpf | 2015-08-14 | 1 | -0/+74 |
|\ \ | | | | | | | Generic types in macros |