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
...
*
[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
*
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
[prev]
[next]