summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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
| |\ \ \ \
| | * | | | Added tests for keyword operators in tstrongspacesReneSac2015-04-081-1/+18
| * | | | | Merge pull request #2496 from BlaXpirit/js-header-commaAndreas Rumpf2015-04-091-1/+10
| |\ \ \ \ \
| | * | | | | Test JS proc header codegenOleh Prypin2015-04-091-1/+10
| * | | | | | Adds test file, for bug #1986Joseph Turner2015-04-091-0/+10
| |/ / / / /
| * / / / / fixes #2489Araq2015-04-081-0/+9
| |/ / / /
| * | | | better alternative to 'override'Araq2015-04-072-12/+12
| * | | | added system.typed and system.untyped aliasesAraq2015-04-071-4/+4
| * | | | fixes #2427Araq2015-04-061-0/+14
| * | | | overloading of '=' worksAraq2015-04-063-0/+107
| * | | | GC-safety error messages are useful nowAraq2015-04-041-0/+39
* | | | | Get rid of tkUnderscore. Map _ to tkSymbol.Dominik Picheta2015-04-081-0/+3
* | | | | Implements #2154.Dominik Picheta2015-03-311-0/+18
|/ / / /
* | | | Fix infinite recursion when await is in except body.Dominik Picheta2015-03-302-0/+28
* | | | doc updates; fixes 'inc' for 'char'Araq2015-03-294-102/+10
| |_|/ |/| |
* | | fixes #2355Araq2015-03-281-0/+14
* | | Use `^` instead of `-` in slicesdef2015-03-285-25/+25
* | | fixes #2420; negative indexing for slicing is obsolete (breaking change!)Araq2015-03-281-0/+0
* | | added test for symbol typefowlmouth2015-03-271-0/+49
* | | implemented a[^1] notationAraq2015-03-264-0/+91
|/ /
* | made test greenAraq2015-03-251-2/+3
* | fixes #2404Araq2015-03-252-12/+19
* | fixes #2401Araq2015-03-251-0/+11
* | fixes #2397Araq2015-03-251-0/+4
* | fixes #1700Araq2015-03-241-0/+17
* | fixes #2395Araq2015-03-241-0/+8
* | added missing test caseAraq2015-03-231-0/+15
* | concept example from the manual now works againAraq2015-03-231-4/+3
* | breaking change: 'concept' is now a keyword and used instead of 'generic'Araq2015-03-234-8/+8
* | fixes #1783Araq2015-03-231-0/+37
* | fixes #1717, fixes #2324Araq2015-03-221-0/+20
* | fixes long standing parsing issue with command syntaxAraq2015-03-222-3/+13
* | fixes #2266Araq2015-03-221-0/+10
* | fixes #1802Araq2015-03-221-0/+19
* | fixes #1805Araq2015-03-211-0/+19
* | fixes #2369Araq2015-03-211-0/+17
* | codegen doesn't produce line tracing commands anymore; fixes #1344Araq2015-03-211-0/+43
* | fixes #2221Araq2015-03-211-0/+9
* | Rename PNimrodNode to NimNodedef2015-03-1722-134/+134
* | Merge pull request #2326 from oderwat/fix-totableAndreas Rumpf2015-03-171-2/+7
|\ \
| * | Added Test for zip() with anonymous tuples.Hans Raaf2015-03-171-2/+7