summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* newruntime: raising an exception works but currently leaks memory because cur...Araq2019-04-101-0/+38
* enable more testsAraq2019-04-101-23/+22
* rst: parse brackets individually, fixes #10475 (#10997)Miran2019-04-101-0/+12
* enable most tnewruntime_strutils testsAraq2019-04-101-38/+28
* newruntime: fixes another bugAraq2019-04-102-1/+242
* destructors: we are cooking nowAraq2019-04-061-2/+3
* Fix astdef typ deref (#10245)Alexander Ivanov2019-04-051-2/+11
* Strformat symbol binding (#10927)Arne Döring2019-04-053-2/+74
* fixes #10943 (#10947)cooldome2019-04-052-0/+13
* destructors: progressAndreas Rumpf2019-04-051-2/+2
* fixes destructor tuple regression #10940 (#10941)cooldome2019-04-041-0/+48
* Pure ref object; fixes #10721 (#10955)Arne Döring2019-04-041-8/+41
* fixes #10942. Lent T bug (#10946)cooldome2019-04-031-0/+25
* fixes #10948 (#10949)cooldome2019-04-031-0/+39
* simple program works with --newruntimeAraq2019-04-021-11/+11
* make megatest work againAraq2019-04-022-0/+5
* fixes json.nim regressionAndreas Rumpf2019-03-291-4/+0
* fixes #10896 (#10903)Andreas Rumpf2019-03-251-0/+5
* fixes #8202 (#10888)Andreas Rumpf2019-03-231-0/+18
* improvements on the hot code reloading support (#10892)Viktor Kirilov2019-03-231-1/+1
* fixes #10886 [backport] (#10897)Andreas Rumpf2019-03-231-0/+18
* more destructor based changes (#10885)Andreas Rumpf2019-03-232-0/+16
* Lineinfo fix (#10871)Arne Döring2019-03-211-0/+18
* fixes #10861 (#10877)cooldome2019-03-211-1/+15
* add tastspec (and ast_pattern_matching) (#10863)Arne Döring2019-03-192-0/+1600
* sizeof alignof offsetof macros api (#10855)Arne Döring2019-03-191-0/+51
* Size ptr tuple (#10846)Arne Döring2019-03-184-0/+128
* Support for stmtListExpr in parser after major keywords. Scaled down version....cooldome2019-03-182-2/+23
* fixes #10838 (#10841)cooldome2019-03-181-0/+14
* multi-methods need to be explicitly enabled (#10856)Miran2019-03-181-0/+1
* Detect local "primary" IP addressFederico Ceratto2019-03-172-0/+24
* revert discard in destroyer (#10840)cooldome2019-03-152-23/+1
* move system.dollars in a separate file (#10829)Miran2019-03-132-3/+1
* bitops: add reverseBits and test (#10835)Tomohiro2019-03-131-0/+42
* fixes #10805 (#10806)cooldome2019-03-131-0/+5
* fixes #10807 (#10814)cooldome2019-03-121-1/+11
* 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
ref='#n48'>48 49 50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66