summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* cycle breaker (#13593)Andreas Rumpf2020-03-191-7/+12
* Attempt to finish off araq cpp exceptions (#13695)cooldome2020-03-194-15/+17
* fixes #13691 (#13694)Andreas Rumpf2020-03-191-0/+29
* arc optimizations (#13325)Andreas Rumpf2020-03-185-3/+63
* new feature: --staticBoundChecks:on to enforce static array index checking (#...Andreas Rumpf2020-03-185-21/+23
* fix #13524 astToStr now works inside generics (#13681)Timothee Cour2020-03-181-0/+6
* fixes #13622 (#13679)Andreas Rumpf2020-03-181-0/+20
* fixes #13671 [backport] (#13678)Andreas Rumpf2020-03-181-0/+5
* fix when statements in inheritable generic objects (#13667) [backport]Jasper Jenkins2020-03-171-0/+11
* rewritten goto based exception handling; much cleaner implementation;… (#13...Andreas Rumpf2020-03-171-0/+69
* Fixes #13659 (#13674)cooldome2020-03-171-1/+25
* fix `nim doc subdir/foo` which was generating broken css; + other fixes (#13647)Timothee Cour2020-03-171-1/+1
* fix sets of scoped imported enums (#13666)Jasper Jenkins2020-03-172-0/+12
* fixes #13661 (#13664) [backport]Andreas Rumpf2020-03-161-0/+12
* fixes #13646Araq2020-03-161-3/+22
* fixes #12747 [backport] (#13651)cooldome2020-03-163-2/+13
* catchable defects (#13626)Andreas Rumpf2020-03-124-3/+55
* rename `lenTuple` and `lenVarargs` (#13639)Miran2020-03-122-24/+25
* fixes #13240Araq2020-03-111-0/+25
* fixes #13519Araq2020-03-111-0/+21
* add expectIdent to macros (#12778)Arne Döring2020-03-112-0/+42
* fix operators containing percent for VM usage (#13536)Arne Döring2020-03-112-1/+19
* fixes #13436 (#13615)Andreas Rumpf2020-03-101-0/+10
* fixes #13599 (#13614)Andreas Rumpf2020-03-091-0/+39
* fixes #13596 (#13612)Andreas Rumpf2020-03-092-0/+112
* Fix #13573 and #13574 (#13575)Andrea Ferretti2020-03-061-1/+6
* close #12704 by adding a test (tuple codegen error) (#13592)Timothee Cour2020-03-061-0/+14
* fixes #5170 (#13589)Andreas Rumpf2020-03-053-5/+35
* fix #13579 joinPath("/foo/", "../a") is now /a (#13586)Andreas Rumpf2020-03-051-0/+13
* sink parameter inference for types that have destructors (#13544)Andreas Rumpf2020-03-043-4/+8
* std/compilesettings implementation (#13584)Andreas Rumpf2020-03-041-0/+19
* fix #13531 by adding a test (#13581)Miran2020-03-041-0/+31
* make genericParams support static[T] generic params (#13433)Timothee Cour2020-03-021-1/+44
* fixes #13543 and added times.isLeapDay (#13547)Timothee Cour2020-03-011-3/+7
* EndsInNoReturn in expressions extension, fixes #13490 (#13520)cooldome2020-02-281-0/+37
* save another 33s of CI for tests/gc/gcleak.nimTimothee Cour2020-02-271-1/+8
* CI tests run faster: save 120s in azure machines, 335s on local OSXTimothee Cour2020-02-271-1/+13
* revert changes to tests/gc/gcleak2.nimTimothee Cour2020-02-271-72/+5
* make CI tests faster + more preciseTimothee Cour2020-02-271-5/+72
* cleanup Ordinal (#13501)Timothee Cour2020-02-272-2/+19
* tables/sharedtables/intsets/etc: fix #13496, #13504, #13505; add lots of test...Timothee Cour2020-02-264-16/+252
* fix #13455 ; joinPath(a,b) now honors trailing slashes in b (or a if b = "") ...Timothee Cour2020-02-261-3/+26
* fix #13449 texitcode flaky on windows (#13487)Timothee Cour2020-02-251-1/+4
* make devel green again: tnetdial still doesn't work on Travisnarimiran2020-02-251-0/+1
* fix 3 minor bugs in joinPath (see #13455) (#13462) [backport]Andrey Makarov2020-02-231-0/+4
* relativePath("foo", "foo") is now ".", not "" (#13452)Timothee Cour2020-02-223-4/+18
* fixes #13457 (#13458)Andreas Rumpf2020-02-211-1/+8
* Remove testutils (#13435) [backport]Clyybber2020-02-192-2/+7
* [backport] pseudorandom probing for hash collision (#13418)Timothee Cour2020-02-193-8/+30
* fix incorrect lenTuple implementation (#13423)Timothee Cour2020-02-191-4/+36