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
...
*
[JS + docs] improve std/monotimes module (#17103)
flywind
2021-02-22
1
-42
/
+44
*
make rst.nim use object variant (#17138)
Andrey Makarov
2021-02-22
3
-130
/
+152
*
remove outdated codes (#17140)
flywind
2021-02-22
2
-2
/
+0
*
make copySign for js consistent with other backends (#16609)
Timothee Cour
2021-02-22
1
-15
/
+30
*
use single backtick (#17141)
flywind
2021-02-21
11
-68
/
+68
*
remove unnecessary when statement (#17135)
flywind
2021-02-21
1
-12
/
+7
*
use single backtick (#17133)
flywind
2021-02-21
10
-103
/
+103
*
move prelude so that `include std/prelude` also works (#17110)
Timothee Cour
2021-02-20
1
-3
/
+6
*
Improve the strformat module (#17106)
konsumlamm
2021-02-20
1
-180
/
+159
*
enable bsd for tsetutils; improve setutils API (#17098)
Timothee Cour
2021-02-20
1
-5
/
+8
*
stricter checks for RST headlines (#17089)
Andrey Makarov
2021-02-20
2
-7
/
+34
*
uri: document removeDotSegments, add tests, show failure modes (#17064)
Timothee Cour
2021-02-20
1
-1
/
+31
*
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
[prev]
[next]