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
*
use single backtick (#17100)
flywind
2021-02-18
1
-1
/
+1
*
Improve documentation for options (#17036)
konsumlamm
2021-02-18
1
-130
/
+104
*
fixes #16585 (#17074)
Andreas Rumpf
2021-02-18
1
-2
/
+17
*
[nodejs backend] paramStr, paramCount (#17082)
flywind
2021-02-18
1
-9
/
+33
*
fix #17078 csources generation (#17079)
Timothee Cour
2021-02-18
1
-1
/
+1
*
add -d:nimStrictMode in CI to keep code from regressing; fixes ConvFromXtoIts...
Timothee Cour
2021-02-17
7
-9
/
+13
*
fix math.frexp function signature (#16725)
flywind
2021-02-17
1
-36
/
+52
*
clean up old codes (#17071)
flywind
2021-02-17
2
-5
/
+2
*
fix the unused warnings on windows (#17073)
flywind
2021-02-17
1
-8
/
+13
*
remove all uses of condsyms symbols defined prior to bootstrap nim 0.20.0 (#1...
Timothee Cour
2021-02-17
8
-344
/
+305
*
[Minor] improve the docs of getTempDir (#17058)
flywind
2021-02-16
1
-3
/
+5
*
Improve documentation for bitops (#16961)
konsumlamm
2021-02-15
1
-128
/
+131
*
better getTempDir (#16914)
flywind
2021-02-15
1
-14
/
+47
*
Better error message for rand(153 .. 102) (#17031)
Dominik Picheta
2021-02-15
1
-1
/
+1
*
Improve the heapqueue module (#17034)
konsumlamm
2021-02-15
1
-55
/
+82
*
Fix bug in removeDotSegments when path ends with dot (#17038) [backport:1.2]
Benoit Favre
2021-02-15
1
-1
/
+1
*
fix the wrong examples (#17035)
flywind
2021-02-15
1
-19
/
+42
*
fix #16978 unittest js foreign exception (#16998)
Timothee Cour
2021-02-13
1
-3
/
+8
*
tables module uses runnableExamples (#16994)
flywind
2021-02-13
3
-335
/
+312
*
Make parseopt available on all backends (#17009)
hlaaftana
2021-02-13
1
-137
/
+148
*
Improve math module (#17019)
konsumlamm
2021-02-12
1
-496
/
+425
*
Improve documentation for random (#17015)
konsumlamm
2021-02-12
1
-185
/
+168
*
add system random to stdlib: std/sysrand (#16459)
flywind
2021-02-11
1
-0
/
+1
*
Improve documentation for cstrutils (#17004)
konsumlamm
2021-02-10
1
-19
/
+23
*
Improve documentation for unidecode (#16986)
konsumlamm
2021-02-09
2
-26
/
+28
*
final SSL changes [backport:1.2] (#16983)
Andreas Rumpf
2021-02-09
2
-8
/
+23
*
uri module uses runnableExamples (#16982)
flywind
2021-02-09
1
-50
/
+43
*
fix #16967 [backport:1.2] (#16976)
hlaaftana
2021-02-09
1
-1
/
+1
*
fix lists docs regression (#16981)
flywind
2021-02-09
1
-21
/
+14
*
Another typo corrected (#16974)
Héctor M. Monacci
2021-02-08
1
-1
/
+1
*
Refactoring `bitops.rotateLeftBits()` and `bitops.rotateRightBits()`; adding ...
rockcavera
2021-02-08
1
-65
/
+223
*
std/lists: Various changes to `lists` (RFC #303) (#16536)
Peter Salvi
2021-02-08
1
-142
/
+244
*
Correct typo (#16972)
Héctor M. Monacci
2021-02-08
1
-1
/
+1
*
basic cleanups regarding SSL handling (#16940) [backport:1.0]
Andreas Rumpf
2021-02-08
3
-17
/
+58
*
fix some warnings (#16952)
flywind
2021-02-08
16
-98
/
+98
*
close #15767 (#16959)
flywind
2021-02-08
1
-1
/
+8
*
use typeof instead type (#16962)
flywind
2021-02-08
10
-22
/
+22
*
Add initRand() with seed based on time (#16953)
hlaaftana
2021-02-07
1
-10
/
+35
*
close #16921 (#16951)
flywind
2021-02-06
1
-30
/
+29
*
make style consistent (#16944)
flywind
2021-02-05
1
-16
/
+18
*
Correct typo in osseps.nim (#16939)
Rummskartoffel
2021-02-04
1
-1
/
+1
*
stdlib/os: handle symlinks in copy/move functions (#16709)
Roman Inflianskas
2021-02-04
1
-107
/
+174
*
Sugar tests (#16820)
konsumlamm
2021-02-02
1
-12
/
+14
*
[ci skip] CountTable, remove link to unexisting proc
narimiran
2021-02-02
1
-1
/
+0
*
`dumpToString`: improves on `sugar.dump` (#16841)
Timothee Cour
2021-02-02
1
-3
/
+32
*
Improve doc comments (#16902)
konsumlamm
2021-02-02
1
-85
/
+123
*
2.5x- 3x faster copyFile on osx (#16883)
Timothee Cour
2021-02-01
1
-0
/
+31
*
JS: make hash float support IE/Safari (#16872)
flywind
2021-02-01
1
-5
/
+10
*
critbits: fix error from strictFuncs (#16877)
ee7
2021-02-01
1
-2
/
+2
*
distinctBase now is identity instead of error for non distinct types (#16891)
Timothee Cour
2021-02-01
1
-7
/
+7
[next]