summary refs log tree commit diff stats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* added Atlas helper tool (#18497)Andreas Rumpf2021-07-165-0/+744
* [source code filter]fix Nightlies bug (#18475)flywind2021-07-121-1/+1
* fix shebangs #! /xxx => #!/xxx (#18444)Timothee Cour2021-07-074-4/+4
* fix compilation on Debian 7 (no git -C) (#18427)Andrey Makarov2021-07-063-4/+10
* `./koch tools` now builds bin/nim_dbg, a debug version of nim (#18289)Timothee Cour2021-06-281-2/+3
* Switch IRC links to Libera Chat (#18370)Federico Ceratto2021-06-271-1/+1
* docs now show nimExperimentalX APIs (#18345)Timothee Cour2021-06-251-1/+2
* PCRE, nimgrep: add limit for buffer size (#18280)Andrey Makarov2021-06-171-1/+4
* Enable parallel build in build.sh (#18195)Federico Ceratto2021-06-141-0/+24
* docs: Latex generation improvements (#18141)Andrey Makarov2021-06-011-7/+7
* change `--hint[X] => --hint:X` in nim repo (avoids shell quoting issues) (#18...Timothee Cour2021-05-261-1/+1
* refactor common code in CI pipelines (#18035)Timothee Cour2021-05-261-5/+1
* ref #17913; fix typo in tools/ci_generate.nim generating build_all.sh (#17915)Timothee Cour2021-05-011-1/+1
* reuse config/build_config.txt for all bootstrap scripts (posix + windows + ci...Timothee Cour2021-05-011-1/+64
* bring back std/ prefix within compiler and ensure it works in bootstrap + bsd...Timothee Cour2021-04-301-18/+36
* refactor all code that builds csources (#17815)Timothee Cour2021-04-231-4/+4
* removed nimfind tool, succeeded by 'nim check --defusages' (#17737)Andreas Rumpf2021-04-162-236/+0
* [nim-gdb] Fixed enums and flag output [ci skip] (#17634)Saem Ghani2021-04-051-75/+175
* update nimgrep documentation (#17415)Andrey Makarov2021-03-231-100/+1
* follow up #17276 (#17355)flywind2021-03-191-1/+1
* rename channels to channels_builtin (#17330)flywind2021-03-121-1/+1
* 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