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
Commit message (
Expand
)
Author
Age
Files
Lines
*
simplify asyncfutures, asyncmacro (#17633)
Timothee Cour
2021-04-14
2
-72
/
+31
*
getCustomPragma is split up in more usable chunks (#11526)
Arne Döring
2021-04-14
1
-93
/
+165
*
callback cannot be nil (#17718)
flywind
2021-04-14
1
-0
/
+1
*
Update channels.nim (#17717)
flywind
2021-04-14
1
-4
/
+4
*
Remove the use of usrToCell in gcMark [backport:1.2] (#17709)
zah
2021-04-14
2
-6
/
+5
*
add number literal jsbigints.big (#17707)
Timothee Cour
2021-04-13
1
-7
/
+13
*
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
*
macrocache.nim: removed trailing whitespace
Araq
2021-04-11
1
-23
/
+23
*
iterable[T] (#17196)
Timothee Cour
2021-04-11
1
-0
/
+4
*
[feature] add arbitrary code execution to strformat (#17694)
shirleyquirk
2021-04-11
1
-9
/
+28
*
restyle RST option lists (#17637)
Andrey Makarov
2021-04-10
3
-8
/
+16
*
Genode platform fixes (#17521)
Emery Hemingway
2021-04-09
4
-24
/
+48
*
hashes: Made the runnableExample easier to understand (#17689)
Andreas Rumpf
2021-04-09
1
-1
/
+1
*
add std/tasks (#17447)
flywind
2021-04-09
1
-0
/
+272
*
Fix small typos (#17680)
konsumlamm
2021-04-09
1
-0
/
+1
*
Fix rst typo (#17671)
konsumlamm
2021-04-08
1
-1
/
+1
*
Update `sysrand` documentation (#17676)
konsumlamm
2021-04-08
1
-16
/
+16
*
further progress on rst roles & directives (fix #17646) (#17659)
Andrey Makarov
2021-04-08
10
-50
/
+92
*
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
*
fixes #17647 (#17667)
Andreas Rumpf
2021-04-07
4
-21
/
+21
*
use sink and lent in deques (#17661)
flywind
2021-04-07
1
-10
/
+10
*
ensure the avr example keeps compiling (#17663)
Andreas Rumpf
2021-04-07
1
-0
/
+4
*
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
*
ref #14873 (#17644)
flywind
2021-04-06
1
-0
/
+5
*
items(array)+friends: remove a RT comparison (#17650)
Timothee Cour
2021-04-06
1
-8
/
+8
*
document caveats of quit (#17648)
Timothee Cour
2021-04-05
1
-4
/
+8
*
Improve the typeinfo module (#17625)
konsumlamm
2021-04-05
1
-122
/
+129
*
fix :number-lines: regression (#17639)
Andrey Makarov
2021-04-05
1
-1
/
+1
*
fix rst option list at EOF (follow-up #17442) (#17638)
Andrey Makarov
2021-04-04
1
-1
/
+1
*
remove un-needed {.push hint[ConvFromXtoItselfNotNeeded]: off.} in asyncfutur...
Timothee Cour
2021-04-03
2
-6
/
+1
*
implement RFCs/294 ; disallow enum <=> enum conversion (#16351)
Timothee Cour
2021-04-03
1
-1
/
+1
*
fix #17615(runnableExamples silently ignored if placed after some code) (#17619)
flywind
2021-04-02
4
-9
/
+8
*
enable syntax highlighting for inline code (#17585)
Andrey Makarov
2021-04-02
3
-33
/
+125
*
[docs minor] close #17618 (#17620)
flywind
2021-04-02
1
-9
/
+12
*
new `genAst` as replacement for `quote do` (#17426)
Timothee Cour
2021-04-02
2
-1
/
+91
*
[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
*
jsonutils: support cstring (including as Table key); improve docs (#16062)
Timothee Cour
2021-03-31
1
-5
/
+17
*
Removes asynchttpserver.getSocket. (#17587)
Dominik Picheta
2021-03-31
1
-14
/
+0
*
fix #15617(fix compilation failure on -d:useMalloc --gc:none) (#17555)
flywind
2021-03-30
1
-0
/
+10
*
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
*
[backport:1.2] Avoid inlining of newObj and newObjRC1 calls (#17582)
Miran
2021-03-30
1
-2
/
+2
*
Fix void async in templates (#17562)
Ardek Romak
2021-03-30
1
-2
/
+3
*
Fix #17299, fix setAffinity for android (#17574)
Clyybber
2021-03-30
1
-2
/
+17
*
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
[next]