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
/
pure
Commit message (
Expand
)
Author
Age
Files
Lines
*
add `os.getCacheDir` (#18126)
Timothee Cour
2021-05-31
1
-6
/
+38
*
improve fast returns of find and rfind (#18127)
n5m
2021-05-31
1
-1
/
+3
*
hashes for refs should be an opt-in feature (#18098)
Miran
2021-05-30
1
-1
/
+1
*
close #16569: deprecated `reversed(a, start, last)` overload, use toOpenArray...
Timothee Cour
2021-05-30
1
-30
/
+11
*
Move async example to asynchronous version of proc (#18078)
xioren
2021-05-24
1
-7
/
+14
*
close #18009 parseJson JInt vs JFloat; preserve -0.0 as JFloat to distinguish...
Timothee Cour
2021-05-23
1
-1
/
+1
*
asyncdispatch+stackTraceOverride: fix premature collection (#18039) [backport...
Ștefan Talpalaru
2021-05-19
1
-14
/
+32
*
make strformat part of the prelude (#18046)
Andreas Rumpf
2021-05-19
1
-1
/
+1
*
add sink and lent annotations for xmltree and streams (#18037)
Antonis Geralis
2021-05-18
2
-16
/
+16
*
fix #18007: std/json now serializes nan,inf,-inf as strings instead of invali...
Timothee Cour
2021-05-16
1
-50
/
+71
*
fix #17467 1st call to rand is now non-skewed; allow seed == 0 (#17468)
Timothee Cour
2021-05-11
1
-57
/
+36
*
Revert "Fix parseUri to sanitize urls containing ASCII newline or tab (#17967...
Andreas Rumpf
2021-05-09
1
-29
/
+3
*
Fix parseUri to sanitize urls containing ASCII newline or tab (#17967)
Beshr Kayali
2021-05-09
1
-3
/
+29
*
merge `initUri()` overloads, improve uri examples (#17970)
Timothee Cour
2021-05-08
1
-30
/
+11
*
ORC: cursor inference bugfix (#17973)
Andreas Rumpf
2021-05-08
1
-2
/
+2
*
fix #17941: UnusedImport works for var/let/const/type invoked inside a generi...
Timothee Cour
2021-05-08
2
-2
/
+2
*
Export sslHandle in `net` and `asyncnet`. (#17573)
Ardek Romak
2021-05-06
2
-0
/
+10
*
parsecsv fix style (#17933)
Juan Carlos
2021-05-04
1
-67
/
+64
*
typo: nonexistant => nonexistent (#17918)
Timothee Cour
2021-05-02
2
-2
/
+2
*
fix #17911 rawProc for cpp (#17912)
Timothee Cour
2021-05-01
1
-6
/
+12
*
system.nim cleanup some exported constants which should never have be… (#17...
Andreas Rumpf
2021-05-01
2
-1
/
+3
*
[std/base64] uses runnableExamples (#17882)
flywind
2021-05-01
1
-32
/
+30
*
fix #17905: hash(closure) was not being tested (#17906)
Timothee Cour
2021-04-30
1
-12
/
+20
*
fix #17888: remove undefined behavior for posix.open; fix tempfiles.createTem...
Timothee Cour
2021-04-29
1
-0
/
+1
*
improve cache line size (#17885)
flywind
2021-04-29
1
-6
/
+3
*
[std/encodings]move to tests (#17866)
flywind
2021-04-29
1
-72
/
+0
*
Fix documentation of strutils.stripLineEnd (#17883)
Michael Krieger
2021-04-28
1
-1
/
+1
*
[std/encodings] fix iconv headers on OpenBSD (#17872)
flywind
2021-04-27
1
-1
/
+3
*
[std/pegs] increase test coverage (#17871)
flywind
2021-04-27
1
-144
/
+0
*
[std/parsecfg]use runnableExamples (#17868)
flywind
2021-04-27
1
-96
/
+95
*
add -d:nimLegacyNoHashRef for a transition period which avoids defining hash(...
Timothee Cour
2021-04-27
1
-17
/
+22
*
fix gbk encodings on windows (#17843)
flywind
2021-04-26
1
-0
/
+1
*
Remove confusing <//> (#17830)
flywind
2021-04-26
4
-22
/
+22
*
add colon (#17834)
flywind
2021-04-24
2
-2
/
+2
*
Fix Httpclient headers from being modified accidentally (#17808)
Joey
2021-04-21
1
-2
/
+5
*
CIs: attempt to use csources_v1 (#16282)
Andreas Rumpf
2021-04-21
21
-36
/
+35
*
[std/deques] move data instead of copy + destroy (#17800)
flywind
2021-04-20
1
-4
/
+2
*
Fix buffer-overrun bug in net (#17728) [backport:1.0]
shirleyquirk
2021-04-16
1
-4
/
+3
*
std/hashes: hash(ref|ptr|pointer) + other improvements (#17731)
Timothee Cour
2021-04-16
1
-23
/
+49
*
start using import {.all.} (#17736)
Timothee Cour
2021-04-16
1
-22
/
+0
*
simplify asyncfutures, asyncmacro (#17633)
Timothee Cour
2021-04-14
2
-72
/
+31
*
remove unnecessary assignment (#17702)
flywind
2021-04-12
1
-1
/
+0
*
followup strformat PR. backslash escapes, tests, docs (#17700)
shirleyquirk
2021-04-12
1
-4
/
+29
*
[feature] add arbitrary code execution to strformat (#17694)
shirleyquirk
2021-04-11
1
-9
/
+28
*
Genode platform fixes (#17521)
Emery Hemingway
2021-04-09
1
-0
/
+26
*
hashes: Made the runnableExample easier to understand (#17689)
Andreas Rumpf
2021-04-09
1
-1
/
+1
*
further progress on rst roles & directives (fix #17646) (#17659)
Andrey Makarov
2021-04-08
6
-11
/
+11
*
Improve endians module (#17674)
konsumlamm
2021-04-08
1
-7
/
+42
*
use strstr for a faster find implementation (#17672)
Andreas Rumpf
2021-04-08
1
-3
/
+26
*
use sink and lent in deques (#17661)
flywind
2021-04-07
1
-10
/
+10
[next]