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
...
*
fix flaky tnetconnect which sometimes failed with: No route to host [OSError]...
Timothee Cour
2021-03-27
1
-2
/
+3
*
close #17157 add testcase (#17531)
flywind
2021-03-27
1
-0
/
+6
*
cleaned up the internal documentation (#17524)
Andreas Rumpf
2021-03-26
3
-440
/
+193
*
disable package 'chronicles' until 'chronos' is fixed
narimiran
2021-03-26
1
-1
/
+1
*
Fix #17199 (#17348)
Clyybber
2021-03-26
3
-18
/
+63
*
added a 'koch ic' command for easier adhoc testing of IC (#17508)
Andreas Rumpf
2021-03-26
8
-14
/
+96
*
testament: remove unused tfile,tline,tcolumn (#17515)
Timothee Cour
2021-03-26
2
-36
/
+2
*
close #15696 (#17518)
flywind
2021-03-25
1
-0
/
+25
*
lent support for tables (#17505)
flywind
2021-03-25
1
-9
/
+9
*
re-enable fidget (#17229)
flywind
2021-03-25
1
-1
/
+2
*
fix RST parsing after option lists (#17442)
Andrey Makarov
2021-03-25
2
-1
/
+121
*
ref https://github.com/nim-lang/Nim/pull/17333 (#17495)
flywind
2021-03-25
1
-1
/
+2
*
remove unnecessary check (#17502)
flywind
2021-03-25
1
-2
/
+0
*
custom integer literals bugfixes (#17499)
Andreas Rumpf
2021-03-24
4
-6
/
+14
*
custom integer literals (#17489)
Andreas Rumpf
2021-03-24
12
-221
/
+412
*
potential fix for semgeneric formal params (#17494)
Saem Ghani
2021-03-24
3
-2
/
+8
*
fix #17260 render `\` properly in nim doc, rst2html (#17315)
Timothee Cour
2021-03-24
4
-10
/
+39
*
fix #17325 linux 32bit CI; fix #17085 flaky test (#17469)
Timothee Cour
2021-03-24
4
-10
/
+22
*
make unary minus part of number literals, refs #17020 (#17488)
Andreas Rumpf
2021-03-24
5
-39
/
+173
*
[isolation]fix empty ref object bug (#17471)
flywind
2021-03-24
2
-2
/
+14
*
follow up #17486 (#17492)
flywind
2021-03-24
1
-0
/
+45
*
fix #17490 (#17491)
flywind
2021-03-24
2
-4
/
+21
*
closes #17085; boehm has problems with large allocations, that is expected an...
Andreas Rumpf
2021-03-24
1
-1
/
+1
*
fixes #16076 (#17486)
Andreas Rumpf
2021-03-23
1
-1
/
+2
*
followup #16182 (#17472)
flywind
2021-03-23
1
-3
/
+3
*
update nimgrep documentation (#17415)
Andrey Makarov
2021-03-23
3
-124
/
+157
*
Fixes #17450 (#17477)
Clyybber
2021-03-23
3
-1
/
+27
*
Revert "Fixes #17450 (#17474)" (#17476)
Clyybber
2021-03-23
3
-27
/
+1
*
Fixes #17450 (#17474)
Clyybber
2021-03-23
3
-1
/
+27
*
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
3
-1
/
+255
*
fix #16973 ; nim doc now shows correct, canonical import name in title (#16999)
Timothee Cour
2021-03-23
3
-20
/
+38
*
IC: backend: remember produced type information (#17440)
Andreas Rumpf
2021-03-23
9
-42
/
+93
*
fix #17458 tnetconnect.nim flaky (#17459)
Timothee Cour
2021-03-23
1
-12
/
+16
*
refs #17292 fix `repr` with `do:` (#17449)
Timothee Cour
2021-03-23
2
-3
/
+90
*
fix #17454 (#17461)
Timothee Cour
2021-03-23
2
-12
/
+13
*
refs #16338 make thttpclient_ssl_remotenetwork.nim less flaky (#17457)
Timothee Cour
2021-03-23
1
-3
/
+14
*
remove redundant void return in stdlib (#17464)
Timothee Cour
2021-03-23
7
-12
/
+11
*
hint:cc goes to stderr (like all other hints) instead of stdout (#17465)
Timothee Cour
2021-03-22
2
-8
/
+8
*
semTemplateDef and t17433 clean-ups (#17448)
Saem Ghani
2021-03-22
4
-42
/
+44
*
close #11330 sets uses optimized countSetBits (#17334)
flywind
2021-03-22
4
-85
/
+98
*
Fixes #17433; gensym callDef return in templ body (#17445)
Saem Ghani
2021-03-22
2
-1
/
+17
*
added more modules to docs lib (#17430)
AFaurholt
2021-03-21
1
-0
/
+29
*
prevent bitmasks double included in mmdist if -d:nimArcDebug added (#17436)
Derek 呆
2021-03-21
1
-1
/
+2
*
Improve jsre (#17365)
Juan Carlos
2021-03-21
2
-30
/
+49
*
improve jsutils docs (#17421)
Timothee Cour
2021-03-21
1
-10
/
+42
*
Add documentation to the `macrocache` module (#17431)
Danil Yarantsev
2021-03-21
2
-15
/
+179
*
Close #8545 by add a test case (#17432)
konsumlamm
2021-03-20
1
-0
/
+23
*
strutils: improve doc comments for `replace` funcs (#17427)
ee7
2021-03-20
1
-3
/
+4
*
Use importjs (#17422)
konsumlamm
2021-03-19
4
-56
/
+56
[prev]
[next]