summary refs log tree commit diff stats
path: root/tests/array
Commit message (Expand)AuthorAgeFilesLines
* error on large integer types as array index range (#23229)metagn2024-01-181-0/+18
* some test cleanups & category reorganization (#22010)metagn2023-06-062-0/+31
* fix #15117 zero size array cause incorrect codegen for VCC compiler (#21197)Bung2022-12-301-0/+27
* fix #20248;fix #6215;turns into simple CT error (#21141)Bung2022-12-201-0/+14
* style usages part one (openarray => openArray) (#19321)flywind2022-01-041-1/+1
* fixes #18643 [backport:1.0] (#18678)Andreas Rumpf2021-08-121-0/+11
* Fix array's high & low return type for empty arrays (#17705)Tanguy Cizain2021-04-151-0/+7
* typeToString: type float => typedesc[float] (#17011)Timothee Cour2021-02-121-2/+2
* use typeof instead type (#16962)flywind2021-02-081-5/+5
* fix #16025 repr now consistent: does not insert trailing newline (#16034)Timothee Cour2020-11-191-3/+0
* disallow typedesc in arrays & move existing checks to `types.typeAllowedAux` ...Neelesh Chandola2020-05-291-0/+11
* guards.nim:sameTree(): handle uint literals correctly (#12483) [backport]Paul Tan2019-10-221-0/+8
* fixes #8316 (#11673)Andreas Rumpf2019-07-061-0/+25
* literal array indices (#11424)Jasper Jenkins2019-06-184-0/+25
* close #3899 by adding test case (#10424)Vindaar2019-01-231-0/+10
* add `isNamedTuple`; make $(1, 2) be (1, 2) instead of (Field0: 1, Field1: 2) ...Timothee Cour2019-01-081-1/+1
* testament: joinable is now an explicit concept of a test specAndreas Rumpf2018-12-111-0/+1
* megatest can be executedArne Döring2018-12-111-1/+1
* require errormsg to be specified before file.Arne Döring2018-12-113-8/+3
* language cleanup: the .unchecked pragma is deadAraq2018-11-061-1/+1
* Relax the restrictions on the index types (#9412)LemonBoy2018-10-181-3/+6
* fixes a regression about indexing into UncheckedArrayAndreas Rumpf2018-10-161-0/+4
* Merge tests into a larger file (part 1 of ∞) (#9318)Miran2018-10-1213-566/+529
* introduce precise string '[]', '[]=' accessors; fixes #8049 (#8817)Andreas Rumpf2018-08-301-1/+13
* fixes #7906, array and openarray arg vs. ptr/ref generic (#7909)andri lim2018-06-041-27/+114
* fixes #7818, correct internal representation of generic objects array constru...andri lim2018-05-291-0/+45
* fixes #7601, array construction of ptr generics (#7671)andri lim2018-04-272-0/+68
* semcheck negative array length (#7518)Oscar Nihlgård2018-04-061-0/+4
* better error messages: use <T1, T2> instead of (T1, T2) in order to prevent c...Araq2018-02-101-1/+1
* Fixes #6853 (#7188)cooldome2018-02-101-0/+8
* fixes #7153Araq2018-02-101-0/+18
* fix test for bug #6989Andreas Rumpf2018-01-272-5/+4
* fixes #6989Andreas Rumpf2018-01-271-0/+104
* Improved collection-to-string behavior (#6825)Fabian Keller2017-12-141-1/+1
* fixes #6692Araq2017-11-051-0/+46
* fixes #6675Andreas Rumpf2017-11-021-1/+7
* fixes #6631Andreas Rumpf2017-10-301-1/+25
* system.nim: typoAndreas Rumpf2017-10-291-0/+2
* remove old implementation of the roof operator; make tests green again; close...Andreas Rumpf2017-10-294-76/+3
* Array typedesc len (#6032)ephja2017-09-171-0/+18
* remove ArrayDummySize with unchecked arrays (#5818)Jacek Sieka2017-08-281-0/+5
* make tests green againAndreas Rumpf2016-08-251-2/+2
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-047-46/+46
* implemented a[^1] notationAraq2015-03-264-0/+91
* fixes #1669Araq2014-11-221-1/+8
* Fix some tests.EXetoC2014-03-311-1/+1
* msg -> errmsgZahary Karadjov2014-03-211-1/+1
* new tester; all tests categorizedAraq2014-01-137-0/+155