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
*
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
*
sequtils.nim: Use `func` (#16293)
ee7
2020-12-09
2
-47
/
+47
*
complex.nim: Use `func` everywhere (#16294)
ee7
2020-12-09
1
-60
/
+60
*
Revert "use generics in random (#16283)" (#16291)
flywind
2020-12-09
1
-15
/
+33
*
math.nim: Use `func` everywhere (#16285)
ee7
2020-12-07
1
-270
/
+268
*
strutils.nim: Use `func` everywhere (#16281)
ee7
2020-12-07
1
-325
/
+294
*
use generics in random (#16283)
flywind
2020-12-07
1
-33
/
+15
*
use funcs and fix links in strutils (#16277)
flywind
2020-12-07
1
-14
/
+8
*
fix parseChar see #16240 (#16245)
Pietro Peterlongo
2020-12-06
1
-3
/
+14
*
[docs minor]space for code-block (#16266)
flywind
2020-12-06
1
-9
/
+3
*
fix #16206 (#16207)
flywind
2020-12-06
1
-1
/
+69
*
[docs minor] remove unicode in docs comments (#16267)
flywind
2020-12-06
1
-1
/
+1
*
add collect with infered init, refs #16078 fixes #14332 (#16089)
Antonis Geralis
2020-12-03
1
-34
/
+66
*
add support for parsing chars in `scanf` macro (#16240)
Miran
2020-12-03
2
-0
/
+11
*
minor fix to Posix part of walkDir (#16234)
Andrey Makarov
2020-12-03
1
-13
/
+19
*
move decode_helpers to std/private (#16209)
flywind
2020-12-02
3
-26
/
+2
*
fixed article duplication typos (#16216)
ihlec
2020-12-02
3
-3
/
+3
*
minor typo (#16225)
flywind
2020-12-02
1
-1
/
+1
*
Don't add content-length header on GET request when there is no body. (#16196)
treeform
2020-12-01
1
-1
/
+1
*
minor improve the docs of parsecfg (#16208)
flywind
2020-12-01
1
-25
/
+27
*
fix broken => for typed procs with pragmas (#16190)
hlaaftana
2020-12-01
1
-9
/
+6
*
toXXAscii use xor op, saving 30%~50% time (#16193)
Bung
2020-11-30
1
-2
/
+2
*
small runnableExamples changes (#16181)
flywind
2020-11-30
1
-30
/
+28
*
move rest of tests to testament (#16140)
flywind
2020-11-27
1
-97
/
+0
*
fixes #16154; underlying system.add for seq is the real cause; will be addres...
Andreas Rumpf
2020-11-27
1
-2
/
+3
*
fixes #15076 (#16143)
Andreas Rumpf
2020-11-26
1
-5
/
+5
*
fix for comparing infinities (#16122)
Antonis Geralis
2020-11-25
1
-0
/
+11
[next]