summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* std/net: show addr+port on address already in use error; code-block => runnab...Timothee Cour2021-07-051-43/+37
* Add lent annotation to avoid extra copies in sample (#18404)Antonis Geralis2021-07-021-1/+1
* don't use `{.rtl.}` for generics, otherwise `-d:useNimRtl` gives `ambiguous i...Timothee Cour2021-07-012-7/+8
* Missing spaces when compiling testament and nim_dbg. (#18403)Endeg2021-06-301-2/+2
* fixes #18400 (#18402)Andreas Rumpf2021-06-301-1/+1
* remove isKeywordIgnoreCase from highlite, not used , can't even compile with ...Bung2021-06-301-3/+0
* Add commas to docs for clarity (#18398)Elliot Waite2021-06-291-2/+2
* typo: enmRange => enumElementsAsSet (#18394)Timothee Cour2021-06-291-2/+2
* simplify rdstdin (#18382)Timothee Cour2021-06-281-10/+4
* Fix unused warning for $ on empty object (#18381)Clyybber2021-06-281-1/+1
* Simplify addInt, remove digits10 (#18356)Clyybber2021-06-283-45/+27
* Peg captures get stack-like behavior (#18369)gemath2021-06-281-31/+59
* rst: fix bug 20 from #17340 (#18360)Andrey Makarov2021-06-261-1/+3
* even lighter version of #17938: fix most issues with UnusedImport, XDeclaredB...Timothee Cour2021-06-261-29/+30
* Add sink annotation to option some() (#18358)tomc19982021-06-251-2/+2
* docs now show nimExperimentalX APIs (#18345)Timothee Cour2021-06-252-7/+7
* couple tiny typo fixes (#18344)Smooth Operator2021-06-241-2/+2
* enable VM tracing in user code via `{.define(nimVmTrace).}` (#18244)Timothee Cour2021-06-241-0/+11
* rst: allow comment to continue on second line (#18338)Andrey Makarov2021-06-241-18/+10
* [std/times]getTime now uses high resolution API on windows (#17901)flywind2021-06-232-2/+6
* OS.nim: style changes (#18331)Andreas Rumpf2021-06-231-30/+28
* Markdown: allow to end URL with balanced parenthesis (#18321)Andrey Makarov2021-06-231-2/+34
* followup #18318: simplify `dollarImpl` and add a test (#18330)Timothee Cour2021-06-221-7/+0
* merge similar procs regarding digits (#18318)flywind2021-06-225-135/+107
* readAsText supports both Blob and File (fixes #18187) (#18189)mantielero2021-06-211-2/+2
* convert code-blocks to runnableExamples in io (#18315)xioren2021-06-211-16/+15
* fixes #17768 [backport:1.4] (#18317)flywind2021-06-211-6/+4
* validate rst field for :number-lines:, :status: (#18304)Andrey Makarov2021-06-202-8/+23
* Raise IndexDefect when deleting element at out of bounds index (#17821)Heiko Nickerl2021-06-201-24/+34
* [std/terminal] improve docs a bit (#18296)flywind2021-06-201-70/+45
* move {.injectStmt.} to experimental; add a test (#18300)Timothee Cour2021-06-202-2/+1
* docgen: move to shared RST state (fix #16990) (#18256)Andrey Makarov2021-06-201-97/+118
* add `typetraits.pointerBase` to return `T` in `ref T|ptr T` (#18293)Timothee Cour2021-06-201-0/+10
* make privateAccess work with generic types and generic instantiations; fix a ...Timothee Cour2021-06-191-11/+21
* strformat.fmt now supports non-literal const strings (#18274)Timothee Cour2021-06-182-26/+40
* fix for #18284 int32 should be int (#18285)Adrian Veith2021-06-171-1/+1
* Revert "system/excpt: check if the exception is not nil before pop (#18247)" ...Andreas Rumpf2021-06-171-3/+2
* PCRE, nimgrep: add limit for buffer size (#18280)Andrey Makarov2021-06-171-3/+10
* fixes #17696 (#18276)flywind2021-06-161-2/+5
* httpclient.nim Fixes #14794 and an issue where content-header is not set on p...Mark Pointing2021-06-141-2/+6
* system/excpt: check if the exception is not nil before pop (#18247)alaviss2021-06-141-2/+3
* merge BuildMode into SuccessX, remove code duplication w drnim, add useful in...Timothee Cour2021-06-141-0/+1
* Improve httpClient docs on SSL cert verification (#15201)Federico Ceratto2021-06-131-3/+16
* fix #7717 roundtrip float to string; fix `parseFloat` for js (#18248)Timothee Cour2021-06-131-48/+41
* use more meaningful name than "workaround14447" (#18237)Miran2021-06-111-1/+1
* fix #9437(fix `re.replace` wrong behaviour) (#17546)flywind2021-06-101-2/+18
* #18216 make moveDir work across partitions on windows (#18223)Fröhlich A2021-06-101-19/+25
* fixes #18220 (#18227)Andreas Rumpf2021-06-101-1/+1
* avoid re-exporting options from std/wrapnils (#18222)Timothee Cour2021-06-101-1/+1
* fixes #18088 (#18209)Andreas Rumpf2021-06-071-1/+1