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
*
fixes #19201; fixes sink causes crash in VM (#20658)
ringabout
2022-10-25
2
-2
/
+8
*
fixes #20654 FAMs should not be used in the C++ backend (#20655)
Juan M Gómez
2022-10-25
1
-1
/
+3
*
closes #6213 #11777; add testcase (#20656)
ringabout
2022-10-25
1
-0
/
+27
*
clean up `std/os` related modules (#20651)
ringabout
2022-10-25
6
-157
/
+140
*
Change both code snippets to use the same test URL (#20647)
Saint
2022-10-25
1
-1
/
+1
*
fix #12094 Use of _ (as var placeholder) inside a template causes XDe… (#20...
Bung
2022-10-25
1
-1
/
+2
*
Implement Unix file regularity check (#20448) (#20628)
Andrey Makarov
2022-10-25
7
-45
/
+107
*
add type check for default fields (#20652)
ringabout
2022-10-25
2
-2
/
+32
*
fixes #1027; disallow templates to use ambiguous identifiers (#20631)
ringabout
2022-10-24
4
-0
/
+26
*
fixes #20645 (#20646)
Andreas Rumpf
2022-10-24
3
-7
/
+24
*
Added 'openArray[char]' overloads to 'std/parseutils' (#20527)
Jason Beetham
2022-10-24
8
-172
/
+560
*
Add better error messages to `std/jsonutils` (#20629)
Jake Leahy
2022-10-24
1
-7
/
+7
*
fix fwrite prototype (#20644)
Jacek Sieka
2022-10-24
2
-2
/
+2
*
fixes #19278; make `privateAccess` work with generic ref object (#20640)
ringabout
2022-10-24
3
-3
/
+18
*
fixes the typical (not a == b) bug in the documentation (#20643)
ringabout
2022-10-24
1
-2
/
+2
*
Fix tuple size check in `std/jsonutils` (#20637)
Jake Leahy
2022-10-24
2
-3
/
+19
*
borrowed procs can have a body now for documentation generation (#20617)
ringabout
2022-10-24
2
-3
/
+20
*
Fix double defer with break in closureiterators [backport] (#20630)
Tanguy
2022-10-24
2
-0
/
+32
*
Pass json options to hooks (#20638)
Jake Leahy
2022-10-24
2
-14
/
+38
*
Remove side-effects from sysFatal with panics on (#20632)
Tanguy
2022-10-24
2
-16
/
+25
*
closes #4678; add testcase (#20634)
ringabout
2022-10-24
1
-0
/
+16
*
closes #4466; add testcase (#20625)
ringabout
2022-10-23
1
-0
/
+9
*
improve error message when using `toTask` with a call with a return value (#2...
ringabout
2022-10-23
1
-1
/
+2
*
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
[next]