summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "fixes #13195"Andrii Riabushenko2020-01-191-25/+0
* revert last commitAndrii Riabushenko2020-01-191-0/+25
* more on arc codegen (#13178)cooldome2020-01-192-8/+30
* maybe: allows optional chaining of field access and indexing when LHS i snil ...Timothee Cour2020-01-181-0/+82
* make sink operator optional (#13068)cooldome2020-01-172-12/+4
* ARC works for async on Windows (#13179)Andreas Rumpf2020-01-171-0/+69
* make case-object transitions explicit, make unknownLineInfo a const, replace ...Jasper Jenkins2020-01-171-1/+0
* fixes #13095 (#13181)cooldome2020-01-171-0/+20
* fix tsizeof3 for aarch64 (#13169)Jasper Jenkins2020-01-162-20/+20
* Working towards arc codegen (#13153)cooldome2020-01-161-0/+57
* style fix: change 'JS' to 'js' to make it consistent (#13168)Miran2020-01-162-2/+2
* ARC: misc bugfixes (#13156)Andreas Rumpf2020-01-152-0/+210
* fixes #9674 [backport] (#13143)Andreas Rumpf2020-01-141-1/+9
* fixes #13105 (#13138)Andreas Rumpf2020-01-141-0/+18
* fixes #13119 (#13128)Andreas Rumpf2020-01-142-2/+14
* fixes #13112 (#13127)Andreas Rumpf2020-01-131-0/+6
* fixes #13122 (#13126)Andreas Rumpf2020-01-133-4/+13
* fix rtti sizeof for varargs in global scope (#13125) [backport]Jasper Jenkins2020-01-131-0/+9
* VM FFI: write(stderr, msg) and fprintf(cstderr, msg) now work at CT (#13083)Timothee Cour2020-01-121-0/+13
* more arc features (#13098)Andreas Rumpf2020-01-101-0/+25
* typetraits: fixes #6454; genericParams; added lenTuple; added tuple type get ...Timothee Cour2020-01-101-4/+14
* fixes #13070Araq2020-01-101-0/+40
* distinctBase type trait for distinct types (#13031)cooldome2020-01-083-38/+65