Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #575 | Araq | 2013-09-10 | 5 | -10/+46 |
| | |||||
* | disabled M&S GC again | Araq | 2013-09-10 | 2 | -1/+2 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2013-09-10 | 3 | -3/+5 |
|\ | |||||
| * | fix regressions affecting the echo magic and the creating of rod files | Zahary Karadjov | 2013-09-07 | 3 | -3/+5 |
| | | | | | | | | | | the markAndSweep GC was not responsible for the regressions so this commit restores its use | ||||
* | | cn2im: basic C++ support | Araq | 2013-09-10 | 8 | -55/+720 |
| | | |||||
* | | added 'newLit' | Araq | 2013-09-10 | 1 | -1/+21 |
|/ | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2013-09-06 | 1 | -1/+1 |
|\ | |||||
| * | reverting the GC change | Zahary Karadjov | 2013-09-05 | 1 | -1/+1 |
| | | |||||
* | | bugfix: --gc:none -d:useMalloc works again | Araq | 2013-09-06 | 2 | -54/+55 |
|/ | |||||
* | resolved the conflict | Araq | 2013-09-03 | 29 | -250/+601 |
|\ | |||||
| * | Merge pull request #586 from mflamer/master | zah | 2013-09-03 | 2 | -0/+6 |
| |\ | | | | | | | Add arity typetrait | ||||
| | * | Add arity typetrait | Mark Flamer | 2013-09-02 | 2 | -0/+6 |
| |/ | |||||
| * | switching the compiler to the markAndSweep collector | Zahary Karadjov | 2013-09-03 | 1 | -0/+2 |
| | | | | | | | | | | This produces faster bootstrapping, works properly for the caas mode and fixes the Aporia build on a mac | ||||
| * | Merge branch 'type-classes' into upstream | Zahary Karadjov | 2013-09-03 | 27 | -250/+595 |
| |\ | |||||
| | * | partially documented the new features | Zahary Karadjov | 2013-09-03 | 2 | -4/+131 |
| | | | |||||
| | * | implemented the using statement | Zahary Karadjov | 2013-08-31 | 9 | -11/+53 |
| | | | |||||
| | * | minor improvement towards tgenericshardcases | Zahary Karadjov | 2013-08-28 | 4 | -24/+42 |
| | | | |||||
| | * | fix tisop | Zahary Karadjov | 2013-08-27 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding nil checks on the exit paths for semCompiles errors. This was probably not needed before, because semIndirectOp had a special detection for semCompiles contexts. We could try to restore these, but wouldn't this just postpone the crashes until someone tries the same expressions in nimrod check? One of the previous commits also used errorNode to avoid returning nil. This may be an alaternative approach. | ||||
| | * | fix tcompiles | Zahary Karadjov | 2013-08-27 | 3 | -22/+17 |
| | | | |||||
| | * | proper discrimination between csEmpty and csNoMatch | Zahary Karadjov | 2013-08-27 | 2 | -6/+9 |
| | | | | | | | | | | | | fixes twrongtupleaccess and topaque | ||||
| | * | fix tnoop | Zahary Karadjov | 2013-08-26 | 4 | -14/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | This commit requires further investigation. Fixing semExpr(nkCall) once and for all to work with sym-choices and to allow overloading with immediate templates and macros will probably set this straight too. | ||||
| | * | implemented delegators and improved the error messages of unmatched type classes | Zahary Karadjov | 2013-08-26 | 13 | -94/+131 |
| | | | |||||
| | * | prevent eval crashes due to PContext-dependent ops not being available in ↵ | Zahary Karadjov | 2013-08-25 | 4 | -42/+40 |
| | | | | | | | | | | | | evalConstExpr | ||||
| | * | working code for simple cases of user-defined type classes | Zahary Karadjov | 2013-08-25 | 7 | -41/+135 |
| | | | |||||
| | * | fix parsing of ``proc foo(x: distinct Type)`` | Zahary Karadjov | 2013-08-24 | 1 | -6/+1 |
| | | | |||||
| | * | parsing of user defined type classes | Zahary Karadjov | 2013-08-23 | 3 | -2/+35 |
| | | | |||||
* | | | better support for GNU's assembler | Araq | 2013-09-03 | 6 | -13/+58 |
|/ / | |||||
* | | use realpath in a posix compliant way | Araq | 2013-09-01 | 1 | -11/+6 |
| | | |||||
* | | bugfix: line information for comments | Araq | 2013-09-01 | 1 | -1/+0 |
| | | |||||
* | | some fixes for Haiku | Araq | 2013-09-01 | 2 | -46/+51 |
| | | |||||
* | | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2013-09-01 | 1 | -0/+6 |
|\ \ | |||||
| * \ | Merge pull request #580 from gradha/pr_adds_equality_for_arrays | Araq | 2013-09-01 | 1 | -0/+6 |
| |\ \ | | | | | | | | | Adds equality comparison for arrays. | ||||
| | * | | Adds equality comparison for arrays. | Grzegorz Adam Hankiewicz | 2013-08-22 | 1 | -0/+6 |
| | | | | |||||
* | | | | -d:nocaas mode for easier bootstrapping on exotic OSes (Haiku) | Araq | 2013-09-01 | 4 | -22/+37 |
| | | | | |||||
* | | | | fixes #582 | Araq | 2013-09-01 | 8 | -30/+48 |
|/ / / | |||||
* | | | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2013-08-31 | 1 | -1/+5 |
|\ \ \ | |||||
| * \ \ | Merge pull request #579 from gradha/pr_fixes_xmltree_macro_docstring | Araq | 2013-08-31 | 1 | -1/+5 |
| |\ \ \ | | | | | | | | | | | Fixes xmltree <> macro docstring. | ||||
| | * | | | Fixes xmltree <> macro docstring. | Grzegorz Adam Hankiewicz | 2013-08-22 | 1 | -1/+5 |
| | |/ / | |||||
* | | | | fixes #398 | Araq | 2013-08-31 | 1 | -6/+6 |
| | | | | |||||
* | | | | fixes #516 | Araq | 2013-08-31 | 2 | -3/+23 |
|/ / / | |||||
* | | | fixes #554, fixes #179 | Araq | 2013-08-31 | 3 | -4/+34 |
| | | | |||||
* | | | fixes #459 | Araq | 2013-08-31 | 1 | -2/+5 |
| | | | |||||
* | | | fixes #563 | Araq | 2013-08-31 | 2 | -0/+15 |
| | | | |||||
* | | | fixes #569; C++ codegen works again | Araq | 2013-08-31 | 5 | -16/+26 |
| | | | |||||
* | | | fixes #578 | Araq | 2013-08-30 | 4 | -13/+25 |
| | | | |||||
* | | | bugfix: conversions to float32 are allowed again but of lower priority | Araq | 2013-08-30 | 1 | -3/+3 |
| | | | |||||
* | | | conversions to float32 are allowed again but of lower priority | Araq | 2013-08-30 | 1 | -3/+3 |
| | | | |||||
* | | | tester compiles again | Araq | 2013-08-30 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2013-08-30 | 22 | -134/+385 |
|\ \ \ | |||||
| * | | | Implemented ability to connect through proxies for the httpclient module. | Dominik Picheta | 2013-08-26 | 1 | -16/+51 |
| | | | |