summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 32 bit fixes (#10608)Arne Döring2019-02-1314-117/+117
* Propagate tfGcSafe flag to generic instantiations (#10620)LemonBoy2019-02-131-0/+11
* revive #10228 (fix #9880) (#10610)Timothee Cour2019-02-134-10/+58
* Do not walk into type sub-nodes for cast/conv expr (#10616)LemonBoy2019-02-131-0/+18
* Misc macro things (#10612)LemonBoy2019-02-131-1/+1
* fixes #6955Andreas Rumpf2019-02-131-1/+10
* disable flaky coroutines testAndreas Rumpf2019-02-131-0/+1
* Print missing case labels (#10600)Arne Döring2019-02-132-1/+116
* make tests green againAndreas Rumpf2019-02-082-1/+2
* Fix wrong result in tuple assignment (#9340)LemonBoy2019-02-081-0/+15
* error messages can have spaces, don't be dyslexicAraq2019-02-081-1/+1
* Rework exception handling in the VM (#10544)LemonBoy2019-02-082-0/+71
* Fix edge case in type hashing (#10601) [backport]LemonBoy2019-02-081-0/+15
* Stop useless suggestion of unsafeAddr (#10598)LemonBoy2019-02-081-0/+7
* Fix handling of reraise in effect tracking (#10582)LemonBoy2019-02-071-0/+12
* followup on #10573: prevent common user config to interfere with testament (e...Timothee Cour2019-02-071-0/+1
* fix #10591 regression (#10592)Timothee Cour2019-02-061-1/+1
* Reject assignments with nkEmpty RHS (#9000)LemonBoy2019-02-061-0/+26
* system refactorings (#10559)Andreas Rumpf2019-02-061-2/+2
* New implementation of times.between (#10523)Oscar Nihlgård2019-02-061-35/+138
* Avoid evaluating macros twice in type sections (#10550)LemonBoy2019-02-061-0/+15
* Fix getCustomPragmaVal on `var` fieldsLemonBoy2019-02-061-0/+5
* prevent common user config to interfere with testament (#10573)Timothee Cour2019-02-062-1/+6
* Vm bitops fixes (#10520)Arne Döring2019-02-051-51/+16
* Implement {.booldefine.} (#10533)Oscar Nihlgård2019-02-031-0/+18
* Fix vm signed xor (#10519)Arne Döring2019-02-011-5/+11
* vm fix for bitwise signed ints (#10507)cooldome2019-01-311-0/+39
* fix #8063 by adding a testcase for: Deprecation warnings for enum values prin...Timothee Cour2019-01-311-2/+25
* fixes #10042 (allow spaces in import) (#10504)Miran2019-01-312-0/+5
* gc: destructors is beginning to work (#10483)Andreas Rumpf2019-01-293-2/+11
* fixes #9149 [backport]Araq2019-01-291-0/+22
* isLastRead regression fix (#10463)cooldome2019-01-281-0/+9
* Fix exception tracking in try blocks (#10455)LemonBoy2019-01-271-0/+14
* closes #8610 ; adds test case (#10454)Timothee Cour2019-01-251-0/+5
* properly deprecate parseopt2 (#10452)Miran2019-01-253-32/+6
* move tests from `tospaths` to `tos`, fixes #9671narimiran2019-01-232-142/+111
* fix #10339 by returning type attached to nkEmpty (#10370)Vindaar2019-01-232-0/+32
* Harmonize the var/let and const handling (#10410)LemonBoy2019-01-231-0/+11
* remove `tdont_be_stupid`, fixes #10386narimiran2019-01-231-23/+0
* Added basic bit manipulation procs to bitops (#10338)Ico Doornekamp2019-01-231-0/+57
* close #3899 by adding test case (#10424)Vindaar2019-01-231-0/+10
* Fix semantic analysis with noReturn proc in tail pos (#10422)LemonBoy2019-01-231-0/+10
* Fix for issue #10342. better message for generic subclass instantiation (#10354)Ray Imber2019-01-222-1/+12
* Remove deprecated modules (asyncio, sockets, ftpclient) (#10401)Miran2019-01-225-9/+14
* Restrict ptr/ref to ptr/ref implicit conversion (#10411)LemonBoy2019-01-221-0/+8
* Fix compileTime pragma applying to whole var/let section (#10389)Neelesh Chandola2019-01-221-0/+15
* Object downconversion in VM should not copy (#10378)LemonBoy2019-01-221-0/+17
* Finalizer proc must be global (#10388)LemonBoy2019-01-221-0/+31
* Fix subtype conversion w/ varargs arguments (#10402)LemonBoy2019-01-214-0/+4
* Proper check for tyStatic[T] -> U conversions (#10382)LemonBoy2019-01-211-0/+5