summary refs log tree commit diff stats
path: root/tests/stdlib
Commit message (Expand)AuthorAgeFilesLines
* enable VM tracing in user code via `{.define(nimVmTrace).}` (#18244)Timothee Cour2021-06-241-0/+31
* rst: allow comment to continue on second line (#18338)Andrey Makarov2021-06-241-0/+66
* Markdown: allow to end URL with balanced parenthesis (#18321)Andrey Makarov2021-06-231-0/+41
* followup #18318: simplify `dollarImpl` and add a test (#18330)Timothee Cour2021-06-221-0/+23
* close #13196 now that we have dragonbox (#18316)Timothee Cour2021-06-212-0/+22
* fixes #17768 [backport:1.4] (#18317)flywind2021-06-211-1/+8
* validate rst field for :number-lines:, :status: (#18304)Andrey Makarov2021-06-201-0/+12
* Raise IndexDefect when deleting element at out of bounds index (#17821)Heiko Nickerl2021-06-201-1/+31
* docgen: move to shared RST state (fix #16990) (#18256)Andrey Makarov2021-06-201-3/+4
* make privateAccess work with generic types and generic instantiations; fix a ...Timothee Cour2021-06-192-0/+71
* fixes #17696 (#18276)flywind2021-06-161-11/+42
* httpclient.nim Fixes #14794 and an issue where content-header is not set on p...Mark Pointing2021-06-141-1/+32
* fix #9437(fix `re.replace` wrong behaviour) (#17546)flywind2021-06-101-3/+6
* #18216 make moveDir work across partitions on windows (#18223)Fröhlich A2021-06-101-0/+45
* avoid re-exporting options from std/wrapnils (#18222)Timothee Cour2021-06-101-0/+1
* change mimedb stroe stringtable to orderedtable (#18065)Bung2021-06-071-0/+1
* macros.treeRepr + friends: collapse SymChoice (#18072)Timothee Cour2021-06-051-0/+6
* add string-string tests for find and rfind (#18137)n5m2021-06-021-3/+98
* docs: Latex generation improvements (#18141)Andrey Makarov2021-06-011-2/+2
* jsonutils.toJson now serializes JsonNode as is by default (#18097)Timothee Cour2021-05-311-0/+22
* add `os.getCacheDir` (#18126)Timothee Cour2021-05-311-0/+3
* fix #16256: nimout: <empty> should give error (vacuously true); improve a few...Timothee Cour2021-05-315-133/+56
* improve fast returns of find and rfind (#18127)n5m2021-05-311-0/+28
* document macros.unpackVarargs (#18106)Timothee Cour2021-05-311-0/+50
* hashes for refs should be an opt-in feature (#18098)Miran2021-05-301-0/+1
* Disable tasynchttpserver_transferencoding on FreeBSD (#18122)vabresto2021-05-291-0/+1
* fix #17456 flaky test tasynchttpserver_transferencoding (#18052)vabresto2021-05-281-23/+32
* close #18009 parseJson JInt vs JFloat; preserve -0.0 as JFloat to distinguish...Timothee Cour2021-05-231-1/+16
* docs: make inline markup more compatible with Markdown (#18053)Andrey Makarov2021-05-212-10/+67
* jsonutils: add customization for toJson via `ToJsonOptions`; generalize symbo...Timothee Cour2021-05-181-0/+13
* follow-up #17930 - inline syntax highlighting (#18013)Andrey Makarov2021-05-161-0/+21
* fix #18007: std/json now serializes nan,inf,-inf as strings instead of invali...Timothee Cour2021-05-162-1/+43
* RST opt.list to have priority over def.list (#17845)Andrey Makarov2021-05-151-0/+26
* Revert "fix #14873 properly by skipping `abi` field in importc type (#17944)"...Andreas Rumpf2021-05-151-17/+1
* refs #18011 disable some newly failing tests on cpp windows; refs #17946 incr...Timothee Cour2021-05-141-1/+1
* jsonutils: handle holey enum as regular enum, via ord (#17995)Timothee Cour2021-05-111-3/+3
* jsonutils: support set (#17994)Timothee Cour2021-05-111-0/+6
* improve std/tempfiles (#17920)Timothee Cour2021-05-111-10/+42
* fix #17467 1st call to rand is now non-skewed; allow seed == 0 (#17468)Timothee Cour2021-05-111-4/+27
* Revert "Fix parseUri to sanitize urls containing ASCII newline or tab (#17967...Andreas Rumpf2021-05-091-12/+0
* Fix parseUri to sanitize urls containing ASCII newline or tab (#17967)Beshr Kayali2021-05-091-0/+12
* testament :show duration also for failed tests; improve `tshould_not_work`; m...Timothee Cour2021-05-082-1/+16
* improve tbase64.nim (#17964)Timothee Cour2021-05-071-12/+6
* fix #14873 properly by skipping `abi` field in importc type (#17944)Timothee Cour2021-05-071-1/+17
* follow-up #17837: add `Console` for interactive sessions (#17930)Andrey Makarov2021-05-061-2/+15
* highlite: fix #17890 - tokenize Nim escape seq-s (#17919)Andrey Makarov2021-05-031-0/+13
* typo: nonexistant => nonexistent (#17918)Timothee Cour2021-05-023-8/+8
* fix #17911 rawProc for cpp (#17912)Timothee Cour2021-05-012-4/+72
* Fix nim-lang/nimforum#285 - punctuation after URL (#17908)Andrey Makarov2021-05-011-0/+50
* close #16646; `since` now works with bootstrap nim post csources_v1 (#17895)Timothee Cour2021-04-301-1/+1