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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add tests to #15363 (#15633)
Danil Yarantsev
2020-10-19
1
-0
/
+26
*
add tests for #15584 (#15619)
n5m
2020-10-18
2
-0
/
+27
*
Fix #15599 (#15601)
Clyybber
2020-10-16
1
-1
/
+13
*
renamed '=' to '=copy' [backport:1.2] (#15585)
Andreas Rumpf
2020-10-15
11
-12
/
+979
*
harden the ORC asyncleak3 test case (#15580)
Andreas Rumpf
2020-10-15
2
-1
/
+416
*
fixes a C code generator regression, no need to backport, only the 1.4 line i...
Andreas Rumpf
2020-10-14
1
-0
/
+18
*
terminal: fix fgColor/bgColor commands [backport] (#15554)
alaviss
2020-10-13
1
-0
/
+8
*
Fix 15543 (#15544)
cooldome
2020-10-12
1
-1
/
+21
*
os: add overload copyFile*(source, dest: string, isDir = false) (#15537)
Timothee Cour
2020-10-11
1
-0
/
+19
*
followup after #15529 and #15534 (#15536)
Timothee Cour
2020-10-10
1
-8
/
+3
*
fixes #15532 (#15534)
Andreas Rumpf
2020-10-09
1
-0
/
+21
*
close #13081 (#15529)
Timothee Cour
2020-10-09
1
-0
/
+31
*
fix #15516 (#15518)
cooldome
2020-10-08
1
-1
/
+17
*
docgen: improve alignment of comments (still not perfect) (#15506)
Andreas Rumpf
2020-10-07
1
-2
/
+2
*
fixes #15508 (#15509)
Andreas Rumpf
2020-10-07
1
-0
/
+21
*
implements https://github.com/nim-lang/RFCs/issues/260 (#15505)
Andreas Rumpf
2020-10-07
2
-0
/
+13
*
effects: exclude swap() from "indirect calls" assumption (#15504)
Paul Tan
2020-10-06
1
-0
/
+12
*
New hint for unused exceptions in .raises (#15492)
IDF
2020-10-06
1
-1
/
+6
*
implements https://github.com/nim-lang/RFCs/issues/258 (#15503)
Andreas Rumpf
2020-10-06
2
-2
/
+27
*
const view types; fixes some cases from https://github.com/nim-lang/Nim/issue...
Andreas Rumpf
2020-10-05
1
-0
/
+26
*
use func in uri module (#15486)
flywind
2020-10-05
1
-1
/
+1
*
Fix #15493 - disable TLS emulation for NetBSD (#15494)
Euan
2020-10-05
1
-2
/
+2
*
renderer: use the biggest integer type for masking literals (#15482)
alaviss
2020-10-04
1
-0
/
+2
*
Added std/effecttraits.nim (#15462)
Andreas Rumpf
2020-10-02
1
-0
/
+22
*
closureiters: fixes #15243 (#15454) [backport:1.2]
Andreas Rumpf
2020-10-02
2
-66
/
+25
*
Ref #14094 - disable hot code reloading tests on NetBSD (#15458)
Euan
2020-10-02
2
-0
/
+2
*
Fix #15452 - ip protocol not defined on NetBSD (#15453)
Euan
2020-10-01
1
-1
/
+4
*
Add first draft of new osproc.readLines (#15429)
c-blake
2020-10-01
1
-0
/
+20
*
fix #15405. deepcopy arc (#15410)
cooldome
2020-10-01
2
-2
/
+33
*
views: yet another bugfix (#15447)
Andreas Rumpf
2020-10-01
1
-1
/
+1
*
refactoring, fixes yet another strictFuncs regression (#15446)
Andreas Rumpf
2020-10-01
1
-0
/
+17
*
added missing .noalias support for object fields (#15445)
Andreas Rumpf
2020-10-01
1
-1
/
+6
*
better support for view types (#15436)
Andreas Rumpf
2020-09-30
2
-0
/
+88
*
spec for view types (#15424)
Andreas Rumpf
2020-09-29
4
-8
/
+22
*
.noalias annotation; frontend support (#15419)
Andreas Rumpf
2020-09-28
1
-0
/
+8
*
produce runtime type information for reified openArrays (#15415)
Andreas Rumpf
2020-09-27
1
-0
/
+42
*
better support for slices as views (#15414)
Andreas Rumpf
2020-09-27
3
-0
/
+37
*
cursor inference: makes combparser work; refactorings (#15411)
Andreas Rumpf
2020-09-26
2
-2
/
+6
*
fixes #14983 (#15320)
Andreas Rumpf
2020-09-25
1
-1
/
+14
*
Revert "fix #15035 (#15236)" (#15408)
cooldome
2020-09-24
1
-18
/
+1
*
fixes #15361 (#15401)
Andreas Rumpf
2020-09-24
4
-9
/
+65
*
fix #15333 (#15336)
flywind
2020-09-24
1
-0
/
+17
*
Fix #15389 (#15390)
cooldome
2020-09-24
1
-0
/
+17
*
Fix forward declarations in shadow scope contexts (#15386)
Clyybber
2020-09-22
1
-0
/
+77
*
better nativestacktrace support; refs #15284; backport [1.2] (#15384)
Andreas Rumpf
2020-09-22
1
-0
/
+18
*
Add strutils.indentation and make unindent use it (#15264)
Clyybber
2020-09-22
1
-0
/
+22
*
add testcase for #6060 (#15366)
flywind
2020-09-21
1
-0
/
+11
*
add testcase for #7165 (#15368)
flywind
2020-09-21
1
-0
/
+15
*
fixes #15360 [backport:1.2] (#15378)
Andreas Rumpf
2020-09-21
1
-0
/
+7
*
add testcase for #9710 (#15365)
flywind
2020-09-21
1
-0
/
+11
[next]