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
...
*
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
*
RST: enable parsing of prefix roles (ref #17340) (#17514)
Andrey Makarov
2021-03-29
1
-18
/
+20
*
[os:standalone]fix #14011 (#17564)
flywind
2021-03-29
1
-2
/
+8
*
added nkError to the AST (#17567)
Andreas Rumpf
2021-03-29
1
-1
/
+2
*
[docs]fix #17473 (#17565)
flywind
2021-03-29
2
-4
/
+13
*
Add `hasClosure` to `std/typetraits` (#17501)
flywind
2021-03-29
1
-0
/
+11
*
remove std/ prefix from doc/lib.rst now that canonical import is shown in mod...
Timothee Cour
2021-03-29
1
-17
/
+10
*
Small doc fixes in net (#17566)
Danil Yarantsev
2021-03-29
1
-4
/
+2
*
remove docutils.nimble (not a real nimble package, and affected canonical imp...
Timothee Cour
2021-03-29
6
-13
/
+7
*
Small doc improvements for `std/with` (#17556)
konsumlamm
2021-03-29
1
-3
/
+4
*
Fix net.readLine infine loop #17534 (#17535)
ben
2021-03-29
1
-0
/
+1
*
fix #14010(fix std/registry + arc) (#17551)
flywind
2021-03-29
1
-8
/
+10
*
Free the certificate after checking in `checkCertName` (#17558) [backport:1.2]
Danil Yarantsev
2021-03-29
2
-3
/
+6
*
[docs]close #12580 (#17549)
flywind
2021-03-28
1
-2
/
+2
*
follow up #17539 (#17548)
flywind
2021-03-29
2
-2
/
+1
*
Add a getter for all defined Sections in parsecfg (#15450)
Ardek Romak
2021-03-28
1
-0
/
+6
*
system: fix link in `delete` proc (#17550)
ee7
2021-03-28
1
-1
/
+1
*
set const arch64 to fix compiling with vcc/icc (#17539)
rockcavera
2021-03-28
1
-0
/
+1
*
nnkArglist => nnkArgList + special case stylecheck:error (#17529)
Timothee Cour
2021-03-27
3
-3
/
+3
*
cleaned up the internal documentation (#17524)
Andreas Rumpf
2021-03-26
2
-1
/
+81
*
lent support for tables (#17505)
flywind
2021-03-25
1
-9
/
+9
*
fix RST parsing after option lists (#17442)
Andrey Makarov
2021-03-25
1
-1
/
+72
*
fix #17260 render `\` properly in nim doc, rst2html (#17315)
Timothee Cour
2021-03-24
2
-7
/
+18
*
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
6
-112
/
+106
*
add algorithm.merge (#16182)
flywind
2021-03-23
1
-0
/
+94
*
fix #17454 (#17461)
Timothee Cour
2021-03-23
1
-11
/
+9
*
remove redundant void return in stdlib (#17464)
Timothee Cour
2021-03-23
7
-12
/
+11
[prev]
[next]