| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | implemented procCall builtin | Araq | 2014-11-28 | 1 | -1/+0 |
* | fixes #619 | Araq | 2014-11-15 | 1 | -1/+0 |
* | proper fix for stack initialization and threadvar emulation | Araq | 2014-11-11 | 1 | -0/+1 |
* | fixes #1646 | Araq | 2014-11-10 | 1 | -2/+1 |
* | the codegen doesn't emit deepCopy for parallel statements | Araq | 2014-11-08 | 1 | -3/+2 |
* | todo.txt updates | Araq | 2014-11-04 | 1 | -6/+2 |
* | documented nimfix | Araq | 2014-11-04 | 1 | -2/+3 |
* | added threadpool and cpuinfo to the docgen | Araq | 2014-11-03 | 1 | -0/+1 |
* | minor changes to the threading docs | Araq | 2014-11-01 | 1 | -4/+5 |
* | documentation updates | Araq | 2014-10-11 | 1 | -1/+1 |
* | should compile with csources again | Araq | 2014-10-06 | 1 | -2/+0 |
* | updated some tests | Araq | 2014-10-04 | 1 | -2/+1 |
* | implemented mixed mode codegen | Araq | 2014-10-03 | 1 | -2/+2 |
* | recursive tuple types are now invalid (breaking change) | Araq | 2014-10-02 | 1 | -5/+0 |
* | bugfix: 'T = ref T' is an illegal recursive type | Araq | 2014-10-02 | 1 | -1/+3 |
* | 'try' works at compile-time | Araq | 2014-10-02 | 1 | -92/+3 |
* | system.writeFile works at compile-time | Araq | 2014-10-02 | 1 | -2/+0 |
* | manual split up into multiple files; documented the new concurrency system | Araq | 2014-10-02 | 1 | -1/+1 |
* | implemented locking levels; still incomplete | Araq | 2014-09-27 | 1 | -2/+0 |
* | deepCopy is instantiated when its corresponding type is instantiated | Araq | 2014-09-26 | 1 | -4/+2 |
* | 'let' within 'parallel' now works | Araq | 2014-09-22 | 1 | -3/+4 |
* | made tests green | Araq | 2014-09-22 | 1 | -2/+4 |
* | made some tests green | Araq | 2014-09-21 | 1 | -1/+0 |
* | implemented 'guard' annotation | Araq | 2014-09-21 | 1 | -3/+4 |
* | renamed URLencode to encodeUrl | Araq | 2014-09-10 | 1 | -1/+0 |
* | 'pretty' command does not exist anymore; improvements for nimfix | Araq | 2014-09-10 | 1 | -0/+1 |
* | 'nimfix' improvements; FdSet is TFdSet again | Araq | 2014-09-08 | 1 | -4/+1 |
* | nimfix handles helloworld | Araq | 2014-09-06 | 1 | -1/+2 |
* | fixes #903, fixes #1513 | Araq | 2014-09-03 | 1 | -1/+3 |
* | minor improvement for nim pretty | Araq | 2014-08-31 | 1 | -0/+6 |
* | big rename | Araq | 2014-08-27 | 1 | -1/+0 |
* | renamefest | Araq | 2014-08-23 | 1 | -1/+0 |
* | the big renamefest: first steps | Araq | 2014-08-22 | 1 | -0/+5 |
* | fixes 'gcsafe' | Araq | 2014-08-12 | 1 | -2/+0 |
* | distinguish between 'defined' and 'declared' | Araq | 2014-08-11 | 1 | -1/+1 |
* | progress on deepCopy | Araq | 2014-08-01 | 1 | -11/+11 |
* | JS compilation works again | Araq | 2014-07-16 | 1 | -1/+0 |
* | Merge branch 'new_spawn' into devel | Araq | 2014-07-15 | 1 | -0/+1 |
|\ |
|
| * | c2nim is not part of the compiler anymore | Araq | 2014-06-30 | 1 | -2/+0 |
| * | minor changes to todo.txt | Araq | 2014-06-28 | 1 | -0/+5 |
* | | fixes latest regression | Araq | 2014-07-11 | 1 | -0/+1 |
* | | fixes #1323 | Araq | 2014-07-08 | 1 | -1/+1 |
* | | fixes #1103; fixes #1297 | Araq | 2014-07-08 | 1 | -1/+3 |
* | | corrected backends.txt | Araq | 2014-06-30 | 1 | -0/+2 |
|/ |
|
* | Merge pull request #1281 from Araq/new_spawn | Andreas Rumpf | 2014-06-16 | 1 | -0/+17 |
|\ |
|
| * | some changes | Araq | 2014-06-09 | 1 | -2/+2 |
| * | added 'fence' instructions to the barrier | Araq | 2014-06-06 | 1 | -0/+3 |
| * | Promises are now refs | Araq | 2014-06-05 | 1 | -0/+14 |
* | | optimized method dispatchers | Araq | 2014-06-12 | 1 | -1/+0 |
|/ |
|
* | compiler prepared for the new comment handling | Araq | 2014-04-30 | 1 | -0/+1 |