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
*
Added math.clamp for slice clamping (#17246)
Jason Beetham
2021-03-03
1
-0
/
+11
*
fix #16384 and #17144 (#17126) [backport]
flywind
2021-03-03
1
-218
/
+223
*
https://github.com/nim-lang/Nim/pull/15826/files#r585368355 (#17233)
Juan Carlos
2021-03-03
1
-1
/
+5
*
RST heading improvements (fix #17091) (#17195)
Andrey Makarov
2021-03-02
1
-0
/
+156
*
re-enable disabled tests after #17173 (#17228)
Timothee Cour
2021-03-02
1
-111
/
+75
*
add overload `add(a: var string, b: openArray[char])` (#15951)
Timothee Cour
2021-03-01
1
-120
/
+133
*
hashes: support object default hash (#17175)
Timothee Cour
2021-02-26
1
-0
/
+46
*
`std/options`: `$some(3)` is now `"some(3)"`, etc. (#17147)
Timothee Cour
2021-02-24
2
-7
/
+7
*
remove deprecated stuff in unittest module (#17156)
flywind
2021-02-24
1
-5
/
+18
*
wrapnils: add `??.` which returns an `Option` (#16931)
Timothee Cour
2021-02-24
1
-17
/
+20
*
fix #17159 items(cstring) works in VM (#17160)
Timothee Cour
2021-02-24
1
-14
/
+87
*
cleanup tests/stdlib/tstring.nim (#17158)
Timothee Cour
2021-02-24
1
-98
/
+82
*
close #15563 add testcase (#17168)
flywind
2021-02-24
1
-0
/
+18
*
add strbasics.strip (#16280)
flywind
2021-02-24
1
-0
/
+126
*
[stdlib] make cookies module modern (#17116)
flywind
2021-02-24
1
-1
/
+6
*
add enumutils.items for sparse enums, typetraits.SomeSparseEnum (#17080)
Timothee Cour
2021-02-23
1
-0
/
+16
*
add io.readChars overload (simpler, less error prone) (#16044)
Timothee Cour
2021-02-22
1
-0
/
+37
*
Improve the ropes module (#17145)
konsumlamm
2021-02-22
1
-54
/
+83
*
fix #15215 (#17142)
rockcavera
2021-02-22
1
-0
/
+22
*
[JS + docs] improve std/monotimes module (#17103)
flywind
2021-02-22
1
-1
/
+5
*
make rst.nim use object variant (#17138)
Andrey Makarov
2021-02-22
1
-0
/
+5
*
fix #17118 (#17119) [backport:1.2]
flywind
2021-02-22
1
-18
/
+20
*
make copySign for js consistent with other backends (#16609)
Timothee Cour
2021-02-22
1
-18
/
+15
*
remove unnecessary when statement (#17135)
flywind
2021-02-21
1
-1
/
+10
*
move prelude so that `include std/prelude` also works (#17110)
Timothee Cour
2021-02-20
1
-0
/
+14
*
Improve the strformat module (#17106)
konsumlamm
2021-02-20
1
-512
/
+498
*
enable bsd for tsetutils; improve setutils API (#17098)
Timothee Cour
2021-02-20
1
-2
/
+4
*
stricter checks for RST headlines (#17089)
Andrey Makarov
2021-02-20
1
-4
/
+20
*
uri: document removeDotSegments, add tests, show failure modes (#17064)
Timothee Cour
2021-02-20
1
-8
/
+1
*
close #13859; add testcase (#17099)
flywind
2021-02-19
1
-0
/
+19
*
Add setutils.complement, setutils.fullSet (#17066)
Jason Beetham
2021-02-18
1
-7
/
+27
*
[nodejs backend] paramStr, paramCount (#17082)
flywind
2021-02-18
1
-0
/
+11
*
fix math.frexp function signature (#16725)
flywind
2021-02-17
1
-3
/
+10
*
make system random work in VM (#17059)
flywind
2021-02-17
1
-6
/
+29
*
Fix bug in removeDotSegments: added test (#17050)
Benoit Favre
2021-02-16
1
-0
/
+1
*
Improve documentation for bitops (#16961)
konsumlamm
2021-02-15
1
-336
/
+173
*
RST: implement footnotes and citations (#16960)
Andrey Makarov
2021-02-15
1
-0
/
+208
*
Improve the heapqueue module (#17034)
konsumlamm
2021-02-15
1
-34
/
+83
*
Improve math module (#17019)
konsumlamm
2021-02-12
2
-311
/
+358
*
parse RST headings when EOF follows them (#17014)
Andrey Makarov
2021-02-12
1
-0
/
+7
*
add system random to stdlib: std/sysrand (#16459)
flywind
2021-02-11
1
-0
/
+13
*
fix #16967 [backport:1.2] (#16976)
hlaaftana
2021-02-09
1
-0
/
+16
*
std/lists: Various changes to `lists` (RFC #303) (#16536)
Peter Salvi
2021-02-08
1
-20
/
+103
*
basic cleanups regarding SSL handling (#16940) [backport:1.0]
Andreas Rumpf
2021-02-08
1
-1
/
+1
*
close #16921 (#16951)
flywind
2021-02-06
1
-0
/
+3
*
stdlib/os: handle symlinks in copy/move functions (#16709)
Roman Inflianskas
2021-02-04
1
-0
/
+107
*
Sugar tests (#16820)
konsumlamm
2021-02-02
1
-118
/
+215
*
`dumpToString`: improves on `sugar.dump` (#16841)
Timothee Cour
2021-02-02
1
-1
/
+11
*
Improve doc comments (#16902)
konsumlamm
2021-02-02
1
-83
/
+85
*
2.5x- 3x faster copyFile on osx (#16883)
Timothee Cour
2021-02-01
1
-9
/
+14
[next]