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 `find` routines' api to default to `last=-1` (#19761)
Zoom
2022-06-07
1
-17
/
+21
*
RST: improve simple tables (#19859)
Andrey Makarov
2022-06-04
1
-0
/
+229
*
Zectbumo fixes 19824 (#19825)
Alfred Morgan
2022-05-30
1
-0
/
+4
*
"ip" protocol as id 0 is long gone (#19760)
kraptor
2022-05-07
1
-4
/
+0
*
Really fix StringStream with ARC at compile-time, improve streams test (#19739)
Danil Yarantsev
2022-04-25
1
-2
/
+7
*
Fix string stream crashing when created on nimscript due to last fix (#19717)
Jason Beetham
2022-04-14
1
-0
/
+4
*
enable style:usages for stdlib tests [backport: 1.6] (#19715)
flywind
2022-04-13
25
-83
/
+86
*
StringStreams no longer errors when intialized with literals on arc/orc (#19708)
Jason Beetham
2022-04-11
1
-0
/
+2
*
typetraits: add toSigned, toUnsigned (#18445)
Timothee Cour
2022-04-07
2
-2
/
+16
*
Removed deprecated httpcore func (#19550)
Juan Carlos
2022-03-18
1
-4
/
+4
*
enable nimPreviewDotLikeOps (#19598)
flywind
2022-03-09
1
-0
/
+1
*
register callback for marshal in VM (#19578)
flywind
2022-03-08
1
-6
/
+36
*
Remove deprecated math.c_frexp (#19518)
Juan Carlos
2022-02-14
1
-6
/
+0
*
use OrderedTable instead of OrderedTableRef for mimedb (#19522)
David Krause
2022-02-14
1
-0
/
+2
*
Fix bug 27 of #17340 (#19433)
Andrey Makarov
2022-02-07
2
-8
/
+30
*
fix parseEnum cannot parse enum with const fields (#19466)
flywind
2022-02-04
1
-0
/
+11
*
fix broken CI (#19472)
flywind
2022-01-31
1
-6
/
+6
*
Merge pull request from GHSA-ggrq-h43f-3w7m
Dominik Picheta
2022-01-29
1
-7
/
+38
*
New/better macro pragmas, mark some as experimental (#19406)
metagn
2022-01-20
1
-54
/
+12
*
Resolve cross file resolution errors in atomics (#19422) [backport:1.6]
James
2022-01-20
2
-0
/
+20
*
Added `std/envvars` for env vars handling (#19421)
flywind
2022-01-20
1
-0
/
+59
*
Added `std/oserrors` for OS error reporting (#19390)
flywind
2022-01-17
1
-0
/
+9
*
deprecate unsafeAddr; extend addr (#19373)
flywind
2022-01-16
3
-10
/
+10
*
Use openarray of bytes in md5 (#19307)
hlaaftana
2022-01-15
1
-5
/
+14
*
Fix `remove` on last node of singly-linked list [backport:1.6] (#19353)
gecko
2022-01-10
1
-0
/
+13
*
style usages part one (openarray => openArray) (#19321)
flywind
2022-01-04
3
-5
/
+5
*
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
[next]