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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add setutils.complement, setutils.fullSet (#17066)
Jason Beetham
2021-02-18
3
-9
/
+55
*
contributing: prefer assert to doAssert in runnableExamples (#17077)
Timothee Cour
2021-02-18
1
-7
/
+24
*
followup #17065 (#17090)
Timothee Cour
2021-02-18
1
-1
/
+1
*
nep1: triple quote literals should start with newline (#17065)
Timothee Cour
2021-02-18
1
-0
/
+21
*
fix stringify unsigned integer in JS and JS VM (#17086)
flywind
2021-02-18
2
-18
/
+57
*
fixes #17060 (#17083)
Andreas Rumpf
2021-02-18
1
-1
/
+3
*
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
2
-9
/
+44
*
fix #17078 csources generation (#17079)
Timothee Cour
2021-02-18
2
-6
/
+4
*
fix #17076 (#17081)
flywind
2021-02-18
2
-4
/
+30
*
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
20
-23
/
+43
*
fix math.frexp function signature (#16725)
flywind
2021-02-17
3
-41
/
+65
*
clean up old codes (#17071)
flywind
2021-02-17
3
-11
/
+3
*
fix the unused warnings on windows (#17073)
flywind
2021-02-17
1
-8
/
+13
*
Fixing unexistant word in PT (#17070)
KioriSun
2021-02-17
1
-1
/
+1
*
[minor] clean extccomp (#17069)
flywind
2021-02-17
1
-21
/
+16
*
ARC Analysis in one pass v3 (#17068)
Clyybber
2021-02-17
8
-127
/
+205
*
make system random work in VM (#17059)
flywind
2021-02-17
5
-19
/
+90
*
fixes #17033 [backport:1.4] (#17061)
Andreas Rumpf
2021-02-17
3
-9
/
+105
*
remove all uses of condsyms symbols defined prior to bootstrap nim 0.20.0 (#1...
Timothee Cour
2021-02-17
27
-798
/
+619
*
don't introduce 'dispose', use '=dispose', fixes #17003 [backport:1.4] (#17062)
Andreas Rumpf
2021-02-17
2
-2
/
+2
*
Fix bug in removeDotSegments: added test (#17050)
Benoit Favre
2021-02-16
1
-0
/
+1
*
document `since` (#17048)
Timothee Cour
2021-02-16
3
-7
/
+19
*
[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
2
-464
/
+304
*
better getTempDir (#16914)
flywind
2021-02-15
2
-16
/
+49
*
Revert "ARC: Analysis in one pass v2 (#17000)" (#17046)
Clyybber
2021-02-15
7
-144
/
+127
*
Better error message for rand(153 .. 102) (#17031)
Dominik Picheta
2021-02-15
1
-1
/
+1
*
JS: fix div uint64 no truncation (#16899)
flywind
2021-02-15
2
-1
/
+23
*
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
9
-36
/
+656
*
Improve the heapqueue module (#17034)
konsumlamm
2021-02-15
2
-89
/
+165
*
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
6
-31
/
+81
*
fix the wrong examples (#17035)
flywind
2021-02-15
1
-19
/
+42
*
Small update for packedsets (#17037)
konsumlamm
2021-02-15
1
-12
/
+11
*
fixed dot operator recursive loop & macro suggest (#16922)
Saem Ghani
2021-02-15
8
-24
/
+51
*
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
2
-3
/
+24
*
followup #17001: improve coverage for tests/openarray/topenarray.nim (#17006)
Timothee Cour
2021-02-13
1
-3
/
+17
*
rst: single backticks now render correctly in both rst2html and github (#17028)
Timothee Cour
2021-02-13
6
-60
/
+76
*
tables module uses runnableExamples (#16994)
flywind
2021-02-13
4
-335
/
+314
*
Make parseopt available on all backends (#17009)
hlaaftana
2021-02-13
5
-144
/
+165
*
compilesettings: add libpath (#16997)
Timothee Cour
2021-02-12
6
-19
/
+20
*
Improve math module (#17019)
konsumlamm
2021-02-12
3
-807
/
+783
*
typeToString: type float => typedesc[float] (#17011)
Timothee Cour
2021-02-12
13
-18
/
+21
*
Improve documentation for random (#17015)
konsumlamm
2021-02-12
1
-185
/
+168
[next]