Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #2427 | Araq | 2015-04-06 | 1 | -2/+2 |
| | |||||
* | overloading of '=' works | Araq | 2015-04-06 | 3 | -4/+36 |
| | |||||
* | first implementation of overloading of '='; missing: rewriting let/var sections | Araq | 2015-04-06 | 10 | -203/+337 |
| | |||||
* | Merge pull request #2428 from arnetheduck/comp-lib-ropes | Andreas Rumpf | 2015-04-06 | 14 | -179/+189 |
|\ | | | | | Comp lib ropes | ||||
| * | ropes: remove more unnecessary checks | Jacek Sieka | 2015-04-03 | 1 | -2/+2 |
| | | |||||
| * | compiler_ropes: remove unnecessary length check | Jacek Sieka | 2015-04-03 | 1 | -1/+1 |
| | | | | | | | | frmt[frmt.len] isn't an out-of-bounds access for strings (!) | ||||
| * | compiler_ropes: deprecate old function names | Jacek Sieka | 2015-04-01 | 1 | -16/+15 |
| | | |||||
| * | compiler_ropes: TRope -> RopeObj, PRope* -> Rope* | Jacek Sieka | 2015-04-01 | 1 | -50/+56 |
| | | |||||
| * | compiler_ropes: toRope -> rope | Jacek Sieka | 2015-04-01 | 1 | -11/+17 |
| | | |||||
| * | ropes: make lib & compiler frmt more similar, fix out-of-bounds accesses in ↵ | Jacek Sieka | 2015-04-01 | 1 | -1/+15 |
| | | | | | | | | lib ropes | ||||
| * | compiler_ropes: ropef -> %, appf -> addf | Jacek Sieka | 2015-04-01 | 1 | -19/+21 |
| | | |||||
| * | compiler_ropes: ropeEqualsFile -> equalsFile, no more max rope component length | Jacek Sieka | 2015-04-01 | 2 | -65/+41 |
| | | | | | | | | | | | | | | read file data in bigger blocks, avoiding lots of file api calls also removed crc step - seems easier to simply compare the bytes rather than calculating two crc's | ||||
| * | compiler_ropes: add `&` and add | Jacek Sieka | 2015-04-01 | 1 | -24/+37 |
| | | | | | | | | | | Invokations still need to be updated, but that's a lot of changes, so save for later | ||||
| * | compiler_ropes: ropeToStr -> $ | Jacek Sieka | 2015-04-01 | 13 | -37/+32 |
| | | |||||
| * | compiler_ropes: don't expose newRope | Jacek Sieka | 2015-04-01 | 3 | -5/+5 |
| | | |||||
| * | compiler_ropes: ropeLen -> len | Jacek Sieka | 2015-04-01 | 1 | -2/+1 |
| | | |||||
* | | GC-safety error messages are useful now | Araq | 2015-04-04 | 3 | -9/+42 |
| | | |||||
* | | don't store the scope for routines | Araq | 2015-04-04 | 4 | -10/+11 |
| | | |||||
* | | preparations for better gcsafety messages | Araq | 2015-04-04 | 2 | -90/+90 |
| | | |||||
* | | better error message for implicit pragmas | Araq | 2015-04-04 | 1 | -0/+2 |
|/ | |||||
* | bugfixes for C++ codegen | Araq | 2015-04-01 | 2 | -249/+275 |
| | |||||
* | doc updates; fixes 'inc' for 'char' | Araq | 2015-03-29 | 2 | -36/+36 |
| | |||||
* | fixes #2355 | Araq | 2015-03-28 | 1 | -1/+2 |
| | |||||
* | fixes #2420; negative indexing for slicing is obsolete (breaking change!) | Araq | 2015-03-28 | 4 | -22/+24 |
| | |||||
* | fixes another regression | Araq | 2015-03-27 | 1 | -1/+2 |
| | |||||
* | set type for symbols from getType() | Billingsly Wetherfordshire | 2015-03-27 | 1 | -0/+1 |
| | |||||
* | preparations for dealing with the 'echo $foo' gotcha | Araq | 2015-03-27 | 1 | -3/+9 |
| | |||||
* | fixes a regression related to the new typeOf parsing | Araq | 2015-03-27 | 1 | -0/+4 |
| | |||||
* | disallow negative indexing | Araq | 2015-03-27 | 4 | -133/+148 |
| | |||||
* | implemented a[^1] notation | Araq | 2015-03-26 | 7 | -48/+89 |
| | |||||
* | cannot gen symbol -> must be compile time | Simon Hafner | 2015-03-26 | 2 | -6/+2 |
| | |||||
* | fixes #2405 | Araq | 2015-03-25 | 2 | -2/+6 |
| | |||||
* | fixes #2404 | Araq | 2015-03-25 | 1 | -1/+1 |
| | |||||
* | fixes #2401 | Araq | 2015-03-25 | 1 | -1/+1 |
| | |||||
* | fixes #2400 | Araq | 2015-03-25 | 1 | -1/+4 |
| | |||||
* | fixes #2397 | Araq | 2015-03-25 | 1 | -16/+22 |
| | |||||
* | fixes #1700 | Araq | 2015-03-24 | 1 | -182/+189 |
| | |||||
* | uint support for JS. | Yuriy Glukhov | 2015-03-24 | 1 | -1/+1 |
| | |||||
* | minor todo update | Araq | 2015-03-23 | 1 | -1/+1 |
| | |||||
* | concept example from the manual now works again | Araq | 2015-03-23 | 3 | -27/+14 |
| | |||||
* | breaking change: 'concept' is now a keyword and used instead of 'generic' | Araq | 2015-03-23 | 4 | -178/+180 |
| | |||||
* | fixes #2390 | Araq | 2015-03-23 | 1 | -53/+59 |
| | |||||
* | fixes #1783 | Araq | 2015-03-23 | 2 | -6/+15 |
| | |||||
* | fixes #1787 | Araq | 2015-03-22 | 1 | -2/+4 |
| | |||||
* | fixes #1717, fixes #2324 | Araq | 2015-03-22 | 1 | -1/+4 |
| | |||||
* | prepare for upcoming parsing change of unary operators | Araq | 2015-03-22 | 4 | -75/+75 |
| | |||||
* | Merge pull request #2370 from flaviut/jsondoc-fixes | Andreas Rumpf | 2015-03-22 | 1 | -5/+5 |
|\ | | | | | Fix segfault in jsondoc | ||||
| * | Fix segfault in jsondoc | Flaviu Tamas | 2015-03-18 | 1 | -5/+5 |
| | | | | | | | | No idea how this got in, I'm not sure if it's ever worked. | ||||
* | | fixes long standing parsing issue with command syntax | Araq | 2015-03-22 | 1 | -15/+26 |
| | | |||||
* | | fixes #2266 | Araq | 2015-03-22 | 3 | -2/+7 |
| | |