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
*
Make IntSet a generic ordinal set OrdSet[A] (#15564)
landerlo
2020-11-13
2
-65
/
+259
*
fix #15941 (#15948)
flywind
2020-11-13
1
-0
/
+17
*
make var string return var char w/ BackwardsIndex (#15461)
hlaaftana
2020-11-12
1
-0
/
+7
*
fix #12726 Cannot take the compile-time sizeof Atomic types (#15928)
Bung
2020-11-12
1
-0
/
+18
*
Correct all eggs (#15906)
Miran
2020-11-10
1
-1
/
+1
*
rst: add support for markdown tables (#15854)
Miran
2020-11-10
1
-0
/
+24
*
follow #15874(add testcase for #15874) (#15893)
flywind
2020-11-10
1
-0
/
+8
*
fix adding empty sequence to HTTP headers (#15783)
flywind
2020-11-05
1
-0
/
+27
*
fix #15663 (#15839) [backport:1.4]
flywind
2020-11-05
1
-0
/
+7
*
fix #15835 (#15838)
flywind
2020-11-04
1
-0
/
+17
*
`ioutils` are moved to `fusion` (#15822)
Miran
2020-11-02
1
-49
/
+0
*
Handle BLOB column type in SQLite as binary data (#15681)
Regis Caillaud
2020-11-02
1
-0
/
+50
*
fix #15815 (#15817)
flywind
2020-11-02
1
-0
/
+16
*
add testcase for #9091 (#15791)
flywind
2020-10-30
1
-0
/
+36
*
add tests for #7686 (#15771)
flywind
2020-10-29
1
-0
/
+9
*
fixes #15413 (#15768)
Andreas Rumpf
2020-10-29
1
-0
/
+3
*
fixes #10456,#12928 issues when chaining templates to sortedByIt (#15734)
shirleyquirk
2020-10-27
1
-0
/
+18
*
Add C function dup and dup2 posix to system/io (#15675)
Regis Caillaud
2020-10-27
1
-0
/
+49
*
workaround #15713 disable freebsd tssl.nim (#15718)
Timothee Cour
2020-10-26
1
-1
/
+3
*
Fix #12410 (#15685)
Clyybber
2020-10-23
1
-0
/
+13
*
add tests for #15584 (#15619)
n5m
2020-10-18
2
-0
/
+27
*
terminal: fix fgColor/bgColor commands [backport] (#15554)
alaviss
2020-10-13
1
-0
/
+8
*
os: add overload copyFile*(source, dest: string, isDir = false) (#15537)
Timothee Cour
2020-10-11
1
-0
/
+19
*
Fix #15493 - disable TLS emulation for NetBSD (#15494)
Euan
2020-10-05
1
-2
/
+2
*
Fix #15452 - ip protocol not defined on NetBSD (#15453)
Euan
2020-10-01
1
-1
/
+4
*
fix #15333 (#15336)
flywind
2020-09-24
1
-0
/
+17
*
Add strutils.indentation and make unindent use it (#15264)
Clyybber
2020-09-22
1
-0
/
+22
*
add testcase for #9710 (#15365)
flywind
2020-09-21
1
-0
/
+11
*
fixes #15369 (#15371)
Andreas Rumpf
2020-09-20
1
-0
/
+14
*
allow old styled RTTI for arc/orc (#15331)
Andreas Rumpf
2020-09-16
1
-3
/
+3
*
test cookies with comma for #15319 (#15322)
flywind
2020-09-14
1
-0
/
+17
*
Fixing issue #15302 -- lwip doesn't support signals (#15303)
Jaremy Creechley
2020-09-14
1
-0
/
+30
*
Add some enhancements to `jsonutils.nim` (#15133)
Ivan Bobev
2020-09-09
1
-2
/
+183
*
add getprotobyname (#15273)
flywind
2020-09-09
1
-0
/
+25
*
more Protocol supports in windows (#15274) [backport:1.2]
flywind
2020-09-07
1
-0
/
+29
*
fix #15257, `toHex` couldn't handle large uint64 (#15261) [backport:1.2]
Miran
2020-09-04
1
-2
/
+4
*
[backport] fix #15064, strscans.scanf edge case for '$+' (#15223)
Miran
2020-08-25
1
-1
/
+15
*
Add test coverage for atomics (#15193)
Elijah Shaw-Rutschman
2020-08-18
1
-0
/
+609
*
[FIX] strtabs interpolation in nimscript (#15172)
haxscramper
2020-08-09
1
-0
/
+5
*
net: allow close() to ignore SSL failures due to disconnections (#15120)
alaviss
2020-08-01
1
-7
/
+78
*
asyncnet, net: don't attempt SSL_shutdown if a fatal error occurred (#15066)
alaviss
2020-07-30
2
-0
/
+68
*
fixes #14139 (#15107)
flywind
2020-07-29
1
-0
/
+9
*
Fix #14906 (#14949)
Tomohiro
2020-07-18
1
-2
/
+54
*
fix #14475; unittest.require now works with `nim c`; require and check now wo...
Timothee Cour
2020-07-14
2
-1
/
+23
*
Fix #12759 (#14967)
flywind
2020-07-12
1
-0
/
+10
*
add docs and more tests for debug format strings (#14861)
flywind
2020-07-08
1
-3
/
+70
*
weaken tosproc test for my Windows machine which doesn't have 'ls'
Araq
2020-07-07
1
-1
/
+2
*
{.deprecated: [existsFile: fileExists].} (#14735)
Timothee Cour
2020-07-02
1
-1
/
+1
*
add debug fmt string like python's (#14808)
flywind
2020-06-30
1
-0
/
+105
*
testament: generic N-fold batching: windows CI 37mn=>16m (#14823)
Timothee Cour
2020-06-27
1
-14
/
+102
[next]