summary refs log tree commit diff stats
path: root/lib/pure
Commit message (Expand)AuthorAgeFilesLines
...
| * better documentationAraq2020-11-131-4/+11
| * attempt to make asynchttpserver better; fixes #15925; [backport:1.0]Araq2020-11-136-50/+117
* | Make IntSet a generic ordinal set OrdSet[A] (#15564)landerlo2020-11-131-687/+7
* | Alternate to https://github.com/nim-lang/Nim/pull/15915 (#15937)c-blake2020-11-131-2/+7
|/
* Don't use os for Standalone (#15944)wilypomegranate2020-11-131-2/+2
* fix #15941 (#15948)flywind2020-11-131-4/+7
* js -d:nodejs now supports osenv: `getEnv`, `putEnv`, `envPairs`, `delEnv`, `e...Timothee Cour2020-11-121-215/+251
* make var string return var char w/ BackwardsIndex (#15461)hlaaftana2020-11-121-3/+3
* change some code-blocks to runnableExamples and correct some errors in docs (...flywind2020-11-124-57/+51
* Fix a problem for long symlinks in conda (#15908) [backport]Christopher Dunn2020-11-121-9/+10
* fix #12726 Cannot take the compile-time sizeof Atomic types (#15928)Bung2020-11-121-7/+8
* Docs(strutils): Fix broken links (#15912)ee72020-11-111-9/+10
* Correct all eggs (#15906)Miran2020-11-101-1/+1
* fix #12471 (#15901)flywind2020-11-101-0/+3
* Add a macro returning enum items count (#15824)Ivan Bobev2020-11-091-0/+13
* Console apps in Windows can raise OSError (#15874)Luca Guzzon2020-11-081-1/+4
* follow #11707(add pragmas examples for =>) (#15863)flywind2020-11-061-0/+10
* fix #15851 (#15852)flywind2020-11-061-6/+10
* Tiny unittest doc fixClyybber2020-11-051-3/+2
* document #15618 (#15810)flywind2020-11-051-0/+9
* fix adding empty sequence to HTTP headers (#15783)flywind2020-11-051-4/+7
* change non-working example to runnableExamples (#15841)flywind2020-11-051-7/+5
* fix #15835 (#15838)flywind2020-11-041-0/+2
* EnumUtils, speed up findStr in compiler (#15777)cooldome2020-11-031-58/+3
* simplify toHex (#15821)Timothee Cour2020-11-021-29/+2
* fixes #15804 (#15820)Andreas Rumpf2020-11-021-12/+9
* fixes #15594 (#15819)flywind2020-11-021-0/+2
* more clear (#15812)flywind2020-11-021-2/+2
* Update tables documentation (#15807)Thomas Tay2020-11-021-0/+34
* fix #15815 (#15817)flywind2020-11-021-1/+4
* support par expression as checkpoint (#15802)flywind2020-10-311-1/+1
* Grammar fixesClyybber2020-10-301-4/+4
* promote `collect` macro as a map+filter replacement (#15788)Miran2020-10-302-1/+29
* fix `toHex` - make it work with int literals (#15770)Miran2020-10-301-0/+12
* add approxequal (#15766)Antonis Geralis2020-10-301-1/+24
* fixes #15413 (#15768)Andreas Rumpf2020-10-291-21/+61
* Make default state public (#15763)Antonis Geralis2020-10-291-0/+6
* fix #15750narimiran2020-10-281-0/+2
* fixes #10456,#12928 issues when chaining templates to sortedByIt (#15734)shirleyquirk2020-10-271-1/+1
* fix #15698 (#15699)rockcavera2020-10-251-0/+4
* Fix #12410 (#15685)Clyybber2020-10-231-1/+1
* Tables, use sink val arguments more actively (#15625)cooldome2020-10-192-10/+10
* Fix crash in parsexml (#15582) (#15583)Igor Ribeiro de Assis2020-10-151-0/+3
* terminal: fix fgColor/bgColor commands [backport] (#15554)alaviss2020-10-131-4/+3
* dup docs: add an example with `addQuoted` (#15548)Timothee Cour2020-10-131-0/+5
* Fix doc for CountTable (#15561) [backport]Christopher Dunn2020-10-131-1/+1
* close socket in getPrimaryIPAddr even if exception occurs (#15558)Christian Ulrich2020-10-121-3/+5
* docs minor (#15550)flywind2020-10-111-2/+2
* os: add overload copyFile*(source, dest: string, isDir = false) (#15537)Timothee Cour2020-10-111-1/+7
* close socket in getPrimaryIPAddr (#15538) [backport]Christian Ulrich2020-10-101-1/+2