Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | string to cstring conversions produce the empty C string for nil; this will ↵ | Andreas Rumpf | 2018-04-28 | 1 | -1/+1 |
| | | | | be consistent with alternative string implementations | ||||
* | codegen: support nil strings/seqs in more places | Andreas Rumpf | 2018-04-28 | 1 | -5/+5 |
| | |||||
* | nil in string concats does not produce crashes anymore | Andreas Rumpf | 2018-04-27 | 1 | -1/+1 |
| | |||||
* | setLen doesn't crash on nil strings/seqs anymore | Andreas Rumpf | 2018-04-27 | 1 | -3/+3 |
| | |||||
* | 'add' on a nil sequence doesn't produce a crash anymore | Andreas Rumpf | 2018-04-27 | 1 | -4/+4 |
| | |||||
* | remove dead code elimination option (#7669) | Jacek Sieka | 2018-04-23 | 1 | -3/+2 |
| | |||||
* | refactoring: make FileIndex a distinct type; make line information an ↵ | Andreas Rumpf | 2018-04-21 | 1 | -1/+1 |
| | | | | uint16; fixes #7654 | ||||
* | introduce nkTupleConstr AST node for unary tuple construction; breaking change | Andreas Rumpf | 2018-04-13 | 1 | -2/+2 |
| | |||||
* | Cleanups 20180401 (#7458) | Jacek Sieka | 2018-04-12 | 1 | -19/+23 |
| | |||||
* | fixes #6843 | Araq | 2018-04-06 | 1 | -1/+1 |
| | |||||
* | C codegen: preparations for different seq and string implementations | Andreas Rumpf | 2018-04-03 | 1 | -23/+7 |
| | |||||
* | fixes codegen for nil cstrings | Andreas Rumpf | 2018-04-02 | 1 | -10/+15 |
| | |||||
* | added toOpenArray builtin for zero-copy slices; syntax sugar yet to come | Araq | 2018-03-24 | 1 | -0/+17 |
| | |||||
* | fixes #7392 (#7395) | cooldome | 2018-03-23 | 1 | -0/+1 |
| | |||||
* | Codegen: use type forward declarations more aggresively. Fixes #7339 (#7340) | cooldome | 2018-03-16 | 1 | -0/+3 |
| | | | Do not emit object definition it if used only by ref or ptr | ||||
* | make 'memset' calls more robust; refs #7341 | Andreas Rumpf | 2018-03-16 | 1 | -1/+2 |
| | |||||
* | basic 'lent T' test works | Andreas Rumpf | 2018-01-21 | 1 | -7/+7 |
| | |||||
* | avoid creating temporary in genObjConstr if possible (#7032) | jcosborn | 2018-01-11 | 1 | -16/+32 |
| | |||||
* | preparations for language extensions: 'sink' and 'lent' types | Andreas Rumpf | 2018-01-07 | 1 | -11/+11 |
| | |||||
* | fix #6462 | Zahary Karadjov | 2017-12-21 | 1 | -1/+2 |
| | |||||
* | fix #6277 | Zahary Karadjov | 2017-12-21 | 1 | -1/+1 |
| | |||||
* | first steps in adding template/macro calls to stack traces | Araq | 2017-12-21 | 1 | -5/+29 |
| | |||||
* | fixes #668 | Araq | 2017-12-15 | 1 | -4/+18 |
| | |||||
* | ccgexprs.nim: added support for 'debugMagics' | Araq | 2017-11-30 | 1 | -1/+4 |
| | |||||
* | fixes #6489 | Araq | 2017-11-23 | 1 | -1/+1 |
| | |||||
* | fixes #5521 object variants superclass trigger bad codegen (#6120) | andri lim | 2017-11-19 | 1 | -8/+5 |
| | |||||
* | Fixes #5979 (#5980) | Yuriy Glukhov | 2017-11-19 | 1 | -2/+8 |
| | |||||
* | fixes #6757 | Andreas Rumpf | 2017-11-17 | 1 | -1/+7 |
| | |||||
* | deprecated unary '<' | Andreas Rumpf | 2017-10-29 | 1 | -2/+2 |
| | |||||
* | backend preparations for incomplete/forwarded object types | Andreas Rumpf | 2017-10-28 | 1 | -27/+33 |
| | |||||
* | make tests green again | Andreas Rumpf | 2017-10-16 | 1 | -3/+6 |
| | |||||
* | fixes #1137 | Andreas Rumpf | 2017-10-16 | 1 | -12/+16 |
| | |||||
* | fixes #5007 | Araq | 2017-10-16 | 1 | -5/+19 |
| | |||||
* | first implementation of the 'func' keyword | Andreas Rumpf | 2017-09-23 | 1 | -2/+2 |
| | |||||
* | fixes #6403 | Andreas Rumpf | 2017-09-21 | 1 | -13/+25 |
| | |||||
* | refactoring: TLoc knows the node it originated from; it is planned to use ↵ | Andreas Rumpf | 2017-09-21 | 1 | -127/+127 |
| | | | | this to produce better C code (move optimizations) | ||||
* | introduce OnHeapNew and rename TLoc.s to TLoc.storage | Andreas Rumpf | 2017-09-21 | 1 | -74/+77 |
| | |||||
* | C++ codgen: do not emit struct literals if not possible | Andreas Rumpf | 2017-09-05 | 1 | -4/+8 |
| | |||||
* | fixes #6294 | Araq | 2017-09-05 | 1 | -11/+30 |
| | |||||
* | Fix seq.setLen initialisation in VM (#6224) | Parashurama | 2017-09-02 | 1 | -0/+9 |
| | |||||
* | fixes #6279 | Andreas Rumpf | 2017-08-29 | 1 | -5/+35 |
| | |||||
* | fixes #6234 | Andreas Rumpf | 2017-08-11 | 1 | -4/+4 |
| | |||||
* | fixes #5892 | Araq | 2017-07-17 | 1 | -4/+8 |
| | |||||
* | fixes #6118 | Araq | 2017-07-17 | 1 | -4/+6 |
| | |||||
* | fixes #6037 | Andreas Rumpf | 2017-07-09 | 1 | -1/+8 |
| | |||||
* | fix #5968 | Zahary Karadjov | 2017-06-20 | 1 | -1/+3 |
| | |||||
* | fix right shift c codegen bug. (#5919) | Parashurama | 2017-05-31 | 1 | -3/+4 |
| | | | | | | * fix right shift c codegen bug. signed int must first be cast as unsigned before converting to larger integer. The C compiler will auto convert operands to the largest type. | ||||
* | a few tiny cleanups (#5712) | Jacek Sieka | 2017-05-29 | 1 | -2/+1 |
| | | | exposes emitLazily (for nlvm) and simplifies some conditionals | ||||
* | Merge branch 'araq2' into devel | Araq | 2017-05-17 | 1 | -3/+3 |
|\ | |||||
| * | fix 5756 | Zahary Karadjov | 2017-04-30 | 1 | -1/+1 |
| | |