summary refs log tree commit diff stats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Add module jsfetch (#12531)Juan Carlos2021-03-061-1/+1
* remove tests/deps/ (#17132)Timothee Cour2021-02-231-1/+2
* fix prelude regression refs #16238: `include prelude` doesn't interfere with ...Timothee Cour2021-02-221-1/+0
* refs #17107 use 2 instead of 3 parallel jobs for openbsd (#17108)Timothee Cour2021-02-201-1/+2
* move prelude so that `include std/prelude` also works (#17110)Timothee Cour2021-02-203-3/+3
* unbundle fusion (#16925)Timothee Cour2021-02-111-1/+1
* improve ./koch docs (#16991)Timothee Cour2021-02-101-27/+24
* fix ./koch pdf command (#16989)Andrey Makarov2021-02-091-17/+20
* remove conditionals on nimHasUserErrors, nimNoNilSeqs2, nimNoNilSeqs (#16861)Timothee Cour2021-01-291-2/+0
* improve code in categories.nim; add std/private/gitutils; fix flakyness in ni...Timothee Cour2021-01-291-19/+12
* Deprecate TaintedString (#15423)Juan Carlos2021-01-152-5/+5
* Add js BigInts (#16409)Juan Carlos2021-01-141-1/+4
* skip docs for `lib/fusion` (docs already run in fusion repo) (#16645)Timothee Cour2021-01-081-4/+3
* kochdocs: fusion needs the js backend too (#16644)alaviss2021-01-081-1/+3
* clean up the docs of some modules under lib/js (#16579)flywind2021-01-041-1/+0
* nim-gdb.py fixes mostly for nimsuggest debugging (#16479)Saem Ghani2020-12-301-57/+94
* fix #16364 (#16379) [backport]flywind2020-12-171-4/+2
* Clean out dead code (#16345)Juan Carlos2020-12-141-172/+0
* Zsh completion (#16261)Federico Ceratto2020-12-091-0/+74
* cmdline: improve command processing (#16056)Timothee Cour2020-11-261-1/+1
* remove all mentions of doc2, jsondoc2 (except 1 mentioning the alias) (#15683)Timothee Cour2020-11-262-4/+4
* rename loadConfigsAndRunMainCommand => loadConfigsAndProcessCmdLine, reflect ...Timothee Cour2020-11-201-1/+1
* nimgrep: change 2 iterators to closureAndrey Makarov2020-11-141-12/+14
* Update buildsh.nimf (#15945)lenoil982020-11-131-3/+4
* Add support for FreeBSD/PowerPC64 Little Endian (#15927)lenoil982020-11-122-1/+7
* Correct all eggs (#15906)Miran2020-11-101-1/+1
* Nimgrep improvements 2 (#15612)Andrey Makarov2020-11-092-297/+1046
* remove iup from stdlib in contrast to #15828 (#15830)flywind2020-11-031-1/+0
* refactoring: removed cmdlinehelper.mainCommand callbackAndreas Rumpf2020-10-111-3/+4
* Fix #12027 (#15519)genotrance2020-10-101-1/+1
* niminst: restore ZIP building functionality (#15472)alaviss2020-10-021-0/+5
* tools/deps: fix git dir check (#15470)alaviss2020-10-021-2/+6
* Clean out niminst (#15451)Juan Carlos2020-10-011-74/+31
* fix doc search(escape HTML code) (#15433)flywind2020-09-301-0/+14
* koch, compiler: bundle fusion as part of the source archive (#15409)alaviss2020-09-261-4/+21
* Fix #15183 (#15300)Juan Carlos2020-09-111-1/+0
* Changes for FreeRTOS/LwIP Port for the ESP32 (ESP-IDF) (#15250)Jaremy Creechley2020-08-311-0/+1
* Big compiler Cleanup (#14777)Clyybber2020-08-282-4/+3
* fix nightlies: smaller log files (#15074)Miran2020-07-251-1/+1
* jsre: try to fix nightlies (#15057)Miran2020-07-241-1/+2
* Fix style inconsistencies due to the previous commitnarimiran2020-07-061-4/+4
* revert 0944b0f4narimiran2020-07-061-4/+4
* deprecate existsDir; use dirExists instead (#14884)Timothee Cour2020-07-033-7/+7
* Add jsre (#14870)Juan Carlos2020-07-031-2/+5
* {.deprecated: [existsFile: fileExists].} (#14735)Timothee Cour2020-07-026-15/+15
* CI openbsd: 3x batching via NIM_TESTAMENT_BATCH ; overall CI finishes in 21m ...Timothee Cour2020-06-301-0/+63
* New freebsd platforms (#14801)lbartoletti2020-06-291-1/+1
* koch: add --localdocs to allow building only local docs (#14783)alaviss2020-06-251-5/+18
* Patch #14716 - add missing `when` (#14792)Euan2020-06-241-2/+2
* Fix #14715 - detect tool fails on FreeBSD (#14716)Euan2020-06-241-3/+3