summary refs log tree commit diff stats
path: root/tests/stdlib
Commit message (Expand)AuthorAgeFilesLines
* 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
* docgen: add Pandoc footnotes (fixes #21080) (#22591)Andrey Makarov2023-09-032-3/+70
* Add staticFileExists and staticDirExists (#22278)Tomohiro2023-08-181-0/+8
* fix #19304 Borrowing std/times.format causes Error: illformed AST (#20659)Bung2023-08-101-0/+7
* Fix searchExtPos so that it returns -1 when the path is not a file ext (#22245)Tomohiro2023-08-041-0/+32
* Make `repr(HSlice)` always available (#22332)konsumlamm2023-08-041-2/+4
* fixes #22360; compare with the half of randMax (#22361)ringabout2023-08-021-0/+18
* fixes #19101; zero initialization union casts (#22185)ringabout2023-06-291-0/+26
* Don't throw errors on RST tables in Markdown and RstMarkdown modes (#22165)Andrey Makarov2023-06-281-5/+28
* Fix regression in `std/times` (#22155)Jake Leahy2023-06-261-0/+4
* fix VM uint conversion size bug, stricter int gen on JS (#22150)metagn2023-06-251-0/+3
* fix #20023 hash for generic tables (#20346)Bung2023-06-211-0/+10
* `strutils.split/rsplit` now return src on an empty sep (#22136)Zoom2023-06-212-12/+11
* Amend divmod (#22131)Ryan McConnell2023-06-201-4/+11
* Add divmod (#22102)Ryan McConnell2023-06-171-1/+9
* add const RLIMIT_STACK (#21772)Qinsi (James) ZHU2023-06-091-0/+24
* Nested `with` blocks (#22042)awr12023-06-081-0/+16
* some test cleanups & category reorganization (#22010)metagn2023-06-067-34/+77
* make `proc` not implicitly convert to `pointer` with a preview define (#21953)metagn2023-05-301-1/+2
* alternative to #21914; split, rsplit now forbid an empty separator (#21961)ringabout2023-05-301-0/+14
* fix #21251 Compiler SIGSEGV when using SharedTable (#21876)Bung2023-05-231-0/+6
* Weekday parse/format (replacement) (#21857)Carlo Capocasa2023-05-211-0/+24
* tasks that support return values (#21859)Andreas Rumpf2023-05-171-0/+18
* clean up SOME pending/xxx/issue link comments (#21826)metagn2023-05-114-37/+48
* fix #9423 followup #17594: distinct generics now work in VM (#21816)ringabout2023-05-101-2/+1