summary refs log tree commit diff stats
path: root/tests/misc
Commit message (Expand)AuthorAgeFilesLines
* adapt generic default parameters to recent generics changes (#24065)metagn2024-09-061-3/+4
* expose `rangeBase` typetrait, fix enum conversion warning (#24056)metagn2024-09-061-0/+7
* fixes #22553; regression of offsetof(T, anFieldOfUncheckedArray) (#24014)ringabout2024-08-271-0/+8
* adds a ubuntu 24.04 matrix with gcc 14 for tests (#23673)ringabout2024-08-201-1/+6
* fixes #23914; jsondoc broken in devel (#23916)ringabout2024-08-112-2/+7
* fixes #5901 #21211; don't fold cast function types because of gcc 14 (#23683)ringabout2024-06-051-1/+6
* fixes #23499; don't skip `addr` when constructing `bracketExpr` (#23503)ringabout2024-04-151-0/+10
* Show error when trying to run in folder that doesn't exist instead of asserti...Jake Leahy2024-01-231-0/+6
* don't use previous bindings of `auto` for routine return types (#23207)metagn2024-01-171-1/+1
* delay resolved procvar check for proc params + acknowledge unresolved statics...metagn2024-01-111-1/+2
* fixes #22844; uses arrays to store holeyenums for iterations; much more effic...ringabout2023-10-201-0/+16
* Add test case for #15351 (#22754)Jake Leahy2023-09-261-0/+5
* produce better code for object constructions and 'result' [backport] (#22668)Andreas Rumpf2023-09-111-4/+7
* add test for #3907 (#21069)Bung2023-08-061-0/+10
* fix #20883 Unspecified generic on default value segfaults the compiler (#21172)Bung2023-08-041-0/+12
* fixes CI; disable SSL tests on osx for now (#22304)ringabout2023-07-221-0/+1
* some test cleanups & category reorganization (#22010)metagn2023-06-0641-1467/+1
* properly disallow unresolved generic proc values (#22005)metagn2023-06-051-16/+0
* fixes fieldDefect loses enum type info in ORC; consistent with VM and refc (#...ringabout2023-05-291-2/+1
* clean up SOME pending/xxx/issue link comments (#21826)metagn2023-05-114-25/+13
* tweak spellsuggest; three counts for equal distances candidates by default (#...ringabout2023-04-211-1/+1
* actually fix #19015 (#21680)metagn2023-04-171-0/+28
* int64/uint64 as bigint in JS (#21613)metagn2023-04-111-4/+16
* tuple unpacking for vars as just sugar, allowing nesting (#21563)metagn2023-03-281-3/+0
* add a prepass for codeReordering (#21513)ringabout2023-03-171-1/+0
* fixes #19795; fixes #11852; fixes #19974; remove parsing pipeline, Nim now pa...ringabout2023-02-222-2/+3
* megatest now checks refc too (#21341)ringabout2023-02-092-1/+6
* fix #20253 (#21174)Bung2023-01-131-0/+10
* fix #14667 (#21190)Bung2022-12-281-0/+12
* add test case for #20289 (#21180)Bung2022-12-271-0/+15
* fix #11634 (#21146)Bung2022-12-231-0/+20
* Don't repeat suggestions for same symbol (#21140)Jake Leahy2022-12-223-27/+48
* fix #16541 (#21148)Bung2022-12-221-0/+12
* fixes #19292; fixes #21122; fixes putEnv and setEnv with vcc (#21143)ringabout2022-12-201-0/+6
* fix #21109 (#21127)Bung2022-12-191-0/+13
* generic `define` pragma + string alias (#20979)metagn2022-12-131-16/+48
* fix #15836 proc arg return type auto unexpectly match proc with concr… (#21...Bung2022-12-122-0/+23
* deprecate `do:` meaning `do ():` + misc cleanup (#20927)metagn2022-12-061-1/+1
* fixes #20914; fixes the alignment of big sets (#20918)ringabout2022-11-261-0/+29
* add a testcase for vcc (#20915)ringabout2022-11-251-0/+9
* fixes a severe bug of testament (#20832)ringabout2022-11-171-0/+1
* fixes a CI error (#20834)ringabout2022-11-141-1/+1
* Fix #18079 Illegal storage access compiling call with nested ref/deref (#20738)Bung2022-11-041-0/+11
* fix #20272 range of uint64 shows signed upper bound (#20702)Bung2022-11-011-0/+4
* fix #16264 low(Time) OverflowDefect (#20552)Bung2022-10-291-0/+2
* fixes nim check with orc (#20456)ringabout2022-10-022-0/+15
* remove hack for deprecated csize in compiler (#20463)metagn2022-10-011-5/+1
* moderate system cleanup & refactor (#20355)metagn2022-09-283-43/+47
* close #15955; add a test case (#20414)ringabout2022-09-243-0/+37
* defaults to ORC (#19972)ringabout2022-09-234-3/+18