Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | completes #12799, fixes #12216 (#12870) | Andreas Rumpf | 2019-12-10 | 1 | -0/+1 |
| | |||||
* | fixes #12827 (#12829) [backport] | cooldome | 2019-12-10 | 1 | -4/+5 |
| | |||||
* | fixes #12820 (#12828) | cooldome | 2019-12-09 | 1 | -0/+7 |
| | |||||
* | Support cross compiling from host to host (#12859) | Neelesh Chandola | 2019-12-09 | 1 | -2/+1 |
| | |||||
* | Assigning template to var/let/const gives a proper error (#12851) | Neelesh Chandola | 2019-12-09 | 1 | -5/+9 |
| | | | | | | * Assigning template to var/let/const gives a proper error * Fix style | ||||
* | Fixes #12832 (#12842) [backport] | Neelesh Chandola | 2019-12-08 | 1 | -0/+5 |
| | | | | | | * Fix #12832 * nimVm -> nimvm in json.nim * Use suggestSym() instead of markUsed(); Also use styleCheckUse() for finding style violations | ||||
* | VM: allow ptr setting ptr fields (#12825) | Timothee Cour | 2019-12-06 | 1 | -1/+5 |
| | |||||
* | fixes #12821 (#12822) | cooldome | 2019-12-06 | 1 | -5/+10 |
| | |||||
* | Fixed objects being erroneously zeroed out before object construction ↵ | Neelesh Chandola | 2019-12-05 | 1 | -0/+3 |
| | | | | (#12814) [backport] | ||||
* | ARC related bugfixes and refactorings (#12781) | Andreas Rumpf | 2019-12-05 | 5 | -247/+219 |
| | |||||
* | fixes #12783 [backport] (#12810) | cooldome | 2019-12-05 | 1 | -6/+3 |
| | | | | | | * fixes #12783 * Trigger build | ||||
* | better support for PROGMEM like annotations for lets/vars; fixes #12216 (#12799) | Andreas Rumpf | 2019-12-05 | 8 | -81/+118 |
| | |||||
* | fixes #12804 (#12809) | cooldome | 2019-12-05 | 1 | -2/+2 |
| | |||||
* | fix #12740 (#12774) | Arne Döring | 2019-12-04 | 1 | -7/+16 |
| | | | | | | | | | | * fix #12740 * A different kind of a hack * proper fix * fix typo | ||||
* | Fix external file recompilation (#12802) | cooldome | 2019-12-03 | 1 | -1/+1 |
| | |||||
* | Path substitution for --out and --outdir (#12796) | genotrance | 2019-12-03 | 2 | -6/+4 |
| | | | | | * Enable pathSubs for --out and --outDir * Cleanup | ||||
* | Fixes #12734 (#12784) | Tomohiro | 2019-12-01 | 1 | -1/+4 |
| | |||||
* | Refactored VM registerlayout. The size and location of the registers in (#12775) | Ico Doornekamp | 2019-11-30 | 2 | -29/+54 |
| | | | | the instructions are now all derived from a single definition, allowing the register layout to be changed. | ||||
* | [backport] always set `fileInfoIdx.isKnownFile` (#12773) | Jasper Jenkins | 2019-11-29 | 1 | -0/+1 |
| | |||||
* | fixes #12669 | Araq | 2019-11-29 | 1 | -11/+26 |
| | |||||
* | fixes #12766 | Araq | 2019-11-29 | 1 | -8/+12 |
| | |||||
* | Fixes #12767 (#12768) | genotrance | 2019-11-29 | 1 | -0/+2 |
| | |||||
* | fixes #11727 [backport] | Araq | 2019-11-28 | 3 | -5/+12 |
| | |||||
* | fixes #12488 [backport] | Araq | 2019-11-28 | 1 | -1/+4 |
| | |||||
* | ARC: implemented a simple cycle detector | Araq | 2019-11-28 | 3 | -6/+42 |
| | |||||
* | Cosmetic compiler cleanup (#12718) | Clyybber | 2019-11-28 | 109 | -6255/+6116 |
| | | | | | | | | | | | | | | | | | | * Cleanup compiler code base * Unify add calls * Unify len invocations * Unify range operators * Fix oversight * Remove {.procvar.} pragma * initCandidate -> newCandidate where reasonable * Unify safeLen calls | ||||
* | Substitute $nimbleDir in --path flags (#12750) | genotrance | 2019-11-28 | 3 | -2/+17 |
| | |||||
* | VM: improvements for var T/addr (#12667); fixes #12489 | Andreas Rumpf | 2019-11-28 | 3 | -8/+43 |
| | |||||
* | [backport] Fix spelling typos (#12755) | Brian Wignall | 2019-11-28 | 2 | -2/+2 |
| | |||||
* | ARC: ported the GC tests over to --gc:arc | Araq | 2019-11-26 | 3 | -0/+6 |
| | |||||
* | fixes #12663 staticRead now creates a dependency for rebuilds (#12731) ↵ | Timothee Cour | 2019-11-25 | 2 | -12/+15 |
| | | | | | | | [backport] * fix #12663 staticRead * address comments | ||||
* | Revert "ARC: another critical bugfix; temporary tuples we introduce for ↵ | narimiran | 2019-11-24 | 1 | -1/+0 |
| | | | | | | tuple unpackaging are not owning the data" This reverts commit 8b2f8f5430e8c328efe5bce94e397f15e3c501af. | ||||
* | ARC: another critical bugfix; temporary tuples we introduce for tuple ↵ | Araq | 2019-11-22 | 1 | -0/+1 |
| | | | | unpackaging are not owning the data | ||||
* | ARC: yet another silly bugfix | Araq | 2019-11-22 | 1 | -0/+2 |
| | |||||
* | implemented a new localPassc pragma (#12706) | Andreas Rumpf | 2019-11-22 | 5 | -8/+28 |
| | |||||
* | Improve head comment on JS (#12548) | Juan Carlos | 2019-11-22 | 1 | -15/+13 |
| | | | | | | * Improve comment on JSGen, replace 12+ concatenations by 1 multiline string * Peer review feedbacks https://github.com/nim-lang/Nim/pull/12548#discussion_r340051147 | ||||
* | added the --asm command line option for inspection of the produced assember ↵ | Andreas Rumpf | 2019-11-21 | 3 | -6/+35 |
| | | | | code (#12699) | ||||
* | fixes #12670 [backport] (#12693) | Andreas Rumpf | 2019-11-20 | 1 | -1/+2 |
| | |||||
* | conversions to unsigned numbers are not checked anymore; implements /… ↵ | Andreas Rumpf | 2019-11-20 | 4 | -6/+12 |
| | | | | | | | | (#12688) [backport] * conversions to unsigned numbers are not checked anymore; implements / fixes https://github.com/nim-lang/RFCs/issues/175 * change the spec yet again to be less consistent but to make more sense; updated the changelog | ||||
* | more arc improvements (#12690) | Andreas Rumpf | 2019-11-20 | 2 | -1/+12 |
| | | | | | * ARC: bugfix for =destroy for inherited objects * added code useful for debugging | ||||
* | fixes #12612 [backport] (#12681) | Andreas Rumpf | 2019-11-19 | 1 | -6/+9 |
| | |||||
* | fix regression in align (#12680) | Arne Döring | 2019-11-19 | 2 | -3/+6 |
| | | | | | | * fix regression in align * add test typesym without type | ||||
* | ARC: closure bugfixes (#12677) | Andreas Rumpf | 2019-11-18 | 3 | -16/+53 |
| | | | | | | | | * ARC: closure bugfixes * progress * ARC closures: create =hooks for captured parameters * ARC: always destroy constructions like tuples, arrays properly, even in edge cases * fixes a regression | ||||
* | fixes and changes the recently introduced 'alignas' to be 'align' (#12666) | Andreas Rumpf | 2019-11-15 | 2 | -7/+7 |
| | | | | | | * fixes and changes the recently introduced 'alignas' to be 'align' * more improvements | ||||
* | ARC: fixes leaking new() statement (#12665) | Andreas Rumpf | 2019-11-15 | 2 | -8/+15 |
| | |||||
* | remove two asserts in int128.nim (#12648) [backport] | Miran | 2019-11-15 | 1 | -2/+0 |
| | | | | | | | Before this PR, `tests/misc/tconv.nim` fails when the compiler is compiled without `-d:danger` flag. Bear in mind that even without the asserts, the values outside of a given range are still checked and a meaningful error message (from `compiler/semexprs.nim`) is printed. | ||||
* | ARC: solves phase ordering problems (#12654) | Andreas Rumpf | 2019-11-14 | 8 | -59/+62 |
| | |||||
* | ARC: closure inside object constructor now works | Araq | 2019-11-13 | 1 | -2/+15 |
| | |||||
* | ARC: handle closures like tuples consistently | Araq | 2019-11-13 | 1 | -2/+2 |
| | |||||
* | ARC: use the new .cursor annotation for 'up' pointers | Araq | 2019-11-13 | 2 | -3/+7 |
| |