summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix getAddrInfo, add IPPROTO_ICMPV6 Closes #10198Federico Ceratto2019-01-061-0/+36
* Guard against null exception (#10162)rec2019-01-041-0/+3
* fix bug in doAssertRaises when exception==Exception (#10172)Timothee Cour2019-01-041-0/+12
* exportc is now not allowed for type aliases (#9979)Neelesh Chandola2019-01-021-0/+12
* fixes #10148 (#10149)cooldome2018-12-311-0/+29
* fix off by 1 error in `col` shown by toFileLineCol (#10138)Timothee Cour2018-12-313-3/+3
* Resolve things raised in https://github.com/nim-lang/Nim/issues/10081 ? (#10084)c-blake2018-12-311-9/+48
* Check there are no side effects before optimizing away compile time expressio...deech2018-12-311-0/+42
* Dead code elimination for entire modules and their init procs if empty (#10032)cooldome2018-12-302-1/+7
* Show deprecation warning for fields of a deprecated enum (#10112)Neelesh Chandola2018-12-301-4/+14
* Deprecated pragma is now supported on enum fields (#10113)Neelesh Chandola2018-12-302-0/+32
* fix typetraits.`$` regression https://github.com/c-blake/cligen/issues/84 (#1...Timothee Cour2018-12-301-0/+3
* Support undefined in isNil (#9960)Alexander Ivanov2018-12-301-0/+16
* fixes #10082Andreas Rumpf2018-12-301-0/+11
* revives: Move typetraits.`$` to system. Fixes #5827 (#10071)Timothee Cour2018-12-301-0/+14
* Const tuple unpacking: add tests (#10100)ee72018-12-271-0/+16
* fixes #10101 (#10103)Timothee Cour2018-12-272-5/+5
* Add ability to sample elements from openArray according to a weight array (#1...c-blake2018-12-231-1/+27
* fixes #10033 [backport]Araq2018-12-221-1/+24
* Don't use parseutils.parseInt in the times module (#10028)Oscar NihlgÄrd2018-12-221-0/+11
* Fixed insert for nil seq in js (#10068)Yuriy Glukhov2018-12-211-0/+32
* C++: make async tests green on WindowsAraq2018-12-211-0/+1
* os.walkDir: correctly evaluate paths when relative = true (#10057) [backport]alaviss2018-12-211-0/+8
* lots of testament bug fixes and improvements: (#10044)Timothee Cour2018-12-201-11/+11
* use anon structs and unions for a much better debug experience (#10055)Andreas Rumpf2018-12-201-23/+20
* Make copies for params which are captured in closures. Fixes #7048 (#10050)rec2018-12-201-0/+44
* fix test failureTimothee Cour2018-12-191-0/+1
* fix #8255 numerous issues with splitFileTimothee Cour2018-12-191-0/+15
* proc does not take untyped/typed as argument (#9981)Neelesh Chandola2018-12-192-0/+14
* [os] fix #10017 regression, fix #10025 regression (#10018)Timothee Cour2018-12-181-2/+5
* add `getCurrentCompilerExe` to vmops (eg allows to get nim compiler at CT); a...Timothee Cour2018-12-182-0/+49
* Fixes #10005recloser2018-12-151-0/+17
* fixes #9994Andreas Rumpf2018-12-153-1/+5
* fixes #9978Andreas Rumpf2018-12-142-0/+9
* os.nim: use the new pathnorm.normalizePath implementationAraq2018-12-141-55/+26
* fixes joinPath regressionsAraq2018-12-131-0/+5
* os.nim: big refactoring, use the new pathnorm that was extracted by compiler/...Araq2018-12-131-63/+94
* Merge pull request #8748 from LemonBoy/when-in-objectsAndreas Rumpf2018-12-121-0/+51
|\
| * Pervasive replacement of nkRecWhen in generic typesLemonBoy2018-10-191-0/+51
| * Don't skip poll() when no handles are present. (#8727)Dominik Picheta2018-08-231-0/+17
* | Merge pull request #9937 from cooldome/pragmablock_custom_pragmaAndreas Rumpf2018-12-121-0/+22
|\ \
| * | add testAndrii Riabushenko2018-12-111-0/+22
* | | Rework nil/option for nre in light of ""==nilFlaviu Tamas2018-12-113-18/+25
* | | Revert 7f49364fd0 for nreFlaviu Tamas2018-12-112-5/+5
* | | Merge pull request #9805 from pacien/181126-list-appendAndreas Rumpf2018-12-111-1/+2
|\ \ \
| * | | add SinglyLinkedList.append procspacien2018-11-271-1/+2
* | | | Merge pull request #9881 from timotheecour/pr_ref_9880Andreas Rumpf2018-12-112-9/+32
|\ \ \ \
| * | | | refs #9880 show index and bound in lots of `index out of bounds` errorsTimothee Cour2018-12-092-9/+32
* | | | | make tests green againAraq2018-12-111-0/+2
* | | | | attempt to make travis greenAraq2018-12-111-0/+1