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
/
pure
Commit message (
Expand
)
Author
Age
Files
Lines
*
oids: switch from PRNG to random module (#16203)
flywind
2021-01-07
1
-20
/
+19
*
add math.signbit (#16592)
flywind
2021-01-07
1
-1
/
+26
*
Fixes the asynchttpserver example some more (#16599)
Dominik Picheta
2021-01-07
1
-8
/
+7
*
Minor docs/format changes (cpuinfo, volatile) (#16602)
konsumlamm
2021-01-06
2
-12
/
+11
*
Improve documentation for deques (#16589)
konsumlamm
2021-01-06
1
-156
/
+106
*
Link the <fenv.h> header (#16597)
konsumlamm
2021-01-05
1
-2
/
+4
*
make cstrutils work in VM (#16590)
flywind
2021-01-05
2
-97
/
+98
*
Improve documentation for complex (#16588)
konsumlamm
2021-01-05
1
-101
/
+159
*
fix #9125 (#16582)
flywind
2021-01-05
1
-1
/
+11
*
remove duplication in asynchttpserver examples (#16586)
Timothee Cour
2021-01-05
1
-48
/
+28
*
fix #16506 by changing the example (#16580)
Miran
2021-01-04
1
-2
/
+2
*
Add backwards index overload for `[]` for JsonNode (#16501)
Neelesh Chandola
2021-01-04
1
-0
/
+13
*
Improve sequtils documentation (#16559)
konsumlamm
2021-01-04
1
-78
/
+79
*
Improve documentation for critbits (#16568)
konsumlamm
2021-01-03
1
-135
/
+107
*
Fix #16554 (#16564)
hlaaftana
2021-01-03
1
-2
/
+3
*
Algorithm improvements (#16529)
konsumlamm
2021-01-02
1
-134
/
+142
*
fix #16061 (#16551)
flywind
2021-01-02
1
-4
/
+10
*
fix #16542 (#16549)
flywind
2021-01-02
1
-2
/
+21
*
Add mimetypes.mimesLongest (#16480)
Juan Carlos
2021-01-02
1
-1
/
+28
*
Documentation only Testament unittest (#16532)
Juan Carlos
2021-01-01
1
-9
/
+13
*
reuse const (#16422)
n5m
2021-01-01
1
-1
/
+1
*
follow up #16399 clean up docs (#16539)
flywind
2021-01-01
1
-30
/
+41
*
link to POSIX sendSignal from osproc.kill docs (#16475)
n5m
2021-01-01
1
-0
/
+2
*
refactor cmpIgnoreStyle and cmpIgnoreCase (#16399)
flywind
2020-12-31
2
-73
/
+47
*
adding missing commas in std/bitops (#16520)
rockcavera
2020-12-30
1
-5
/
+5
*
use runnableExamples in options (#16503)
flywind
2020-12-30
1
-26
/
+17
*
Add math.copySign (#16406)
flywind
2020-12-30
1
-0
/
+38
*
follow #15860 clean cgi module (#16487)
flywind
2020-12-27
1
-50
/
+47
*
Save some alloc on base64 using encodeSize (#16465)
Juan Carlos
2020-12-27
1
-0
/
+1
*
follow #15357 and move decodeQuery (#15860)
flywind
2020-12-27
2
-34
/
+59
*
fix #16474 `unittest.check type1 is type2` gives CT error (#16476)
flywind
2020-12-27
1
-1
/
+2
*
Add missing HTTP codes (#16454)
Juan Carlos
2020-12-23
1
-3
/
+54
*
add `euclDiv` and `euclMod` to `math` (#16414)
flywind
2020-12-23
1
-0
/
+26
*
strip minor improvement (#16444)
flywind
2020-12-23
1
-1
/
+1
*
[backport => 1.0] fix #16428 vmops now works for generic procs (#16429)
Timothee Cour
2020-12-22
1
-0
/
+2
*
styleCheck: Fix some inconsistent identifiers (#16177)
ee7
2020-12-21
12
-39
/
+39
*
docs minor for math (#16407)
flywind
2020-12-20
1
-2
/
+2
*
O(1) concatenation of singly- and doubly linked lists. (#16362)
Peter Salvi
2020-12-20
1
-1
/
+147
*
Fix osproc so that it doesn't close pipe/process/thread handles twice (#16385...
Tomohiro
2020-12-18
1
-18
/
+40
*
use hexchar in stdlib (#16290)
flywind
2020-12-17
4
-61
/
+20
*
make the docs of strutils a bit better (#16368)
flywind
2020-12-17
1
-153
/
+150
*
fixes #16359 [backport] (#16377)
Andreas Rumpf
2020-12-17
1
-1
/
+1
*
sequtils.nim: Change some `func` back to `proc` (#16309)
ee7
2020-12-14
1
-28
/
+28
*
Fix broken links in docs (#16336)
Elliot Waite
2020-12-14
11
-61
/
+67
*
clean the docs of sequtils (#16332)
flywind
2020-12-14
1
-97
/
+89
*
Added strscans.scanTuple (#16300)
Jason Beetham
2020-12-12
1
-1
/
+50
*
improve tests for collections (#16328)
Timothee Cour
2020-12-12
1
-63
/
+45
*
add math.isNaN (#16179)
Timothee Cour
2020-12-11
1
-0
/
+21
*
unittest: use defines instead of env vars (#16165)
Timothee Cour
2020-12-10
1
-35
/
+55
*
rationals.nim: Use `func` everywhere (#16302)
ee7
2020-12-09
1
-41
/
+41
[next]