summary refs log tree commit diff stats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* made test greenAraq2015-05-031-0/+46
|
* fixes #2629, fixes #2641, fixes #2632, fixes #2630Araq2015-05-032-0/+34
|
* fixes #2625Araq2015-05-031-0/+19
|
* fixes regression caused by code cleanupsAraq2015-04-291-0/+766
|
* fixes #2470, fixes #1354Araq2015-04-282-16/+220
|
* fixes #1888Araq2015-04-276-24/+41
|
* fixes regression: overloading by 'var'Araq2015-04-251-1/+9
|
* marshalling can be done at compile-timeAraq2015-04-251-17/+0
|
* fixes #2517Araq2015-04-253-9/+18
|
* fixes #2600Araq2015-04-251-1/+30
|
* fixes #2551; fixes #2212; breaks bootstrapping in debug mode; bootstrap with ↵Araq2015-04-251-0/+20
| | | | -d:release
* fixes #2372Araq2015-04-251-0/+12
|
* cleanups for underscores in tuple unpackingAraq2015-04-241-2/+8
|
* added test for #2536Araq2015-04-241-0/+38
|
* Merge pull request #2566 from nanoant/parser-diagnostic-locationAndreas Rumpf2015-04-243-0/+39
|\ | | | | Parser: Fix location (line, col) for diagnostics
| * Parser: Test for exact missing ':' location columnAdam Strzelecki2015-04-213-0/+39
| | | | | | | | | | This ensures compiler points to the right place when claiming that ':' is missing.
* | Add sfGenSym for (_).Dominik Picheta2015-04-231-12/+20
| |
* | Merge branch 'devel' into underscore-tuple-unpackDominik Picheta2015-04-2338-41/+610
|\ \ | | | | | | | | | | | | Conflicts: compiler/semstmts.nim
| * | fixes #2585Araq2015-04-221-0/+30
| | |
| * | fixes #2581Araq2015-04-221-0/+24
| | |
| * | fixes #2550Araq2015-04-221-0/+14
| | |
| * | Fix expected tester messagesdef2015-04-212-4/+4
| |/
| * Merge pull request #2575 from nanoant/test-for-error-location-columnAndreas Rumpf2015-04-212-6/+15
| |\ | | | | | | Tests: Optional error location column spec
| | * Tests: Optional error location column specAdam Strzelecki2015-04-202-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 #2522Araq2015-04-204-5/+43
| |/
| * Merge branch 'devel' of https://github.com/Araq/Nim into develAraq2015-04-203-0/+55
| |\
| | * Merge pull request #2503 from ReneSac/arrowLikeAndreas Rumpf2015-04-151-0/+14
| | |\ | | | | | | | | Restrict arrow-like operators to those ending with `->`, `~>` or `=>`
| | | * Changing the rule for arrow like operators again.ReneSac2015-04-101-5/+5
| | | |
| | | * Restore newline at the end of the file.ReneSac2015-04-091-1/+1
| | | |
| | | * Add tests for arrow like ops in tstrongspaces.nimReneSac2015-04-091-0/+14
| | | |
| | * | The getSubsystem<T> example in the manual currently fails with a codegen errorZahary Karadjov2015-04-142-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 Karadjov2015-04-131-0/+21
| | | | | | | | | | | | | | | | apostrophe operator
| * | | parse 'of' branches for macros properlyAraq2015-04-191-0/+16
| | | |
| * | | fixes a serious codegen bug that caused to emit wrong barriers in rare casesAraq2015-04-191-0/+53
| | | |
| * | | fixes #2476Araq2015-04-192-5/+5
| | | |
| * | | disabled JS testAraq2015-04-181-0/+7
| |/ /
| * | fixes #2498Araq2015-04-111-1/+7
| | |
| * | fixes #1658Araq2015-04-111-0/+15
| | |
| * | fixes #1691Araq2015-04-111-0/+7
| | |
| * | make test greenAraq2015-04-111-1/+1
| | |
| * | fixes #2509Araq2015-04-112-0/+40
| | |
| * | make test greenAraq2015-04-111-2/+4
| | |
| * | fixes #2481Araq2015-04-101-0/+38
| | |
| * | minor lexer cleanups; fixes #2504Araq2015-04-101-0/+1
| | |
| * | fixes #2500Araq2015-04-101-1/+1
| | |
| * | Add test case for infinite loop in REdef2015-04-091-0/+9
| |/
| * Merge pull request #2491 from ReneSac/strongSpacesFixAndreas Rumpf2015-04-091-1/+18
| |\ | | | | | | Apply strongSpaces to keyword operators too. Fix #1894.
| | * Added tests for keyword operators in tstrongspacesReneSac2015-04-081-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-commaAndreas Rumpf2015-04-091-1/+10
| |\ \ | | | | | | | | Fix JS codegen: proc header with compiletime arguments
| | * | Test JS proc header codegenOleh Prypin2015-04-091-1/+10
| | | |