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
Commit message (
Expand
)
Author
Age
Files
Lines
*
close #17636 (#17643)
flywind
2021-04-06
16
-77
/
+62
*
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
*
[nim-gdb] Fixed enums and flag output [ci skip] (#17634)
Saem Ghani
2021-04-05
3
-78
/
+211
*
Improve the typeinfo module (#17625)
konsumlamm
2021-04-05
1
-122
/
+129
*
fix :number-lines: regression (#17639)
Andrey Makarov
2021-04-05
2
-1
/
+11
*
fix #16693: testament spec nimout too lax (#16698)
flywind
2021-04-04
28
-52
/
+103
*
fix rst option list at EOF (follow-up #17442) (#17638)
Andrey Makarov
2021-04-04
2
-1
/
+3
*
remove un-needed {.push hint[ConvFromXtoItselfNotNeeded]: off.} in asyncfutur...
Timothee Cour
2021-04-03
2
-6
/
+1
*
enable some packages (#17629)
flywind
2021-04-03
1
-3
/
+3
*
fix #14850: `repr` now correctly renders `do` (#17623)
Timothee Cour
2021-04-03
3
-9
/
+64
*
repr: fix rendering of `'big`, `=destroy` etc (#17624)
Timothee Cour
2021-04-03
2
-3
/
+37
*
close #14806 (#17626)
flywind
2021-04-03
4
-0
/
+12
*
implement RFCs/294 ; disallow enum <=> enum conversion (#16351)
Timothee Cour
2021-04-03
9
-38
/
+115
*
fix #17615(runnableExamples silently ignored if placed after some code) (#17619)
flywind
2021-04-02
8
-28
/
+41
*
enable syntax highlighting for inline code (#17585)
Andrey Makarov
2021-04-02
9
-51
/
+239
*
[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
5
-1
/
+416
*
close #7875 add testcase (#17611)
flywind
2021-04-02
1
-0
/
+22
*
[docs minor] close #16553 (#17612)
flywind
2021-04-02
1
-10
/
+6
*
docs: note regarding emit with backticks (#17608)
flywind
2021-04-01
1
-3
/
+3
*
Fix #17017 (math edge cases) (#17588)
konsumlamm
2021-04-01
2
-12
/
+51
*
close #6133 add testcase (#17605)
flywind
2021-04-01
1
-0
/
+50
*
a bit better message (#17606)
flywind
2021-04-01
1
-2
/
+2
*
misc fixes: build_all.sh, changelog (#17601)
Timothee Cour
2021-04-01
3
-3
/
+3
*
close #9534 add testcase (#17607)
flywind
2021-04-01
1
-0
/
+21
*
docgen: render pragmas by default except for a select list (and fix #9074) (#...
Timothee Cour
2021-04-01
6
-56
/
+76
*
fix #17190 `nimscript` now accepts arbitrary file extensions for `nim e main....
flywind
2021-04-01
5
-4
/
+18
*
close #12684 add testcase (#17599)
flywind
2021-03-31
1
-0
/
+7
*
close #16786 (#17598)
flywind
2021-03-31
1
-1
/
+35
*
jsonutils: support cstring (including as Table key); improve docs (#16062)
Timothee Cour
2021-03-31
4
-10
/
+28
*
Removes asynchttpserver.getSocket. (#17587)
Dominik Picheta
2021-03-31
1
-14
/
+0
*
[ci skip] correct indentation this time
narimiran
2021-03-31
1
-5
/
+5
*
[ci skip] minor: fix indentation in manual.rst
narimiran
2021-03-31
1
-5
/
+5
*
better error messages for .raise effect analysis (#17595)
Andreas Rumpf
2021-03-31
1
-5
/
+7
*
fix #17572 (#17586)
Timothee Cour
2021-03-31
2
-1
/
+18
*
fix #14585, fix #17589: access to static param now works (#17590)
Timothee Cour
2021-03-31
3
-2
/
+58
*
fix #12282 distinct now does not create erroneous copy in VM (#17594)
Timothee Cour
2021-03-31
2
-2
/
+44
*
fix #15617(fix compilation failure on -d:useMalloc --gc:none) (#17555)
flywind
2021-03-30
2
-0
/
+16
*
add getPort to resolve Port(0) (#17559)
Timothee Cour
2021-03-30
4
-18
/
+32
*
makes DrNim compile again (#17584)
Andreas Rumpf
2021-03-30
2
-13
/
+19
*
Rotation right and left refactored to generics. Continuation of #16622 (#17578)
rockcavera
2021-03-30
1
-88
/
+31
*
parser.nim: simply layout change
Araq
2021-03-30
1
-1
/
+2
*
fix #17512 (#17520)
flywind
2021-03-30
1
-1
/
+8
*
[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
2
-2
/
+15
*
Fix #17299, fix setAffinity for android (#17574)
Clyybber
2021-03-30
1
-2
/
+17
*
Fix entries in nimc advopt (#17576)
Danil Yarantsev
2021-03-30
1
-3
/
+5
*
unify tuple expressions (#13793)
Arne Döring
2021-03-30
13
-32
/
+136
*
Add hasDataBuffered to asyncnet (#16000)
Dylan Modesitt
2021-03-29
2
-0
/
+7
[next]