summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* make tests green againAndreas Rumpf2019-03-071-1/+1
* move assertions and iterators out of system.nim (#10597)Miran2019-03-073-8/+4
* fixes #10795Andreas Rumpf2019-03-061-5/+18
* tsizeof test is now correct (#10788)Arne Döring2019-03-061-16/+47
* make tests green againAndreas Rumpf2019-03-053-0/+3
* implement system.default for the JS targetAndreas Rumpf2019-03-051-0/+14
* fixes a critical GC safety inference bug (#10615)Andreas Rumpf2019-03-051-0/+21
* added system.default in order to prevent the abstraction inversion that 'temp...Andreas Rumpf2019-03-051-1/+26
* make megatest green againAndreas Rumpf2019-03-0510-0/+16
* make test greenAndreas Rumpf2019-03-051-1/+0
* make tests green againAndreas Rumpf2019-03-047-24/+14
* sizealign of union type (#10780)Arne Döring2019-03-041-2/+10
* StringStream and parseJson, parseCfg, parseSql et al for the vm (#10746)Arne Döring2019-02-281-0/+40
* gc:destructors: progressAndreas Rumpf2019-02-281-1/+64
* quickfix: make `tsizeof3` also work on 32-bitnarimiran2019-02-281-2/+2
* add tests, closes #3012, closes #7244narimiran2019-02-271-0/+21
* Initial version of the hot-code reloading support for native targets (#10729)zah2019-02-2621-0/+491
* make typeToString sane for sequence againAndreas Rumpf2019-02-251-1/+1
* Fixes #10727. (#10728)deech2019-02-251-1/+5
* Handle IPv6 in bindAddr #7633Federico Ceratto2019-02-231-0/+14
* discard destroys its argument in-place (#9478)LemonBoy2019-02-231-0/+18
* Tuple unpacking now works for `for` vars (#10152)Neelesh Chandola2019-02-231-0/+39
* Open a new scope for `static:` expr blocks (#10649)LemonBoy2019-02-232-0/+16
* Tighten the conversion from tyRange to scalar types (#10495)LemonBoy2019-02-231-0/+13
* disable compile-time FFI supportAndreas Rumpf2019-02-231-1/+1
* FFI at CT (#10150)Timothee Cour2019-02-231-0/+81
* add tests for recently closed issues (#10722)Miran2019-02-239-1/+177
* gc:destructors: progressAndreas Rumpf2019-02-211-1/+10
* gc:destructors: add first test programAndreas Rumpf2019-02-191-0/+17
* Replace the duration conversion procs with new improved ones (#10710)Oscar Nihlgård2019-02-191-0/+9
* better docs: osproc (#10708)Miran2019-02-191-1/+1
* fixes #10195Araq2019-02-191-0/+5
* error message for accidental use of macro (#10490)Arne Döring2019-02-192-0/+18
* fixes 10697 [backport]Araq2019-02-191-2/+13
* fixes #10702 (#10705)Andreas Rumpf2019-02-181-2/+32
* Prevent crash on pragma templates w/ generics (#10685)LemonBoy2019-02-181-0/+7
* Provide access to getsockname()/getpeername()Federico Ceratto2019-02-171-0/+4
* fixes #10651Araq2019-02-142-10/+37
* disable talloc2 on 32 bits (#10656)Arne Döring2019-02-131-36/+35
* 32 bit fixes (#10608)Arne Döring2019-02-1214-117/+117
* Propagate tfGcSafe flag to generic instantiations (#10620)LemonBoy2019-02-101-0/+11
* revive #10228 (fix #9880) (#10610)Timothee Cour2019-02-104-10/+58
* Do not walk into type sub-nodes for cast/conv expr (#10616)LemonBoy2019-02-091-0/+18
* Misc macro things (#10612)LemonBoy2019-02-091-1/+1
* fixes #6955Andreas Rumpf2019-02-091-1/+10
* disable flaky coroutines testAndreas Rumpf2019-02-091-0/+1
* Print missing case labels (#10600)Arne Döring2019-02-092-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