Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | 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 | |
| | |\ \ \ \ | ||||||
| | | * | | | | 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 | |
| | * | | | | | importing of C++ nested generics like std::vector<T>::iterator, using the apo... | Zahary Karadjov | 2015-04-13 | 1 | -0/+21 | |
| * | | | | | | 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 | |
| |\ \ \ \ | ||||||
| | * | | | | Added tests for keyword operators in tstrongspaces | ReneSac | 2015-04-08 | 1 | -1/+18 | |
| * | | | | | Merge pull request #2496 from BlaXpirit/js-header-comma | Andreas Rumpf | 2015-04-09 | 1 | -1/+10 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Test JS proc header codegen | Oleh Prypin | 2015-04-09 | 1 | -1/+10 | |
| * | | | | | | Adds test file, for bug #1986 | Joseph Turner | 2015-04-09 | 1 | -0/+10 | |
| |/ / / / / | ||||||
| * / / / / | fixes #2489 | Araq | 2015-04-08 | 1 | -0/+9 | |
| |/ / / / | ||||||
| * | | | | better alternative to 'override' | Araq | 2015-04-07 | 2 | -12/+12 | |
| * | | | | added system.typed and system.untyped aliases | Araq | 2015-04-07 | 1 | -4/+4 | |
| * | | | | fixes #2427 | Araq | 2015-04-06 | 1 | -0/+14 | |
| * | | | | overloading of '=' works | Araq | 2015-04-06 | 3 | -0/+107 | |
| * | | | | GC-safety error messages are useful now | Araq | 2015-04-04 | 1 | -0/+39 | |
* | | | | | Get rid of tkUnderscore. Map _ to tkSymbol. | Dominik Picheta | 2015-04-08 | 1 | -0/+3 | |
* | | | | | Implements #2154. | Dominik Picheta | 2015-03-31 | 1 | -0/+18 | |
|/ / / / | ||||||
* | | | | Fix infinite recursion when await is in except body. | Dominik Picheta | 2015-03-30 | 2 | -0/+28 | |
* | | | | doc updates; fixes 'inc' for 'char' | Araq | 2015-03-29 | 4 | -102/+10 | |
| |_|/ |/| | | ||||||
* | | | fixes #2355 | Araq | 2015-03-28 | 1 | -0/+14 | |
* | | | Use `^` instead of `-` in slices | def | 2015-03-28 | 5 | -25/+25 | |
* | | | fixes #2420; negative indexing for slicing is obsolete (breaking change!) | Araq | 2015-03-28 | 1 | -0/+0 | |
* | | | added test for symbol type | fowlmouth | 2015-03-27 | 1 | -0/+49 | |
* | | | implemented a[^1] notation | Araq | 2015-03-26 | 4 | -0/+91 | |
|/ / | ||||||
* | | made test green | Araq | 2015-03-25 | 1 | -2/+3 | |
* | | fixes #2404 | Araq | 2015-03-25 | 2 | -12/+19 | |
* | | fixes #2401 | Araq | 2015-03-25 | 1 | -0/+11 | |
* | | fixes #2397 | Araq | 2015-03-25 | 1 | -0/+4 | |
* | | fixes #1700 | Araq | 2015-03-24 | 1 | -0/+17 | |
* | | fixes #2395 | Araq | 2015-03-24 | 1 | -0/+8 | |
* | | added missing test case | Araq | 2015-03-23 | 1 | -0/+15 | |
* | | concept example from the manual now works again | Araq | 2015-03-23 | 1 | -4/+3 | |
* | | breaking change: 'concept' is now a keyword and used instead of 'generic' | Araq | 2015-03-23 | 4 | -8/+8 |