Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #84 from Tass/master | Araq | 2011-12-31 | 1 | -0/+1 |
|\ | | | | | forgot to add the testfile for the io test | ||||
| * | forgot to add tests/testdata/string | Simon Hafner | 2011-12-31 | 1 | -0/+1 |
| | | |||||
* | | MAP_ANONYMOUS is not always 0x20 for linux; changed the tests | Araq | 2011-12-31 | 3 | -9/+20 |
| | | |||||
* | | changed io tests | Araq | 2011-12-31 | 2 | -2/+6 |
| | | |||||
* | | sysio: got rid of now unnecessary length check | Araq | 2011-12-31 | 1 | -2/+0 |
| | | |||||
* | | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2011-12-31 | 5 | -22/+93 |
|\ \ | |||||
| * | | Merge pull request #79 from Tass/master | Araq | 2011-12-31 | 5 | -22/+93 |
| |\| | | | | | | | readAll | ||||
| | * | compileSingleTest instead of direct callCompiler | Simon Hafner | 2011-12-30 | 1 | -1/+1 |
| | | | |||||
| | * | fixes for readAll | Simon Hafner | 2011-12-30 | 4 | -22/+38 |
| | | | |||||
| | * | implemented readAll() | Simon Hafner | 2011-12-22 | 4 | -22/+77 |
| | | | |||||
* | | | improved actors.sync | Araq | 2011-12-31 | 2 | -2/+78 |
| | | | |||||
* | | | windows module should now compile for all CPUs | Araq | 2011-12-31 | 1 | -2/+16 |
| | | | |||||
* | | | make trecinca|b tests green | Araq | 2011-12-31 | 6 | -6/+11 |
|/ / | |||||
* | | critbits added to stdlib | Araq | 2011-12-30 | 3 | -3/+28 |
| | | |||||
* | | bugfix: preliminary symbol declaration in first pass of generics | Araq | 2011-12-30 | 3 | -10/+17 |
| | | |||||
* | | GC: use simple balanced tree instead of AVL tree | Araq | 2011-12-30 | 7 | -240/+409 |
| | | |||||
* | | c2nim: bugfix: 'type x[10];' was not parsed properly | Araq | 2011-12-30 | 3 | -6/+3 |
| | | |||||
* | | GC: AVL tree uses unsigned comparisons | Araq | 2011-12-30 | 1 | -7/+7 |
| | | |||||
* | | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2011-12-30 | 1 | -16/+23 |
|\ \ | |||||
| * \ | Merge pull request #83 from Amrykid/f449d2b7611b4d945eabe03ffb52b5235c544d80 | Araq | 2011-12-29 | 1 | -16/+23 |
| |\ \ | | | | | | | | | events.nim updates | ||||
| | * | | Fixed the documentation for events.nim. | Amrykid | 2011-12-29 | 1 | -16/+18 |
| | | | | |||||
| | * | | Added containsHandler to events.nim | Amrykid | 2011-12-29 | 1 | -0/+5 |
| | | | | |||||
* | | | | GC stack scanning cares about interior pointers | Araq | 2011-12-30 | 10 | -29/+328 |
|/ / / | |||||
* | | | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2011-12-27 | 3 | -5/+99 |
|\ \ \ | |||||
| * | | | Merge pull request #81 from Amrykid/master | Araq | 2011-12-27 | 3 | -5/+99 |
| |\| | | | | | | | | | | Various changes around 'koch update' | ||||
| | * | | Documentation comments + slight code modifications to zipfiles.nim. | Amrykid | 2011-12-27 | 2 | -6/+7 |
| | | | | | | | | | | | | | | | | Changes made to osproc.nim so it will compile. | ||||
| | * | | Allowed waitForExit to have a specified timeout. (osproc.nim) | Amrykid | 2011-12-27 | 1 | -2/+5 |
| | | | | |||||
| | * | | Last bits, etc. | Amrykid | 2011-12-27 | 1 | -2/+4 |
| | | | | |||||
| | * | | Final bits added. Needs testing. | Amrykid | 2011-12-25 | 1 | -15/+30 |
| | | | | |||||
| | * | | - Koch update is nearly finished. | Amrykid | 2011-12-24 | 1 | -12/+43 |
| | | | | | | | | | | | | | | | | | | | | | | | | -- Checks if libzip is available as a fallback. -- Echos what its doing. -- Actually compiles now. | ||||
| | * | | - Added extractFile and extractAll to zipfiles.nim | Amrykid | 2011-12-24 | 2 | -0/+42 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | -- Need to wait until libzip_all.c is updated to support Windows. - Started working on "koch update". -- Waiting on above to finish work. | ||||
* | | | | fixed small typos for subexes docs | Araq | 2011-12-27 | 2 | -5/+3 |
|/ / / | |||||
* / / | added support for advanced substitution expressions | Araq | 2011-12-27 | 8 | -113/+566 |
|/ / | |||||
* | | bugfix: compiler errors for explicit initialization of thread local ↵ | Araq | 2011-12-23 | 3 | -4/+9 |
| | | | | | | | | variables; os.nim does not rely on it anymore | ||||
* | | generated scripts do no contain paths anymore; regenerated C sources | Araq | 2011-12-23 | 4 | -15/+25 |
| | | |||||
* | | bugfix: the code gen can now handle alias TLock = TSysLock; this fixes ↵ | Araq | 2011-12-23 | 5 | -5/+20 |
| | | | | | | | | threading bugs | ||||
* | | bugfix: suggest feature | Araq | 2011-12-22 | 2 | -28/+23 |
| | | |||||
* | | bugfix: environment var caching is now thread safe | Araq | 2011-12-22 | 1 | -3/+3 |
| | | |||||
* | | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2011-12-22 | 6 | -3/+22 |
|\| | |||||
| * | fixes #77 | dom96 | 2011-12-19 | 1 | -0/+10 |
| | | |||||
| * | Added a couple of GTK 2.12 functions. | Dominik Picheta | 2011-12-18 | 2 | -0/+9 |
| | | |||||
| * | fixed some recently introduced compilation errors in the standard library | Zahary Karadjov | 2011-12-13 | 3 | -3/+3 |
| | | |||||
* | | code gen can generate code to keep alive stack roots | Araq | 2011-12-22 | 12 | -44/+125 |
|/ | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2011-12-13 | 1 | -764/+764 |
|\ | |||||
| * | windows.nim compiles again | Zahary Karadjov | 2011-12-13 | 1 | -764/+764 |
| | | |||||
* | | GC: some inlining to improve performance sensitive parts | Araq | 2011-12-13 | 1 | -1/+11 |
|/ | |||||
* | added binary trees benchmark | Araq | 2011-12-12 | 1 | -0/+54 |
| | |||||
* | C code gen: generate even better code for the GC | Araq | 2011-12-12 | 4 | -15/+41 |
| | |||||
* | c2nim compiles again | Araq | 2011-12-12 | 5 | -10/+15 |
| | |||||
* | compiler takes advantage of 'new(Obj|New)RC1 | Araq | 2011-12-12 | 3 | -77/+89 |
| |