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
/
lib
/
std
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve Bigint (#17252)
Juan Carlos
2021-03-04
1
-0
/
+2
*
rename prepareStrMutation to prepareMutation (#17235)
flywind
2021-03-03
1
-1
/
+1
*
fixes #17173 (#17213)
Andreas Rumpf
2021-03-01
1
-1
/
+3
*
add overload `add(a: var string, b: openArray[char])` (#15951)
Timothee Cour
2021-03-01
1
-0
/
+16
*
Change stdlib imports to use std prefix in most examples (#17202)
Danil Yarantsev
2021-02-28
1
-8
/
+8
*
add warnings to std/sysrand (#17191)
flywind
2021-02-26
1
-0
/
+4
*
clean up wrapnils
flywind
2021-02-25
1
-1
/
+0
*
refs #17114: workaround for arm64 which should segfault but does not (#17178)
Timothee Cour
2021-02-25
1
-1
/
+0
*
wrapnils: add `??.` which returns an `Option` (#16931)
Timothee Cour
2021-02-24
1
-50
/
+49
*
add strbasics.strip (#16280)
flywind
2021-02-24
1
-0
/
+97
*
add enumutils.items for sparse enums, typetraits.SomeSparseEnum (#17080)
Timothee Cour
2021-02-23
1
-2
/
+17
*
add io.readChars overload (simpler, less error prone) (#16044)
Timothee Cour
2021-02-22
1
-1
/
+1
*
[JS + docs] improve std/monotimes module (#17103)
flywind
2021-02-22
1
-42
/
+44
*
use single backtick (#17141)
flywind
2021-02-21
6
-33
/
+33
*
enable bsd for tsetutils; improve setutils API (#17098)
Timothee Cour
2021-02-20
1
-5
/
+8
*
Add setutils.complement, setutils.fullSet (#17066)
Jason Beetham
2021-02-18
1
-1
/
+24
*
fix #17078 csources generation (#17079)
Timothee Cour
2021-02-18
1
-5
/
+3
*
add -d:nimStrictMode in CI to keep code from regressing; fixes ConvFromXtoIts...
Timothee Cour
2021-02-17
2
-2
/
+4
*
make system random work in VM (#17059)
flywind
2021-02-17
1
-4
/
+5
*
document `since` (#17048)
Timothee Cour
2021-02-16
1
-1
/
+15
*
array literals uses typed arrays; fix a jsgen bug (#16850)
flywind
2021-02-15
1
-0
/
+8
*
Small update for packedsets (#17037)
konsumlamm
2021-02-15
1
-12
/
+11
*
compilesettings: add libpath (#16997)
Timothee Cour
2021-02-12
1
-0
/
+1
*
add system random to stdlib: std/sysrand (#16459)
flywind
2021-02-11
2
-0
/
+314
*
std/wrapnils does not use experimental:dotOperators anymore (#16996)
Timothee Cour
2021-02-10
1
-12
/
+9
*
Improve documentation for std/sha1 (#16970)
konsumlamm
2021-02-09
1
-35
/
+50
*
use typeof instead type (#16962)
flywind
2021-02-08
2
-6
/
+6
*
clarify docs for wrapnils (#16929)
Timothee Cour
2021-02-04
1
-2
/
+7
*
link compile-time options together in docs (#16879)
n5m
2021-02-02
1
-2
/
+14
*
JS: make hash float support IE/Safari (#16872)
flywind
2021-02-01
1
-0
/
+4
*
refactor hash in JS backend (#16863)
flywind
2021-01-30
1
-0
/
+8
*
BigInt runnableExamples: octal, binary, hex constructor (#16868)
Juan Carlos
2021-01-29
1
-11
/
+19
*
add lost functions (#16843)
flywind
2021-01-29
1
-0
/
+8
*
remove conditionals on nimHasUserErrors, nimNoNilSeqs2, nimNoNilSeqs (#16861)
Timothee Cour
2021-01-29
1
-9
/
+3
*
improve code in categories.nim; add std/private/gitutils; fix flakyness in ni...
Timothee Cour
2021-01-29
1
-0
/
+40
*
Small changes to std/sums (#16797)
konsumlamm
2021-01-25
1
-13
/
+29
*
make oids module better (#16704)
flywind
2021-01-25
1
-0
/
+7
*
Add std/setutils to lib.rst (#16791)
konsumlamm
2021-01-22
1
-5
/
+10
*
perpare for more compact bit operations in JS (#16728)
flywind
2021-01-19
1
-0
/
+12
*
jsonutils.jsonTo: support opt (#16739)
Timothee Cour
2021-01-17
1
-2
/
+2
*
Improve documentation for packedsets (#16715)
konsumlamm
2021-01-16
1
-137
/
+135
*
js: improve tests + some docs (#16727)
Timothee Cour
2021-01-16
1
-2
/
+12
*
Add js BigInts (#16409)
Juan Carlos
2021-01-14
1
-0
/
+193
*
refactor cmpNimIdentifier (#16611)
flywind
2021-01-13
1
-0
/
+4
*
Implements streams for sockets (#15729)
PMunch
2021-01-07
1
-0
/
+181
*
Jsonutils: pass opt for object in object (#16615)
inv2004
2021-01-07
1
-1
/
+1
*
jsonutils: fromJson forward opt param fix (#16612)
inv2004
2021-01-06
1
-4
/
+4
*
make cstrutils work in VM (#16590)
flywind
2021-01-05
1
-5
/
+24
*
refactor cmpIgnoreStyle and cmpIgnoreCase (#16399)
flywind
2020-12-31
1
-0
/
+53
*
move asciitables to std/private/ (#16498)
flywind
2020-12-29
1
-0
/
+83
[next]