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
Commit message (
Expand
)
Author
Age
Files
Lines
*
enable static tests for topenarray (#20620)
ringabout
2022-10-23
1
-1
/
+1
*
add `std/appdirs` (#20618)
ringabout
2022-10-22
2
-1
/
+87
*
Unpack mSlice tupleconstr for static openarrays (#20615)
Jason Beetham
2022-10-22
3
-0
/
+36
*
fixes a strict case object problem that has been reported on the forum (#20614)
Andreas Rumpf
2022-10-21
2
-2
/
+25
*
add typesafe `std/paths`, `std/files`, `std/dirs`, `std/symlinks` (#20582)
ringabout
2022-10-21
6
-0
/
+775
*
fix #20152 Illegal capture of closure iterator, when should be legal (#20607)
Bung
2022-10-21
2
-1
/
+21
*
fix #19349 incompatible type when mixing float32 and cfloat in generics (#20551)
Bung
2022-10-21
2
-1
/
+21
*
fix #19426 compile error using when/elif/else and typedesc in template (#20550)
Bung
2022-10-21
2
-0
/
+17
*
Add `safe` parameter to `base64.encodeMime` (#20559)
Amjad Ben Hedhili
2022-10-21
2
-3
/
+12
*
closes #19969; add testcase for #19969 #15952 #16306 (#20610)
ringabout
2022-10-21
1
-0
/
+27
*
implemented strictCaseObjects (#20608)
Andreas Rumpf
2022-10-21
6
-8
/
+80
*
Implemented `mSlice` on the VM allowing `toOpenArray` to work at compile time...
Jason Beetham
2022-10-20
4
-30
/
+204
*
move procs in os to `appdirs` (#20605)
ringabout
2022-10-20
2
-141
/
+150
*
change vm imports after bootstrapping (#20602)
ringabout
2022-10-20
1
-1
/
+2
*
enable ggplotnim (#20600)
ringabout
2022-10-20
1
-1
/
+1
*
[std/os] split and re-export (#20593)
ringabout
2022-10-20
7
-2047
/
+2251
*
add measuremancer to important packages (#20599)
ringabout
2022-10-20
1
-0
/
+1
*
[backport] Handle nkOpenSymChoice for nkAccQuoted in considerQuotedIdent (#20...
SirOlaf
2022-10-18
2
-0
/
+20
*
refactor envvars, oserrors; register vmops (#20592)
ringabout
2022-10-18
5
-347
/
+17
*
enable telebot (#20589)
ringabout
2022-10-18
1
-1
/
+1
*
fixes niminst with stricteffects; add testcase for niminst (#20587)
ringabout
2022-10-18
3
-1
/
+17
*
fixes #20572 (#20585)
Andreas Rumpf
2022-10-17
25
-70
/
+116
*
[`std/os` clean up] import and export `osseps` (#20580)
ringabout
2022-10-17
4
-3
/
+4
*
Documentation only, dom (#20584)
Juan Carlos
2022-10-17
1
-0
/
+31
*
Fix #12517 Allow single branch when nimvm statements (#20577)
Can Lehmann
2022-10-17
2
-3
/
+27
*
Fix "imported but not used" warnings (#20575)
Andrey Makarov
2022-10-16
6
-7
/
+7
*
fixes #20515; base `method` requires explicit `{.gcsafe.}` to be GC-safe (#20...
ringabout
2022-10-16
2
-4
/
+32
*
enable glob (#20573)
ringabout
2022-10-16
1
-1
/
+1
*
atomicInc global alloc counters (#20571)
Antonis Geralis
2022-10-16
2
-9
/
+9
*
fixes #19162; enable `strictEffects` for v2 (#19380)
ringabout
2022-10-15
16
-39
/
+38
*
fix #19700 Crash when passing a template to a generic functio… (#20567)
Bung
2022-10-15
2
-0
/
+12
*
fixes changelog for oids (#20565)
ringabout
2022-10-14
1
-2
/
+1
*
fix #8821 JS codegen can produce extreme switch statements with case … (#20...
Bung
2022-10-14
2
-10
/
+2
*
fixes #3748 (#20563)
Andreas Rumpf
2022-10-14
4
-6
/
+24
*
Validate `nimgrep` filter options not empty (#20562)
Andrey Makarov
2022-10-14
1
-13
/
+19
*
follow up #19714; add `memmem` optimizations for `find` on Linux, Macos and B...
ringabout
2022-10-13
1
-1
/
+26
*
fixes #20553; don't format code for stropping identifier (#20561) [backport]
ringabout
2022-10-13
3
-5
/
+31
*
fix #18136 tests/proc/t17157.nim now gives SIGSEGV instead of error (#20555)
Bung
2022-10-13
2
-1
/
+1
*
add nimPNG to important packages (#20557)
ringabout
2022-10-13
1
-1
/
+2
*
fix #18990 Regression in proc symbol resolution; Error: attempting to… (#20...
Bung
2022-10-12
4
-2
/
+9
*
Return error message in output of gorge/staticExec. (#18942)
Dominik Picheta
2022-10-12
2
-2
/
+12
*
Markdown code blocks migration part 7 (#20547)
Andrey Makarov
2022-10-12
17
-414
/
+429
*
oids sticks to 24 length strings; fixes breaking changes (#20546)
ringabout
2022-10-12
2
-8
/
+8
*
move google fonts to the last part (#20541)
ringabout
2022-10-11
8
-32
/
+24
*
fix #7446 Generics: type mismatch 'SomeunsignedInt or Natural' (#20522)
Bung
2022-10-11
2
-2
/
+11
*
'lock levels' are deprecated, now a noop (#20539)
ringabout
2022-10-11
57
-372
/
+121
*
time to make IC work with ORC (here we go again...) (#20538)
Andreas Rumpf
2022-10-11
3
-11
/
+40
*
remove unused `userVersion:1.6` which is succeeded by `nimPreviewSlimSystem` ...
ringabout
2022-10-10
1
-2
/
+2
*
update the maintained repo of ast-pattern-matching (#20537)
ringabout
2022-10-10
1
-1
/
+1
*
refactorings (#20536)
Andreas Rumpf
2022-10-10
9
-16
/
+16
[next]