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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added strscans.scanTuple (#16300)
Jason Beetham
2020-12-12
1
-1
/
+50
*
Fix #14259 #15621 (#16322) [backport:1.4]
rockcavera
2020-12-12
1
-4
/
+11
*
improve tests for collections (#16328)
Timothee Cour
2020-12-12
1
-63
/
+45
*
add math.isNaN (#16179)
Timothee Cour
2020-12-11
2
-0
/
+22
*
fix partially #13115 (now works for cpp; but still fails for js on openbsd) (...
Timothee Cour
2020-12-11
1
-10
/
+22
*
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
*
clean up old codes (#16284)
flywind
2020-12-09
1
-144
/
+101
*
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
*
Added Python to highlite module. (#16286)
Xabier Bello
2020-12-08
1
-14
/
+30
*
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
2
-3
/
+3
*
ORC: make the adaptive strategy the default in order to fight memory consumpt...
Andreas Rumpf
2020-12-05
1
-6
/
+13
*
fixes #16214 [backport] (#16252)
Andreas Rumpf
2020-12-04
2
-8
/
+8
*
RST tables: fix latex col number; allow less than three of `=` (#16040)
Andrey Makarov
2020-12-04
2
-23
/
+77
*
cleanup docs and tests (#16235)
flywind
2020-12-03
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
*
Add 32-bit RISC-V support (#16231)
Alf-André Walla
2020-12-03
2
-2
/
+4
*
minor fix to Posix part of walkDir (#16234)
Andrey Makarov
2020-12-03
1
-13
/
+19
*
better setops docs (#16236)
flywind
2020-12-03
1
-70
/
+62
*
Fixes #16219, `hasArgOfName` ignoring argument sets. (#16233)
Aditya Siram
2020-12-03
1
-4
/
+4
*
styleCheck: Fix error for `sugar` and `std/with` (#16176)
ee7
2020-12-02
1
-1
/
+1
*
move decode_helpers to std/private (#16209)
flywind
2020-12-02
3
-7
/
+5
*
Fix typo and improve grammar for clamps note
Clyybber
2020-12-02
1
-1
/
+1
*
small style changes and clarify clamp (#16228)
flywind
2020-12-02
1
-6
/
+8
*
js module also uses runnableExamples (#16229)
flywind
2020-12-02
2
-40
/
+32
*
[docs minor] better comparisons docs (#16201)
flywind
2020-12-02
1
-90
/
+89
*
fixed article duplication typos (#16216)
ihlec
2020-12-02
4
-4
/
+4
*
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
*
ORC: API extensions (#16126)
Andreas Rumpf
2020-12-01
1
-14
/
+45
*
minor improve the docs of parsecfg (#16208)
flywind
2020-12-01
1
-25
/
+27
*
better addInt (#16160)
flywind
2020-12-01
1
-15
/
+81
*
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
*
experimental/diff: move isMainModule block to tests/stdlib/tdiff.nim (#16172)
Timothee Cour
2020-11-28
1
-80
/
+0
*
fix #13115 (#15930)
flywind
2020-11-27
2
-10
/
+20
*
move rest of tests to testament (#16140)
flywind
2020-11-27
6
-232
/
+0
*
fixes #16154; underlying system.add for seq is the real cause; will be addres...
Andreas Rumpf
2020-11-27
1
-2
/
+3
*
add `**` to jsffi (#16141)
flywind
2020-11-26
1
-0
/
+1
[next]