Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | system.fields|fieldPairs for objects | Araq | 2013-02-18 | 1 | -0/+64 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2013-02-16 | 5 | -6/+11 |
|\ | |||||
| * | WA for #329, caused by #335 | Simon Hafner | 2013-02-15 | 1 | -0/+5 |
| | | |||||
| * | EcmaScript => JS. Fixes #330 | Simon Hafner | 2013-02-15 | 4 | -6/+6 |
| | | | | | | | | No one calls it EcmaScript anymore. | ||||
* | | preparations for a generational GC | Araq | 2013-02-16 | 1 | -1/+1 |
|/ | |||||
* | open arrays documented in the manual | Araq | 2013-02-10 | 1 | -3/+17 |
| | |||||
* | made some tests green | Araq | 2013-02-08 | 2 | -2/+2 |
| | |||||
* | code cleanup for mark&sweep GC | Araq | 2013-02-07 | 3 | -2/+8 |
| | |||||
* | first version of a simple mark&sweep GC; activate with --gc:markAndSweep | Araq | 2013-02-07 | 2 | -5/+9 |
| | |||||
* | cleaner GC switching | Araq | 2013-01-31 | 1 | -0/+1 |
| | |||||
* | Merge remote-tracking branch 'upstream/master' into upstream | Zahary Karadjov | 2013-01-28 | 1 | -0/+15 |
|\ | |||||
| * | bugfix: overlap checking for 'case' | Araq | 2013-01-27 | 1 | -0/+15 |
| | | |||||
* | | the `mainmodule` option has effect only when no explicit module is given | Zahary Karadjov | 2013-01-28 | 1 | -1/+1 |
| | | |||||
* | | merged upstream master | Zahary Karadjov | 2013-01-27 | 29 | -61/+629 |
|\| | |||||
| * | Merge pull request #316 from gradha/pr_renames_each_to_map | Araq | 2013-01-23 | 2 | -3/+3 |
| |\ | | | | | | | Renames each proc to map, each is left deprecated. | ||||
| | * | Renames each proc to map, each is left deprecated. | Grzegorz Adam Hankiewicz | 2013-01-22 | 2 | -3/+3 |
| | | | |||||
| * | | bootstrapping works again | Araq | 2013-01-22 | 1 | -0/+14 |
| | | | |||||
| * | | fixed some closure related bugs | Araq | 2013-01-22 | 3 | -1/+196 |
| |/ | |||||
| * | Reverted my 'do notation' fixes. | Dominik Picheta | 2013-01-20 | 1 | -2/+1 |
| | | |||||
| * | Fixed a bug with the 'do notation' consuming statements after it. | Dominik Picheta | 2013-01-20 | 1 | -0/+17 |
| | | |||||
| * | small bugfix for lambdalifting; preparations for a better testing framework | Araq | 2013-01-19 | 3 | -40/+77 |
| | | |||||
| * | fixed merge conflict | Araq | 2013-01-16 | 1 | -0/+39 |
| |\ | |||||
| | * | 'sort' for ordered tables | Araq | 2013-01-12 | 1 | -0/+39 |
| | | | |||||
| * | | implemented generic multi methods | Araq | 2013-01-16 | 1 | -0/+30 |
| |/ | |||||
| * | Merge pull request #296 from gradha/pr_makes_toseq_public | Araq | 2013-01-08 | 1 | -6/+5 |
| |\ | | | | | | | Moves toSeq template to public sequtils module. | ||||
| | * | Moves toSeq template to public sequtils module. | Grzegorz Adam Hankiewicz | 2013-01-03 | 1 | -6/+5 |
| | | | |||||
| * | | fixes #299 | Araq | 2013-01-08 | 1 | -0/+13 |
| | | | |||||
| * | | fixes #270 | Araq | 2013-01-08 | 1 | -0/+28 |
| | | | |||||
| * | | fixes #292 | Araq | 2013-01-08 | 1 | -0/+17 |
| | | | |||||
| * | | Fixed many deprecation warnings. asyncio.recvLine now throws an | Dominik Picheta | 2012-12-23 | 1 | -7/+8 |
| | | | | | | | | | | | | exception when an error occurs. Added sockets.SocketError. | ||||
| * | | fixes #271 | Araq | 2012-12-15 | 1 | -3/+3 |
| |/ | |||||
| * | made some tests green; some small bugfixes | Araq | 2012-12-09 | 2 | -2/+2 |
| | | |||||
| * | documented AST overloading and some TR optimizations | Araq | 2012-12-09 | 2 | -0/+24 |
| | | |||||
| * | implemented AST based overloading | Araq | 2012-12-06 | 1 | -0/+21 |
| | | |||||
| * | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-12-06 | 3 | -2/+68 |
| |\ | |||||
| | * | implemented generic converters | Araq | 2012-12-05 | 2 | -0/+58 |
| | | | |||||
| | * | bugfix: 'not nil' and 'shared' types | Araq | 2012-12-02 | 1 | -2/+10 |
| | | | |||||
| * | | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-12-02 | 4 | -1/+26 |
| |\| | |||||
| | * | implements 'export' feature | Araq | 2012-12-01 | 3 | -0/+25 |
| | | | |||||
| | * | implements 'import dir/module' without quotes | Araq | 2012-11-30 | 1 | -1/+1 |
| | | | |||||
| * | | resolved conflicts | Araq | 2012-11-30 | 2 | -0/+31 |
| |\| | |||||
| | * | implemented 'import except' | Araq | 2012-11-28 | 1 | -0/+10 |
| | | | |||||
| | * | bugfix: better implict 'items' support | Araq | 2012-11-28 | 1 | -0/+21 |
| | | | |||||
| * | | bugfix: implicit items/pairs work better | Araq | 2012-11-28 | 1 | -0/+12 |
| |/ | |||||
* | | fixes the recently discovered GC memory leaks | Zahary Karadjov | 2012-12-20 | 2 | -2/+39 |
| | | | | | | | | | | | | This revision is intended as comparison point between the old and the new GC The used GC can be switched in mmdisp and various statistics will be gathered during execution (these will be removed/disabled in later revisions) | ||||
* | | track the "owner" heap object in the ref write barrier | Zahary Karadjov | 2012-12-01 | 1 | -0/+71 |
|/ | | | | See the papers for reference counting with heap sliding views for details: | ||||
* | 'return' for first class iterators | Araq | 2012-11-26 | 1 | -0/+20 |
| | |||||
* | next steps for first class iterators | Araq | 2012-11-26 | 1 | -2/+2 |
| | |||||
* | parser support for 'not nil' annotation | Araq | 2012-11-25 | 1 | -0/+15 |
| | |||||
* | added missing type flags | Araq | 2012-11-23 | 1 | -3/+3 |
| |