Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | some bugfixes for 'deepCopy' | Araq | 2014-08-06 | 1 | -10/+23 |
| | |||||
* | progress on deepCopy | Araq | 2014-08-01 | 2 | -0/+122 |
| | |||||
* | fixes #1391 | Araq | 2014-07-22 | 1 | -1/+1 |
| | |||||
* | added stack overflow prevention | Araq | 2014-07-16 | 1 | -11/+18 |
| | |||||
* | JS compilation works again | Araq | 2014-07-16 | 1 | -2/+2 |
| | |||||
* | parseBiggestFloat is now builtin | Araq | 2014-07-16 | 3 | -10/+190 |
| | |||||
* | Merge pull request #1273 from katlogic/devel | Andreas Rumpf | 2014-07-15 | 3 | -7/+16 |
|\ | | | | | Second stab at `$`(float) | ||||
| * | More human readable `$`(float) | katlogic | 2014-06-15 | 3 | -7/+16 |
| | | | | | | | | | | The output matches that of Python (eg 1e100, not 1.0e100), but also reflects locale (assuming it was set using setlocale() before). | ||||
* | | Merge pull request #1281 from Araq/new_spawn | Andreas Rumpf | 2014-06-16 | 3 | -54/+66 |
|\ \ | |/ |/| | New spawn | ||||
| * | Merge branch 'new_spawn' of https://github.com/Araq/Nimrod into new_spawn | Araq | 2014-06-06 | 1 | -30/+13 |
| |\ | |||||
| | * | added 'fence' instructions to the barrier | Araq | 2014-06-06 | 1 | -30/+5 |
| | | | |||||
| | * | Promises are now refs | Araq | 2014-06-05 | 1 | -0/+8 |
| | | | |||||
| * | | Merge branch 'new_spawn' of https://github.com/Araq/Nimrod into new_spawn | Araq | 2014-06-01 | 3 | -26/+55 |
| |\| | |||||
| | * | bugfix: regionized pointers in a generic context; renamed 'Future' to 'Promise' | Araq | 2014-05-25 | 1 | -1/+2 |
| | | | |||||
| | * | 'parallel' statement almost working | Araq | 2014-05-22 | 1 | -3/+3 |
| | | | |||||
| | * | initial non-compiling version of 'parallel' | Araq | 2014-05-12 | 2 | -25/+53 |
| | | | |||||
* | | | optimized method dispatchers | Araq | 2014-06-12 | 1 | -0/+22 |
|/ / | |||||
* | | Merge pull request #1221 from rbehrends/readallbuf-fix | Andreas Rumpf | 2014-05-31 | 1 | -4/+8 |
|\ \ | | | | | | | Fixed readAllBuffer() to avoid adding garbage bytes at end. | ||||
| * | | Fixed readAllBuffer() to avoid adding garbage bytes at end. | Reimer Behrends | 2014-05-26 | 1 | -4/+8 |
| | | | | | | | | | | | | | | | | | | | | | The function readAllBuffer() always returned a string that was a multiple of the BufSize in length, regardless of how many bytes were actually read, padding the result with garbage bytes on the last chunk. This fix properly trims the last chunk to its actual size. | ||||
* | | | Merge pull request #1208 from jbe/shared_mem_stats | Andreas Rumpf | 2014-05-31 | 1 | -0/+16 |
|\ \ \ | |/ / |/| | | added getTotalSharedMem et al. | ||||
| * | | added getTotalSharedMem et al. | Jostein Berre Eliassen | 2014-05-20 | 1 | -0/+16 |
| |/ | |||||
* | | Merge pull request #1196 from EXetoC/cpp-target-fixes | Andreas Rumpf | 2014-05-24 | 1 | -2/+2 |
|\ \ | | | | | | | C++ target fixes | ||||
| * | | Resolve type mismatches. | EXetoC | 2014-05-13 | 1 | -2/+2 |
| |/ | |||||
* | | Merge pull request #1169 from Araq/sigpipe | Varriount | 2014-05-21 | 2 | -1/+12 |
|\ \ | |/ |/| | Fixes #1168 | ||||
| * | Fixes #1168 | Simon Hafner | 2014-05-03 | 2 | -1/+12 |
| | | |||||
* | | implemented builtin noncopying slice | Araq | 2014-05-02 | 1 | -0/+1 |
|/ | |||||
* | bugfix: MS-GC GC_unref | Araq | 2014-04-30 | 1 | -1/+2 |
| | |||||
* | bugfix: MS GC acknowledges GC_ref/unref properly | Araq | 2014-04-30 | 1 | -6/+45 |
| | |||||
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-04-25 | 2 | -2/+2 |
|\ | |||||
| * | building of nimrtl.dll should work again | Araq | 2014-04-22 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #1118 from gradha/pr_show_boot_options | Varriount | 2014-04-21 | 1 | -1/+1 |
| |\ | | | | | | | Version switch displays options used during `koch boot` | ||||
| | * | Version switch displays options used during `koch boot` | Grzegorz Adam Hankiewicz | 2014-04-20 | 1 | -1/+1 |
| | | | |||||
* | | | minor tweaks; updated todo.txt | Araq | 2014-04-25 | 1 | -1/+1 |
|/ / | |||||
* | | fixes DLL generation | Araq | 2014-04-21 | 3 | -6/+12 |
| | | |||||
* | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-04-21 | 1 | -4/+2 |
|\ \ | |||||
| * | | Revert 4b09baa0a and 33fcd1123. | Dominik Picheta | 2014-04-20 | 1 | -4/+2 |
| | | | |||||
* | | | attempt to make some tests green | Araq | 2014-04-21 | 1 | -9/+9 |
|/ / | |||||
* | | spawn has a chance of working on posix | Araq | 2014-04-20 | 1 | -4/+14 |
| | | |||||
* | | fixes bootstrapping | Araq | 2014-04-20 | 1 | -0/+1 |
| | | |||||
* | | made large parts of the stdlib gcsafe | Araq | 2014-04-20 | 3 | -6/+8 |
| | | |||||
* | | actors compile again | Araq | 2014-04-20 | 4 | -20/+44 |
|/ | |||||
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-04-20 | 1 | -1/+1 |
|\ | |||||
| * | Fixes typo to be able to use debugger. | Grzegorz Adam Hankiewicz | 2014-04-15 | 1 | -1/+1 |
| | | |||||
* | | marked markAndSweep GC thread safe | Araq | 2014-04-20 | 1 | -8/+8 |
| | | |||||
* | | New concurrency model: next steps | Araq | 2014-04-19 | 7 | -27/+200 |
| | | |||||
* | | first version of 'spawn' | Araq | 2014-04-16 | 1 | -2/+5 |
|/ | |||||
* | Fixes problems with JS code gen. | Dominik Picheta | 2014-04-11 | 1 | -20/+34 |
| | | | | | | | --out for JS backend now works. setLen now works, this also fixes the base64 module. getCurrentExceptionMsg now also works with exceptions thrown by JS. log() supports a variable number of args now. Fixed some case sensitivity issues with arrayConstr and other functions. | ||||
* | Merge pull request #902 from reactormonk/float_toString | Andreas Rumpf | 2014-04-09 | 1 | -2/+4 |
|\ | | | | | use `.f` instead of `.16e` for floats | ||||
| * | add a trailing zero to $float | Simon Hafner | 2014-02-11 | 1 | -0/+2 |
| | | |||||
| * | use `.f` instead of `.16e` for floats | Simon Hafner | 2014-02-11 | 1 | -2/+2 |
| | | | | | | | | | | It doesn't write a trailing zero, but it's better than floats being all over your screen. |