Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes regression: tactiontable | Araq | 2015-10-14 | 1 | -0/+3 |
| | |||||
* | renamed inCompilesContext to compilesContextId; added test case for #3313 | Araq | 2015-09-18 | 1 | -4/+4 |
| | |||||
* | fixes #3313 | Araq | 2015-09-18 | 1 | -2/+4 |
| | |||||
* | fixes #3212 | Araq | 2015-09-14 | 1 | -3/+3 |
| | |||||
* | next steps in binding [] properly | Araq | 2015-09-13 | 1 | -14/+29 |
| | |||||
* | first attempt to fix 'a[i]' handling in generics | Araq | 2015-09-12 | 1 | -3/+10 |
| | |||||
* | Fixed nimvm in generics. | Yuriy Glukhov | 2015-09-07 | 1 | -3/+11 |
| | |||||
* | when nimvm stmt proof of concept | Yuriy Glukhov | 2015-09-04 | 1 | -10/+31 |
| | |||||
* | tuple unpacking works in a non-var/let context | Araq | 2015-08-21 | 1 | -0/+8 |
| | |||||
* | 'parallel' now requires --experimental mode | Araq | 2015-08-14 | 1 | -0/+2 |
| | |||||
* | Fixes #3185 | Yuriy Glukhov | 2015-08-06 | 1 | -1/+1 |
| | |||||
* | destructors now work with overloaded assignment operators; fixes #2811; ↵ | Araq | 2015-08-05 | 1 | -1/+4 |
| | | | | fixes #1632 | ||||
* | added system.unsafeAddr | Araq | 2015-08-04 | 1 | -3/+3 |
| | |||||
* | fixes #3079, fixes #1146, fixes #2879 | Araq | 2015-07-22 | 1 | -0/+1 |
| | |||||
* | fixes #3051 | Araq | 2015-07-05 | 1 | -1/+1 |
| | |||||
* | Merge branch 'more_concurrency' into devel | Araq | 2015-06-30 | 1 | -6/+10 |
|\ | | | | | | | | | | | | | | | Conflicts: doc/tut1.txt lib/core/locks.nim lib/pure/collections/tables.nim lib/pure/selectors.nim | ||||
| * | first implementation of pinnedSpawn | Araq | 2015-05-28 | 1 | -6/+10 |
| | | |||||
* | | fixes #2731 | Araq | 2015-06-26 | 1 | -1/+1 |
|/ | |||||
* | fixes #2629, fixes #2641, fixes #2632, fixes #2630 | Araq | 2015-05-03 | 1 | -2/+13 |
| | |||||
* | fixes #2470, fixes #1354 | Araq | 2015-04-28 | 1 | -38/+39 |
| | |||||
* | fixes #2602 | Araq | 2015-04-26 | 1 | -0/+1 |
| | |||||
* | fixes #2372 | Araq | 2015-04-25 | 1 | -1/+1 |
| | |||||
* | fixes #2505, fixes #1853, fixes #2522 | Araq | 2015-04-20 | 1 | -1/+1 |
| | |||||
* | fixes #2481 | Araq | 2015-04-10 | 1 | -1/+1 |
| | |||||
* | overloading of '=' works | Araq | 2015-04-06 | 1 | -2/+0 |
| | |||||
* | first implementation of overloading of '='; missing: rewriting let/var sections | Araq | 2015-04-06 | 1 | -0/+5 |
| | |||||
* | fixes #2355 | Araq | 2015-03-28 | 1 | -1/+2 |
| | |||||
* | implemented a[^1] notation | Araq | 2015-03-26 | 1 | -4/+13 |
| | |||||
* | fixes #2404 | Araq | 2015-03-25 | 1 | -1/+1 |
| | |||||
* | fixes #1805 | Araq | 2015-03-21 | 1 | -4/+7 |
| | |||||
* | fixes #2369 | Araq | 2015-03-21 | 1 | -1/+1 |
| | |||||
* | fixes #2366 | Araq | 2015-03-21 | 1 | -0/+2 |
| | |||||
* | fixes #1791 | Araq | 2015-03-12 | 1 | -4/+3 |
| | |||||
* | Merge pull request #2239 from Maxdamantus/devel | Andreas Rumpf | 2015-03-07 | 1 | -2/+17 |
|\ | | | | | interpret `tuple` as a class and `tuple[]` as the empty tuple, enable syntax for anonymous tuples | ||||
| * | enable syntax for anonymous tuples. | Max Zerzouri | 2015-03-06 | 1 | -1/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Turns out to be slightly problematic as `(int, int)` could be logically thought of as an expression evaluating to a tuple value containing two typedesc[int]s. To disambiguate, the zero-tuple's type must still be written as `tuple[]`, and what would be tuple value expressions containing only typedescs are interpreted as types. () # value of type `tuple[]` (int, int) # tuple type (int, int, ()) # value of type `(typedesc[int], typedesc[int], tuple[])` | ||||
| * | interpret `tuple` as a class and `tuple[]` as the empty tuple | Max Zerzouri | 2015-03-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | When the indentation syntax is allowed it is always interpreted as a tuple: type Unit = tuple | ||||
* | | fixes #1940; code breakage! stricter template evaluation | Araq | 2015-03-07 | 1 | -205/+205 |
|/ | |||||
* | macros.PNimrodNode is now NimNode | Araq | 2015-02-24 | 1 | -1/+3 |
| | |||||
* | fixes #2051 | Araq | 2015-02-20 | 1 | -0/+3 |
| | |||||
* | Fix typos | Federico Ceratto | 2015-02-15 | 1 | -1/+1 |
| | |||||
* | Fix typos | Federico Ceratto | 2015-02-15 | 1 | -2/+2 |
| | |||||
* | fixes #2113 | Araq | 2015-02-13 | 1 | -1/+3 |
| | |||||
* | 'auto' can be inferred to be 'void' | Araq | 2015-02-13 | 1 | -1/+6 |
| | |||||
* | temptyseqs works again | Araq | 2015-02-10 | 1 | -14/+19 |
| | |||||
* | fixes #2004 | Araq | 2015-02-08 | 1 | -17/+20 |
| | |||||
* | yet another C++ bugfix | Araq | 2015-02-07 | 1 | -3/+4 |
| | |||||
* | compiler distinguishes between 2 different 'var' types for C++ interop; code ↵ | Araq | 2015-02-07 | 1 | -0/+1 |
| | | | | cleanups | ||||
* | fixes #2057 | Araq | 2015-02-04 | 1 | -1/+2 |
| | |||||
* | Merge pull request #2031 from reactormonk/high-cstring | Andreas Rumpf | 2015-02-04 | 1 | -1/+1 |
|\ | | | | | Fixes #2030 | ||||
| * | Fixes #2030 | Simon Hafner | 2015-01-29 | 1 | -1/+1 |
| | |