summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* fixes #21538; expand len template parameter once in newSeqWith (#21543)Eric N. Vander Weele2023-03-201-0/+5
* Fix: #21541. Add support for xnVerbatimText (#21542)Mark Leyva2023-03-201-0/+15
* Use `analyseIfAddressTaken` logic for checking if address is taken in convert...Jake Leahy2023-03-201-0/+10
* Made generic type classes work with types using static parameters (#21528)Jason Beetham2023-03-171-0/+30
* add a prepass for codeReordering (#21513)ringabout2023-03-174-4/+1
* fix #18977; disallow change branch of an object variant in ORC (#21526)ringabout2023-03-164-19/+61
* fixes #19857; Exception raised in closure may be "skipped" in ORC (#21530)ringabout2023-03-161-0/+39
* fixes explicit globals in macros (#21502)ringabout2023-03-121-0/+13
* fixes #21496; Ambiguous calls compiles when module name are equal (#21500)ringabout2023-03-123-0/+11
* fixes #21306; fixes #20485; don't transform yields in the var section when i...ringabout2023-03-101-0/+114
* fixes #21023; Segfault when mixing seqs, orc, variants and futures (#21497)ringabout2023-03-102-0/+93
* fixes quoted variables with typedesc types (#21493)ringabout2023-03-091-0/+8
* closes #8295; add a test case (#21486)ringabout2023-03-071-0/+13
* closes #6231; add a test case (#21485)ringabout2023-03-071-0/+5
* fixes #21377; fixes `@[]` and `{}` type inference as returns in generics (#21...ringabout2023-03-061-1/+36
* closes #20704; add a test case (#21480)ringabout2023-03-061-1/+12
* closes #16654; add a test case (#21478)ringabout2023-03-061-0/+12
* fixes #21461 (#21463)Arnaud Moura2023-03-031-1/+1
* Allow `futureLogging` in release builds (#21448)Jake Leahy2023-03-021-0/+6
* fixes #20139; hash types based on its path relative to its package path (#212...ringabout2023-03-023-0/+18
* fixes #20422; emit nimPrepareStrMutationV2 for toOpenArray to keep th… (#21...Andreas Rumpf2023-03-021-0/+12
* fixes #19291; implements `wasMoved` hook (#21303)ringabout2023-03-025-23/+68
* fixes #21326; fixes #7375; fixes #11986; fixes #9607; rework quote do; `getAs...ringabout2023-03-021-0/+136
* tests/errmsgs/tcall_with_default_arg.nim: sync (#21237)Anna2023-03-011-1/+1
* tests: explicitly enable stack traces where needed (#21236)Anna2023-03-014-18/+21
* tests/stylecheck: make sure necessary hints are enabled (#21240)Anna2023-03-013-8/+6
* fixes #10938; fixes #13312; fixes #13918; fixes #20985; always initializes gl...ringabout2023-03-011-2/+44
* fixes #21439; Add tyOpenArray to genTypeInfo. (#21440)Constantine Molchanov2023-02-271-0/+14
* closes #17864; add a test case (#21434)ringabout2023-02-251-0/+12
* fixes #20695; fixes object with distinct defaults and tables (#21428)ringabout2023-02-241-1/+38
* fixes #21393 and misc style changes (#21419)Andreas Rumpf2023-02-241-1/+1
* fixes #19795; fixes #11852; fixes #19974; remove parsing pipeline, Nim now pa...ringabout2023-02-2221-59/+173
* Specify that address is taken when converter takes a var parameter (#21391)Jake Leahy2023-02-211-0/+15
* Make `Time` work with `std/strformat` (#21409)Jake Leahy2023-02-211-0/+5
* Support tuples in nim-gdb (#21410)Jake Leahy2023-02-212-2/+6
* Support new runtime with nim-gdb (#21400)Jake Leahy2023-02-204-51/+30
* closes #1072; add a test case (#21396)ringabout2023-02-191-0/+10
* fixes #21360; discarding empty seqs/arrays now raises errors (#21374)ringabout2023-02-162-1/+15
* Fix `closeHandle` bug, add `setFileSize`, make `resize` work on Windows (#21375)c-blake2023-02-151-2/+3
* `std/asyncjs` allow transforming proc types (#21356)Jake Leahy2023-02-141-0/+5
* This adds `parseutils.parseSize`, an inverse to `strutils.formatSize` (#21349)c-blake2023-02-141-0/+41
* allow omitting stmts using `finally` as post expr blocks; make it consistent ...ringabout2023-02-141-0/+11
* megatest now checks refc too (#21341)ringabout2023-02-094-3/+13
* Add `contains` to `std/macrocache` (#21304)Jake Leahy2023-02-011-0/+7
* fixes #21317; 1.6.4 regression; etyBaseIndex should return fat pointers [back...ringabout2023-02-011-0/+15
* fixes #16790; fixes #19075; put big arrays on the constant seqs; don't inline...ringabout2023-01-311-0/+19
* Revert "Fix #13093 C++ Atomics: operator= is implicitly deleted because the d...ringabout2023-01-272-44/+0
* Fix #13093 C++ Atomics: operator= is implicitly deleted because the default d...Bung2023-01-272-0/+44
* fixes #14409; fixes #10674 VM callbacks switch to table-index seqs (#21297)ringabout2023-01-261-1/+1
* fixes #18134; registers `formatBiggestFloat` in VM (#21299)ringabout2023-01-261-8/+11