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
*
use single backtick (#17115)
flywind
2021-02-20
10
-174
/
+174
*
system/excpt: let the OS handle termination on signal (#16712)
alaviss
2021-02-19
2
-3
/
+18
*
add example of hashing an object by all of its fields with `fields` (#16643)
dawidkotlin
2021-02-19
1
-0
/
+14
*
use single backtick (#17100)
flywind
2021-02-18
10
-81
/
+81
*
Add setutils.complement, setutils.fullSet (#17066)
Jason Beetham
2021-02-18
1
-1
/
+24
*
fix stringify unsigned integer in JS and JS VM (#17086)
flywind
2021-02-18
1
-18
/
+29
*
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
2
-6
/
+4
*
system: more runnableExamples + doc improvements (#17075)
Timothee Cour
2021-02-17
1
-39
/
+48
*
add -d:nimStrictMode in CI to keep code from regressing; fixes ConvFromXtoIts...
Timothee Cour
2021-02-17
11
-13
/
+19
*
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
*
make system random work in VM (#17059)
flywind
2021-02-17
1
-4
/
+5
*
fixes #17033 [backport:1.4] (#17061)
Andreas Rumpf
2021-02-17
1
-4
/
+2
*
remove all uses of condsyms symbols defined prior to bootstrap nim 0.20.0 (#1...
Timothee Cour
2021-02-17
20
-723
/
+559
*
don't introduce 'dispose', use '=dispose', fixes #17003 [backport:1.4] (#17062)
Andreas Rumpf
2021-02-17
1
-1
/
+1
*
document `since` (#17048)
Timothee Cour
2021-02-16
1
-1
/
+15
*
[Minor] improve the docs of getTempDir (#17058)
flywind
2021-02-16
1
-3
/
+5
*
postgres module fixes (followup #17030) (#17053)
Artem Klevtsov
2021-02-16
1
-2
/
+4
*
Improve documentation for bitops (#16961)
konsumlamm
2021-02-15
1
-128
/
+131
*
better getTempDir (#16914)
flywind
2021-02-15
2
-16
/
+49
*
Better error message for rand(153 .. 102) (#17031)
Dominik Picheta
2021-02-15
1
-1
/
+1
*
avoid doAssert on contents of osReleaseFile (#16955)
n5m
2021-02-15
1
-1
/
+1
*
RST: implement footnotes and citations (#16960)
Andrey Makarov
2021-02-15
3
-35
/
+417
*
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
*
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
[next]