Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | introduce tyFromExpr; fixes #618 | Zahary Karadjov | 2014-01-04 | 3 | -1/+48 |
| | |||||
* | fixed #597 | Zahary Karadjov | 2014-01-02 | 1 | -9/+67 |
| | |||||
* | clean-up some obsolete code; close #602 | Zahary Karadjov | 2013-12-31 | 1 | -0/+14 |
| | |||||
* | close #517 | Zahary Karadjov | 2013-12-31 | 1 | -0/+10 |
| | |||||
* | migrate the static param handling to ReplaceTypeVars; fix tgenericvariant | Zahary Karadjov | 2013-12-30 | 1 | -1/+1 |
| | |||||
* | fix the filtering of void params in procs' signatures | Zahary Karadjov | 2013-12-29 | 4 | -30/+8 |
| | |||||
* | Merge branch 'upstream' into devel | Zahary Karadjov | 2013-12-29 | 11 | -141/+234 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: compiler/ccgutils.nim compiler/msgs.nim compiler/sem.nim compiler/semexprs.nim compiler/seminst.nim compiler/semmagic.nim compiler/semstmts.nim compiler/semtypes.nim compiler/semtypinst.nim compiler/sigmatch.nim compiler/types.nim compiler/vmgen.nim lib/core/macros.nim lib/system.nim tests/reject/tenummix.nim web/news.txt | ||||
| * | integrate the logic of fixupProcType into ReplaceTypeVars | Zahary Karadjov | 2013-12-29 | 3 | -32/+32 |
| | | |||||
| * | make more tests green | Zahary Karadjov | 2013-12-29 | 5 | -94/+80 |
| | | |||||
| * | fixes #787 | Zahary Karadjov | 2013-12-28 | 1 | -0/+51 |
| | | |||||
| * | fix illegal recursion checks | Zahary Karadjov | 2013-12-28 | 2 | -14/+11 |
| | | |||||
| * | lift generic parameters from concrete composite type classes | Zahary Karadjov | 2013-12-28 | 1 | -6/+11 |
| | | |||||
| * | towards support for composite type classes such as seq[Number] and ↵ | Zahary Karadjov | 2013-12-27 | 1 | -0/+30 |
| | | | | | | | | SquareMatrix[T] | ||||
| * | test case for semistatic | Zahary Karadjov | 2013-12-25 | 1 | -0/+24 |
| | | |||||
| * | static params: expr[T] is now static[T] | Zahary Karadjov | 2013-12-19 | 2 | -6/+6 |
| | | | | | | | | | | | | | | This introduces tyStatic and successfully bootstraps and handles few simple test cases. Static params within macros are no longer treated as PNimrodNodes - they are now equivalent to constants of the designated type. | ||||
* | | templates can access hidden fields | Araq | 2013-12-25 | 2 | -0/+18 |
| | | |||||
* | | Merge branch 'vm2' of github.com:Araq/Nimrod into vm2 | Araq | 2013-12-24 | 13 | -30/+37 |
|\ \ | |||||
| * \ | Merge branch 'master' into vm2 | Araq | 2013-12-13 | 2 | -6/+24 |
| |\ \ | |||||
| * | | | new VM: globals kinda work | Araq | 2013-12-13 | 2 | -2/+2 |
| | | | | |||||
| * | | | new VM: improvements | Araq | 2013-12-12 | 1 | -3/+3 |
| | | | | |||||
| * | | | new VM: passes more tests | Araq | 2013-12-06 | 1 | -0/+4 |
| | | | | |||||
| * | | | makes 'reject' tests green | Araq | 2013-12-05 | 7 | -9/+11 |
| | | | | |||||
| * | | | bugfix: keywords are sorted | Araq | 2013-12-05 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge branch 'master' into vm2 | Araq | 2013-12-05 | 7 | -3/+207 |
| |\ \ \ | | | |/ | | |/| | | | | | | | | | Conflicts: compiler/sem.nim | ||||
| * | | | computed goto now works; some progress on the new VM | Araq | 2013-10-25 | 1 | -15/+16 |
| | | | | |||||
* | | | | Correct the spelling of the word 'implicitly' | Satish BD | 2013-12-23 | 1 | -1/+1 |
| |_|/ |/| | | |||||
* | | | Commented out CAAS testing code. | Clay Sweetser | 2013-12-12 | 1 | -6/+6 |
| | | | |||||
* | | | use parseopt2 in parseopt2 test | Michał Zieliński | 2013-12-10 | 1 | -1/+1 |
| | | | |||||
* | | | Fix : and = precedence in parseopt. | Michał Zieliński | 2013-12-10 | 1 | -4/+5 |
| | | | |||||
* | | | Reimplement parseopt which parses arguments given as a sequence of strings, ↵ | Michał Zieliński | 2013-12-09 | 1 | -0/+17 |
| |/ |/| | | | | | not single string. | ||||
* | | fixes a regression where memset was used without including <string.h> | Araq | 2013-12-03 | 1 | -0/+13 |
| | | |||||
* | | fixes #681 | Araq | 2013-11-30 | 1 | -1/+13 |
| | | |||||
* | | fixes #686 | Araq | 2013-11-29 | 2 | -0/+142 |
| | | |||||
* | | simple unit test and better documentation for the user defined type classes | Zahary Karadjov | 2013-11-17 | 1 | -0/+28 |
| | | |||||
* | | failing test for static params | Zahary Karadjov | 2013-11-05 | 1 | -0/+9 |
| | | |||||
* | | Fixed regression on ARM caused by the changed behaviour of noStackFrame in ↵ | Dominik Picheta | 2013-10-19 | 1 | -2/+2 |
|/ | | | | commit ac474a28120. | ||||
* | Merge pull request #604 from reactormonk/master | Andreas Rumpf | 2013-10-05 | 1 | -0/+10 |
|\ | | | | | moved eqproc to the correct magic position | ||||
| * | don't mess with semfold, use vars instead | Simon Hafner | 2013-09-26 | 1 | -2/+2 |
| | | |||||
| * | moved eqproc to the correct magic position | Simon Hafner | 2013-09-26 | 1 | -0/+10 |
| | | | | | | | | also added mEqCString to evalOps so the test runs | ||||
* | | fixed another semicolon related parsing bug | Araq | 2013-10-02 | 1 | -0/+18 |
| | | |||||
* | | examples from the talk part of test suite | Araq | 2013-09-27 | 1 | -0/+1 |
|/ | |||||
* | the compiler can now deal with multiple modules of the same name | Araq | 2013-09-26 | 5 | -0/+32 |
| | |||||
* | fixes #575 | Araq | 2013-09-10 | 1 | -0/+39 |
| | |||||
* | resolved the conflict | Araq | 2013-09-03 | 4 | -39/+31 |
|\ | |||||
| * | Merge branch 'type-classes' into upstream | Zahary Karadjov | 2013-09-03 | 4 | -39/+31 |
| |\ | |||||
| | * | fix tcompiles | Zahary Karadjov | 2013-08-27 | 1 | -18/+13 |
| | | | |||||
| | * | proper discrimination between csEmpty and csNoMatch | Zahary Karadjov | 2013-08-27 | 1 | -3/+1 |
| | | | | | | | | | | | | fixes twrongtupleaccess and topaque | ||||
| | * | fix tnoop | Zahary Karadjov | 2013-08-26 | 1 | -6/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 | 1 | -12/+12 |
| | | | |||||
* | | | better support for GNU's assembler | Araq | 2013-09-03 | 1 | -1/+1 |
|/ / |