index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
koch.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes #14126 [backport:1.2] (#14390)
Andreas Rumpf
2020-05-20
1
-1
/
+1
*
trunner was not actually being tested in non-CTFFI mode; minor testament clea...
Timothee Cour
2020-05-19
1
-1
/
+1
*
properly fixes #13758 so that `import std/macros` stays legal (#14291)
Timothee Cour
2020-05-12
1
-3
/
+9
*
Split testing important packages into two jobs (#14256)
Miran
2020-05-07
1
-2
/
+4
*
fix regression: -d:nimHasLibFFI was not being tested anymore (#14234)
Timothee Cour
2020-05-06
1
-3
/
+6
*
Undefine `paramCount` & `paramStr` in nimscript.nim for *.nims (#12860)
Neelesh Chandola
2020-04-27
1
-1
/
+1
*
move tinyc to a separate repo and allow installing external dependencency (eg...
Timothee Cour
2020-04-03
1
-8
/
+19
*
DrNim (Nim compiler with Z3 integration) (#13743)
Andreas Rumpf
2020-03-31
1
-0
/
+28
*
faster CIs (#13803)
Miran
2020-03-30
1
-15
/
+2
*
Attempt to finish off araq cpp exceptions (#13695)
cooldome
2020-03-19
1
-1
/
+5
*
catchable defects (#13626)
Andreas Rumpf
2020-03-12
1
-1
/
+1
*
Change order of forwarded koch boot command line options, so as to be able to...
Clyybber
2020-03-12
1
-4
/
+4
*
`koch --nim:pathto/nim boot` and `koch boot --hint:cc:off` now work (#13516)
Timothee Cour
2020-03-11
1
-6
/
+3
*
runCI: logs now show CPU/OS/etc info to be self contained (#13486)
Timothee Cour
2020-02-26
1
-0
/
+5
*
only enable linenoise for -d:nimUseLinenoise (#13478)
Timothee Cour
2020-02-24
1
-2
/
+2
*
miscellaneous bug fixes (part 3) (#13304)
Timothee Cour
2020-02-07
1
-3
/
+3
*
enable testing -d:nimHasLibFFI mode (#13091)
Timothee Cour
2020-02-04
1
-4
/
+7
*
koch: enable checks in the compiler when running CI (#13323)
alaviss
2020-02-04
1
-1
/
+1
*
Quote nim executable before executing. (#13316) [backport]
Fredrik Høisæther Rasch
2020-02-02
1
-3
/
+3
*
fixes #12998 nim doc regression (#13117)
Timothee Cour
2020-01-16
1
-1
/
+3
*
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
[next]