summary refs log tree commit diff stats
path: root/compiler/jsgen.nim
Commit message (Expand)AuthorAgeFilesLines
...
* Fixes #9154 (#9193)manterolat2018-10-101-0/+3
* Field checks for everybody (#8957)LemonBoy2018-10-091-9/+46
* Try/Catch support for native JS exceptions (#8955)LemonBoy2018-10-091-6/+32
* Make the registered passes local to the ModuleGraph (#9259)LemonBoy2018-10-091-2/+2
* Merge branch 'devel' into araq-better-docgenAraq2018-09-141-25/+23
|\
| * Fix concat behaviour for uninitialized strings (#8950)LemonBoy2018-09-111-10/+12
| * JS strings have no trailing zero anymore (#8936)LemonBoy2018-09-111-19/+15
* | fixes bootstrapping problemsAraq2018-09-071-1/+1
* | compiler refactoring; use typesafe path handing; docgen: render symbols betwe...Andreas Rumpf2018-09-071-6/+6
|/
* Sync line generation between C and JS backends (#8888)LemonBoy2018-09-071-3/+3
* Automatic deref for everything but pointers in asm/emit (#8891)LemonBoy2018-09-071-2/+13
* Correctly mangle `this` in the JS backend (#8853)LemonBoy2018-09-031-1/+2
* even more strict isNil handling for strings/seqs in order to detect bugsAraq2018-08-221-4/+2
* WIP: disallow 'nil' for strings and seqsAndreas Rumpf2018-08-131-2/+2
* fixes #6255, add `system.ashr` arithmetic right shift (#8547)andri lim2018-08-071-0/+1
* AST change: keep nkStaticStmt in the AST for incremental compilation supportAndreas Rumpf2018-06-031-1/+1
* incremental compilation: implemented basic replay logicAndreas Rumpf2018-06-021-6/+2
* baby steps for incremental compilationAndreas Rumpf2018-05-301-2/+2
* jsgen refactoring: use graph.backend field instead of a global variableAndreas Rumpf2018-05-281-11/+10
* remove more global variables in the Nim compilerAndreas Rumpf2018-05-271-1/+1
* platform.nim doesn't use globals anymore; prepare msgs.nim for not using globalsAndreas Rumpf2018-05-181-16/+16
* preparations of making compiler/msgs.nim free of global variablesAndreas Rumpf2018-05-171-4/+4
* options.nim: no global variables anymoreAndreas Rumpf2018-05-131-3/+3
* the remaining passes all compile againAndreas Rumpf2018-05-131-76/+79
* refactoring: make FileIndex a distinct type; make line information an uint16;...Andreas Rumpf2018-04-211-1/+1
* Remove PHP backend. (#7606)treeform2018-04-181-408/+154
* the new feature's name is hotCodeReloadingAndreas Rumpf2018-04-131-3/+3
* fixes #4470Andreas Rumpf2018-04-131-0/+2
* Support code hot reloading for JavaScript projects (#7362)zah2018-04-131-24/+52
* introduce nkTupleConstr AST node for unary tuple construction; breaking changeAndreas Rumpf2018-04-131-4/+4
* move new sha1 module into the new 'std' namespaceAndreas Rumpf2018-02-061-1/+1
* fixes #6961Andreas Rumpf2018-02-021-1/+1
* Fixes codegen bug with literal negative zero, fixes #7079 (#7158)GULPF2018-01-311-5/+11
* fixes #7129Andreas Rumpf2018-01-301-3/+3
* JS codegen bugfix: don't crash on wrong importcpp patternsAndreas Rumpf2018-01-251-0/+3
* preparations for language extensions: 'sink' and 'lent' typesAndreas Rumpf2018-01-071-17/+19
* jsgen: bool genConv generates boolean values instead of numeric (#7016)qqquinta2018-01-031-2/+2
* first steps in adding template/macro calls to stack tracesAraq2017-12-211-0/+2
* make JS tests green againAraq2017-12-151-1/+1
* Implement codegenDecl for js (#6851)Alexander Ivanov2017-12-011-11/+33
* fixes #6445 (concepts for the JS target)Andreas Rumpf2017-11-221-3/+4
* fixes #6568Andreas Rumpf2017-11-221-1/+1
* fixes #6753Andreas Rumpf2017-11-181-4/+4
* fixes #6532 array bounds check for non zero based arrays on the js backend (#...skilchen2017-11-061-1/+1
* deprecated unary '<'Andreas Rumpf2017-10-291-3/+3
* first steps of making 'opt' a first class type for NimAndreas Rumpf2017-09-251-1/+1
* some work to make 'opt' a first class typeAndreas Rumpf2017-09-241-5/+5
* first implementation of the 'func' keywordAndreas Rumpf2017-09-231-4/+4
* fixes #6096Araq2017-07-171-1/+1
* fixes a JS codegen regressionAndreas Rumpf2017-07-101-3/+23