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
/
tests
/
stdlib
Commit message (
Expand
)
Author
Age
Files
Lines
*
docgen: implement doc link resolution in current module (#18642)
Andrey Makarov
2021-10-28
3
-15
/
+268
*
Add Zephyr Support (#19003)
Jaremy Creechley
2021-10-24
1
-1
/
+1
*
fix parsesql.treeRepr when nil is in input (#18974)
Andrey Makarov
2021-10-17
1
-0
/
+34
*
sequtils: fix errors from `strictFuncs` use (#18998)
ee7
2021-10-16
1
-0
/
+26
*
rst: minor fixes (#18960)
Andrey Makarov
2021-10-06
1
-1
/
+1
*
rename nimEnableHashRef [backport] (#18941)
flywind
2021-10-04
1
-1
/
+0
*
Add support for `strictEffects` to `std/pegs` (#18949)
quantimnot
2021-10-04
1
-0
/
+3
*
envPairs works in vm, nims (#18615)
Timothee Cour
2021-09-29
1
-8
/
+10
*
fix #18844 (#18851)
flywind
2021-09-20
1
-1
/
+21
*
remove channels (#18801)
flywind
2021-09-04
3
-422
/
+0
*
sequtils now support strict effect tracking (#18782)
Andreas Rumpf
2021-09-02
1
-0
/
+5
*
Fix initrand to avoid random number sequences overlapping (#18744)
Tomohiro
2021-09-02
1
-4
/
+28
*
strict effects (#18777)
Andreas Rumpf
2021-09-02
1
-17
/
+14
*
fix #9778 (pairs iterator calling a helper proc with tuple return type will c...
flywind
2021-09-02
1
-0
/
+256
*
Fix #18718 (#18731)
konsumlamm
2021-08-23
1
-42
/
+51
*
Add ceilDiv to math (#18596)
Tomohiro
2021-08-19
1
-0
/
+40
*
fix #18702(fix `parseutils.parseFloat`) (#18703) [backport:1.0]
flywind
2021-08-16
1
-2
/
+11
*
fix a sqlite bug (#18669)
flywind
2021-08-12
1
-0
/
+28
*
fix #18670 quoteShellCommand, quoteShell, quoteShellWindows on windows (#18671)
Timothee Cour
2021-08-12
1
-1
/
+12
*
fix: `var a{.foo.} = expr` inside templates (refs #15920) (except when `foo` ...
Timothee Cour
2021-08-11
2
-2
/
+23
*
Only allow IPv4 literals in strict form (#18656)
Christian Ulrich
2021-08-08
2
-41
/
+84
*
Remove tracking of environment from osenv.nim v2 (#18575)
Timothee Cour
2021-07-29
2
-26
/
+66
*
various small documentation improvements (#18602)
Miran
2021-07-28
1
-5
/
+5
*
support same-line doc comments in routines (#18595)
Timothee Cour
2021-07-27
1
-0
/
+27
*
fixes #18565 (#18593)
Andreas Rumpf
2021-07-27
2
-0
/
+2
*
followup #18453 (#18582)
Timothee Cour
2021-07-25
1
-2
/
+2
*
std/random: fix overflow bugs; fixes #16360; fixes #16296; fixes #17670 (#18456)
Timothee Cour
2021-07-23
1
-1
/
+62
*
Replace calls to `putenv` with `setenv` (#18530)
Caden Haustein
2021-07-23
1
-0
/
+3
*
make -d:nimFpRoundtrips work consistently in vm vs rt, fix #18400, etc (#18531)
Timothee Cour
2021-07-20
2
-13
/
+12
*
rst: add missing line/column info for some warnings (#18383)
Andrey Makarov
2021-07-20
2
-56
/
+128
*
close #18489 (#18524)
flywind
2021-07-19
1
-0
/
+15
*
fixed system.delete (#18507)
Andreas Rumpf
2021-07-18
1
-4
/
+4
*
deprecate strutils.delete and add an overload with saner semantics consistent...
Timothee Cour
2021-07-18
1
-1
/
+25
*
Revert #17398 and #17402 (#18480)
Miran
2021-07-18
2
-4
/
+4
*
fix nativeToUnixPath (#18501)
Timothee Cour
2021-07-17
1
-0
/
+20
*
make dragonbox opt-in via -d:nimFpRoundtrips (#18504)
Andreas Rumpf
2021-07-16
2
-13
/
+14
*
deprecate cuchar, don't redefine it (#18505)
Andreas Rumpf
2021-07-16
1
-4
/
+4
*
Add changes required by Nimble lock file support (#12104)
Ivan Bobev
2021-07-15
1
-0
/
+10
*
deprecate `sequtils.delete` and add an overload with saner semantics consiste...
Timothee Cour
2021-07-15
1
-44
/
+98
*
close #17986 add testcase (#18477)
flywind
2021-07-12
1
-0
/
+12
*
rm redundant blank lines before literal blocks (#18465)
Andrey Makarov
2021-07-08
1
-0
/
+16
*
Rename test variable due to unfortunate connotations (#18453)
Aditya Siram
2021-07-08
1
-4
/
+4
*
major improvements to `std/wrapnils`: optimal codegen, case objects, lvalue s...
Timothee Cour
2021-07-07
1
-74
/
+207
*
deprecate std/mersenne (#18395)
pyautogui
2021-07-05
1
-0
/
+1
*
Removed hard coded ports from thttpclient_standalone.nim. (#18374)
Mark Pointing
2021-06-30
1
-23
/
+26
*
Simplify addInt, remove digits10 (#18356)
Clyybber
2021-06-28
1
-23
/
+0
*
Peg captures get stack-like behavior (#18369)
gemath
2021-06-28
1
-0
/
+28
*
rst: fix bug 20 from #17340 (#18360)
Andrey Makarov
2021-06-26
1
-0
/
+47
*
enable VM tracing in user code via `{.define(nimVmTrace).}` (#18244)
Timothee Cour
2021-06-24
1
-0
/
+31
*
rst: allow comment to continue on second line (#18338)
Andrey Makarov
2021-06-24
1
-0
/
+66
[next]