Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 2 | -15/+30 |
| | | | | 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 |
| | |||||
* | bugfixes for C++ codegen | Araq | 2015-04-01 | 2 | -249/+275 |
| | |||||
* | Merge pull request #2434 from yglukhov/epoch-time-js | Dominik Picheta | 2015-03-31 | 1 | -0/+2 |
|\ | | | | | Implemented epochTime function for JS target. | ||||
| * | Implemented epochTime function for JS target. | yglukhov | 2015-03-31 | 1 | -0/+2 |
|/ | |||||
* | Fix infinite recursion when await is in except body. | Dominik Picheta | 2015-03-30 | 3 | -3/+31 |
| | |||||
* | doc updates; fixes 'inc' for 'char' | Araq | 2015-03-29 | 8 | -191/+97 |
| | |||||
* | fixes #2355 | Araq | 2015-03-28 | 2 | -1/+16 |
| | |||||
* | Merge pull request #2419 from def-/dotdot | Andreas Rumpf | 2015-03-28 | 10 | -93/+93 |
|\ | | | | | Dotdot | ||||
| * | Use `^` instead of `-` in slices | def | 2015-03-28 | 10 | -93/+93 |
|/ | |||||
* | fixes #2420; negative indexing for slicing is obsolete (breaking change!) | Araq | 2015-03-28 | 8 | -79/+82 |
| | |||||
* | fixes another regression | Araq | 2015-03-27 | 1 | -1/+2 |
| | |||||
* | Merge pull request #2417 from fowlmouth/patch-2 | Andreas Rumpf | 2015-03-27 | 2 | -0/+50 |
|\ | | | | | Make the symbols returned from getType() usable for that type | ||||
| * | Merge branch 'patch-2' of github.com:fowlmouth/Nimrod into patch | fowlmouth | 2015-03-27 | 1 | -0/+1 |
| |\ | | | | | | | | | | | | | Conflicts: compiler/vmdeps.nim | ||||
| | * | set type for symbols from getType() | Billingsly Wetherfordshire | 2015-03-27 | 1 | -0/+1 |
| |/ |/| | |||||
| * | added test for symbol type | fowlmouth | 2015-03-27 | 1 | -0/+49 |
|/ | |||||
* | preparations for dealing with the 'echo $foo' gotcha | Araq | 2015-03-27 | 4 | -9/+19 |
| | |||||
* | fixes a regression related to the new typeOf parsing | Araq | 2015-03-27 | 1 | -0/+4 |
| | |||||
* | todo update | Araq | 2015-03-27 | 2 | -2/+1 |
| | |||||
* | disallow negative indexing | Araq | 2015-03-27 | 7 | -148/+164 |
| | |||||
* | Merge pull request #2410 from def-/refobj | Andreas Rumpf | 2015-03-26 | 3 | -32/+38 |
|\ | | | | | Use ref objects with inheritance in Tut2 (fixes #1817) | ||||
| * | Also use ref objects with inheritance in manual | def | 2015-03-26 | 2 | -22/+23 |
| | | |||||
| * | Rework explanation a bit (thanks flaviu) | def | 2015-03-26 | 1 | -3/+3 |
| | | |||||
| * | Add explanation why we use ref objects | def | 2015-03-26 | 1 | -0/+3 |
| | | |||||
| * | Use ref objects with inheritance in Tut2 (fixes #1817) | def | 2015-03-25 | 1 | -10/+12 |
| | | |||||
* | | Merge pull request #2413 from def-/fix-gcusebitvectors | Andreas Rumpf | 2015-03-26 | 1 | -1/+1 |
|\ \ | | | | | | | Fix proc call in gc_ms | ||||
| * | | Fix proc call in gc_ms | def | 2015-03-26 | 1 | -1/+1 |
| |/ | | | | | | | This fixes compilation with --gc:markandsweep -d:gcUseBitvectors | ||||
* | | implemented a[^1] notation | Araq | 2015-03-26 | 13 | -50/+209 |
| | | |||||
* | | cannot gen symbol -> must be compile time | Simon Hafner | 2015-03-26 | 2 | -6/+2 |
|/ | |||||
* | fixes #2405 | Araq | 2015-03-25 | 2 | -2/+6 |
| | |||||
* | made test green | Araq | 2015-03-25 | 1 | -2/+3 |
| | |||||
* | fixes #2404 | Araq | 2015-03-25 | 3 | -13/+20 |
| | |||||
* | fixes #2401 | Araq | 2015-03-25 | 2 | -1/+12 |
| | |||||
* | fixes #2400 | Araq | 2015-03-25 | 1 | -1/+4 |
| | |||||
* | fixes #2397 | Araq | 2015-03-25 | 2 | -16/+26 |
| | |||||
* | fixes #1700 | Araq | 2015-03-24 | 2 | -182/+206 |
| | |||||
* | fixes #2395 | Araq | 2015-03-24 | 1 | -6/+4 |
| | |||||
* | fixes #2395 | Araq | 2015-03-24 | 1 | -0/+8 |
| | |||||
* | Merge pull request #2398 from yglukhov/patch-1 | Andreas Rumpf | 2015-03-24 | 1 | -1/+1 |
|\ | | | | | uint support for JS. | ||||
| * | uint support for JS. | Yuriy Glukhov | 2015-03-24 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #2396 from def-/fpradix | Andreas Rumpf | 2015-03-24 | 2 | -10/+8 |
|\ \ | |/ |/| | Fix fenv.fpRadix | ||||
| * | Clean up returns in xmldom a bit | def | 2015-03-24 | 1 | -9/+7 |
| | | |||||
| * | Fix fenv.fpRadix | def | 2015-03-24 | 1 | -1/+1 |
|/ | |||||
* | added missing test case | Araq | 2015-03-23 | 1 | -0/+15 |
| |