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
*
Fixed iteration limit hit from execproc (#15723) [backport:1.2] [backport:1.4]
Jason Beetham
2020-10-26
1
-0
/
+1
*
fix #15704 #15597 wrong VM register was freed (#15705)
Timothee Cour
2020-10-26
1
-2
/
+4
*
explicit ID generation for easier IC (#15559)
Andreas Rumpf
2020-10-25
66
-902
/
+852
*
[minor] nimVMDebug: fix codeListing formatting for jump-to-file to work (#15711)
Timothee Cour
2020-10-25
1
-1
/
+1
*
Revert "fixes #15280 [backport:1.2] (#15281)" (#15700)
Clyybber
2020-10-24
1
-1
/
+1
*
fix #15662 (#15678)
cooldome
2020-10-23
1
-17
/
+15
*
make cgen header consistent with jsgen header (#15682)
Timothee Cour
2020-10-23
1
-16
/
+9
*
fixes view types for sizeof() and --gc:orc (#15680)
Andreas Rumpf
2020-10-22
2
-4
/
+4
*
fixes #15652 [backport:1.4] (#15679)
Andreas Rumpf
2020-10-22
1
-1
/
+1
*
[backport: 1.4] Better linebreaks (#15658)
Miran
2020-10-22
1
-10
/
+4
*
Cleanup
Clyybber
2020-10-22
1
-2
/
+0
*
add Source+Edit links on top of every docgend file (#15642)
Timothee Cour
2020-10-22
2
-22
/
+26
*
reuse existing toHumanStr (#15674)
Timothee Cour
2020-10-21
2
-2
/
+2
*
add --declaredlocs (#15666)
Timothee Cour
2020-10-21
5
-10
/
+19
*
fix cgen header copyright (#15649)
Timothee Cour
2020-10-21
1
-3
/
+1
*
fixes bootstrapping for any machine that has a Nim already installed [backpor...
Andreas Rumpf
2020-10-20
2
-11
/
+18
*
even more "eg" fixes [ci skip]
narimiran
2020-10-20
3
-5
/
+5
*
Fix commentOffsetA for doc comments (#15643)
Clyybber
2020-10-20
1
-1
/
+1
*
arc allocation method aligned (#15588)
cooldome
2020-10-19
1
-8
/
+16
*
Tables, use sink val arguments more actively (#15625)
cooldome
2020-10-19
1
-19
/
+20
*
Fix #15599 (#15601)
Clyybber
2020-10-16
1
-1
/
+1
*
renamed '=' to '=copy' [backport:1.2] (#15585)
Andreas Rumpf
2020-10-15
4
-6
/
+7
*
ORC: critical bugfix for the cycle analyser, introduce -d:nimStressOrc for ea...
Andreas Rumpf
2020-10-14
1
-1
/
+1
*
suggest: try to find the implementation of a symbol when def is used (#15555)
alaviss
2020-10-14
2
-7
/
+16
*
Make useVersion:1.0 disable the proc arg sym change (#15570)
Clyybber
2020-10-14
3
-1
/
+9
*
fixes a C code generator regression, no need to backport, only the 1.4 line i...
Andreas Rumpf
2020-10-14
1
-1
/
+1
*
Update the list of GC options when raising an error (closes #15547) (#15553)
Benjamin Lee
2020-10-14
1
-1
/
+1
*
sigmatch: hotfix [backport] (#15565)
Andreas Rumpf
2020-10-14
1
-2
/
+2
*
Fix 15543 (#15544)
cooldome
2020-10-12
1
-1
/
+1
*
refactoring: moved setOutFile to where it belongs
Andreas Rumpf
2020-10-11
2
-14
/
+15
*
refactoring: removed cmdlinehelper.mainCommand callback
Andreas Rumpf
2020-10-11
2
-17
/
+15
*
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
[next]