Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | cleaned up some magics to make room for new magics; added '..<' and '..^' tem... | Araq | 2015-04-22 | 5 | -18/+9 | |
* | | | | fixes #2550 | Araq | 2015-04-22 | 1 | -9/+13 | |
* | | | | Merge pull request #2565 from nanoant/parser-consistency | Andreas Rumpf | 2015-04-22 | 1 | -22/+11 | |
|\ \ \ \ | |_|/ / |/| | | | ||||||
| * | | | Parser: Make exprList() not comsume endToken | Adam Strzelecki | 2015-04-20 | 1 | -14/+7 | |
| * | | | Parser: Use colcom(...) when possible | Adam Strzelecki | 2015-04-20 | 1 | -8/+4 | |
* | | | | fixes #2520 | Araq | 2015-04-21 | 1 | -0/+3 | |
* | | | | attempt to fix JS codegen regression | Araq | 2015-04-20 | 1 | -1/+1 | |
* | | | | fixes #2505, fixes #1853, fixes #2522 | Araq | 2015-04-20 | 6 | -6/+15 | |
* | | | | fixes serious codegen regression; C++ target works again | Araq | 2015-04-20 | 1 | -1/+7 | |
|/ / / | ||||||
* | | | Merge branch 'devel' of https://github.com/Araq/Nim into devel | Araq | 2015-04-20 | 6 | -18/+66 | |
|\ \ \ | ||||||
| * \ \ | Merge pull request #2503 from ReneSac/arrowLike | Andreas Rumpf | 2015-04-15 | 1 | -1/+2 | |
| |\ \ \ | ||||||
| | * | | | Minor fixes for arrow like change patch | ReneSac | 2015-04-11 | 1 | -2/+2 | |
| | * | | | Changing the rule for arrow like operators again. | ReneSac | 2015-04-10 | 1 | -1/+1 | |
| | * | | | Restrict arrow-like operators to start with - or = | ReneSac | 2015-04-09 | 1 | -1/+2 | |
| * | | | | Merge pull request #2549 from fowlmouth/patch-2 | Andreas Rumpf | 2015-04-15 | 1 | -1/+3 | |
| |\ \ \ \ | ||||||
| | * | | | | concept types are represented with getType() | fowlmouth | 2015-04-13 | 1 | -1/+3 | |
| * | | | | | importing of C++ nested generics like std::vector<T>::iterator, using the apo... | Zahary Karadjov | 2015-04-13 | 4 | -16/+61 | |
* | | | | | | VM: minor fixes to make lexim work | Araq | 2015-04-20 | 4 | -67/+75 | |
* | | | | | | parse 'of' branches for macros properly | Araq | 2015-04-19 | 1 | -2/+9 | |
* | | | | | | fixes a serious codegen bug that caused to emit wrong barriers in rare cases | Araq | 2015-04-19 | 1 | -13/+17 | |
* | | | | | | fixes #2476 | Araq | 2015-04-19 | 1 | -13/+22 | |
* | | | | | | implements .goto support for variables | Araq | 2015-04-19 | 3 | -4/+37 | |
|/ / / / / | ||||||
* | | | | | fixes #2498 | Araq | 2015-04-11 | 1 | -2/+0 | |
* | | | | | fixes #1658 | Araq | 2015-04-11 | 1 | -1/+1 | |
* | | | | | fixes #1691 | Araq | 2015-04-11 | 2 | -7/+17 | |
* | | | | | fixes #2509 | Araq | 2015-04-11 | 4 | -2/+14 | |
* | | | | | fixes #2508 | Araq | 2015-04-11 | 1 | -10/+10 | |
* | | | | | re-enable git hash compiler info | Araq | 2015-04-11 | 1 | -3/+3 | |
|/ / / / | ||||||
* | | | | fixes #2448 | Araq | 2015-04-10 | 1 | -4/+10 | |
* | | | | fixes #2481 | Araq | 2015-04-10 | 3 | -4/+8 | |
* | | | | minor lexer cleanups; fixes #2504 | Araq | 2015-04-10 | 2 | -20/+9 | |
* | | | | fixes #2500 | Araq | 2015-04-10 | 1 | -4/+6 | |
* | | | | Merge pull request #2493 from arnetheduck/more-comp-ropes | Andreas Rumpf | 2015-04-10 | 1 | -67/+62 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | compiler_ropes: more lib_ropes porting | Jacek Sieka | 2015-04-08 | 1 | -67/+62 | |
* | | | | Merge pull request #2491 from ReneSac/strongSpacesFix | Andreas Rumpf | 2015-04-09 | 1 | -6/+7 | |
|\ \ \ \ | ||||||
| * | | | | Refactored getPrecedence() after last change | ReneSac | 2015-04-08 | 1 | -11/+11 | |
| * | | | | Consider #!strongSpaces for keyword operators too. | ReneSac | 2015-04-08 | 1 | -4/+5 | |
* | | | | | Merge pull request #2496 from BlaXpirit/js-header-comma | Andreas Rumpf | 2015-04-09 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Don't add a comma too soon | Oleh Prypin | 2015-04-09 | 1 | -1/+1 | |
* | | | | | | Merge pull request #2499 from JosephTurner/fix-uint-segv | Andreas Rumpf | 2015-04-09 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fixes #1986 when calling sameConstant on uint | Joseph Turner | 2015-04-09 | 1 | -1/+1 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #2426 from def-/fix-1460 | Andreas Rumpf | 2015-04-09 | 3 | -2/+3 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Fix installer path for nim.nim.cfg | def | 2015-03-28 | 1 | -1/+1 | |
| * | | | | | Initialize c compiler variables later ... | def | 2015-03-28 | 2 | -1/+2 | |
* | | | | | | fixes #2489 | Araq | 2015-04-08 | 1 | -1/+1 | |
| |_|/ / / |/| | | | | ||||||
* | | | | | Get rid of deprecation warnings | def | 2015-04-07 | 22 | -1486/+1453 | |
| |/ / / |/| | | | ||||||
* | | | | 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 | |
|\ \ \ \ |