summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* update nimgrep documentation (#17415)Andrey Makarov2021-03-233-124/+157
* Fixes #17450 (#17477)Clyybber2021-03-233-1/+27
* Revert "Fixes #17450 (#17474)" (#17476)Clyybber2021-03-233-27/+1
* Fixes #17450 (#17474)Clyybber2021-03-233-1/+27
* remove {.compileTime.} for procs with NimNode: redundant because of tfTrigger...Timothee Cour2021-03-236-112/+106
* add algorithm.merge (#16182)flywind2021-03-233-1/+255
* fix #16973 ; nim doc now shows correct, canonical import name in title (#16999)Timothee Cour2021-03-233-20/+38
* IC: backend: remember produced type information (#17440)Andreas Rumpf2021-03-239-42/+93
* fix #17458 tnetconnect.nim flaky (#17459)Timothee Cour2021-03-231-12/+16
* refs #17292 fix `repr` with `do:` (#17449)Timothee Cour2021-03-232-3/+90
* fix #17454 (#17461)Timothee Cour2021-03-232-12/+13
* refs #16338 make thttpclient_ssl_remotenetwork.nim less flaky (#17457)Timothee Cour2021-03-231-3/+14
* remove redundant void return in stdlib (#17464)Timothee Cour2021-03-237-12/+11
* hint:cc goes to stderr (like all other hints) instead of stdout (#17465)Timothee Cour2021-03-222-8/+8
* semTemplateDef and t17433 clean-ups (#17448)Saem Ghani2021-03-224-42/+44
* close #11330 sets uses optimized countSetBits (#17334)flywind2021-03-224-85/+98
* Fixes #17433; gensym callDef return in templ body (#17445)Saem Ghani2021-03-222-1/+17
* added more modules to docs lib (#17430)AFaurholt2021-03-211-0/+29
* prevent bitmasks double included in mmdist if -d:nimArcDebug added (#17436)Derek 呆2021-03-211-1/+2
* Improve jsre (#17365)Juan Carlos2021-03-212-30/+49
* improve jsutils docs (#17421)Timothee Cour2021-03-211-10/+42
* Add documentation to the `macrocache` module (#17431)Danil Yarantsev2021-03-212-15/+179
* Close #8545 by add a test case (#17432)konsumlamm2021-03-201-0/+23
* 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-192-3/+11
* IC: green tests (#17311)Andreas Rumpf2021-03-1930-187/+249
* fix a typo (#17417)flywind2021-03-191-1/+1
* follow up #17391 add testcase (#17404)flywind2021-03-191-0/+33
* fix #16901: sidebar groups now works with all routines, not just proc,func (#...Timothee Cour2021-03-193-34/+91
* improve jsconsole (#17414)Juan Carlos2021-03-192-0/+12
* RST backtick refactor (all *.rst except manual.rst and rst_examples.rst) (#17...quantimnot2021-03-1830-1351/+1403
* RST backtick refactor manual.rst (#17259)quantimnot2021-03-181-863/+863
* disable i386 CI until we figure out how to fix itnarimiran2021-03-181-5/+5
* doc times: do not use `now` (and also `epochTime`) for benchmarking (#17405)Timothee Cour2021-03-181-1/+6
* adjust spellSuggestSecretSauce logic to avoid too many matches for small symb...Timothee Cour2021-03-183-4/+10
* followup #17398: `getTempDir`, `getConfigDir` now do not have trailing DirSep...Timothee Cour2021-03-183-12/+16
* docs contributing: mention https://man.sr.ht/builds.sr.ht/build-ssh.md for ss...Timothee Cour2021-03-181-1/+5
* Rst test check messages (fix #17280) (#17338)Andrey Makarov2021-03-174-90/+156
* semLambda removed, semProcAux reworked (#17379)Saem Ghani2021-03-1718-210/+284
* allow short-style rst references with symbols (#17372)Andrey Makarov2021-03-172-11/+55
* [std/channels]fix recv leaks(Part One) (#17394)flywind2021-03-173-26/+9
* fix #17393 getHomeDir and expandTilde should not include trailing `/` (#17398)Timothee Cour2021-03-172-2/+14
* followup #16067 --spellSuggest (#17401)Timothee Cour2021-03-174-23/+25
* followup #17389; add see also in std/json (#17400)Timothee Cour2021-03-162-0/+11
* 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-164-6/+56
* Documentation only jsconsole (#17384)Juan Carlos2021-03-161-0/+12