| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-12-10 | Reliciense makefiles and testsuite. Yup. | Graydon Hoare | -0/+10 | |
| 2012-07-14 | Treat bare vector and string literals as fixed length vecs. Closes #2922. | Michael Sullivan | -1/+1 | |
| 2012-07-13 | Change the pretty printer to print vstores for strs in prefix notation. | Michael Sullivan | -1/+1 | |
| 2012-07-12 | Make str be treated as str/~. | Michael Sullivan | -1/+1 | |
| 2012-01-26 | Allow operator overloading of the indexing operator | Marijn Haverbeke | -1/+1 | |
| The method `op_index` (which takes a single argument) is used for this. Issue #1520 | ||||
| 2012-01-26 | First stab at operator overloading | Marijn Haverbeke | -1/+1 | |
| When no built-in interpretation is found for one of the operators mentioned below, the typechecker will try to turn it into a method call with the name written next to it. For binary operators, the method will be called on the LHS with the RHS as only parameter. Binary: + op_add - op_sub * op_mul / op_div % op_rem & op_and | op_or ^ op_xor << op_shift_left >> op_shift_right >>> op_ashift_right Unary: - op_neg ! op_not Overloading of the indexing ([]) operator isn't finished yet. Issue #1520 | ||||
| 2011-12-28 | On second thought, re-land pull request #1385 with backquotes; easier to ↵ | Graydon Hoare | -1/+1 | |
| grep, can change in the future. | ||||
| 2011-12-25 | Use singlequotes in the typechecker too, to distinguish code and English | Lenny222 | -1/+1 | |
| 2011-09-02 | Print the type of istrs as 'str' in error messages. Issue #855 | Brian Anderson | -1/+1 | |
| 2011-09-01 | Fix the error-patterns in 2 cfail tests. Issue #855 | Brian Anderson | -1/+1 | |
| 2011-08-20 | Reformat | Brian Anderson | -3/+1 | |
| This changes the indexing syntax from .() to [], the vector syntax from ~[] to [] and the extension syntax from #fmt() to #fmt[] | ||||
| 2011-08-12 | Properly typecheck unary minus | Marijn Haverbeke | -0/+5 | |
| Closes #813 | ||||
