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
/
tests
/
stdlib
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes #24174; allow copyDir and copyDirWithPermissions skipping special file...
ringabout
2024-09-27
1
-2
/
+13
*
fix tmarshalsegfault depending on execution time (#24153)
metagn
2024-09-22
1
-3
/
+2
*
Create `IPPROTO_NONE` alias & Add test for Unix socket (#24139)
tocariimaa
2024-09-19
2
-0
/
+61
*
fixes rst parsing Markdown CodeblockFields blocking the loop (#24128)
ringabout
2024-09-18
1
-0
/
+12
*
test case haul before 2.2 (#24119)
metagn
2024-09-17
1
-0
/
+55
*
add posix uint changes to changelog + fix Nlink, Dev on FreeBSD (#24088)
metagn
2024-09-09
1
-0
/
+6
*
fix int32's that should be uint32 on BSD & OSX (#24078)
metagn
2024-09-09
1
-0
/
+8
*
streams: implement readStr for VM, document VM limitations (#24058)
metagn
2024-09-04
1
-0
/
+4
*
fixes symbolName for range enums (#24052)
ringabout
2024-09-03
1
-0
/
+10
*
fixes #14623; Top-level volatileLoad/volatileStore leads to invalid codegen (...
ringabout
2024-08-28
1
-0
/
+15
*
fixes #23915; std/random produces different results on c/js (#24003)
ringabout
2024-08-25
1
-5
/
+10
*
adds a ubuntu 24.04 matrix with gcc 14 for tests (#23673)
ringabout
2024-08-20
1
-1
/
+4
*
fixes docgen regression: don't add newLine for code if it's the first line (#...
ringabout
2024-08-17
2
-11
/
+6
*
fixes #23936; opcParseFloat accepts the wrong register as the first param [ba...
ringabout
2024-08-12
1
-0
/
+11
*
closes #6549; adds a test case (#23929)
ringabout
2024-08-09
1
-1
/
+17
*
doc,test(times): followup #23861 (#23881)
lit
2024-07-23
1
-1
/
+13
*
Fix out-of-bounds slicing in std/varints (#23868)
Buldram
2024-07-22
1
-1
/
+1
*
Replacement PR for https://github.com/nim-lang/Nim/pull/23779 that (#23793)
c-blake
2024-07-07
5
-9
/
+16
*
Comment out flaky test in tests/stdlib/thttpclient (#23772)
Alexander Kernozhitsky
2024-06-29
1
-6
/
+6
*
Run tests with `nimPreviewHashFarm` on the 3 main back ends. (#23739)
c-blake
2024-06-22
1
-1
/
+1
*
Add Farm Hash conditioned upon `nimPreviewHashFarm` as 64-bit `Hash` (#23735)
c-blake
2024-06-19
1
-5
/
+12
*
fixes #22672; Destructor not called for result when exception is thrown (#23267)
ringabout
2024-06-06
1
-2
/
+2
*
fixes #23663; Add hash() for Path (#23664)
ringabout
2024-05-31
1
-5
/
+9
*
Treat CJK Ideographs as letters in `isAlpha()` (#23651)
Alexander Kernozhitsky
2024-05-29
1
-0
/
+2
*
fixes #23635; tasks.toTask Doesn't Expect a Dot Expression (#23641)
ringabout
2024-05-27
1
-0
/
+36
*
fixes testament matrix doesn't work with other backends which left many JS te...
ringabout
2024-05-14
3
-3
/
+7
*
adds Nim-related mimetypes back (#23589)
ringabout
2024-05-10
1
-0
/
+5
*
Add Complex version of almostEqual function (#23549)
Angel Ezquerra
2024-05-08
1
-0
/
+3
*
rework `wasMoved`, `move` on the JS backend (#23577)
ringabout
2024-05-08
1
-11
/
+23
*
fixes #23556; typeinfo.extendSeq generates random values in ORC (#23557)
ringabout
2024-05-03
1
-0
/
+17
*
Fix std/base64.decode out of bounds read (#23526)
bptato
2024-04-22
1
-0
/
+2
*
fixes #4299 #12492 #10849; lambda lifting for JS backend (#23484)
ringabout
2024-04-11
1
-0
/
+47
*
Update encodings.nim, fix `open` with bad arg raising no `EncodingError` (#23...
lit
2024-04-06
1
-0
/
+4
*
fixes #16771; lower `swap` for JS backend (#23473)
ringabout
2024-04-03
1
-0
/
+19
*
strformat: detect format string errors at compile-time (#23356)
Jacek Sieka
2024-03-03
1
-1
/
+14
*
fixes #23275; Add `==` for Deque (#23276)
Tomohiro
2024-02-08
1
-0
/
+49
*
fix mime types data (#23226)
Bung
2024-01-19
1
-0
/
+3
*
don't use previous bindings of `auto` for routine return types (#23207)
metagn
2024-01-17
1
-1
/
+2
*
rationals: support Rational[SomeUnsignedInt] (#23046)
shirleyquirk
2023-12-15
1
-0
/
+9
*
table.`mgetOrPut` without default val (#22994)
inv2004
2023-11-30
1
-0
/
+16
*
fix: std/marshal unmarshaling of ref objects (#22983)
John Viega
2023-11-26
1
-1
/
+41
*
remove unnecessary side-effects from base64.encode(mime) (#22986)
tersec
2023-11-25
1
-0
/
+4
*
fixes #22939; fixes #16890; push should but doesn't apply to importc … (#22...
ringabout
2023-11-19
1
-16
/
+19
*
fixes #22947; static integers in quote do [backport] (#22948)
ringabout
2023-11-18
1
-0
/
+13
*
fixes #22932; treats closure iterators as pointers (#22934)
ringabout
2023-11-14
1
-1
/
+7
*
closes #16919; followup #16820, test tsugar on all backends (#22829)
ringabout
2023-10-16
1
-8
/
+8
*
fixes #22778 regression: contentLength implementation type mismatched (#22780)
ringabout
2023-10-03
1
-0
/
+1
*
Make `typeRel` behave to spec (#22261)
Ryan McConnell
2023-09-30
1
-2
/
+4
*
fixes #22687; js backend - std/bitops/bitsliced throws compile error … (#22...
ringabout
2023-09-21
1
-0
/
+4
*
make parseEnum skip type aliases for enum type sym (#22727)
metagn
2023-09-19
1
-4
/
+15
[next]