summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* completes #12799, fixes #12216 (#12870)Andreas Rumpf2019-12-101-0/+1
* fixes #12827 (#12829) [backport]cooldome2019-12-101-4/+5
* fixes #12820 (#12828)cooldome2019-12-091-0/+7
* Support cross compiling from host to host (#12859)Neelesh Chandola2019-12-091-2/+1
* Assigning template to var/let/const gives a proper error (#12851)Neelesh Chandola2019-12-091-5/+9
* Fixes #12832 (#12842) [backport]Neelesh Chandola2019-12-081-0/+5
* VM: allow ptr setting ptr fields (#12825)Timothee Cour2019-12-061-1/+5
* fixes #12821 (#12822)cooldome2019-12-061-5/+10
* Fixed objects being erroneously zeroed out before object construction (#12814...Neelesh Chandola2019-12-051-0/+3
* ARC related bugfixes and refactorings (#12781)Andreas Rumpf2019-12-055-247/+219
* fixes #12783 [backport] (#12810)cooldome2019-12-051-6/+3
* better support for PROGMEM like annotations for lets/vars; fixes #12216 (#12799)Andreas Rumpf2019-12-058-81/+118
* fixes #12804 (#12809)cooldome2019-12-051-2/+2
* fix #12740 (#12774)Arne Döring2019-12-041-7/+16
* Fix external file recompilation (#12802)cooldome2019-12-031-1/+1
* Path substitution for --out and --outdir (#12796)genotrance2019-12-032-6/+4
* Fixes #12734 (#12784)Tomohiro2019-12-011-1/+4
* Refactored VM registerlayout. The size and location of the registers in (#12775)Ico Doornekamp2019-11-302-29/+54
* [backport] always set `fileInfoIdx.isKnownFile` (#12773)Jasper Jenkins2019-11-291-0/+1
* fixes #12669Araq2019-11-291-11/+26
* fixes #12766Araq2019-11-291-8/+12
* Fixes #12767 (#12768)genotrance2019-11-291-0/+2
* fixes #11727 [backport]Araq2019-11-283-5/+12
* fixes #12488 [backport]Araq2019-11-281-1/+4
* ARC: implemented a simple cycle detectorAraq2019-11-283-6/+42
* Cosmetic compiler cleanup (#12718)Clyybber2019-11-28109-6255/+6116
* Substitute $nimbleDir in --path flags (#12750)genotrance2019-11-283-2/+17
* VM: improvements for var T/addr (#12667); fixes #12489Andreas Rumpf2019-11-283-8/+43
* [backport] Fix spelling typos (#12755)Brian Wignall2019-11-282-2/+2
* ARC: ported the GC tests over to --gc:arcAraq2019-11-263-0/+6
* fixes #12663 staticRead now creates a dependency for rebuilds (#12731) [backp...Timothee Cour2019-11-252-12/+15
* Revert "ARC: another critical bugfix; temporary tuples we introduce for tuple...narimiran2019-11-241-1/+0
* ARC: another critical bugfix; temporary tuples we introduce for tuple unpacka...Araq2019-11-221-0/+1
* ARC: yet another silly bugfixAraq2019-11-221-0/+2
* implemented a new localPassc pragma (#12706)Andreas Rumpf2019-11-225-8/+28
* Improve head comment on JS (#12548)Juan Carlos2019-11-221-15/+13
* added the --asm command line option for inspection of the produced assember c...Andreas Rumpf2019-11-213-6/+35
* fixes #12670 [backport] (#12693)Andreas Rumpf2019-11-201-1/+2
* conversions to unsigned numbers are not checked anymore; implements /… (#12...Andreas Rumpf2019-11-204-6/+12
* more arc improvements (#12690)Andreas Rumpf2019-11-202-1/+12
* fixes #12612 [backport] (#12681)Andreas Rumpf2019-11-191-6/+9
* fix regression in align (#12680)Arne Döring2019-11-192-3/+6
* ARC: closure bugfixes (#12677)Andreas Rumpf2019-11-183-16/+53
* fixes and changes the recently introduced 'alignas' to be 'align' (#12666)Andreas Rumpf2019-11-152-7/+7
* ARC: fixes leaking new() statement (#12665)Andreas Rumpf2019-11-152-8/+15
* remove two asserts in int128.nim (#12648) [backport]Miran2019-11-151-2/+0
* ARC: solves phase ordering problems (#12654)Andreas Rumpf2019-11-148-59/+62
* ARC: closure inside object constructor now worksAraq2019-11-131-2/+15
* ARC: handle closures like tuples consistentlyAraq2019-11-131-2/+2
* ARC: use the new .cursor annotation for 'up' pointersAraq2019-11-132-3/+7