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
*
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
*
close #4451 (#17627)
flywind
2021-04-06
1
-1
/
+2
*
don't run one example on 32-bit machines (#17655)
Miran
2021-04-06
1
-3
/
+4
*
remove un-needed {.push hint[ConvFromXtoItselfNotNeeded]: off.} in asyncfutur...
Timothee Cour
2021-04-03
2
-6
/
+1
*
fix #17615(runnableExamples silently ignored if placed after some code) (#17619)
flywind
2021-04-02
1
-1
/
+1
*
[docs minor] close #17618 (#17620)
flywind
2021-04-02
1
-9
/
+12
*
[docs minor] close #16553 (#17612)
flywind
2021-04-02
1
-10
/
+6
*
Fix #17017 (math edge cases) (#17588)
konsumlamm
2021-04-01
1
-5
/
+13
*
Removes asynchttpserver.getSocket. (#17587)
Dominik Picheta
2021-03-31
1
-14
/
+0
*
add getPort to resolve Port(0) (#17559)
Timothee Cour
2021-03-30
1
-15
/
+27
*
Rotation right and left refactored to generics. Continuation of #16622 (#17578)
rockcavera
2021-03-30
1
-88
/
+31
*
Fix void async in templates (#17562)
Ardek Romak
2021-03-30
1
-2
/
+3
*
Add hasDataBuffered to asyncnet (#16000)
Dylan Modesitt
2021-03-29
1
-0
/
+5
*
[std/uri]fix #17481 (#17568)
flywind
2021-03-29
1
-1
/
+1
*
[docs]fix #17473 (#17565)
flywind
2021-03-29
1
-2
/
+10
*
Add `hasClosure` to `std/typetraits` (#17501)
flywind
2021-03-29
1
-0
/
+11
*
Small doc fixes in net (#17566)
Danil Yarantsev
2021-03-29
1
-4
/
+2
*
Fix net.readLine infine loop #17534 (#17535)
ben
2021-03-29
1
-0
/
+1
*
Free the certificate after checking in `checkCertName` (#17558) [backport:1.2]
Danil Yarantsev
2021-03-29
1
-3
/
+4
*
follow up #17539 (#17548)
flywind
2021-03-29
1
-1
/
+0
*
Add a getter for all defined Sections in parsecfg (#15450)
Ardek Romak
2021-03-28
1
-0
/
+6
*
nnkArglist => nnkArgList + special case stylecheck:error (#17529)
Timothee Cour
2021-03-27
1
-1
/
+1
*
lent support for tables (#17505)
flywind
2021-03-25
1
-9
/
+9
*
fix #17325 linux 32bit CI; fix #17085 flaky test (#17469)
Timothee Cour
2021-03-24
1
-3
/
+4
*
fix #17490 (#17491)
flywind
2021-03-24
1
-4
/
+10
*
followup #16182 (#17472)
flywind
2021-03-23
1
-3
/
+3
*
remove {.compileTime.} for procs with NimNode: redundant because of tfTrigger...
Timothee Cour
2021-03-23
5
-13
/
+12
*
add algorithm.merge (#16182)
flywind
2021-03-23
1
-0
/
+94
*
remove redundant void return in stdlib (#17464)
Timothee Cour
2021-03-23
4
-6
/
+5
*
close #11330 sets uses optimized countSetBits (#17334)
flywind
2021-03-22
1
-80
/
+8
*
strutils: improve doc comments for `replace` funcs (#17427)
ee7
2021-03-20
1
-3
/
+4
*
[FIX] use `mixin` for strscans.scanp (#17371)
haxscramper
2021-03-19
1
-1
/
+2
*
Clarify behaviour of char replace (#17339)
Héctor M. Monacci
2021-03-19
1
-1
/
+1
*
IC: green tests (#17311)
Andreas Rumpf
2021-03-19
1
-1
/
+1
*
doc times: do not use `now` (and also `epochTime`) for benchmarking (#17405)
Timothee Cour
2021-03-18
1
-1
/
+6
*
followup #17398: `getTempDir`, `getConfigDir` now do not have trailing DirSep...
Timothee Cour
2021-03-18
1
-7
/
+11
*
fix #17393 getHomeDir and expandTilde should not include trailing `/` (#17398)
Timothee Cour
2021-03-17
1
-2
/
+12
*
followup #17389; add see also in std/json (#17400)
Timothee Cour
2021-03-16
1
-0
/
+8
[next]