summary refs log tree commit diff stats
path: root/tests/stdlib
Commit message (Expand)AuthorAgeFilesLines
* fixes #24174; allow copyDir and copyDirWithPermissions skipping special file...ringabout2024-09-271-2/+13
* fix tmarshalsegfault depending on execution time (#24153)metagn2024-09-221-3/+2
* Create `IPPROTO_NONE` alias & Add test for Unix socket (#24139)tocariimaa2024-09-192-0/+61
* fixes rst parsing Markdown CodeblockFields blocking the loop (#24128)ringabout2024-09-181-0/+12
* test case haul before 2.2 (#24119)metagn2024-09-171-0/+55
* add posix uint changes to changelog + fix Nlink, Dev on FreeBSD (#24088)metagn2024-09-091-0/+6
* fix int32's that should be uint32 on BSD & OSX (#24078)metagn2024-09-091-0/+8
* streams: implement readStr for VM, document VM limitations (#24058)metagn2024-09-041-0/+4
* fixes symbolName for range enums (#24052)ringabout2024-09-031-0/+10
* fixes #14623; Top-level volatileLoad/volatileStore leads to invalid codegen (...ringabout2024-08-281-0/+15
* fixes #23915; std/random produces different results on c/js (#24003)ringabout2024-08-251-5/+10
* adds a ubuntu 24.04 matrix with gcc 14 for tests (#23673)ringabout2024-08-201-1/+4
* fixes docgen regression: don't add newLine for code if it's the first line (#...ringabout2024-08-172-11/+6
* fixes #23936; opcParseFloat accepts the wrong register as the first param [ba...ringabout2024-08-121-0/+11
* closes #6549; adds a test case (#23929)ringabout2024-08-091-1/+17
* doc,test(times): followup #23861 (#23881)lit2024-07-231-1/+13
* Fix out-of-bounds slicing in std/varints (#23868)Buldram2024-07-221-1/+1
* Replacement PR for https://github.com/nim-lang/Nim/pull/23779 that (#23793)c-blake2024-07-075-9/+16
* Comment out flaky test in tests/stdlib/thttpclient (#23772)Alexander Kernozhitsky2024-06-291-6/+6
* Run tests with `nimPreviewHashFarm` on the 3 main back ends. (#23739)c-blake2024-06-221-1/+1
* Add Farm Hash conditioned upon `nimPreviewHashFarm` as 64-bit `Hash` (#23735)c-blake2024-06-191-5/+12
* fixes #22672; Destructor not called for result when exception is thrown (#23267)ringabout2024-06-061-2/+2
* fixes #23663; Add hash() for Path (#23664)ringabout2024-05-311-5/+9
* Treat CJK Ideographs as letters in `isAlpha()` (#23651)Alexander Kernozhitsky2024-05-291-0/+2
* fixes #23635; tasks.toTask Doesn't Expect a Dot Expression (#23641)ringabout2024-05-271-0/+36
* fixes testament matrix doesn't work with other backends which left many JS te...ringabout2024-05-143-3/+7
* adds Nim-related mimetypes back (#23589)ringabout2024-05-101-0/+5
* Add Complex version of almostEqual function (#23549)Angel Ezquerra2024-05-081-0/+3
* rework `wasMoved`, `move` on the JS backend (#23577)ringabout2024-05-081-11/+23
* fixes #23556; typeinfo.extendSeq generates random values in ORC (#23557)ringabout2024-05-031-0/+17
* Fix std/base64.decode out of bounds read (#23526)bptato2024-04-221-0/+2
* fixes #4299 #12492 #10849; lambda lifting for JS backend (#23484)ringabout2024-04-111-0/+47
* Update encodings.nim, fix `open` with bad arg raising no `EncodingError` (#23...lit2024-04-061-0/+4
* fixes #16771; lower `swap` for JS backend (#23473)ringabout2024-04-031-0/+19
* strformat: detect format string errors at compile-time (#23356)Jacek Sieka2024-03-031-1/+14
* fixes #23275; Add `==` for Deque (#23276)Tomohiro2024-02-081-0/+49
* fix mime types data (#23226)Bung2024-01-191-0/+3
* don't use previous bindings of `auto` for routine return types (#23207)metagn2024-01-171-1/+2
* rationals: support Rational[SomeUnsignedInt] (#23046)shirleyquirk2023-12-151-0/+9
* table.`mgetOrPut` without default val (#22994)inv20042023-11-301-0/+16
* fix: std/marshal unmarshaling of ref objects (#22983)John Viega2023-11-261-1/+41
* remove unnecessary side-effects from base64.encode(mime) (#22986)tersec2023-11-251-0/+4
* fixes #22939; fixes #16890; push should but doesn't apply to importc … (#22...ringabout2023-11-191-16/+19
* fixes #22947; static integers in quote do [backport] (#22948)ringabout2023-11-181-0/+13
* fixes #22932; treats closure iterators as pointers (#22934)ringabout2023-11-141-1/+7
* closes #16919; followup #16820, test tsugar on all backends (#22829)ringabout2023-10-161-8/+8
* fixes #22778 regression: contentLength implementation type mismatched (#22780)ringabout2023-10-031-0/+1
* Make `typeRel` behave to spec (#22261)Ryan McConnell2023-09-301-2/+4
* fixes #22687; js backend - std/bitops/bitsliced throws compile error … (#22...ringabout2023-09-211-0/+4
* make parseEnum skip type aliases for enum type sym (#22727)metagn2023-09-191-4/+15