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
...
*
deques minor improvement (#16084)
flywind
2020-11-21
1
-0
/
+111
*
xmltree minor improvement (#16085)
flywind
2020-11-21
1
-0
/
+85
*
complex minor improvement (#16086)
flywind
2020-11-21
1
-0
/
+108
*
heapqueue minor improvement (#16088)
flywind
2020-11-21
1
-0
/
+53
*
alternative way to fix #16022 (#16064) [backport:1.4]
flywind
2020-11-20
1
-1
/
+8
*
packedsets fix regression introduced in #15564 (#16060)
Timothee Cour
2020-11-20
2
-0
/
+16
*
fix #16025 repr now consistent: does not insert trailing newline (#16034)
Timothee Cour
2020-11-19
2
-34
/
+66
*
fix #15934 and #15620 (#15938) [backport:1.4]
Andreas Rumpf
2020-11-15
2
-0
/
+31
|
\
|
*
minor
flywind
2020-11-13
1
-0
/
+4
|
*
add testcase for #9754
flywind
2020-11-13
1
-0
/
+2
|
*
add testcase
flywind
2020-11-12
1
-0
/
+25
*
|
targets: use cpp instead of c++ everywhere (was by far the most common) (#15961)
Timothee Cour
2020-11-14
1
-1
/
+1
*
|
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
[prev]
[next]