summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* fix infinite recursion in term rewriting macros tests (#23979)metagn2024-08-202-3/+7
* make all generic aliases tyAlias (#23978)metagn2024-08-202-1/+9
* Fixes #23962 `resetLoc`doenst produce any cgen code in `importcpp` types (#23...Juan M Gómez2024-08-182-0/+49
* allow generic compileTime proc folding (#22022)metagn2024-08-181-0/+29
* always lookup pure enum symbols if expected type is enum (#23976)metagn2024-08-171-0/+13
* fixes docgen regression: don't add newLine for code if it's the first line (#...ringabout2024-08-172-11/+6
* fixes default float ranges (#23957)ringabout2024-08-161-0/+12
* fix `is` with `type`/`typedesc` crashing the compiler (#23967)metagn2024-08-161-0/+4
* remove nontoplevel type hack + consider symbol disamb in type hash (#23969)metagn2024-08-161-0/+9
* fixes #23954; uint8 > 8 bit at compile-time (#23955)ringabout2024-08-151-0/+5
* supports `default` for range types using `firstOrd` with `nimPreviewRangeDefa...ringabout2024-08-131-2/+16
* fixes #23947; .uint8 compile-time error (#23948)ringabout2024-08-131-0/+10
* Adds `SEQ_DECL_SIZE 1` back under `clang` and a test (#23942)Juan M Gómez2024-08-122-0/+11
* opensym as node kind + fixed experimental switch (#23892)metagn2024-08-124-0/+60
* Implemented `compileOption` for `experimental` to test if a feature i… (#23...Don-Duong Quach2024-08-122-0/+39
* fixes #23936; opcParseFloat accepts the wrong register as the first param [ba...ringabout2024-08-121-0/+11
* fixes jsbigint64 regression; keeps convs to `Number` in danger mode (#23926)ringabout2024-08-111-0/+17
* fixes #23932; vmopsDanger for os.getCurrentDir errors (#23934)ringabout2024-08-111-2/+5
* don't treat template/macro/module as overloaded for opensym (#23939)metagn2024-08-111-1/+1
* fixes #14522 #22085 #12700 #23132; no range check for uints (#23930)ringabout2024-08-112-2/+27
* fixes #23914; jsondoc broken in devel (#23916)ringabout2024-08-112-2/+7
* fixes #23907; Double destroy using proc type alias with a sink (#23909)ringabout2024-08-111-0/+23
* fixes #23902; Compiler infers sink in return type from auto (#23904)ringabout2024-08-111-0/+8
* closes #6549; adds a test case (#23929)ringabout2024-08-091-1/+17
* closes #21347; adds a test case (#23917)ringabout2024-08-041-0/+8
* fixes #23894; succ/pred shouldn't raise OverflowDefect for unsigned integers ...ringabout2024-07-261-0/+6
* implement genericsOpenSym for symchoices (#23873)metagn2024-07-253-1/+65
* Overload resultion with generic variables an inheritance (#23870)Ryan McConnell2024-07-242-21/+84
* fixes #19171; have `openArray` converted from `ptr UncheckedArray` be mutable...Buldram2024-07-241-0/+19
* doc,test(times): followup #23861 (#23881)lit2024-07-231-1/+13
* fixes #23869; sink generic typeclass (#23874)Ryan McConnell2024-07-221-0/+26
* Fix out-of-bounds slicing in std/varints (#23868)Buldram2024-07-221-1/+1
* Merge tyUncheckedArray with tySeq in typeRel (#23866)SirOlaf2024-07-201-0/+2
* bypass constraints for tyFromExpr in generic bodies (#23863)metagn2024-07-201-0/+18
* fix generics treating symchoice symbols as uninstantiated (#23860)metagn2024-07-191-0/+91
* fixes #23858; 2.2.0 rc1 regression with cdecl functions (#23859)ringabout2024-07-181-0/+11
* Set type of object constructor during annotateType (#23852)SirOlaf2024-07-171-0/+23
* fixes #23837; cursor now processes distinct types with a destructor (#23845)ringabout2024-07-171-0/+51
* make routine implicitly gensym when other gensym symbol exists again (#23842)metagn2024-07-162-1/+13
* fixes semi-regression; discard check now skips `nkHiddenSubConv` (#23840)ringabout2024-07-161-0/+9
* fixes regression; block can have arbitrary exit points; too hard for a simple...ringabout2024-07-161-0/+12
* fixes #23825; Busy wait on waitid, sleeping at regular intervals (#23826)Mark Leyva2024-07-121-1/+16
* fixes 23823; array static overload - again (#23824)Ryan McConnell2024-07-111-0/+10
* fixes #3011; handles meta fields defined in the ref object (#23818)ringabout2024-07-112-12/+26
* closes #22095; adds a test case (#23822)ringabout2024-07-111-0/+20
* fixes #20865; fixes #20987; Missing bounds check in array slicing (#23814)ringabout2024-07-102-2/+18
* fixes #22389; fixes #19840; don't fold paths containing `addr` (#23807)ringabout2024-07-091-0/+15
* Replacement PR for https://github.com/nim-lang/Nim/pull/23779 that (#23793)c-blake2024-07-079-26/+26
* [backport] fixes #23796; remove extra indirection for args in importc'ed func...Alexander Kernozhitsky2024-07-061-0/+25
* fixes #23790; roll back instCounter properly in case of exceptions (#23802)Alexander Kernozhitsky2024-07-061-0/+14