summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Net module fixes (#8597)Dominik Picheta2018-08-281-17/+16
* make parseopt work with DLLs on UnixAraq2018-08-281-7/+8
* make parsopt compile under --taintMode:onAraq2018-08-281-6/+6
* parseopt: keep the seq of arguments as given; fixes various command line pars...Araq2018-08-281-34/+75
* Add escapeJsonUnquoted for json escaped strings without quotes (#8785)hlaaf2018-08-271-4/+16
* Update html attrs to current html specNathan Cahill2018-08-261-4/+12
* [ospaths] simplify getConfigDir and introduce normalizePathEnd to make (#8680)Timothee Cour2018-08-261-4/+50
* Deprecate xlen() for strings and seqs (#8782)awr12018-08-261-2/+7
* doAssert, assert now print full path of failing line on error (#8555)Timothee Cour2018-08-253-16/+27
* Process timers before and after `select`. Fixes flaky #7758 test. (#8750)Dominik Picheta2018-08-251-19/+24
* fixes #8739; allow --hint:foo:on --warning:bar:off (#8757)Timothee Cour2018-08-251-2/+2
* Add interpreting event parser proc to pegs module. (#8075)gemath2018-08-241-211/+519
* Don't assume utcOffset == +0 for old dates on Windows (#8744)Oscar Nihlgård2018-08-231-0/+11
* Don't skip poll() when no handles are present. (#8727)Dominik Picheta2018-08-231-74/+72
* make ospaths compile; fixes ospaths.getConfigDir for PosixAndreas Rumpf2018-08-231-3/+5
* fixes merge conflictAraq2018-08-235-1486/+1487
|\
| * Decrease source code size in `htmlparser` and add one check (#8690)Tim2018-08-231-1461/+1465
| * Fixes #8719 (onFailedAssert now works for doAssert) (#8731)awr12018-08-231-8/+8
| * Cleanup ttimes (#8714)Oscar Nihlgård2018-08-221-7/+3
| * fixes 8594 (#8721)cooldome2018-08-221-1/+1
| * Fixes #8716. (#8717)Dominik Picheta2018-08-221-1/+0
| * Fixes ropes regressions due to the not-nil strings (#8687)Dmitry Atamanov2018-08-201-9/+10
| * exploit nil seqs for performance (#8688)Andreas Rumpf2018-08-202-5/+1
* | make highlite.nim compile againAraq2018-08-231-1/+1
* | make sequtils compileAraq2018-08-221-1/+0
* | make more tests green; system.repr does not produce 'nil' for strings and seq...Araq2018-08-221-3/+6
* | make more things compile without isNilAraq2018-08-221-1/+1
* | make tio test green againAraq2018-08-221-3/+7
* | even more strict isNil handling for strings/seqs in order to detect bugsAraq2018-08-2218-173/+125
* | make tests green againAraq2018-08-212-4/+2
* | fixes merge conflictAndreas Rumpf2018-08-1961-592/+879
|\ \
| * | make tests green againAndreas Rumpf2018-08-181-1/+0
| * | changes $ for seqs to never produce 'nil'Andreas Rumpf2018-08-181-4/+1
| |/
| * times.Timezone changes (#8527)Oscar Nihlgård2018-08-171-63/+139
| * Remove broken push pragma from jscore (#8414)Oscar Nihlgård2018-08-171-54/+59
| * Look for user nim.cfg in "nim/" subdir in usual config dir locations (#8662)Kaushal Modi2018-08-171-2/+2
| * fixes #8658; addQuoted on Option[T] (#8659)Arne Döring2018-08-171-3/+5
| * fixes #7187 sequtils.toSeq produces the sequence from the iterator twice (#8586)Timothee Cour2018-08-161-14/+26
| * Genode fixes (#8501)Emery Hemingway2018-08-166-10/+27
| * added a variant of quoteShellCommand that takes an openArray of arguments (#8...Timothee Cour2018-08-161-0/+14
| * Merge branch 'devel' into araq-miscAndreas Rumpf2018-08-1617-59/+188
| |\
| | * Merge pull request #8628 from hlaaftana/patch-1Dominik Picheta2018-08-141-2/+2
| | |\
| | | * Small documentation typo in mathhlaaf2018-08-141-2/+2
| | * | fixes #8577, fixes #8580, other bug fixes (#8584)Timothee Cour2018-08-141-38/+86
| | * | Haiku support for Nim (#8542)alaviss2018-08-1415-18/+92
| | * | Adds get for Option[T]. (#8462)Dominik Picheta2018-08-141-1/+8
| | |/
| * | implement the --nilseqs switch properlyAndreas Rumpf2018-08-151-2/+3
| * | changes how the now illegal 'string == nil' comparison is detectedAndreas Rumpf2018-08-151-0/+4
| * | make more tests greenAndreas Rumpf2018-08-145-38/+8
| * | make nimweb compile againAraq2018-08-141-1/+1