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
*
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
*
parse RST headings when EOF follows them (#17014)
Andrey Makarov
2021-02-12
2
-3
/
+12
*
Display user hints/warnings from foreign packages (#17024)
Danil Yarantsev
2021-02-12
1
-1
/
+2
*
add system random to stdlib: std/sysrand (#16459)
flywind
2021-02-11
6
-0
/
+333
*
[backport:1.4] JS cstring null fixes (#16979)
hlaaftana
2021-02-11
5
-8
/
+69
*
fixes a bug that keeps Nimbus from compiling with --gc:orc (#17005)
Andreas Rumpf
2021-02-11
1
-2
/
+15
*
koch.nim: documented the bootstrapping process (#17008)
Andreas Rumpf
2021-02-11
1
-0
/
+7
*
unbundle fusion (#16925)
Timothee Cour
2021-02-11
6
-20
/
+13
*
Improve documentation for assertions (#16988)
konsumlamm
2021-02-11
2
-38
/
+54
*
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
2
-12
/
+13
*
[JS] Ref #15952 make toOpenArray works better (#17001)
flywind
2021-02-10
2
-10
/
+32
*
ARC: Analysis in one pass v2 (#17000)
Clyybber
2021-02-10
7
-127
/
+144
*
fix warning nim nim doc posix (#16995)
Timothee Cour
2021-02-10
1
-0
/
+4
*
nep1: prefer `a..b` to `a .. b` except if `b` has an operator (eg: `a .. -1`)...
Timothee Cour
2021-02-10
1
-0
/
+3
*
improve ./koch docs (#16991)
Timothee Cour
2021-02-10
2
-28
/
+25
*
Improve documentation for unidecode (#16986)
konsumlamm
2021-02-09
2
-26
/
+28
*
fix ./koch pdf command (#16989)
Andrey Makarov
2021-02-09
2
-17
/
+27
*
[backport:1.2] update the nimble commit hash to the latest one (#16971)
Miran
2021-02-09
2
-4
/
+4
*
Revert "ARC Analysis in one pass (#16849)" (#16984)
Clyybber
2021-02-09
7
-135
/
+124
*
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
5
-15
/
+77
*
Remove declPragmas from lambdas [backport:1.0] (#16966)
hlaaftana
2021-02-09
2
-6
/
+14
*
ARC Analysis in one pass (#16849)
Clyybber
2021-02-09
7
-124
/
+135
*
final SSL changes [backport:1.2] (#16983)
Andreas Rumpf
2021-02-09
3
-8
/
+30
[next]