Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | correct comparisons for nil strings/seqs | Andreas Rumpf | 2018-04-28 | 1 | -0/+56 | |
| | ||||||
* | nil in string concats does not produce crashes anymore | Andreas Rumpf | 2018-04-27 | 1 | -0/+25 | |
| | ||||||
* | added toOpenArray builtin for zero-copy slices; syntax sugar yet to come | Araq | 2018-03-24 | 1 | -1/+28 | |
| | ||||||
* | fix allocator corruption for large sizes (#7338) | jcosborn | 2018-03-17 | 4 | -5/+47 | |
| | | | | | | * fix allocator corruption for large sizes * allow large chunks to coalesce and added test case * use correct constants in MaxBigChunkSize | |||||
* | Fixes #7121 (#7148) | pqflx3 | 2018-01-31 | 1 | -1/+24 | |
| | | | | | | * Replace ftell and fseek with (windows) _ftelli64, _fseeki64 and (posix) ftello, fseeko * disable large file test | |||||
* | Improved collection-to-string behavior (#6825) | Fabian Keller | 2017-12-14 | 1 | -4/+4 | |
| | ||||||
* | fixes #6710 | Andreas Rumpf | 2017-11-08 | 1 | -0/+4 | |
| | ||||||
* | make tests green again | Araq | 2017-11-01 | 1 | -2/+2 | |
| | ||||||
* | Implementation of high/low for SomeReal (#6570) | Fabian Keller | 2017-10-30 | 1 | -0/+18 | |
| | ||||||
* | make tests green again; closes #5861 | Andreas Rumpf | 2017-10-10 | 1 | -1/+1 | |
| | ||||||
* | reverted genEcho | Arne Döring | 2017-08-08 | 1 | -1/+2 | |
| | ||||||
* | don't filter '\0' characters in string generation | Arne Döring | 2017-08-07 | 1 | -1/+2 | |
| | ||||||
* | prevent null characters in $ on collections of char | Arne Döring | 2017-07-24 | 1 | -3/+1 | |
| | ||||||
* | made toString test assert based | Arne Döring | 2017-07-24 | 1 | -33/+21 | |
| | ||||||
* | removed newString proc again, reverted some unnecesary changes | Arne Döring | 2017-07-24 | 1 | -9/+3 | |
| | ||||||
* | arrays can now be printed | Arne Döring | 2017-07-24 | 1 | -2/+31 | |
| | ||||||
* | Handle different enum sizes in reprAux (#5207) | Brandon Pickering | 2017-01-11 | 1 | -0/+25 | |
| | ||||||
* | fixes #4818 | Araq | 2016-12-18 | 2 | -1/+21 | |
| | ||||||
* | reverted deepcopy fix for now | Andreas Rumpf | 2016-11-24 | 1 | -0/+1 | |
| | ||||||
* | disallow recursive module dependencies | Araq | 2016-11-23 | 1 | -0/+0 | |
| | ||||||
* | added test case for deepcopy | Andreas Rumpf | 2016-11-19 | 1 | -0/+94 | |
| | ||||||
* | Fixes #2889. Merges *tostring tests in tests/system. | Dominik Picheta | 2015-09-23 | 3 | -31/+34 | |
| | ||||||
* | tests: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 1 | -1/+1 | |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | |||||
* | fixes #2420; negative indexing for slicing is obsolete (breaking change!) | Araq | 2015-03-28 | 1 | -0/+0 | |
| | ||||||
* | fixes #2395 | Araq | 2015-03-24 | 1 | -0/+8 | |
| | ||||||
* | asynchttpserver compiles again; made some tests green | Araq | 2014-08-13 | 1 | -5/+3 | |
| | ||||||
* | Merge pull request #1273 from katlogic/devel | Andreas Rumpf | 2014-07-15 | 1 | -0/+22 | |
|\ | | | | | Second stab at `$`(float) | |||||
| * | Tests for `$`(float) | katlogic | 2014-06-15 | 1 | -0/+22 | |
| | | ||||||
* | | progress with futures | Araq | 2014-05-23 | 2 | -40/+0 | |
| | | ||||||
* | | initial non-compiling version of 'parallel' | Araq | 2014-05-12 | 2 | -4/+8 | |
|/ | ||||||
* | Merge pull request #1121 from EXetoC/spawn-test | Varriount | 2014-04-23 | 1 | -0/+29 | |
|\ | | | | | Add spawn test. Hangs most of the time on linux x64 at least. | |||||
| * | Add spawn test. Hangs most of the time on linux x64 at least. | EXetoC | 2014-04-20 | 1 | -0/+29 | |
| | | ||||||
* | | Add test for bad spawn argument. | EXetoC | 2014-04-20 | 1 | -0/+7 | |
|/ | ||||||
* | added `$` for arrays | Simon Hafner | 2014-03-31 | 1 | -1/+5 | |
| | ||||||
* | Merge branch 'devel' of github.com:Araq/Nimrod into seq_toString | Simon Hafner | 2014-03-31 | 1 | -0/+52 | |
|\ | ||||||
| * | Update unit test. | EXetoC | 2014-03-07 | 1 | -8/+15 | |
| | | ||||||
| * | Update unit test. | EXetoC | 2014-03-07 | 1 | -10/+10 | |
| | | ||||||
| * | Update test with new names. | EXetoC | 2014-03-07 | 1 | -3/+3 | |
| | | ||||||
| * | Add allocation unit tests. | EXetoC | 2014-03-06 | 1 | -0/+45 | |
| | | ||||||
* | | explicit firstElement for `$` in collections | Simon Hafner | 2014-02-11 | 1 | -1/+3 | |
| | | ||||||
* | | Added `$` for seq | Simon Hafner | 2014-02-11 | 1 | -0/+5 | |
|/ | ||||||
* | use parseopt2 in parseopt2 test | Michał Zieliński | 2013-12-10 | 1 | -1/+1 | |
| | ||||||
* | Fix : and = precedence in parseopt. | Michał Zieliński | 2013-12-10 | 1 | -4/+5 | |
| | ||||||
* | Reimplement parseopt which parses arguments given as a sequence of strings, ↵ | Michał Zieliński | 2013-12-09 | 1 | -0/+17 | |
| | | | | not single string. | |||||
* | restored files that 'koch clean' removed | Araq | 2012-04-16 | 1 | -1/+1 | |
| | ||||||
* | removed """ so unittest can handle it | Simon Hafner | 2012-01-02 | 1 | -6/+1 | |
| | ||||||
* | fixed the io tests so they run as intended | Simon Hafner | 2011-12-31 | 2 | -3/+3 | |
| | | | | | There is however a problem with the unittest. It does output colors even if stdout isn't a tty, so the test still fails. | |||||
* | Disabled io tests because it blocks indefinitely. | dom96 | 2011-12-31 | 1 | -0/+1 | |
| | ||||||
* | MAP_ANONYMOUS is not always 0x20 for linux; changed the tests | Araq | 2011-12-31 | 1 | -2/+3 | |
| | ||||||
* | changed io tests | Araq | 2011-12-31 | 1 | -1/+1 | |
| |