| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2011-12-19 | implement capture clauses (move, in particular) and integrate | Niko Matsakis | -0/+52 |
| 2011-12-19 | resolve capture clauses | Niko Matsakis | -0/+12 |
| 2011-12-19 | when collecting free vars, track the span where it is used too | Niko Matsakis | -0/+6 |
| 2011-12-19 | impl the proper partial order between fn types | Niko Matsakis | -0/+18 |
| 2011-12-19 | libcore: add splitn to split a string N times. | Erick Tryzelaar | -13/+28 |
| 2011-12-19 | libcore: add vec push. | Erick Tryzelaar | -0/+15 |
| 2011-12-19 | libcore: Add vec any2 and all2 functions. | Erick Tryzelaar | -0/+16 |
| 2011-12-19 | getopts: add test for strings with spaces. | Erick Tryzelaar | -2/+5 |
| 2011-12-19 | Add type argument field to expr_path | Marijn Haverbeke | -0/+1 |
| 2011-12-19 | Use quotes around tokens in parser error messages to make them more readable | Marijn Haverbeke | -2/+2 |
| 2011-12-18 | std: getopts now uses result::t (fixes #1289) | Stefan Plantikow | -37/+41 |
| 2011-12-18 | libcore: Remove task::set_min_stack | Brian Anderson | -15/+0 |
| 2011-12-18 | test: Enable all morestack tests | Brian Anderson | -27/+3 |
| 2011-12-18 | Only look for a matching method when normal field access fails | Marijn Haverbeke | -4/+27 |
| 2011-12-17 | rt: Use a DWARF CFI scheme that works on mac in __morestack | Brian Anderson | -0/+28 |
| 2011-12-16 | allow #[link_args] with #[nolink]. For now, fail if two modules link same lib... | Graham Fawcett | -0/+28 |
| 2011-12-16 | implement #[nolink]; deprecate #[link_name = ""]; note in stdlib to remove em... | Graham Fawcett | -12/+17 |
| 2011-12-16 | std: file_is_dir -> path_is_dir, add path_exists | Elly Jones | -4/+10 |
| 2011-12-16 | add test that requires capturing generic descriptors | Niko Matsakis | -0/+36 |
| 2011-12-16 | first test of sendable fns (passes) | Niko Matsakis | -0/+20 |
| 2011-12-16 | rename iter2 to iteri to match typical convention | Niko Matsakis | -4/+4 |
| 2011-12-16 | reorder args to the various vec, option fns so blk comes last | Niko Matsakis | -31/+32 |
| 2011-12-16 | Change syntax for impl | Marijn Haverbeke | -0/+18 |
| 2011-12-16 | Make 1.f parse as a field access on the integer 1 | Marijn Haverbeke | -1/+1 |