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 #24173; always bundle checksums (#24189)
ringabout
2024-09-27
1
-7
/
+6
*
bumps nimble to `0.16.1` (#24102)
Juan M Gómez
2024-09-15
1
-1
/
+1
*
bump checksums (#23975)
ringabout
2024-08-17
1
-1
/
+1
*
bump nimble to include the fix to `nimble dump` (#23918)
Juan M Gómez
2024-08-10
1
-1
/
+1
*
bump nimble to 0.16.0 (#23883)
Juan M Gómez
2024-07-24
1
-1
/
+1
*
Bumps nimble so the next Nim release includes the latest changes (#23808)
Juan M Gómez
2024-07-09
1
-1
/
+1
*
Bumps nimble to entryPoints commit (#23766)
Juan M Gómez
2024-06-29
1
-1
/
+1
*
Updates nimble (#23601)
Juan M Gómez
2024-05-23
1
-1
/
+3
*
fixes commit hashes (#23520)
ringabout
2024-04-19
1
-2
/
+2
*
bundle atlas with sat (#23375)
ringabout
2024-04-18
1
-1
/
+4
*
bump nimble version (#23467)
ringabout
2024-04-02
1
-2
/
+2
*
build nimble with ORC and bump nimble version (#22978)
ringabout
2023-11-24
1
-2
/
+2
*
update nimble (#22814)
ringabout
2023-10-11
1
-1
/
+1
*
bump checksums (#22497)
ringabout
2023-08-17
1
-1
/
+1
*
Allow `libffi` to work via `koch boot` (#22322)
awr1
2023-08-03
1
-13
/
+29
*
Use pinned Atlas commit (#22169)
Andreas Rumpf
2023-06-27
1
-1
/
+1
*
change it to the latest branch instead of head (#22086)
ringabout
2023-06-13
1
-1
/
+1
*
fix atlas nightlies regresion; fixes the hash value (#22080)
ringabout
2023-06-12
1
-3
/
+5
*
Atlas: now in its own repository (#22066)
Andreas Rumpf
2023-06-10
1
-12
/
+14
*
atlas: tests graph generation (#21990)
Andreas Rumpf
2023-06-03
1
-0
/
+4
*
Atlas: --project switch and better graph representation (#21971)
Andreas Rumpf
2023-06-03
1
-4
/
+4
*
ship atlas and build documentation (#21945)
ringabout
2023-05-28
1
-0
/
+1
*
adds `koch --skipIntegrityCheck boot` support (#21795)
ringabout
2023-05-05
1
-4
/
+11
*
build documentation for `checksums/md5` and `checksums/sha1` (#21791)
ringabout
2023-05-04
1
-1
/
+1
*
adds checksums to important packages (#21782)
ringabout
2023-05-04
1
-1
/
+1
*
fixes #19863; move sha1, md5 to nimble packages for 2.0 (#21702)
ringabout
2023-05-02
1
-1
/
+18
*
stops building nimsuggest twice and nim_dbg in tests; saves 3 * 5 minutes CI ...
ringabout
2023-04-13
1
-1
/
+9
*
csources_v2 can build the ORC-booted compiler; building now uses strict mode ...
ringabout
2023-02-21
1
-2
/
+4
*
remove legacy code; the first iteration now can build Nim with cpp backend (#...
ringabout
2023-02-15
1
-5
/
+1
*
bump nimble (#21259)
ringabout
2023-01-14
1
-1
/
+1
*
Nim now ships nimble with 0.14.1 version (#21120)
ringabout
2022-12-17
1
-1
/
+1
*
ship a modern nimble with lock files support (#21061)
ringabout
2022-12-12
1
-1
/
+1
*
move `smtp` to nimble packages (#20953)
ringabout
2022-11-30
1
-0
/
+2
*
fixes #20526; use `nimPreviewSlimSystem` for documentation build (#20714)
ringabout
2022-11-01
1
-1
/
+1
*
Documentation only, koch (#20665)
Juan Carlos
2022-10-27
1
-1
/
+1
*
remove unused `userVersion:1.6` which is succeeded by `nimPreviewSlimSystem` ...
ringabout
2022-10-10
1
-2
/
+2
*
add plausibleAnalytics support for koch docs[backport:1.6] (#20454)
ringabout
2022-09-30
1
-4
/
+1
*
koch boot compiler with orc (#20467)
ringabout
2022-09-30
1
-5
/
+2
*
make koch and tools work with `nimPreviewSlimSystem` (#20459)
ringabout
2022-09-30
1
-0
/
+3
*
remove deprecated and broken nimweb tools (#20442)
ringabout
2022-09-28
1
-14
/
+0
*
continue booting the compiler with refc (#20421)
ringabout
2022-09-24
1
-1
/
+1
*
defaults to ORC (#19972)
ringabout
2022-09-23
1
-2
/
+2
*
Build compiler with --noNimblePath (#20168)
Ivan Yonchovski
2022-08-09
1
-2
/
+2
*
build external deps with userversion:1.6 (#19612)
flywind
2022-03-23
1
-2
/
+2
*
renamed 'gc' switch to 'mm'; [backport:1.6] (#19187)
Andreas Rumpf
2021-11-24
1
-1
/
+1
*
build testament in package CI (#19092)
flywind
2021-11-02
1
-1
/
+2
*
bootstrapping Nim compiler with `cpp --gc:orc` (#19087)
flywind
2021-11-02
1
-3
/
+2
*
[backport] Revert "use new Nimble, with lockfiles (#18810)" (#18872)
Miran
2021-09-20
1
-1
/
+1
*
use new Nimble, with lockfiles (#18810)
Miran
2021-09-06
1
-1
/
+1
*
fix #18385 followup, by building nimsuggest with -d:release during testing (#...
Timothee Cour
2021-07-29
1
-0
/
+5
[next]