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
*
Fix #19314 - fixing broken `DoublyLinkedList` after adding empty `DoublyLinke...
rockcavera
2022-01-03
1
-0
/
+12
*
Add Week-Of-Year Implementation to Times Module (#17223)
Carlo Capocasa
2022-01-03
1
-0
/
+95
*
Fix #19297 - fixing broken list after adding empty list (#19299)
rockcavera
2021-12-30
1
-0
/
+12
*
Extract runnables that specify `doccmd` (#19275) [backport:1.6]
Jake Leahy
2021-12-20
1
-0
/
+20
*
fix #19244 - solves the problem of the InAddr object constructor in Windows. ...
rockcavera
2021-12-17
1
-0
/
+6
*
[backport:1.0] json: limit recursion depth (#19252)
Miran
2021-12-14
1
-0
/
+32
*
fix: fixes bug in CVerifyPeerUseEnvVars (#19247)
Nick Wilburn
2021-12-14
1
-0
/
+16
*
fix bug #14468 zero-width split (#19248)
Carlo Capocasa
2021-12-13
1
-0
/
+6
*
Various std net improvements (#19132)
Jaremy Creechley
2021-12-12
1
-43
/
+45
*
fixes a possible 'javascript:' protocol exploit [backport:1.0] (#19134)
Andreas Rumpf
2021-12-10
1
-4
/
+31
*
implement RST & Markdown quote blocks (#19147)
Andrey Makarov
2021-11-23
1
-0
/
+361
*
Fix punycode.decode function (#19136)
Christoph Krybus
2021-11-12
1
-1
/
+201
*
change os.nim doc links to new style (#19102)
Andrey Makarov
2021-11-08
1
-0
/
+6
*
tests: Fix warnings in tstrscans (#19082)
Kaushal Modi
2021-11-02
1
-26
/
+34
*
Fix VM's sametype impl to work for generics/typedescs (#19073)
Jason Beetham
2021-11-02
1
-0
/
+58
*
Fix nimIdentNormalize, fixes #19067 (#19068)
Tomasz Kramkowski
2021-10-29
1
-0
/
+7
*
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
[next]