summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* nnkArglist => nnkArgList + special case stylecheck:error (#17529)Timothee Cour2021-03-273-3/+3
* cleaned up the internal documentation (#17524)Andreas Rumpf2021-03-262-1/+81
* lent support for tables (#17505)flywind2021-03-251-9/+9
* fix RST parsing after option lists (#17442)Andrey Makarov2021-03-251-1/+72
* fix #17260 render `\` properly in nim doc, rst2html (#17315)Timothee Cour2021-03-242-7/+18
* fix #17325 linux 32bit CI; fix #17085 flaky test (#17469)Timothee Cour2021-03-241-3/+4
* fix #17490 (#17491)flywind2021-03-241-4/+10
* followup #16182 (#17472)flywind2021-03-231-3/+3
* remove {.compileTime.} for procs with NimNode: redundant because of tfTrigger...Timothee Cour2021-03-236-112/+106
* add algorithm.merge (#16182)flywind2021-03-231-0/+94
* fix #17454 (#17461)Timothee Cour2021-03-231-11/+9
* remove redundant void return in stdlib (#17464)Timothee Cour2021-03-237-12/+11
* close #11330 sets uses optimized countSetBits (#17334)flywind2021-03-224-85/+98
* prevent bitmasks double included in mmdist if -d:nimArcDebug added (#17436)Derek 呆2021-03-211-1/+2
* Improve jsre (#17365)Juan Carlos2021-03-211-30/+47
* improve jsutils docs (#17421)Timothee Cour2021-03-211-10/+42
* Add documentation to the `macrocache` module (#17431)Danil Yarantsev2021-03-211-15/+176
* strutils: improve doc comments for `replace` funcs (#17427)ee72021-03-201-3/+4
* Use importjs (#17422)konsumlamm2021-03-194-56/+56
* [FIX] use `mixin` for strscans.scanp (#17371)haxscramper2021-03-191-1/+2
* Clarify behaviour of char replace (#17339)Héctor M. Monacci2021-03-191-1/+1
* follow up #17276 (#17355)flywind2021-03-191-2/+10
* IC: green tests (#17311)Andreas Rumpf2021-03-195-17/+28
* fix a typo (#17417)flywind2021-03-191-1/+1
* improve jsconsole (#17414)Juan Carlos2021-03-191-0/+10
* RST backtick refactor (all *.rst except manual.rst and rst_examples.rst) (#17...quantimnot2021-03-181-1/+3
* doc times: do not use `now` (and also `epochTime`) for benchmarking (#17405)Timothee Cour2021-03-181-1/+6
* followup #17398: `getTempDir`, `getConfigDir` now do not have trailing DirSep...Timothee Cour2021-03-181-7/+11
* Rst test check messages (fix #17280) (#17338)Andrey Makarov2021-03-172-13/+24
* allow short-style rst references with symbols (#17372)Andrey Makarov2021-03-171-11/+30
* [std/channels]fix recv leaks(Part One) (#17394)flywind2021-03-171-23/+6
* fix #17393 getHomeDir and expandTilde should not include trailing `/` (#17398)Timothee Cour2021-03-171-2/+12
* followup #17389; add see also in std/json (#17400)Timothee Cour2021-03-161-0/+8
* Fix FutureStream memory usage (#17395) [backport:1.2]Igor Ribeiro de Assis2021-03-161-1/+5
* fix #17383: json.%,to and jsonutils.formJson,toJson now works with uint|uint6...Timothee Cour2021-03-162-5/+21
* Documentation only jsconsole (#17384)Juan Carlos2021-03-161-0/+12
* fix #17380 (#17391)flywind2021-03-161-1/+2
* fix #17385, `len` must be declared before `items` (#17386)Miran2021-03-151-21/+21
* make std/sysrand better (#17360)flywind2021-03-151-19/+29
* Clean up imports in httpclient.nim (#17367)xioren2021-03-141-4/+5
* clarify the behavior of newChan flywind2021-03-121-0/+4
* New channels implementation for ORC (#17305)flywind2021-03-121-0/+510
* rename channels to channels_builtin (#17330)flywind2021-03-124-3/+3
* fix RST parsing when no indent after enum.item (fix #17249) (#17257)Andrey Makarov2021-03-123-10/+51
* Relocate 4xx/5xx exception in downloadFile (#17332) [backport:1.2]xioren2021-03-121-6/+6
* fix wrong examples (#17350)flywind2021-03-121-11/+6
* refs #4347, add `ZZZ` and `ZZZZ` patterns for timezone offsets without colons...Miran2021-03-111-17/+29
* Clarify behaviour of ```replace``` (#17337)Héctor M. Monacci2021-03-111-1/+1
* clarify the docs of isolation (#17335)flywind2021-03-111-1/+7
* Use `.. warning::` (#17320)konsumlamm2021-03-1015-88/+84