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
*
Fix bug in removeDotSegments when path ends with dot (#17038) [backport:1.2]
Benoit Favre
2021-02-15
1
-1
/
+1
*
array literals uses typed arrays; fix a jsgen bug (#16850)
flywind
2021-02-15
1
-0
/
+8
*
fix the wrong examples (#17035)
flywind
2021-02-15
1
-19
/
+42
*
Small update for packedsets (#17037)
konsumlamm
2021-02-15
1
-12
/
+11
*
Add pqsetsinglerowmode to postgres module (#17030)
Artem Klevtsov
2021-02-14
1
-2
/
+6
*
fix #16978 unittest js foreign exception (#16998)
Timothee Cour
2021-02-13
1
-3
/
+8
*
rst: single backticks now render correctly in both rst2html and github (#17028)
Timothee Cour
2021-02-13
3
-0
/
+7
*
tables module uses runnableExamples (#16994)
flywind
2021-02-13
3
-335
/
+312
*
Make parseopt available on all backends (#17009)
hlaaftana
2021-02-13
2
-141
/
+150
*
compilesettings: add libpath (#16997)
Timothee Cour
2021-02-12
1
-0
/
+1
*
Improve math module (#17019)
konsumlamm
2021-02-12
1
-496
/
+425
*
Improve documentation for random (#17015)
konsumlamm
2021-02-12
1
-185
/
+168
*
parse RST headings when EOF follows them (#17014)
Andrey Makarov
2021-02-12
1
-3
/
+5
*
add system random to stdlib: std/sysrand (#16459)
flywind
2021-02-11
3
-0
/
+315
*
[backport:1.4] JS cstring null fixes (#16979)
hlaaftana
2021-02-11
2
-3
/
+17
*
Improve documentation for assertions (#16988)
konsumlamm
2021-02-11
1
-35
/
+51
*
Improve documentation for cstrutils (#17004)
konsumlamm
2021-02-10
1
-19
/
+23
*
std/wrapnils does not use experimental:dotOperators anymore (#16996)
Timothee Cour
2021-02-10
1
-12
/
+9
*
fix warning nim nim doc posix (#16995)
Timothee Cour
2021-02-10
1
-0
/
+4
*
Improve documentation for unidecode (#16986)
konsumlamm
2021-02-09
2
-26
/
+28
*
Improve documentation for std/sha1 (#16970)
konsumlamm
2021-02-09
1
-35
/
+50
*
add linenoise.readLineStatus to get status (eg: ctrl-D or ctrl-C) (#16977)
Timothee Cour
2021-02-09
4
-15
/
+75
*
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
*
Deprecate any (#16920)
Juan Carlos
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
22
-119
/
+119
*
document typeof (#16965)
Timothee Cour
2021-02-08
1
-2
/
+17
*
close #15767 (#16959)
flywind
2021-02-08
1
-1
/
+8
*
use typeof instead type (#16962)
flywind
2021-02-08
16
-202
/
+202
*
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
*
fix `of` procs + runnableExamples (#16932)
Timothee Cour
2021-02-05
1
-8
/
+25
*
document `default` (#16942)
Timothee Cour
2021-02-05
1
-2
/
+17
*
clarify docs for wrapnils (#16929)
Timothee Cour
2021-02-04
1
-2
/
+7
*
Correct typo in osseps.nim (#16939)
Rummskartoffel
2021-02-04
1
-1
/
+1
*
add createElementNS, will hopefully fix svgs for karax (#16938)
Antonis Geralis
2021-02-05
1
-0
/
+1
*
stdlib/os: handle symlinks in copy/move functions (#16709)
Roman Inflianskas
2021-02-04
2
-107
/
+176
*
Fix link to switch
Clyybber
2021-02-04
1
-1
/
+1
*
Allow strings for -- in config.nims (#16934)
Clyybber
2021-02-04
1
-5
/
+18
*
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
*
link compile-time options together in docs (#16879)
n5m
2021-02-02
2
-4
/
+35
[next]