Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #2473; cleanup of some tests | Araq | 2015-09-30 | 1 | -6/+9 |
| | |||||
* | Merge pull request #3385 from ↵ | Andreas Rumpf | 2015-09-30 | 1 | -1/+1 |
|\ | | | | | | | | | nanoant/patch/dont-fail-on-unknown-enum-value-to-string vm: Don't fail on unknown enum position to string | ||||
| * | vm: Don't fail on unknown enum position to string | Adam Strzelecki | 2015-09-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Previously trying to convert constant of enum type, where this enum type has no entry with given constant position leaded to "internal error: opConv for enum". Instead of producing error, now we gracefully convert it to "EnumType position". | ||||
* | | NimScript: --define works as expected | Araq | 2015-09-30 | 1 | -1/+4 |
| | | |||||
* | | Nimscript: the compiler supports a directory wide config.nims file | Araq | 2015-09-29 | 1 | -0/+3 |
| | | |||||
* | | NimScript: setCommand takes an optional project filename | Araq | 2015-09-29 | 2 | -1/+8 |
| | | |||||
* | | fixes #3387 | Araq | 2015-09-29 | 1 | -1/+0 |
|/ | |||||
* | Improved "Execution of an external program failed" message. | Dominik Picheta | 2015-09-27 | 2 | -5/+7 |
| | |||||
* | Merge pull request #3368 from kirbyfan64/set_crash_fix | Andreas Rumpf | 2015-09-24 | 1 | -7/+10 |
|\ | | | | | Fix #3367 | ||||
| * | Fix #3367 | Ryan Gonzalez | 2015-09-23 | 1 | -7/+10 |
| | | |||||
* | | fixes 3354 | Araq | 2015-09-23 | 1 | -2/+8 |
| | | |||||
* | | fixes #3359 | Araq | 2015-09-23 | 2 | -3/+4 |
| | | |||||
* | | disjoint checker is smarter (and slower) | Araq | 2015-09-23 | 2 | -9/+115 |
| | | |||||
* | | fixes #3357 | Araq | 2015-09-23 | 1 | -2/+5 |
| | | |||||
* | | made disjoint checker smarter; fixes regressions | Araq | 2015-09-23 | 3 | -14/+43 |
|/ | |||||
* | fixes regression: NimForum compiles again | Araq | 2015-09-21 | 2 | -32/+63 |
| | |||||
* | minor bugfix for transf pass after lambda-lifting | Araq | 2015-09-21 | 1 | -17/+20 |
| | |||||
* | fixes #2594 | Araq | 2015-09-18 | 1 | -2/+5 |
| | |||||
* | renamed inCompilesContext to compilesContextId; added test case for #3313 | Araq | 2015-09-18 | 6 | -14/+14 |
| | |||||
* | fixes #3313 | Araq | 2015-09-18 | 4 | -6/+15 |
| | |||||
* | fixes #3268 | Araq | 2015-09-18 | 1 | -1/+1 |
| | |||||
* | fixes #3305; error message will improve with later improvements for concepts | Araq | 2015-09-18 | 1 | -0/+3 |
| | |||||
* | fixes #3329 | Araq | 2015-09-18 | 6 | -17/+43 |
| | |||||
* | fixes the most pressing regressions introduced by the new handling of a[i] ↵ | Araq | 2015-09-16 | 2 | -15/+44 |
| | | | | in the compiler | ||||
* | Merge branch 'devel' into fix_bracket_expr | Araq | 2015-09-16 | 3 | -5/+15 |
|\ | |||||
| * | Uint64 to string in pure nim. array[char] to string fixed in vm. | Yuriy Glukhov | 2015-09-14 | 1 | -1/+12 |
| | | |||||
| * | Merge pull request #3307 from rogercloud/devel | Andreas Rumpf | 2015-09-14 | 1 | -1/+1 |
| |\ | | | | | | | Fix issue #2245 | ||||
| | * | Fix issue #2245 | Roger Shi | 2015-09-08 | 1 | -1/+1 |
| | | | |||||
| * | | Fixed JS gen for generic array types. | Yuriy Glukhov | 2015-09-14 | 1 | -3/+2 |
| | | | |||||
* | | | fixes #3212 | Araq | 2015-09-14 | 1 | -3/+3 |
| | | | |||||
* | | | clarify the meaning of the 'auto' metatype; 'auto' is now bind-multiple; ↵ | Araq | 2015-09-14 | 1 | -6/+14 |
| | | | | | | | | | | | | fixes #3224 | ||||
* | | | make the compiler less verbose | Araq | 2015-09-14 | 1 | -0/+1 |
| | | | |||||
* | | | usage of NimNode triggers .compileTime context; fixes #1679 | Araq | 2015-09-14 | 5 | -2/+16 |
| | | | |||||
* | | | fixes #2599 | Araq | 2015-09-13 | 2 | -12/+2 |
| | | | |||||
* | | | next steps in binding [] properly | Araq | 2015-09-13 | 4 | -16/+33 |
| | | | |||||
* | | | Merge branch 'devel' into fix_bracket_expr | Araq | 2015-09-12 | 3 | -0/+16 |
|\| | | |||||
| * | | fixes generic instantations in concepts | Araq | 2015-09-12 | 1 | -0/+3 |
| | | | |||||
| * | | fixes some regressions | Araq | 2015-09-12 | 2 | -0/+13 |
| | | | |||||
| * | | preparations for better handling of 'a[i]' in generics; stmt lists can be ↵ | Araq | 2015-09-12 | 2 | -2/+13 |
| | | | | | | | | | | | | lvalues | ||||
| * | | implicit return types for iterators are now deprecated | Araq | 2015-09-12 | 1 | -0/+1 |
| | | | |||||
| * | | fixes #1528 | Araq | 2015-09-12 | 2 | -25/+2 |
| | | | |||||
* | | | first attempt to fix 'a[i]' handling in generics | Araq | 2015-09-12 | 10 | -6/+142 |
| | | | |||||
* | | | preparations for better handling of 'a[i]' in generics; stmt lists can be ↵ | Araq | 2015-09-12 | 2 | -2/+13 |
| | | | | | | | | | | | | lvalues | ||||
* | | | implicit return types for iterators are now deprecated | Araq | 2015-09-10 | 1 | -0/+1 |
| | | | |||||
* | | | fixes #1528 | Araq | 2015-09-10 | 2 | -25/+2 |
|/ / | |||||
* | | fixes Nim's bigbang regression | Araq | 2015-09-10 | 1 | -2/+2 |
| | | |||||
* | | fixes #2559 | Araq | 2015-09-10 | 1 | -1/+6 |
| | | |||||
* | | fixes a critical codegen bug triggered by .async | Araq | 2015-09-10 | 3 | -52/+53 |
| | | |||||
* | | Merge pull request #3274 from yglukhov/seq-insert-js-fix | Andreas Rumpf | 2015-09-09 | 1 | -0/+1 |
|\ \ | | | | | | | Fixed seq.insert and seq.delete for js. | ||||
| * | | Fixed seq.insert and seq.delete for js. | Yuriy Glukhov | 2015-09-07 | 1 | -0/+1 |
| | | |