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
...
*
[cleanup] remove unnecessary procs in vm (#19888)
flywind
2022-06-13
2
-6
/
+2
*
Friendlier error message with solution (#19880)
Carlo Capocasa
2022-06-11
1
-1
/
+2
*
Extend and document compiler debugging utilities (#19841)
quantimnot
2022-06-10
1
-0
/
+16
*
remove noop option `gc:v2` (#19810)
flywind
2022-06-10
4
-6
/
+3
*
not generate initStackBottomWith in arc/orc [backport] (#19875)
flywind
2022-06-10
1
-1
/
+1
*
give a better error message for some template expansions (#19871)
Andreas Rumpf
2022-06-09
1
-2
/
+4
*
RST: improve simple tables (#19859)
Andrey Makarov
2022-06-04
2
-0
/
+3
*
Stop type aliases from inheriting sfUsed (#19861)
quantimnot
2022-06-04
1
-1
/
+1
*
Refactor and doc package handling, module name mangling (#19821)
quantimnot
2022-05-30
15
-243
/
+129
*
[vm] remove unused opcSubstr opcode (#19834)
flywind
2022-05-30
2
-10
/
+2
*
Fix global destructor injection for JS backend (#19797)
quantimnot
2022-05-23
1
-5
/
+25
*
Add 'usages' option to the --stylechecks error msg (#19759)
Zoom
2022-05-04
1
-2
/
+2
*
Fix fixAbstractType for user defined typeclasses, fixes #19730 & #18409 (#19732)
nc-x
2022-04-30
1
-1
/
+1
*
Make sure that field usage preserves the original line info (#19751)
Ivan Yonchovski
2022-04-29
1
-0
/
+2
*
fixes #18612; apply cache and memcmp for methods in arc/orc (#19749)
flywind
2022-04-26
1
-2
/
+5
*
use signed comparisons for the index checking in the hope it improves the cod...
Andreas Rumpf
2022-04-26
1
-7
/
+7
*
fixes #19662; Indent level errored for first line (#19718)
flywind
2022-04-25
3
-1
/
+6
*
fix NimNode comment repr() regression [backport: 1.2] (#19726)
flywind
2022-04-25
1
-0
/
+2
*
add warnings for gc:option (#19722)
flywind
2022-04-25
1
-42
/
+49
*
fix #19435; don't create TypeBoundOps for tyOpenArray, tyVarargs [backport: 1...
flywind
2022-04-25
1
-1
/
+1
*
Move common Latex code into class nimdoc.cls (#19734)
Andrey Makarov
2022-04-21
2
-1
/
+7
*
fix #19680; check if stderr is static (#19709)
flywind
2022-04-12
1
-1
/
+1
*
fix #17286 nim check -b:js works (#19704)
flywind
2022-04-09
1
-0
/
+2
*
fix stylecheck bug with nre (#19356)
flywind
2022-04-08
1
-3
/
+6
*
[nimsuggest] return the type when on symbol in let/var (#19639)
Ivan Yonchovski
2022-04-07
1
-3
/
+6
*
fix #18986; Import/except doesn't work on devel [backport: 1.6] (#19687)
flywind
2022-04-06
1
-1
/
+1
*
Fix bug in freshVarForClosureIter. Fixes #18474 (#19675) [backport]
flywind
2022-04-04
3
-21
/
+17
*
fixes #14318 (#14335)
Andreas Rumpf
2022-03-26
1
-1
/
+1
*
fix #8219; nim check/dump shouldn't run single nimscript project [backport: 1...
flywind
2022-03-26
1
-1
/
+2
*
remove tmpFramePtr when optStackTrace is absent (#19649)
flywind
2022-03-26
1
-4
/
+0
*
fixes #19603; some pragmas were really only supported as top level statements...
Andreas Rumpf
2022-03-26
2
-7
/
+16
*
mitigates #19364 [backport]; we make this bug more unlikely to appear by prod...
Andreas Rumpf
2022-03-26
1
-6
/
+12
*
remove unnecessary framePtr code (#19645)
flywind
2022-03-25
1
-3
/
+6
*
fix nim check nimscript [backport: 1.6] (#19444)
flywind
2022-03-23
2
-1
/
+7
*
output byref types into --header file [backport: 1.6] (#19505)
flywind
2022-03-23
1
-2
/
+7
*
move assertions out of system (#19599)
flywind
2022-03-23
79
-1
/
+251
*
fixes #19615; emit better code for integer divisions when the divisor… (#19...
Andreas Rumpf
2022-03-22
1
-6
/
+16
*
fixes #19631 (#19618)
Andreas Rumpf
2022-03-20
1
-3
/
+8
*
compiler: Handle nkCheckedFieldExpr better in dfa (#19616)
Clyybber
2022-03-18
1
-4
/
+2
*
support useVersion:1.6 (#19601)
flywind
2022-03-10
2
-0
/
+5
*
fixes #19575 (#19596) [backport]
Andreas Rumpf
2022-03-09
1
-2
/
+4
*
fixes #19569 (#19595) [backport]
Andreas Rumpf
2022-03-09
2
-9
/
+7
*
register callback for marshal in VM (#19578)
flywind
2022-03-08
4
-45
/
+40
*
apply changes from #18017 and some fixes (#19571)
flywind
2022-03-01
3
-38
/
+42
*
Fix #18662 (#19534)
Evan Typanski
2022-02-28
2
-8
/
+3
*
make compileOption("panics") work (#19568)
solarizedalias
2022-02-27
1
-0
/
+1
*
fix #19266; allow reassign discriminant field (#19567)
flywind
2022-02-25
3
-2
/
+17
*
Remove volatiles when compiling with ARC/ORC (#19545)
PMunch
2022-02-25
1
-18
/
+50
*
Document links repect --out in .idx file (#19543)
Jake Leahy
2022-02-24
1
-1
/
+4
*
compile pragma: cache the result sooner (#19554)
Ștefan Talpalaru
2022-02-24
1
-1
/
+3
[prev]
[next]