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
*
Remove tracking of environment from osenv.nim v2 (#18575)
Timothee Cour
2021-07-29
2
-159
/
+170
*
Allow `nnkAccQuoted` in `genEnumCaseStmt` (#18606)
Vindaar
2021-07-29
1
-1
/
+5
*
various small documentation improvements (#18602)
Miran
2021-07-28
12
-92
/
+118
*
fix #17072: add times.dateTime with ISO 8601 order (#18590)
Timothee Cour
2021-07-28
1
-11
/
+18
*
fixes #18543 (#18601)
Andreas Rumpf
2021-07-27
1
-176
/
+98
*
fixes #18579 (#18600)
Andreas Rumpf
2021-07-27
1
-4
/
+2
*
Update documentation for dynlib (#17356)
konsumlamm
2021-07-26
1
-44
/
+34
*
optimize for the non-throwing case (#18587)
Antonis Geralis
2021-07-26
1
-4
/
+7
*
Documentation only, Sugar arrow and semicolons (#18574)
Juan Carlos
2021-07-25
1
-0
/
+4
*
rename nimFpRoundtrips => nimPreviewFloatRoundtrip (#18566)
Timothee Cour
2021-07-23
1
-2
/
+2
*
std/random: fix overflow bugs; fixes #16360; fixes #16296; fixes #17670 (#18456)
Timothee Cour
2021-07-23
1
-9
/
+23
*
Replace calls to `putenv` with `setenv` (#18530)
Caden Haustein
2021-07-23
1
-3
/
+8
*
fixes #18550 (#18553)
Andreas Rumpf
2021-07-21
2
-5
/
+5
*
add [1..2] for JArray (#18525)
itsumura-h
2021-07-21
1
-0
/
+18
*
complement notes of two doc strings of tables module (#18527)
IterableTrucks
2021-07-21
1
-0
/
+4
*
clean unused imports on runnableExamples (#18551)
flywind
2021-07-21
1
-2
/
+0
*
unary slices get a deprecation period (#18549)
Andreas Rumpf
2021-07-21
1
-9
/
+8
*
make -d:nimFpRoundtrips work consistently in vm vs rt, fix #18400, etc (#18531)
Timothee Cour
2021-07-20
6
-121
/
+126
*
follow up #18517 (#18537)
flywind
2021-07-20
1
-2
/
+3
*
use more `.}` (#18542)
flywind
2021-07-20
3
-6
/
+6
*
termux ssl (#18520)
Paul Roberts
2021-07-20
2
-1
/
+2
*
use .} instead of } for code highlighters
Araq
2021-07-20
1
-2
/
+2
*
rst: add missing line/column info for some warnings (#18383)
Andrey Makarov
2021-07-20
3
-83
/
+158
*
[std/os]document `checkDir` and use `runnableExamples` (#18517)
flywind
2021-07-19
1
-22
/
+16
*
Revert #17321 (#18521)
konsumlamm
2021-07-19
1
-135
/
+135
*
fixed system.delete (#18507)
Andreas Rumpf
2021-07-18
1
-7
/
+10
*
deprecate strutils.delete and add an overload with saner semantics consistent...
Timothee Cour
2021-07-18
1
-7
/
+33
*
add NIM_STATIC_ASSERT(CHAR_BIT == 8, "") to fail-fast where assumption is vio...
Timothee Cour
2021-07-18
1
-0
/
+3
*
Revert #17398 and #17402 (#18480)
Miran
2021-07-18
1
-25
/
+15
*
fix nativeToUnixPath (#18501)
Timothee Cour
2021-07-17
1
-3
/
+8
*
make dragonbox opt-in via -d:nimFpRoundtrips (#18504)
Andreas Rumpf
2021-07-16
2
-2
/
+2
*
deprecate cuchar, don't redefine it (#18505)
Andreas Rumpf
2021-07-16
9
-49
/
+49
*
Add changes required by Nimble lock file support (#12104)
Ivan Bobev
2021-07-15
1
-0
/
+4
*
deprecate `sequtils.delete` and add an overload with saner semantics consiste...
Timothee Cour
2021-07-15
1
-3
/
+42
*
added `nimAllocPagesViaMalloc` switch (#18490)
Andreas Rumpf
2021-07-15
2
-5
/
+29
*
workaround #18481 (#18482)
flywind
2021-07-13
1
-18
/
+20
*
fix comment (#18473)
sivchari
2021-07-11
1
-6
/
+6
*
sync with the same template from locks module (#18414)
Antonis Geralis
2021-07-10
1
-1
/
+1
*
ORC: support for custom =trace procs (#18459)
Andreas Rumpf
2021-07-09
1
-0
/
+5
*
[docs] improve std/encodings (#18458)
flywind
2021-07-09
1
-12
/
+41
*
Fix a bug with starting of asynchronous processes (#18464)
Ivan Bobev
2021-07-08
1
-1
/
+1
*
rm redundant blank lines before literal blocks (#18465)
Andrey Makarov
2021-07-08
2
-2
/
+2
*
Revert "Make 'echo' raise IOErrors when appropriate (#16367)" (#18460)
Miran
2021-07-08
1
-16
/
+8
*
improve rendering of newOSError.additionalInfo (#18443)
Timothee Cour
2021-07-07
2
-3
/
+6
*
ORC: use =destroy instead of =dispose (#18440)
Andreas Rumpf
2021-07-07
4
-33
/
+37
*
major improvements to `std/wrapnils`: optimal codegen, case objects, lvalue s...
Timothee Cour
2021-07-07
1
-51
/
+134
*
fix shebangs #! /xxx => #!/xxx (#18444)
Timothee Cour
2021-07-07
1
-1
/
+1
*
Cleanup interval and timeout procs (#18431)
Antonis Geralis
2021-07-05
1
-8
/
+10
*
deprecate std/mersenne (#18395)
pyautogui
2021-07-05
1
-8
/
+4
*
fixes #18411 (#18432) [backport:1.4]
Andreas Rumpf
2021-07-05
1
-3
/
+1
[next]