| Age | Commit message (Expand) | Author | Lines |
| 2012-01-05 | correct test to reference right value | Niko Matsakis | -1/+1 |
| 2012-01-05 | require a non-semi expr acting as a stmt to have unit return type | Niko Matsakis | -33/+37 |
| 2012-01-05 | make parser handle parenthesized block-sugar exprs properly | Niko Matsakis | -18/+16 |
| 2012-01-05 | Merge branch 'master' into kmath | Stefan Plantikow | -93/+93 |
| 2012-01-05 | Moved generic float::min, max to core::math and cleaned up some imports | Stefan Plantikow | -0/+1 |
| 2012-01-05 | Merge branch 'master' into kmath | Stefan Plantikow | -64/+63 |
| 2012-01-05 | Switch to new param kind bound syntax | Marijn Haverbeke | -93/+93 |
| 2012-01-05 | Merge branch 'master' into kmath | Stefan Plantikow | -33/+309 |
| 2012-01-04 | extend tester so that error msgs can be attached to lines | Niko Matsakis | -2/+1 |
| 2012-01-04 | xfail-pretty iface-generic.rs until i have time to debug | Marijn Haverbeke | -0/+2 |
| 2012-01-04 | Add test for generic iface methods | Marijn Haverbeke | -0/+33 |
| 2012-01-04 | "str": rename "str_from_cstr" to "from_cstr" (analogous to the other "from_*") | Lenny222 | -3/+3 |
| 2012-01-04 | "char": use shorter names "to_lower"/"to_upper", analogous to the same names ... | Lenny222 | -10/+10 |
| 2012-01-03 | Add missing ty_constr cases to trans::type_of_inner and ty::fold_ty. | Tim Chevalier | -0/+6 |
| 2012-01-03 | Allow tail expressions even in no_value blocks. Type checker | Niko Matsakis | -11/+22 |
| 2012-01-03 | new tests | Niko Matsakis | -0/+126 |
| 2012-01-03 | Merge pull request #1392 from Lenny222/list | Brian Anderson | -10/+50 |
| 2012-01-03 | Make resolution of dictionaries on bounded params work | Marijn Haverbeke | -2/+8 |
| 2012-01-03 | Wire in resolution of param bounds for method calls | Marijn Haverbeke | -0/+22 |
| 2012-01-02 | Fix expected error messages for better printing of ty_ptr | Marijn Haverbeke | -2/+2 |
| 2012-01-02 | Add 'copy' bounds to functions that were faultily accepted without | Marijn Haverbeke | -5/+5 |
| 2012-01-02 | Make last-use pass properly handle closed-over variables | Marijn Haverbeke | -0/+8 |
| 2012-01-01 | freebsd support | User Jyyou | -2/+8 |
| 2012-01-01 | "str": extract to_upper/lower_case() into "char" | Lenny222 | -0/+16 |
| 2011-12-31 | core: killed all math wrappers | Stefan Plantikow | -1/+4 |
| 2011-12-31 | Trying to remove wrappers from float | Stefan Plantikow | -0/+0 |
| 2011-12-30 | add cap clause to pretty printer, with a test | Niko Matsakis | -0/+17 |
| 2011-12-30 | add test for list:is_empty() | Lenny222 | -1/+16 |
| 2011-12-29 | split proto from fn_decl, as not all fn_decls know the proto. | Niko Matsakis | -0/+22 |
| 2011-12-29 | Add support in lexer for utf8 identifiers. No NFKC logic in char yet. | Graydon Hoare | -0/+34 |
| 2011-12-29 | list: use predicate to enforce non-empty requirement | Lenny222 | -10/+35 |
| 2011-12-28 | On second thought, re-land pull request #1385 with backquotes; easier to grep... | Graydon Hoare | -15/+15 |
| 2011-12-25 | Use singlequotes in the typechecker too, to distinguish code and English | Lenny222 | -17/+17 |
| 2011-12-24 | Merge pull request #1382 from Lenny222/char | Graydon Hoare | -0/+18 |
| 2011-12-24 | Merge pull request #1377 from Lenny222/icu | Graydon Hoare | -0/+34 |
| 2011-12-24 | char: add is_lowercase(), is_uppercase() | Lenny222 | -0/+18 |
| 2011-12-22 | Register new snapshots, purge log_err and log_full in favour of log(...). | Graydon Hoare | -631/+631 |
| 2011-12-22 | Merge all 3 log syntaxes, tidy up residual misuses. | Graydon Hoare | -50/+44 |
| 2011-12-22 | Register snapshots and switch logging over to use of log_full or #error / #de... | Graydon Hoare | -874/+1031 |
| 2011-12-22 | std::unicode: add functions, unit test | Lenny222 | -0/+34 |
| 2011-12-22 | Remove trivial cast checker | Marijn Haverbeke | -58/+0 |
| 2011-12-22 | tests: add corner case (empty list) | Lenny222 | -11/+19 |
| 2011-12-22 | json: add "null" | Lenny222 | -0/+7 |
| 2011-12-21 | add tests I forgot to add | Niko Matsakis | -0/+26 |
| 2011-12-21 | valid cap clause for kind-ness too | Niko Matsakis | -0/+10 |
| 2011-12-20 | Revert "wip" | Brian Anderson | -60/+0 |
| 2011-12-20 | wip | Brian Anderson | -0/+60 |
| 2011-12-20 | Add companion-module core.rs that exports log levels and option/some/none eve... | Graydon Hoare | -14/+0 |
| 2011-12-20 | removed math leftovers from std | Stefan Plantikow | -1/+1 |
| 2011-12-20 | test: Remove 'error:' from error pattern | Haitao Li | -5/+5 |