summary refs log tree commit diff stats
path: root/koch.nim
Commit message (Expand)AuthorAgeFilesLines
* fixes #14126 [backport:1.2] (#14390)Andreas Rumpf2020-05-201-1/+1
* trunner was not actually being tested in non-CTFFI mode; minor testament clea...Timothee Cour2020-05-191-1/+1
* properly fixes #13758 so that `import std/macros` stays legal (#14291)Timothee Cour2020-05-121-3/+9
* Split testing important packages into two jobs (#14256)Miran2020-05-071-2/+4
* fix regression: -d:nimHasLibFFI was not being tested anymore (#14234)Timothee Cour2020-05-061-3/+6
* Undefine `paramCount` & `paramStr` in nimscript.nim for *.nims (#12860)Neelesh Chandola2020-04-271-1/+1
* move tinyc to a separate repo and allow installing external dependencency (eg...Timothee Cour2020-04-031-8/+19
* DrNim (Nim compiler with Z3 integration) (#13743)Andreas Rumpf2020-03-311-0/+28
* faster CIs (#13803)Miran2020-03-301-15/+2
* Attempt to finish off araq cpp exceptions (#13695)cooldome2020-03-191-1/+5
* catchable defects (#13626)Andreas Rumpf2020-03-121-1/+1
* Change order of forwarded koch boot command line options, so as to be able to...Clyybber2020-03-121-4/+4
* `koch --nim:pathto/nim boot` and `koch boot --hint:cc:off` now work (#13516)Timothee Cour2020-03-111-6/+3
* runCI: logs now show CPU/OS/etc info to be self contained (#13486)Timothee Cour2020-02-261-0/+5
* only enable linenoise for -d:nimUseLinenoise (#13478)Timothee Cour2020-02-241-2/+2
* miscellaneous bug fixes (part 3) (#13304)Timothee Cour2020-02-071-3/+3
* enable testing -d:nimHasLibFFI mode (#13091)Timothee Cour2020-02-041-4/+7
* koch: enable checks in the compiler when running CI (#13323)alaviss2020-02-041-1/+1
* Quote nim executable before executing. (#13316) [backport]Fredrik Høisæther Rasch2020-02-021-3/+3
* fixes #12998 nim doc regression (#13117)Timothee Cour2020-01-161-1/+3
* fixes a koch regression that made 'koch boot --listcmd' not work anymore [bac...Andreas Rumpf2019-10-101-2/+2
* [backport] bundle nimpretty on Windows (#12358)Miran2019-10-041-2/+6
* update the Nimble version we ship with Nim (#12236)Andreas Rumpf2019-09-231-1/+1
* make testament a tool we ship with Nim; fixes #12084 (#12088)Andreas Rumpf2019-08-301-5/+8
* Incremental compilation (IC): Improvements (#11881)Andreas Rumpf2019-08-081-1/+1
* koch/nim: completion of the 'better run' featureAraq2019-07-121-2/+4
* koch temp bugfixAraq2019-07-121-3/+2
* better run [feature] (#11709)Andreas Rumpf2019-07-111-1/+7
* minor style changesAraq2019-07-101-1/+1
* koch temp: use -d:leanCompiler if possibleAraq2019-07-101-1/+3
* Pass additional koch options to the nim compiler (#11615)Ivan Bobev2019-06-281-36/+44
* Ensure that koch-built nim exe has +x perm for u/g/others [bugfix] (#11444)Kaushal Modi2019-06-101-1/+1
* koch.nim: hotfix for nightly buildsAndreas Rumpf2019-06-061-21/+12
* koch now ignores the existance of .git and always builds the latest tagged st...Araq2019-06-051-9/+4
* refs #11402; now koch ships a fixed version of Nimble so that the connection ...Araq2019-06-051-2/+3
* make fullpaths the default in error messages and stack traces for mor… (#11...Andreas Rumpf2019-06-051-3/+3
* travis: cleanup & add 32-bit Linux testing (#11337)alaviss2019-05-301-1/+1
* koch.nim: nothing to do hereAraq2019-05-061-1/+0
* testament: catch failing nimble tests (#10832)Miran2019-03-131-1/+1
* disable compile-time FFI supportAndreas Rumpf2019-02-231-3/+1
* FFI at CT (#10150)Timothee Cour2019-02-231-0/+7
* koch.nim: indentation uses 2 spacesAraq2019-02-201-5/+5
* fixes #10659 `koch boot` fails on windows (#10660)Timothee Cour2019-02-181-3/+5
* 32 bit fixes (#10608)Arne Döring2019-02-121-2/+1
* attempt to make nightlies work againAndreas Rumpf2019-02-111-1/+1
* new AppVeyor configuration that should test the compiler against sele… (#10...Andreas Rumpf2019-02-091-28/+27
* koch and testament improvement; make testing command easier to get rightAndreas Rumpf2019-02-081-5/+0
* koch winrelease: also bundle c2nim for Windows [backport]Araq2019-02-061-1/+8
* Enable Travis folding in winrelease (#10528)genotrance2019-02-021-6/+10
* Improve Travis CI folding (#10473)Federico Ceratto2019-01-281-4/+4