Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #8316 (#11673) | Andreas Rumpf | 2019-07-06 | 1 | -0/+25 |
| | |||||
* | literal array indices (#11424) | Jasper Jenkins | 2019-06-18 | 4 | -0/+25 |
| | |||||
* | close #3899 by adding test case (#10424) | Vindaar | 2019-01-23 | 1 | -0/+10 |
| | |||||
* | add `isNamedTuple`; make $(1, 2) be (1, 2) instead of (Field0: 1, Field1: 2) ↵ | Timothee Cour | 2019-01-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | which leaked implementation detail (#10070) * add `isNamedTuple`; make $(1, 2) be (1, 2) instead of leaking implementation detail (Field0: 1, Field1: 2) fixes this: #8670 (comment) /cc @alehander42 @Vindaar @mratsim * Note: isNamedTuple is useful in other places, eg #10010 (comment) * move isNamedTuple to helpers.nim to avoid exposing new symbol to system.nim * remove workaround in tests/vm/tissues.nim failing test now that #10218 was makes it work | ||||
* | testament: joinable is now an explicit concept of a test spec | Andreas Rumpf | 2018-12-11 | 1 | -0/+1 |
| | |||||
* | megatest can be executed | Arne Döring | 2018-12-11 | 1 | -1/+1 |
| | |||||
* | require errormsg to be specified before file. | Arne Döring | 2018-12-11 | 3 | -8/+3 |
| | |||||
* | language cleanup: the .unchecked pragma is dead | Araq | 2018-11-06 | 1 | -1/+1 |
| | |||||
* | Relax the restrictions on the index types (#9412) | LemonBoy | 2018-10-18 | 1 | -3/+6 |
| | |||||
* | fixes a regression about indexing into UncheckedArray | Andreas Rumpf | 2018-10-16 | 1 | -0/+4 |
| | |||||
* | Merge tests into a larger file (part 1 of ∞) (#9318) | Miran | 2018-10-12 | 13 | -566/+529 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * merge actiontable tests * merge arithm tests * merge array tests * merge assign tests * merge bind tests * merge casestmt tests * merge closure tests * merge cnt seq tests * merge collections tests * merge concept issues tests * merge concept tests * fix failing tests * smaller outputs Use `doAssert` where possible. * fix wrong output * split `tcomputedgoto` * revert merging concepts * fix failing test | ||||
* | introduce precise string '[]', '[]=' accessors; fixes #8049 (#8817) | Andreas Rumpf | 2018-08-30 | 1 | -1/+13 |
| | |||||
* | fixes #7906, array and openarray arg vs. ptr/ref generic (#7909) | andri lim | 2018-06-04 | 1 | -27/+114 |
| | | | | | | * fixes #7906, array and openarray arg vs. ptr/ref generic * add comment | ||||
* | fixes #7818, correct internal representation of generic objects array ↵ | andri lim | 2018-05-29 | 1 | -0/+45 |
| | | | | | | | construction (#7824) * defer skiptypes * defer skiptypes for tyRef & tyPtr * remove unneeded skipTypes | ||||
* | fixes #7601, array construction of ptr generics (#7671) | andri lim | 2018-04-27 | 2 | -0/+68 |
| | | | | | | * fixes #7601, array construction of ptr generics * add more test | ||||
* | semcheck negative array length (#7518) | Oscar Nihlgård | 2018-04-06 | 1 | -0/+4 |
| | |||||
* | better error messages: use <T1, T2> instead of (T1, T2) in order to prevent ↵ | Araq | 2018-02-10 | 1 | -1/+1 |
| | | | | confusions with tuple types | ||||
* | Fixes #6853 (#7188) | cooldome | 2018-02-10 | 1 | -0/+8 |
| | | | | | * Fixes #6853 * Add a test for a const empty array | ||||
* | fixes #7153 | Araq | 2018-02-10 | 1 | -0/+18 |
| | |||||
* | fix test for bug #6989 | Andreas Rumpf | 2018-01-27 | 2 | -5/+4 |
| | |||||
* | fixes #6989 | Andreas Rumpf | 2018-01-27 | 1 | -0/+104 |
| | |||||
* | Improved collection-to-string behavior (#6825) | Fabian Keller | 2017-12-14 | 1 | -1/+1 |
| | |||||
* | fixes #6692 | Araq | 2017-11-05 | 1 | -0/+46 |
| | |||||
* | fixes #6675 | Andreas Rumpf | 2017-11-02 | 1 | -1/+7 |
| | |||||
* | fixes #6631 | Andreas Rumpf | 2017-10-30 | 1 | -1/+25 |
| | |||||
* | system.nim: typo | Andreas Rumpf | 2017-10-29 | 1 | -0/+2 |
| | |||||
* | remove old implementation of the roof operator; make tests green again; ↵ | Andreas Rumpf | 2017-10-29 | 4 | -76/+3 |
| | | | | close #6292 | ||||
* | Array typedesc len (#6032) | ephja | 2017-09-17 | 1 | -0/+18 |
| | |||||
* | remove ArrayDummySize with unchecked arrays (#5818) | Jacek Sieka | 2017-08-28 | 1 | -0/+5 |
| | |||||
* | make tests green again | Andreas Rumpf | 2016-08-25 | 1 | -2/+2 |
| | |||||
* | tests: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 7 | -46/+46 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | implemented a[^1] notation | Araq | 2015-03-26 | 4 | -0/+91 |
| | |||||
* | fixes #1669 | Araq | 2014-11-22 | 1 | -1/+8 |
| | |||||
* | Fix some tests. | EXetoC | 2014-03-31 | 1 | -1/+1 |
| | |||||
* | msg -> errmsg | Zahary Karadjov | 2014-03-21 | 1 | -1/+1 |
| | |||||
* | new tester; all tests categorized | Araq | 2014-01-13 | 7 | -0/+155 |