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
/
compiler
Commit message (
Expand
)
Author
Age
Files
Lines
*
nimpretty: do not produce 'line too long' messages (#15541)
Andreas Rumpf
2020-10-10
1
-2
/
+3
*
fixes #15532 (#15534)
Andreas Rumpf
2020-10-09
1
-0
/
+2
*
fix gitignore for testament cruft (#15530)
Timothee Cour
2020-10-09
1
-1
/
+1
*
fix gc:arc in nimscript (#15525)
cooldome
2020-10-09
1
-2
/
+5
*
fixes #15511 (#15524)
Andreas Rumpf
2020-10-08
2
-1
/
+10
*
fixes #15510 (#15523)
Andreas Rumpf
2020-10-08
1
-1
/
+4
*
fixes #15512 (#15521)
Andreas Rumpf
2020-10-08
1
-1
/
+13
*
fixes a regression
Araq
2020-10-08
2
-10
/
+19
*
fix #15516 (#15518)
cooldome
2020-10-08
1
-4
/
+6
*
docgen: improve alignment of comments (still not perfect) (#15506)
Andreas Rumpf
2020-10-07
1
-1
/
+1
*
fixes #15508 (#15509)
Andreas Rumpf
2020-10-07
1
-6
/
+13
*
disable 'observable stores' warning message for 1.4 (#15507)
Andreas Rumpf
2020-10-07
1
-1
/
+1
*
implements https://github.com/nim-lang/RFCs/issues/260 (#15505)
Andreas Rumpf
2020-10-07
4
-12
/
+28
*
effects: exclude swap() from "indirect calls" assumption (#15504)
Paul Tan
2020-10-06
1
-1
/
+1
*
New hint for unused exceptions in .raises (#15492)
IDF
2020-10-06
2
-4
/
+8
*
implements https://github.com/nim-lang/RFCs/issues/258 (#15503)
Andreas Rumpf
2020-10-06
10
-46
/
+147
*
minor reformating
Araq
2020-10-06
1
-1
/
+1
*
const view types; fixes some cases from https://github.com/nim-lang/Nim/issue...
Andreas Rumpf
2020-10-05
6
-47
/
+68
*
group procs of the same name in TOC (#15487)
Miran
2020-10-05
3
-8
/
+33
*
renderer: use the biggest integer type for masking literals (#15482)
alaviss
2020-10-04
1
-1
/
+1
*
fixes https://github.com/nim-lang/RFCs/issues/257 [backport:1.2] (#15479)
Andreas Rumpf
2020-10-03
1
-2
/
+2
*
implements https://github.com/nim-lang/RFCs/issues/257 (#15466)
Andreas Rumpf
2020-10-02
3
-7
/
+9
*
remove nim.cfg file change lefover [backport:1.2] (#15469)
Andreas Rumpf
2020-10-02
1
-6
/
+0
*
parser hotfix: don't run into endless loops; regression (#15468)
Andreas Rumpf
2020-10-02
1
-4
/
+16
*
Added std/effecttraits.nim (#15462)
Andreas Rumpf
2020-10-02
1
-0
/
+9
*
closureiters: fixes #15243 (#15454) [backport:1.2]
Andreas Rumpf
2020-10-02
3
-4
/
+126
*
fixes #15430, pop pragma takes invalid input (#15449)
shirleyquirk
2020-10-01
1
-1
/
+3
*
fix #15405. deepcopy arc (#15410)
cooldome
2020-10-01
4
-3
/
+12
*
Clean out (#15448)
Juan Carlos
2020-10-01
1
-11
/
+0
*
views: yet another bugfix (#15447)
Andreas Rumpf
2020-10-01
3
-9
/
+27
*
refactoring, fixes yet another strictFuncs regression (#15446)
Andreas Rumpf
2020-10-01
2
-8
/
+17
*
added missing .noalias support for object fields (#15445)
Andreas Rumpf
2020-10-01
1
-3
/
+5
*
better support for view types (#15436)
Andreas Rumpf
2020-09-30
3
-11
/
+51
*
spec for view types (#15424)
Andreas Rumpf
2020-09-29
5
-49
/
+235
*
.noalias annotation; frontend support (#15419)
Andreas Rumpf
2020-09-28
6
-10
/
+22
*
produce runtime type information for reified openArrays (#15415)
Andreas Rumpf
2020-09-27
3
-19
/
+34
*
better support for slices as views (#15414)
Andreas Rumpf
2020-09-27
3
-44
/
+63
*
cursor inference: makes combparser work; refactorings (#15411)
Andreas Rumpf
2020-09-26
1
-68
/
+71
*
koch, compiler: bundle fusion as part of the source archive (#15409)
alaviss
2020-09-26
1
-0
/
+1
*
Revert "fix #15035 (#15236)" (#15408)
cooldome
2020-09-24
1
-3
/
+2
*
more precise borrow checking of 'result' (#15406)
Andreas Rumpf
2020-09-24
2
-3
/
+8
*
fixes #15403 (#15404)
Andreas Rumpf
2020-09-24
1
-1
/
+2
*
fixes #15361 (#15401)
Andreas Rumpf
2020-09-24
1
-36
/
+131
*
use release version (#15400)
flywind
2020-09-24
1
-2
/
+2
*
Fix #15389 (#15390)
cooldome
2020-09-24
2
-24
/
+27
*
fix the indentation in `--help` and `--fullhelp` (#15387)
Miran
2020-09-23
1
-2
/
+2
*
'koch temp' bugfix
Araq
2020-09-23
1
-2
/
+2
*
finish the stacktraces.nim implementation [backport:1.2] (#15393)
Andreas Rumpf
2020-09-23
1
-0
/
+1
*
Fix forward declarations in shadow scope contexts (#15386)
Clyybber
2020-09-22
4
-13
/
+24
*
fixes #15360 [backport:1.2] (#15378)
Andreas Rumpf
2020-09-21
1
-1
/
+1
[next]