Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | made test green | Araq | 2015-05-03 | 1 | -0/+46 |
| | |||||
* | fixes #2629, fixes #2641, fixes #2632, fixes #2630 | Araq | 2015-05-03 | 2 | -0/+34 |
| | |||||
* | fixes #2625 | Araq | 2015-05-03 | 1 | -0/+19 |
| | |||||
* | fixes regression caused by code cleanups | Araq | 2015-04-29 | 1 | -0/+766 |
| | |||||
* | fixes #2470, fixes #1354 | Araq | 2015-04-28 | 2 | -16/+220 |
| | |||||
* | fixes #1888 | Araq | 2015-04-27 | 6 | -24/+41 |
| | |||||
* | fixes regression: overloading by 'var' | Araq | 2015-04-25 | 1 | -1/+9 |
| | |||||
* | marshalling can be done at compile-time | Araq | 2015-04-25 | 1 | -17/+0 |
| | |||||
* | fixes #2517 | Araq | 2015-04-25 | 3 | -9/+18 |
| | |||||
* | fixes #2600 | Araq | 2015-04-25 | 1 | -1/+30 |
| | |||||
* | fixes #2551; fixes #2212; breaks bootstrapping in debug mode; bootstrap with ↵ | Araq | 2015-04-25 | 1 | -0/+20 |
| | | | | -d:release | ||||
* | fixes #2372 | Araq | 2015-04-25 | 1 | -0/+12 |
| | |||||
* | cleanups for underscores in tuple unpacking | Araq | 2015-04-24 | 1 | -2/+8 |
| | |||||
* | added test for #2536 | Araq | 2015-04-24 | 1 | -0/+38 |
| | |||||
* | Merge pull request #2566 from nanoant/parser-diagnostic-location | Andreas Rumpf | 2015-04-24 | 3 | -0/+39 |
|\ | | | | | Parser: Fix location (line, col) for diagnostics | ||||
| * | Parser: Test for exact missing ':' location column | Adam Strzelecki | 2015-04-21 | 3 | -0/+39 |
| | | | | | | | | | | This ensures compiler points to the right place when claiming that ':' is missing. | ||||
* | | Add sfGenSym for (_). | Dominik Picheta | 2015-04-23 | 1 | -12/+20 |
| | | |||||
* | | Merge branch 'devel' into underscore-tuple-unpack | Dominik Picheta | 2015-04-23 | 38 | -41/+610 |
|\ \ | | | | | | | | | | | | | Conflicts: compiler/semstmts.nim | ||||
| * | | fixes #2585 | Araq | 2015-04-22 | 1 | -0/+30 |
| | | | |||||
| * | | fixes #2581 | Araq | 2015-04-22 | 1 | -0/+24 |
| | | | |||||
| * | | fixes #2550 | Araq | 2015-04-22 | 1 | -0/+14 |
| | | | |||||
| * | | Fix expected tester messages | def | 2015-04-21 | 2 | -4/+4 |
| |/ | |||||
| * | Merge pull request #2575 from nanoant/test-for-error-location-column | Andreas Rumpf | 2015-04-21 | 2 | -6/+15 |
| |\ | | | | | | | Tests: Optional error location column spec | ||||
| | * | Tests: Optional error location column spec | Adam Strzelecki | 2015-04-20 | 2 | -6/+15 |
| | | | | | | | | | | | | | | | This allows some test to specify error location column, to ensure compiler is generating diagnostics pointing to exactly right place of an error. | ||||
| * | | fixes #2505, fixes #1853, fixes #2522 | Araq | 2015-04-20 | 4 | -5/+43 |
| |/ | |||||
| * | Merge branch 'devel' of https://github.com/Araq/Nim into devel | Araq | 2015-04-20 | 3 | -0/+55 |
| |\ | |||||
| | * | Merge pull request #2503 from ReneSac/arrowLike | Andreas Rumpf | 2015-04-15 | 1 | -0/+14 |
| | |\ | | | | | | | | | Restrict arrow-like operators to those ending with `->`, `~>` or `=>` | ||||
| | | * | Changing the rule for arrow like operators again. | ReneSac | 2015-04-10 | 1 | -5/+5 |
| | | | | |||||
| | | * | Restore newline at the end of the file. | ReneSac | 2015-04-09 | 1 | -1/+1 |
| | | | | |||||
| | | * | Add tests for arrow like ops in tstrongspaces.nim | ReneSac | 2015-04-09 | 1 | -0/+14 |
| | | | | |||||
| | * | | The getSubsystem<T> example in the manual currently fails with a codegen error | Zahary Karadjov | 2015-04-14 | 2 | -4/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A faulty proc declaration is generated: N_NIMCALL(System::Input*, SystemManager::getSubsystem<'*0>())(void); The manual has been edited to add a nodecl pragma, which alleviates the issue Fix a typo in the vector_iterator example from the previous commit. | ||||
| | * | | importing of C++ nested generics like std::vector<T>::iterator, using the ↵ | Zahary Karadjov | 2015-04-13 | 1 | -0/+21 |
| | | | | | | | | | | | | | | | | apostrophe operator | ||||
| * | | | parse 'of' branches for macros properly | Araq | 2015-04-19 | 1 | -0/+16 |
| | | | | |||||
| * | | | fixes a serious codegen bug that caused to emit wrong barriers in rare cases | Araq | 2015-04-19 | 1 | -0/+53 |
| | | | | |||||
| * | | | fixes #2476 | Araq | 2015-04-19 | 2 | -5/+5 |
| | | | | |||||
| * | | | disabled JS test | Araq | 2015-04-18 | 1 | -0/+7 |
| |/ / | |||||
| * | | fixes #2498 | Araq | 2015-04-11 | 1 | -1/+7 |
| | | | |||||
| * | | fixes #1658 | Araq | 2015-04-11 | 1 | -0/+15 |
| | | | |||||
| * | | fixes #1691 | Araq | 2015-04-11 | 1 | -0/+7 |
| | | | |||||
| * | | make test green | Araq | 2015-04-11 | 1 | -1/+1 |
| | | | |||||
| * | | fixes #2509 | Araq | 2015-04-11 | 2 | -0/+40 |
| | | | |||||
| * | | make test green | Araq | 2015-04-11 | 1 | -2/+4 |
| | | | |||||
| * | | fixes #2481 | Araq | 2015-04-10 | 1 | -0/+38 |
| | | | |||||
| * | | minor lexer cleanups; fixes #2504 | Araq | 2015-04-10 | 1 | -0/+1 |
| | | | |||||
| * | | fixes #2500 | Araq | 2015-04-10 | 1 | -1/+1 |
| | | | |||||
| * | | Add test case for infinite loop in RE | def | 2015-04-09 | 1 | -0/+9 |
| |/ | |||||
| * | Merge pull request #2491 from ReneSac/strongSpacesFix | Andreas Rumpf | 2015-04-09 | 1 | -1/+18 |
| |\ | | | | | | | Apply strongSpaces to keyword operators too. Fix #1894. | ||||
| | * | Added tests for keyword operators in tstrongspaces | ReneSac | 2015-04-08 | 1 | -1/+18 |
| | | | | | | | | | | | | Changed one old test to account for the effect of strong spaces on "and" and cia now. | ||||
| * | | Merge pull request #2496 from BlaXpirit/js-header-comma | Andreas Rumpf | 2015-04-09 | 1 | -1/+10 |
| |\ \ | | | | | | | | | Fix JS codegen: proc header with compiletime arguments | ||||
| | * | | Test JS proc header codegen | Oleh Prypin | 2015-04-09 | 1 | -1/+10 |
| | | | |