summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* parseopt2.cmdLineRest is now correct too (#10304)Timothee Cour2019-01-151-16/+19
* fix #10305 nim cpp is now nan-correct at CT (#10310)Timothee Cour2019-01-151-0/+28
* fix twrong_refcounts in nim cpp mode (#10313)Timothee Cour2019-01-151-0/+3
* fixes #10203 (#10290)Andreas Rumpf2019-01-151-0/+20
* disable one more test for C++Andreas Rumpf2019-01-151-0/+1
* typed/untyped return type is invalid for everything except templates and macr...Neelesh Chandola2019-01-151-0/+12
* fix testTimothee Cour2019-01-141-2/+13
* fix #9842 #9951: `nim -r` and parseopt.cmdLineRest are now correctTimothee Cour2019-01-141-44/+92
* improve formatting in assertEqualsTimothee Cour2019-01-141-11/+11
* make tests green againAndreas Rumpf2019-01-141-0/+1
* Fixes #10065 (#10260)Arne Döring2019-01-141-4/+4
* fixes #7878Araq2019-01-141-1/+10
* fixes #7524Araq2019-01-141-0/+10
* make megatest greenAraq2019-01-131-2/+1
* closes #3744Araq2019-01-131-0/+11
* fixes #10075 [backport]Araq2019-01-131-1/+30
* make tests more robust; tests should be deterministic, no randomize() calls i...Araq2019-01-133-14/+16
* fixes #10273 execShellCmd now returns nonzero when child killed with signal +...Timothee Cour2019-01-134-18/+96
* Fixes 10202 (#10283)rec2019-01-121-10/+27
* void object fields are now ignored by codegen and fields/fieldPairs iterator ...Neelesh Chandola2019-01-101-0/+17
* Merge pull request #10248 from narimiran/graveyardMiran2019-01-102-3/+7
|\
| * remove `scgi`narimiran2019-01-101-2/+7
| * remove `subexes`narimiran2019-01-101-1/+0
* | destructors: lift type bound operations for case and distinct objects (#10238)cooldome2019-01-101-21/+50
|/
* add `alignTable`, `parseTableCells` to align/format a tab(etc) delimited tabl...Timothee Cour2019-01-093-0/+171
* add `isNamedTuple`; make $(1, 2) be (1, 2) instead of (Field0: 1, Field1: 2) ...Timothee Cour2019-01-0810-17/+74
* [error messages, stacktraces] fix #8794 #9270 #9767 #9768 (#9766)Timothee Cour2019-01-083-0/+71
* {.deprecated: msg.} now works for vars and lets (#10234)Neelesh Chandola2019-01-082-7/+9
* os.execShellCmd: fixes #10231 (#10232)alaviss2019-01-081-0/+13
* Fix for sizeof bitsize combination (#10227)Arne Döring2019-01-071-0/+12
* add custom pragma support for var and let symbols (#9582)jcosborn2019-01-071-6/+29
* Fix #10073 (#10218)zah2019-01-071-0/+16
* remove deprecated modules (#10215)Miran2019-01-077-62/+3
* Fix defer not not-working at top level (#10191)Neelesh Chandola2019-01-072-11/+2
* 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