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
*
fix #17749 ignore SIGPIPE signals, fix nim CI #17748 (#17752)
Timothee Cour
2021-04-18
1
-0
/
+4
*
removed nimfind tool, succeeded by 'nim check --defusages' (#17737)
Andreas Rumpf
2021-04-16
1
-2
/
+0
*
IC: integrity checking (#17695)
Andreas Rumpf
2021-04-11
1
-1
/
+1
*
added a simple 'koch branchdone' command to speed up my workflow (#17563)
Andreas Rumpf
2021-03-29
1
-0
/
+8
*
added a 'koch ic' command for easier adhoc testing of IC (#17508)
Andreas Rumpf
2021-03-26
1
-2
/
+19
*
Let koch temp -u:leanCompiler work (#17388)
Clyybber
2021-03-15
1
-1
/
+1
*
use NIM_TESTAMENT_BATCH for important_packages, improve formatting, code clea...
Timothee Cour
2021-03-12
1
-8
/
+5
*
use lowercase --define switches (#17283)
flywind
2021-03-07
1
-1
/
+1
*
remove tests/deps/ (#17132)
Timothee Cour
2021-02-23
1
-0
/
+6
*
[backport:1.2] update nimble commit hash (#17109)
Miran
2021-02-19
1
-1
/
+1
*
add -d:nimStrictMode in CI to keep code from regressing; fixes ConvFromXtoIts...
Timothee Cour
2021-02-17
1
-2
/
+2
*
koch.nim: documented the bootstrapping process (#17008)
Andreas Rumpf
2021-02-11
1
-0
/
+7
*
unbundle fusion (#16925)
Timothee Cour
2021-02-11
1
-13
/
+8
*
[backport:1.2] update the nimble commit hash to the latest one (#16971)
Miran
2021-02-09
1
-1
/
+1
*
remove .github/workflows/ci_ssl.yml; instead run via trunner_thirdparty (#16221)
Timothee Cour
2021-02-02
1
-1
/
+1
*
[FIX] Update fusion master commit hash (#16630)
haxscramper
2021-01-07
1
-1
/
+1
*
Fix #11506 (#16348)
rockcavera
2020-12-14
1
-1
/
+7
*
add a tester for rst2html (#15936)
Miran
2020-11-12
1
-0
/
+1
*
Correct all eggs (#15906)
Miran
2020-11-10
1
-4
/
+4
*
Fix #15639 (#15640)
Clyybber
2020-10-19
1
-1
/
+1
*
Bump nimble (#15573)
genotrance
2020-10-14
1
-1
/
+1
*
Fix #12027 (#15519)
genotrance
2020-10-10
1
-4
/
+4
*
Bump nimble (#15539)
genotrance
2020-10-10
1
-1
/
+1
*
koch: remove c2nim from windows release builds (#15471)
alaviss
2020-10-02
1
-1
/
+0
*
koch: unify nimble building scripts [backport:1.4] (#15443)
alaviss
2020-10-01
1
-29
/
+5
*
koch, compiler: bundle fusion as part of the source archive (#15409)
alaviss
2020-09-26
1
-1
/
+2
*
Bump nimble (#15398)
genotrance
2020-09-24
1
-1
/
+1
*
'koch temp' bugfix
Araq
2020-09-23
1
-1
/
+1
*
Bump nimble (#15380)
genotrance
2020-09-21
1
-1
/
+1
*
Bump nimble (#15304)
genotrance
2020-09-11
1
-1
/
+1
*
Bump nimble (#15272)
genotrance
2020-09-06
1
-1
/
+1
*
Bump nimble (#15126)
genotrance
2020-07-30
1
-1
/
+1
*
Bump nimble (#15114)
genotrance
2020-07-29
1
-1
/
+1
*
yet another fusion fix
narimiran
2020-07-28
1
-1
/
+1
*
another bump
narimiran
2020-07-28
1
-1
/
+1
*
bump FusionStableCommit to the latest commit
narimiran
2020-07-28
1
-1
/
+1
*
Bump nimble (#15077)
genotrance
2020-07-26
1
-1
/
+1
*
koch: bundle nim-lang/fusion with Nim (#15061)
alaviss
2020-07-25
1
-4
/
+19
*
Bump nimble commit (#15053)
genotrance
2020-07-25
1
-2
/
+2
*
koch: use in-tree Nim to run test if possible (#15018)
alaviss
2020-07-20
1
-2
/
+4
*
{.deprecated: [existsFile: fileExists].} (#14735)
Timothee Cour
2020-07-02
1
-3
/
+3
*
testament: generic N-fold batching: windows CI 37mn=>16m (#14823)
Timothee Cour
2020-06-27
1
-1
/
+6
*
koch: add --localdocs to allow building only local docs (#14783)
alaviss
2020-06-25
1
-9
/
+11
*
walkDirRecFilter, update doc CI filter, compiler/index.nim for docs + variou...
Timothee Cour
2020-06-01
1
-0
/
+7
*
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
[next]