summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* revert discard in destroyer (#10840)cooldome2019-03-151-4/+0
* --newruntime: progressAndreas Rumpf2019-03-144-23/+29
* multi-methods: remove hack, make tmethod_various compile under strict C++ [ba...Andreas Rumpf2019-03-142-12/+12
* --newruntime: work in progressAndreas Rumpf2019-03-148-128/+376
* added lowerings.genLen helper procAndreas Rumpf2019-03-141-0/+9
* added types.isFinal helper procAndreas Rumpf2019-03-141-0/+4
* destroyer.nim: added a remark about code generationAndreas Rumpf2019-03-141-0/+14
* rename: semasgn -> liftdestructorsAndreas Rumpf2019-03-142-1/+1
* fixes #10805 (#10806)cooldome2019-03-131-2/+9
* Added nimscript support to repl (#10834)sealmove2019-03-131-2/+7
* fixes #10807 (#10814)cooldome2019-03-125-8/+23
* fixes dce regression #10703 (#10820)cooldome2019-03-123-17/+21
* Less warnings in macros (#10799)Arne Döring2019-03-111-4/+0
* Fixed order of output in repl and added a proc for opening a custom repl (#10...sealmove2019-03-102-3/+25
* Don't include the nimhcr dev docs in the system module documentation (#10759)zah2019-03-083-6/+6
* documentation style tweaks (#10790)Miran2019-03-081-4/+4
* Render a colon for command if last arg list (#10803)Alexander Ivanov2019-03-081-1/+10
* 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