| Commit message (Expand) | Author | Age | Files | Lines |
* | fixes a koch regression that made 'koch boot --listcmd' not work anymore [bac... | Andreas Rumpf | 2019-10-10 | 1 | -2/+2 |
* | [backport] bundle nimpretty on Windows (#12358) | Miran | 2019-10-04 | 1 | -2/+6 |
* | update the Nimble version we ship with Nim (#12236) | Andreas Rumpf | 2019-09-23 | 1 | -1/+1 |
* | make testament a tool we ship with Nim; fixes #12084 (#12088) | Andreas Rumpf | 2019-08-30 | 1 | -5/+8 |
* | Incremental compilation (IC): Improvements (#11881) | Andreas Rumpf | 2019-08-08 | 1 | -1/+1 |
* | koch/nim: completion of the 'better run' feature | Araq | 2019-07-12 | 1 | -2/+4 |
* | koch temp bugfix | Araq | 2019-07-12 | 1 | -3/+2 |
* | better run [feature] (#11709) | Andreas Rumpf | 2019-07-11 | 1 | -1/+7 |
* | minor style changes | Araq | 2019-07-10 | 1 | -1/+1 |
* | koch temp: use -d:leanCompiler if possible | Araq | 2019-07-10 | 1 | -1/+3 |
* | Pass additional koch options to the nim compiler (#11615) | Ivan Bobev | 2019-06-28 | 1 | -36/+44 |
* | Ensure that koch-built nim exe has +x perm for u/g/others [bugfix] (#11444) | Kaushal Modi | 2019-06-10 | 1 | -1/+1 |
* | koch.nim: hotfix for nightly builds | Andreas Rumpf | 2019-06-06 | 1 | -21/+12 |
* | koch now ignores the existance of .git and always builds the latest tagged st... | Araq | 2019-06-05 | 1 | -9/+4 |
* | refs #11402; now koch ships a fixed version of Nimble so that the connection ... | Araq | 2019-06-05 | 1 | -2/+3 |
* | make fullpaths the default in error messages and stack traces for mor… (#11... | Andreas Rumpf | 2019-06-05 | 1 | -3/+3 |
* | travis: cleanup & add 32-bit Linux testing (#11337) | alaviss | 2019-05-30 | 1 | -1/+1 |
* | koch.nim: nothing to do here | Araq | 2019-05-06 | 1 | -1/+0 |
* | testament: catch failing nimble tests (#10832) | Miran | 2019-03-13 | 1 | -1/+1 |
* | disable compile-time FFI support | Andreas Rumpf | 2019-02-23 | 1 | -3/+1 |
* | FFI at CT (#10150) | Timothee Cour | 2019-02-23 | 1 | -0/+7 |
* | koch.nim: indentation uses 2 spaces | Araq | 2019-02-20 | 1 | -5/+5 |
* | fixes #10659 `koch boot` fails on windows (#10660) | Timothee Cour | 2019-02-18 | 1 | -3/+5 |
* | 32 bit fixes (#10608) | Arne Döring | 2019-02-12 | 1 | -2/+1 |
* | attempt to make nightlies work again | Andreas Rumpf | 2019-02-11 | 1 | -1/+1 |
* | new AppVeyor configuration that should test the compiler against sele… (#10... | Andreas Rumpf | 2019-02-09 | 1 | -28/+27 |
* | koch and testament improvement; make testing command easier to get right | Andreas Rumpf | 2019-02-08 | 1 | -5/+0 |
* | koch winrelease: also bundle c2nim for Windows [backport] | Araq | 2019-02-06 | 1 | -1/+8 |
* | Enable Travis folding in winrelease (#10528) | genotrance | 2019-02-02 | 1 | -6/+10 |
* | Improve Travis CI folding (#10473) | Federico Ceratto | 2019-01-28 | 1 | -4/+4 |
* | Enable log folding in Travis CI (#10414) | Federico Ceratto | 2019-01-22 | 1 | -11/+14 |
* | [CI] now enables `NIM_COMPILE_TO_CPP=true` to run without allow_failures (#10... | Timothee Cour | 2019-01-17 | 1 | -8/+13 |
* | koch.nim: Make bootstrapping in C++ mode robust | Araq | 2019-01-16 | 1 | -4/+6 |
* | properly fix #10030 by skipping all external configs (#10324) | Timothee Cour | 2019-01-16 | 1 | -3/+4 |
* | another attempt to fix https://github.com/nim-lang/nightlies/issues/17 | Araq | 2019-01-15 | 1 | -1/+1 |
* | attempt to fix https://github.com/nim-lang/nightlies/issues/17 | Araq | 2019-01-15 | 1 | -1/+2 |
* | [CI] runCI runs `kochExec "boot"` regardless of nim mode (#10312) | Timothee Cour | 2019-01-15 | 1 | -2/+1 |
* | fixes #10030 bootstrap is insulated from user config (#10244) | Timothee Cour | 2019-01-10 | 1 | -2/+7 |
* | fixes #10039 : CI now runs buildTools (eg, nimfind wasn't being compiled befo... | Timothee Cour | 2019-01-10 | 1 | -22/+34 |
* | [CI] fixes #10041 move bulk of `travis` and `appveyor` logic to koch.nim (#10... | Timothee Cour | 2019-01-08 | 1 | -3/+43 |
* | koch.nim: speed up tests for the 'testinstall' target for the nightly builds ... | Araq | 2019-01-03 | 1 | -2/+1 |
* | resolve merge conflicts | Araq | 2018-12-12 | 1 | -1/+1 |
|\ |
|
| * | Corrected erroneous vccexe tool path in koch | Fredrik Høisæther Rasch | 2017-03-21 | 1 | -1/+1 |
* | | kick taint mode | Arne Döring | 2018-12-11 | 1 | -3/+1 |
* | | Fixes #9913 | Neelesh Chandola | 2018-12-09 | 1 | -0/+2 |
* | | add nimCompile to simplify koch; add nimfind to koch tools (#9723) | Timothee Cour | 2018-11-15 | 1 | -20/+17 |
* | | refs #9637 ; cleanup installation of nimsuggest (#9703) | Timothee Cour | 2018-11-15 | 1 | -12/+9 |
* | | change dir when koch starts (#9663) | Arne Döring | 2018-11-09 | 1 | -0/+2 |
* | | remove redundant -p:compiler in koch.nim given modules use import compiler/foo | Timothee Cour | 2018-11-07 | 1 | -3/+3 |
* | | make Nim take roughly 100MB less RAM for bootstrapping via a new compiler swi... | Andreas Rumpf | 2018-11-07 | 1 | -0/+3 |