summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
...
* [cleanup] remove unnecessary procs in vm (#19888)flywind2022-06-132-6/+2
* Friendlier error message with solution (#19880)Carlo Capocasa2022-06-111-1/+2
* Extend and document compiler debugging utilities (#19841)quantimnot2022-06-101-0/+16
* remove noop option `gc:v2` (#19810)flywind2022-06-104-6/+3
* not generate initStackBottomWith in arc/orc [backport] (#19875)flywind2022-06-101-1/+1
* give a better error message for some template expansions (#19871)Andreas Rumpf2022-06-091-2/+4
* RST: improve simple tables (#19859)Andrey Makarov2022-06-042-0/+3
* Stop type aliases from inheriting sfUsed (#19861)quantimnot2022-06-041-1/+1
* Refactor and doc package handling, module name mangling (#19821)quantimnot2022-05-3015-243/+129
* [vm] remove unused opcSubstr opcode (#19834)flywind2022-05-302-10/+2
* Fix global destructor injection for JS backend (#19797)quantimnot2022-05-231-5/+25
* Add 'usages' option to the --stylechecks error msg (#19759)Zoom2022-05-041-2/+2
* Fix fixAbstractType for user defined typeclasses, fixes #19730 & #18409 (#19732)nc-x2022-04-301-1/+1
* Make sure that field usage preserves the original line info (#19751)Ivan Yonchovski2022-04-291-0/+2
* fixes #18612; apply cache and memcmp for methods in arc/orc (#19749)flywind2022-04-261-2/+5
* use signed comparisons for the index checking in the hope it improves the cod...Andreas Rumpf2022-04-261-7/+7
* fixes #19662; Indent level errored for first line (#19718)flywind2022-04-253-1/+6
* fix NimNode comment repr() regression [backport: 1.2] (#19726)flywind2022-04-251-0/+2
* add warnings for gc:option (#19722)flywind2022-04-251-42/+49
* fix #19435; don't create TypeBoundOps for tyOpenArray, tyVarargs [backport: 1...flywind2022-04-251-1/+1
* Move common Latex code into class nimdoc.cls (#19734)Andrey Makarov2022-04-212-1/+7
* fix #19680; check if stderr is static (#19709)flywind2022-04-121-1/+1
* fix #17286 nim check -b:js works (#19704)flywind2022-04-091-0/+2
* fix stylecheck bug with nre (#19356)flywind2022-04-081-3/+6
* [nimsuggest] return the type when on symbol in let/var (#19639)Ivan Yonchovski2022-04-071-3/+6
* fix #18986; Import/except doesn't work on devel [backport: 1.6] (#19687)flywind2022-04-061-1/+1
* Fix bug in freshVarForClosureIter. Fixes #18474 (#19675) [backport]flywind2022-04-043-21/+17
* fixes #14318 (#14335)Andreas Rumpf2022-03-261-1/+1
* fix #8219; nim check/dump shouldn't run single nimscript project [backport: 1...flywind2022-03-261-1/+2
* remove tmpFramePtr when optStackTrace is absent (#19649)flywind2022-03-261-4/+0
* fixes #19603; some pragmas were really only supported as top level statements...Andreas Rumpf2022-03-262-7/+16
* mitigates #19364 [backport]; we make this bug more unlikely to appear by prod...Andreas Rumpf2022-03-261-6/+12
* remove unnecessary framePtr code (#19645)flywind2022-03-251-3/+6
* fix nim check nimscript [backport: 1.6] (#19444)flywind2022-03-232-1/+7
* output byref types into --header file [backport: 1.6] (#19505)flywind2022-03-231-2/+7
* move assertions out of system (#19599)flywind2022-03-2379-1/+251
* fixes #19615; emit better code for integer divisions when the divisor… (#19...Andreas Rumpf2022-03-221-6/+16
* fixes #19631 (#19618)Andreas Rumpf2022-03-201-3/+8
* compiler: Handle nkCheckedFieldExpr better in dfa (#19616)Clyybber2022-03-181-4/+2
* support useVersion:1.6 (#19601)flywind2022-03-102-0/+5
* fixes #19575 (#19596) [backport]Andreas Rumpf2022-03-091-2/+4
* fixes #19569 (#19595) [backport]Andreas Rumpf2022-03-092-9/+7
* register callback for marshal in VM (#19578)flywind2022-03-084-45/+40
* apply changes from #18017 and some fixes (#19571)flywind2022-03-013-38/+42
* Fix #18662 (#19534)Evan Typanski2022-02-282-8/+3
* make compileOption("panics") work (#19568)solarizedalias2022-02-271-0/+1
* fix #19266; allow reassign discriminant field (#19567)flywind2022-02-253-2/+17
* Remove volatiles when compiling with ARC/ORC (#19545)PMunch2022-02-251-18/+50
* Document links repect --out in .idx file (#19543)Jake Leahy2022-02-241-1/+4
* compile pragma: cache the result sooner (#19554)Ștefan Talpalaru2022-02-241-1/+3