summary refs log tree commit diff stats
path: root/tests/stdlib
Commit message (Expand)AuthorAgeFilesLines
* 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
* fixes #21792; enable checks for sum, prod, cumsummed and cumsum (#21793)ringabout2023-05-051-1/+15
* line info for strformat + fix issue with typed templates (#21761)metagn2023-05-022-0/+18
* fixes #19863; move sha1, md5 to nimble packages for 2.0 (#21702)ringabout2023-05-022-46/+0
* handle quoted routine symbols and non symbols expressions as before (#21740)ringabout2023-04-281-0/+11
* stdlib tests now check refc too (#21664)ringabout2023-04-21128-27/+244
* Fix RST/Markdown false heading detection (#21685)Andrey Makarov2023-04-182-1/+40
* custom pragmas: correct error condition, remove outdated symkind whitelist (#...metagn2023-04-131-4/+3
* fixes #21632; enforce deref for `wasMoved` in ORC (#21647)ringabout2023-04-121-1/+10
* int64/uint64 as bigint in JS (#21613)metagn2023-04-116-28/+26
* Fix option lists with additional indentation in Markdown (#21633)Andrey Makarov2023-04-111-0/+26
* fixes #21638; `fromJson` should support empty objects (#21641)ringabout2023-04-111-0/+5
* fixes #21564; std/bitops: Add explicit type masking for the JS target (#21598)chmod2222023-04-031-0/+28
* disable google request in thttpclient (#21572)metagn2023-03-281-4/+6
* 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
* fixes quoted variables with typedesc types (#21493)ringabout2023-03-091-0/+8
* closes #20704; add a test case (#21480)ringabout2023-03-061-1/+12
* fixes #21326; fixes #7375; fixes #11986; fixes #9607; rework quote do; `getAs...ringabout2023-03-021-0/+136
* Make `Time` work with `std/strformat` (#21409)Jake Leahy2023-02-211-0/+5
* Fix `closeHandle` bug, add `setFileSize`, make `resize` work on Windows (#21375)c-blake2023-02-151-2/+3
* This adds `parseutils.parseSize`, an inverse to `strutils.formatSize` (#21349)c-blake2023-02-141-0/+41
* fixes #18134; registers `formatBiggestFloat` in VM (#21299)ringabout2023-01-261-8/+11
* fixes #21273; fixes an io.readLine off by one bug [backport 1.0] (#21276)ringabout2023-01-251-0/+18
* fixes #21290; deindent if the last same level is a text node (#21293)ringabout2023-01-241-1/+17
* fixes #21278; `deques.shrink` off by one bug (#21284)ringabout2023-01-201-0/+6
* Fix getting custom pragma from generic object (#20481)Jake Leahy2023-01-111-0/+18