Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #1434 | Araq | 2014-08-14 | 1 | -1/+0 |
| | |||||
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-08-08 | 1 | -0/+1 |
|\ | |||||
| * | Also include string.h for strlen for C backend | def | 2014-08-08 | 1 | -1/+1 |
| | | |||||
| * | Include string.h for strlen with cpp backend | def | 2014-08-07 | 1 | -0/+1 |
| | | |||||
* | | 'parallel' statement works again | Araq | 2014-08-08 | 1 | -1/+3 |
|/ | |||||
* | some bugfixes for 'deepCopy' | Araq | 2014-08-06 | 1 | -5/+6 |
| | |||||
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-08-05 | 1 | -3/+3 |
|\ | | | | | | | | | Conflicts: compiler/ccgexprs.nim | ||||
| * | Fix #1392 | Flaviu Tamas | 2014-07-22 | 1 | -3/+3 |
| | | |||||
* | | added debug output (but not active) | Araq | 2014-08-05 | 1 | -0/+1 |
| | | |||||
* | | progress on deepCopy | Araq | 2014-08-01 | 1 | -7/+39 |
|/ | |||||
* | parseBiggestFloat is now builtin | Araq | 2014-07-16 | 1 | -1/+2 |
| | |||||
* | fixes #1275 | Araq | 2014-07-01 | 1 | -3/+4 |
| | |||||
* | fixes #751 | Araq | 2014-07-01 | 1 | -2/+2 |
| | |||||
* | Merge pull request #1281 from Araq/new_spawn | Andreas Rumpf | 2014-06-16 | 1 | -1/+4 |
|\ | | | | | New spawn | ||||
| * | Merge branch 'new_spawn' of https://github.com/Araq/Nimrod into new_spawn | Araq | 2014-06-06 | 1 | -1/+1 |
| |\ | |||||
| | * | Promises are now refs | Araq | 2014-06-05 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'new_spawn' of https://github.com/Araq/Nimrod into new_spawn | Araq | 2014-06-01 | 1 | -1/+4 |
| |\| | |||||
| | * | 'parallel' statement almost working | Araq | 2014-05-22 | 1 | -1/+1 |
| | | | |||||
| | * | progress for the 'parallel' statement | Araq | 2014-05-14 | 1 | -0/+3 |
| | | | |||||
* | | | optimized method dispatchers | Araq | 2014-06-12 | 1 | -4/+20 |
|/ / | |||||
* / | Resolve type mismatches. | EXetoC | 2014-05-13 | 1 | -1/+1 |
|/ | |||||
* | 2nd attempt to fix bootstrapping | Araq | 2014-05-06 | 1 | -1/+1 |
| | |||||
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-04-20 | 1 | -0/+3 |
|\ | |||||
| * | Fixes #1005 | Dominik Picheta | 2014-04-15 | 1 | -0/+3 |
| | | |||||
* | | first version of 'spawn' | Araq | 2014-04-16 | 1 | -0/+3 |
|/ | |||||
* | resolved conflict | Andreas Rumpf | 2014-04-10 | 1 | -143/+158 |
|\ | |||||
| * | implemented region pointers | Araq | 2014-04-09 | 1 | -4/+4 |
| | | |||||
| * | Merge branch 'devel' of github.com:Araq/Nimrod into devel | Zahary Karadjov | 2014-03-06 | 1 | -1/+1 |
| |\ | |||||
| | * | implemented 'union' and 'unchecked' pragmas | Araq | 2014-03-05 | 1 | -1/+1 |
| | | | |||||
| * | | split the inline and closure iterators into different symbol kinds for ↵ | Zahary Karadjov | 2014-03-06 | 1 | -1/+1 |
| |/ | | | | | | | easier discrimination between them | ||||
| * | vm2: new representation of registers | Araq | 2014-02-21 | 1 | -1/+0 |
| | | |||||
| * | fixes #914 | Araq | 2014-02-14 | 1 | -1/+1 |
| | | |||||
| * | fixes #887 | Simon Hafner | 2014-02-09 | 1 | -1/+1 |
| | | |||||
| * | bugfix: codegen issue that caused getGMTime() to leak memory | Araq | 2014-02-07 | 1 | -1/+1 |
| | | |||||
| * | case consistency for evalffi | Araq | 2014-02-01 | 1 | -1/+1 |
| | | |||||
| * | compiler warns when you use GC'ed memory and '--gc:none' | Araq | 2014-01-19 | 1 | -0/+16 |
| | | |||||
| * | 'nil' as a statement is deprecated, use an empty 'discard' instead | Araq | 2014-01-19 | 1 | -4/+4 |
| | | |||||
| * | case consistency: cs:partial bootstraps on windows | Araq | 2013-12-29 | 1 | -18/+18 |
| | | |||||
| * | case consistency: next steps | Araq | 2013-12-29 | 1 | -8/+8 |
| | | |||||
| * | case consistency part 4 | Araq | 2013-12-27 | 1 | -102/+102 |
| | | |||||
| * | case consistency part 1 | Araq | 2013-12-27 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #691 from rbehrends/fix-shallow-pragma | Andreas Rumpf | 2014-04-09 | 1 | -7/+39 |
|\ \ | |/ |/| | Fixes shallow pragma for objects and tuples. | ||||
| * | Fixes various issues with shallow copying. | Reimer Behrends | 2013-12-01 | 1 | -7/+39 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * The {.shallow.} pragma is now properly respected for objects and tuples that are not handled by genGenericAsgn(). Mirroring the decision in generic assignments, whether an assignment is shallow depends on the destination of the assignment, but not the source. * String literals and complex inline constants are now properly assigned a location kind of locData. * Assignments from a locData source will now force deep copying to occur, even if shallowCopy or {.shallow.} is being used. This avoids potential crashes from `shallowCopy s, "xxx"` or from `shallowCopy t, ("a", "b")`. | ||||
* | | fixes a regression where memset was used without including <string.h> | Araq | 2013-12-03 | 1 | -0/+6 |
|/ | |||||
* | fixes #575 | Araq | 2013-09-10 | 1 | -2/+1 |
| | |||||
* | fixes #569; C++ codegen works again | Araq | 2013-08-31 | 1 | -12/+7 |
| | |||||
* | float64 is now an alias to 'float'; fixes #545 | Araq | 2013-08-30 | 1 | -6/+8 |
| | |||||
* | hacky fix for generic constraints matching | Zahary Karadjov | 2013-08-19 | 1 | -2/+2 |
| | |||||
* | fixes #411 | Araq | 2013-05-26 | 1 | -8/+12 |
| | |||||
* | attempt to fix a codegen bug | Araq | 2013-05-20 | 1 | -1/+7 |
| |