summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* capture macro now accepts variables of different types (#13356)Clyybber2020-02-151-3/+11
* fixes #13368 (#13397)cooldome2020-02-141-0/+11
* Revert "remove dead code test_nimhcr_integration.(bat,sh) (#13388)" (#13396)Andreas Rumpf2020-02-122-0/+27
* remove dead code test_nimhcr_integration.(bat,sh) (#13388)Timothee Cour2020-02-122-27/+0
* fixes #13378 [backport] (#13392)Andreas Rumpf2020-02-111-0/+16
* fix several bugs with `repr` (#13386)Timothee Cour2020-02-113-4/+20
* fix `is` with generic types; fix `genericHead(Foo[T])` (#13303)Timothee Cour2020-02-092-2/+51
* fixes #13314 (#13372)Andreas Rumpf2020-02-091-1/+25
* Add sideEffect pragma to importC procs in posix, winlean and time module (#13...Tomohiro2020-02-081-0/+10
* Revert "printing float values will have one more digit. (#13276) [backport]" ...Timothee Cour2020-02-088-42/+38
* fix #6736: templates in unittest now show actual value (#13354)Miran2020-02-071-0/+25
* printing float values will have one more digit. (#13276) [backport]Arne Döring2020-02-078-38/+42
* testament: introduce 'matrix' for testing multiple options (#13343)Miran2020-02-071-1/+3
* miscellaneous bug fixes (part 3) (#13304)Timothee Cour2020-02-071-1/+1
* fix #13182: `proc fun(a: varargs[Foo, conv])` now can be overloaded (#13345) ...Timothee Cour2020-02-071-0/+47
* fixes #13269 (#13344)Andreas Rumpf2020-02-071-0/+14
* fix #13349 regression: isNamedTuple now works with generic tuples (#13350)Timothee Cour2020-02-071-0/+5
* [backport] -d:danger should imply -d:release (#13336)Miran2020-02-051-0/+13
* Fixed codegen for constant cstring with --gc:arc (#13326)Ico Doornekamp2020-02-041-0/+16
* enable testing -d:nimHasLibFFI mode (#13091)Timothee Cour2020-02-042-82/+83
* fix #13132 tnetdial (#13318)Timothee Cour2020-02-041-2/+2
* Fix capture for object types (#13315)Clyybber2020-02-021-2/+16
* miscellaneous bug fixes (#13291)Timothee Cour2020-01-301-0/+9
* Repr v2 progress (#13268)cooldome2020-01-282-1/+35
* TlSF Alloctor: use less memory for --gc:arc (#13280)Andreas Rumpf2020-01-281-0/+2
* fixes #13281 (#13282)cooldome2020-01-281-1/+17
* ARC: remove unnecessary codeAraq2020-01-261-4/+3
* contributing docs: symbols need package prefix; changed allocStats to nimAllo...Timothee Cour2020-01-258-8/+8
* Removed lib/system/allocators.nim. seqs_v2 and strs_v2 now uses allocShared0....Ico Doornekamp2020-01-239-56/+31
* Unexport even more symbols (#13214)alaviss2020-01-231-6/+30
* fix lots of bugs with parentDir, refs #8734 (#13236)Timothee Cour2020-01-231-5/+5
* VM: allow overriding MaxLoopIterations without rebuilding nim (#13233)Timothee Cour2020-01-231-1/+1
* new os.isRelativeTo (#13212)Timothee Cour2020-01-231-0/+12
* fix #13211 relativePath("foo", ".") (#13213)Timothee Cour2020-01-211-0/+4
* fix range[enum] type conversion (#13204) [backport]Jasper Jenkins2020-01-201-0/+33
* compiler/ccgtypes: hide exportc proc unless it has dynlib (#13199)alaviss2020-01-201-0/+19
* fixes #13195 (#13198)cooldome2020-01-201-0/+25
* fixes #13110 (#13197)Andreas Rumpf2020-01-191-1/+4