summary refs log tree commit diff stats
path: root/tests/stdlib
Commit message (Expand)AuthorAgeFilesLines
* privateAccess now works with ref | ptr (#17760)Timothee Cour2021-04-193-8/+120
* fix #17749 ignore SIGPIPE signals, fix nim CI #17748 (#17752)Timothee Cour2021-04-181-2/+21
* replace defer with try ... finally (#17753)flywind2021-04-171-2/+9
* fix nim CI following #17455 (same postmortem as #17721) (#17740)Timothee Cour2021-04-161-6/+2
* refs #17292 fix `repr`: `(discard)` now does't render as `discard` which gave...Timothee Cour2021-04-161-12/+38
* std/hashes: hash(ref|ptr|pointer) + other improvements (#17731)Timothee Cour2021-04-162-6/+22
* start using import {.all.} (#17736)Timothee Cour2021-04-161-0/+19
* rst indentation fixes (ref #17340) (#17715)Andrey Makarov2021-04-152-2/+196
* add number literal jsbigints.big (#17707)Timothee Cour2021-04-131-3/+3
* followup strformat PR. backslash escapes, tests, docs (#17700)shirleyquirk2021-04-121-2/+60
* restyle RST option lists (#17637)Andrey Makarov2021-04-101-12/+23
* add std/tasks (#17447)flywind2021-04-091-0/+506
* make repr handle setters `foo=` (#17683)Timothee Cour2021-04-091-0/+9
* further progress on rst roles & directives (fix #17646) (#17659)Andrey Makarov2021-04-081-0/+36
* use sink and lent in deques (#17661)flywind2021-04-071-2/+51
* ref #14873 (#17644)flywind2021-04-062-3/+7
* fix :number-lines: regression (#17639)Andrey Makarov2021-04-051-0/+10
* fix #16693: testament spec nimout too lax (#16698)flywind2021-04-042-1/+6
* fix rst option list at EOF (follow-up #17442) (#17638)Andrey Makarov2021-04-041-0/+2
* fix #14850: `repr` now correctly renders `do` (#17623)Timothee Cour2021-04-031-0/+49
* repr: fix rendering of `'big`, `=destroy` etc (#17624)Timothee Cour2021-04-031-0/+18
* enable syntax highlighting for inline code (#17585)Andrey Makarov2021-04-021-10/+63
* new `genAst` as replacement for `quote do` (#17426)Timothee Cour2021-04-022-0/+322
* Fix #17017 (math edge cases) (#17588)konsumlamm2021-04-011-7/+38
* jsonutils: support cstring (including as Table key); improve docs (#16062)Timothee Cour2021-03-312-5/+9
* add getPort to resolve Port(0) (#17559)Timothee Cour2021-03-301-2/+1
* [std/uri]fix #17481 (#17568)flywind2021-03-291-0/+11
* RST: enable parsing of prefix roles (ref #17340) (#17514)Andrey Makarov2021-03-291-0/+41
* Add `hasClosure` to `std/typetraits` (#17501)flywind2021-03-291-0/+92
* fix #14010(fix std/registry + arc) (#17551)flywind2021-03-291-0/+15
* Add a getter for all defined Sections in parsecfg (#15450)Ardek Romak2021-03-281-14/+9
* fix flaky tnetconnect which sometimes failed with: No route to host [OSError]...Timothee Cour2021-03-271-2/+3
* Fix #17199 (#17348)Clyybber2021-03-261-15/+27
* fix RST parsing after option lists (#17442)Andrey Makarov2021-03-251-0/+49
* fix #17260 render `\` properly in nim doc, rst2html (#17315)Timothee Cour2021-03-241-2/+20
* fix #17325 linux 32bit CI; fix #17085 flaky test (#17469)Timothee Cour2021-03-241-1/+1
* [isolation]fix empty ref object bug (#17471)flywind2021-03-241-0/+8
* fix #17490 (#17491)flywind2021-03-241-0/+11
* add algorithm.merge (#16182)flywind2021-03-231-1/+158
* fix #17458 tnetconnect.nim flaky (#17459)Timothee Cour2021-03-231-12/+16
* refs #17292 fix `repr` with `do:` (#17449)Timothee Cour2021-03-231-0/+80
* fix #17454 (#17461)Timothee Cour2021-03-231-1/+4
* follow up #17391 add testcase (#17404)flywind2021-03-191-0/+33
* followup #17398: `getTempDir`, `getConfigDir` now do not have trailing DirSep...Timothee Cour2021-03-181-3/+3
* Rst test check messages (fix #17280) (#17338)Andrey Makarov2021-03-171-75/+125
* allow short-style rst references with symbols (#17372)Andrey Makarov2021-03-171-0/+25
* [std/channels]fix recv leaks(Part One) (#17394)flywind2021-03-172-3/+3
* fix #17383: json.%,to and jsonutils.formJson,toJson now works with uint|uint6...Timothee Cour2021-03-162-1/+35
* Revert "make system random work in VM" (#17378)flywind2021-03-151-2/+0
* New channels implementation for ORC (#17305)flywind2021-03-122-0/+389