summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* ORC: prepare for another patent-pending optimization (#15996)Andreas Rumpf2020-11-183-25/+51
* Do not read the whole file to compute SHA1 hash (fixes 15997) (#16006)Igor Ribeiro de Assis2020-11-181-1/+16
* fix https://github.com/nim-lang/RFCs/issues/286: add FileInfo.blockSize (#16023)Timothee Cour2020-11-181-34/+37
* Revert "fix #15623 (#16009)"Andrey R (cooldome)2020-11-171-1/+1
* fix #15623 (#16009)flywind2020-11-171-1/+1
* htmlgen: Add lazy loading (#15986)Juan Carlos2020-11-161-2/+2
* fix #15934 and #15620 (#15938) [backport:1.4]Andreas Rumpf2020-11-151-1/+4
|\
| * nilflywind2020-11-131-0/+2
| * make workaround for #15934 and #15620flywind2020-11-121-1/+2
* | asynchttpserver cleanups [backport:1.0] (#15966)Andreas Rumpf2020-11-151-11/+9
* | attempt to make asynchttpserver better; fixes #15925; [backport:1.0] (#15957)Andreas Rumpf2020-11-136-34/+116
|\ \
| * | fixes the doc renderingAraq2020-11-131-38/+35
| * | ported to FreeRTOSAraq2020-11-132-11/+22
| * | fixes 'nim doc'Araq2020-11-131-1/+1
| * | 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-132-687/+614
* | | Alternate to https://github.com/nim-lang/Nim/pull/15915 (#15937)c-blake2020-11-131-2/+7
* | | refactoring: modernize rst.nim (#15953)Miran2020-11-131-509/+449
|/ /
* | Don't use os for Standalone (#15944)wilypomegranate2020-11-131-2/+2
* | Add documentElement to Document. (#15943)treeform2020-11-131-0/+1
* | 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
* | add parent property to window in dom.nim (#15922)Bung2020-11-121-0/+1
* | make var string return var char w/ BackwardsIndex (#15461)hlaaftana2020-11-122-3/+4
* | 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
* | doAssertRaises improvements; nimscript supports `except Exception as e` (#15765)Timothee Cour2020-11-122-10/+12
* | 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-105-6/+6
* | fix #12471 (#15901)flywind2020-11-101-0/+3
* | rst: add support for markdown tables (#15854)Miran2020-11-103-2/+75
* | 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
* | micro improvements (#15849)Andreas Rumpf2020-11-051-1/+2
* | document #15618 (#15810)flywind2020-11-051-0/+9
* | fix adding empty sequence to HTTP headers (#15783)flywind2020-11-051-4/+7
* | fix #15663 (#15839) [backport:1.4]flywind2020-11-051-0/+7
* | change non-working example to runnableExamples (#15841)flywind2020-11-051-7/+5
* | fix #15835 (#15838)flywind2020-11-041-0/+2
* | remove iup from stdlib in contrast to #15828 (#15830)flywind2020-11-031-995/+0
* | fix deprecated messages regarding high (#15832)flywind2020-11-032-2/+2
|/
* EnumUtils, speed up findStr in compiler (#15777)cooldome2020-11-032-58/+67
* `ioutils` are moved to `fusion` (#15822)Miran2020-11-021-85/+0
* simplify toHex (#15821)Timothee Cour2020-11-021-29/+2
* fixes #15804 (#15820)Andreas Rumpf2020-11-021-12/+9