summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* fixes the regressionAndreas Rumpf2019-03-071-1/+2
* owned refs must be movedAndreas Rumpf2019-03-074-27/+8
* explicit default values for a leaner codegen, .cursor variables for optimizationAndreas Rumpf2019-03-076-46/+164
* fixes #10791Andreas Rumpf2019-03-061-0/+3
* make tests green againAndreas Rumpf2019-03-061-1/+2
* dfa.nim: continues are badAndreas Rumpf2019-03-061-2/+3
* implement system.default for the JS targetAndreas Rumpf2019-03-051-11/+16
* introduce tfHasOwned for fast must-move checkings; removed tfAcyclic as the G...Andreas Rumpf2019-03-058-28/+28
* colors for debugging (not for windows) (#10786)Arne Döring2019-03-051-3/+33
* fixes a critical GC safety inference bug (#10615)Andreas Rumpf2019-03-055-32/+42
* added system.default in order to prevent the abstraction inversion that 'temp...Andreas Rumpf2019-03-054-10/+19
* no underscoresAndreas Rumpf2019-03-051-3/+3
* better error message for 'owned'Andreas Rumpf2019-03-051-1/+2
* DFA: fixes wrong 'def' instruction emissionAndreas Rumpf2019-03-051-5/+6
* destructors/dfa: more documentationAndreas Rumpf2019-03-042-8/+40
* ccgexprs.nim: less confusing code layoutAndreas Rumpf2019-03-041-5/+10
* cgen.nim: code cleanupsAndreas Rumpf2019-03-041-15/+17
* special typing rules for owned pointersAndreas Rumpf2019-03-045-4/+17
* Added optional proc parameter to llStreamOpenStdIn (#10769)sealmove2019-03-041-2/+6
* doc: move specific checks to advanced options, for a less intimidatin… (#10...Jacek Sieka2019-03-043-6/+3
* sizealign of union type (#10780)Arne Döring2019-03-041-2/+52
* More depth debug proc (#10782)Arne Döring2019-03-041-89/+209
* compiler/extccomp: use getNimcacheDir for writing build instruction (#10772)alaviss2019-03-041-1/+1
* add wasm32 platformJacek Sieka2019-03-031-2/+3
* StringStream and parseJson, parseCfg, parseSql et al for the vm (#10746)Arne Döring2019-02-284-100/+73
* gc:destructors: progressAndreas Rumpf2019-02-283-0/+19
* compiler/commands: keep extension for output file (#10755)alaviss2019-02-281-1/+1
* compiler/[main,docgen]: don't put generated doc in subfolder (#10754)alaviss2019-02-282-2/+6
* Initial version of the hot-code reloading support for native targets (#10729)zah2019-02-2633-343/+845
* minor fix for debug on symbols (#10742)Arne Döring2019-02-261-3/+3
* make typeToString sane for sequence againAndreas Rumpf2019-02-251-1/+1
* make nimsuggest aware of tyOwnedAndreas Rumpf2019-02-251-1/+1
* Fixes #10727. (#10728)deech2019-02-251-1/+6
* discard destroys its argument in-place (#9478)LemonBoy2019-02-231-0/+4
* Tuple unpacking now works for `for` vars (#10152)Neelesh Chandola2019-02-235-45/+116
* Open a new scope for `static:` expr blocks (#10649)LemonBoy2019-02-231-1/+5
* Tighten the conversion from tyRange to scalar types (#10495)LemonBoy2019-02-231-6/+7
* make the VM aware of tyOwnedAndreas Rumpf2019-02-231-4/+4
* FFI at CT (#10150)Timothee Cour2019-02-237-136/+162
* fixes #10678 (#10681)Arne Döring2019-02-231-1/+1
* first steps in implementing 'owned' pointers; undocumented, do not useAndreas Rumpf2019-02-2312-54/+75
* code cleanup: there is no tyOptRefAndreas Rumpf2019-02-227-15/+18
* it's spelt callsiteAndreas Rumpf2019-02-223-4/+5
* gc:destructors: make strutils compile (but still crashes)Andreas Rumpf2019-02-221-7/+12
* gc:destructors: progressAndreas Rumpf2019-02-212-9/+6
* gc:destructors: make system/repr compileAndreas Rumpf2019-02-211-1/+26
* gc:destructors: slightly more stuff compilesAraq2019-02-201-1/+2
* gc:destructors: sink parameters need to be destroyed properlyAndreas Rumpf2019-02-201-3/+3
* gc:destructors: add first test programAndreas Rumpf2019-02-191-1/+3
* fixes #10195Araq2019-02-191-35/+41