| Age | Commit message (Expand) | Author | Lines |
| 2012-01-16 | Minor cleanups to custom discriminator code. | Kevin Atkinson | -1/+1 |
| 2012-01-16 | Store type names in crate metadata | Marijn Haverbeke | -1/+1 |
| 2012-01-16 | When pretty-printing fn types, leave off arg modes when they are the default | Marijn Haverbeke | -3/+3 |
| 2012-01-16 | Don't evaluate discriminator value constants when parsing. | Kevin Atkinson | -0/+8 |
| 2012-01-16 | Update pretty printer to print out disr. values. | Kevin Atkinson | -0/+16 |
| 2012-01-15 | Added string functions: split_func, split_char, lines, lines_any, words, | Kevin Cantu | -0/+92 |
| 2012-01-15 | rustc: Parse fn inner attributes. Closes #1506 | Brian Anderson | -0/+25 |
| 2012-01-14 | bench: Lower the default inputs on many shootout benchmarks | Brian Anderson | -5/+5 |
| 2012-01-14 | bench: Update shootout-nbody for style | Brian Anderson | -22/+20 |
| 2012-01-14 | bench: Update fannkuchredux for style | Brian Anderson | -5/+11 |
| 2012-01-14 | bench: Update shootout-binarytrees for style | Brian Anderson | -8/+15 |
| 2012-01-14 | bench: Update shootout-ackermann for performance | Brian Anderson | -15/+14 |
| 2012-01-14 | bench: Update shootout-fibo for performance | Brian Anderson | -14/+15 |
| 2012-01-14 | bench: Update shootout-binarytrees to use unique boxes | Brian Anderson | -5/+5 |
| 2012-01-13 | xfail the tests for now, pending #1511 being fixed | Niko Matsakis | -0/+11 |
| 2012-01-13 | test: xfail-pretty run-pass/tag-disr-val-shape | Brian Anderson | -0/+1 |
| 2012-01-13 | test: Simplify rope::bal1. Closes #1424 | Brian Anderson | -2/+2 |
| 2012-01-13 | libcore: Add task::try | Brian Anderson | -0/+21 |
| 2012-01-13 | Fixes #1499: a test that shape code can walk explicit disr values | Niko Matsakis | -0/+14 |
| 2012-01-13 | distinguish "any closure" and "stack closure" (block) | Niko Matsakis | -20/+20 |
| 2012-01-13 | make "native fn" the type for bare functions, remove fn exprs | Niko Matsakis | -15/+15 |
| 2012-01-13 | deprecate fn exprs and the fn() type, preferring fn@ and native fn | Niko Matsakis | -57/+51 |
| 2012-01-13 | Remove tests for objs, adjust tests that use objs | Marijn Haverbeke | -970/+16 |
| 2012-01-12 | libcore: Add sys::set_exit_status | Brian Anderson | -0/+33 |
| 2012-01-12 | Add type parameters when checking wildcard patterns | Tim Chevalier | -0/+9 |
| 2012-01-12 | make parser disambiguate fn~ at top level correctly | Niko Matsakis | -5/+5 |
| 2012-01-12 | add tydescs into shape, rewrite walk_fn_contents() | Niko Matsakis | -25/+50 |
| 2012-01-12 | free uniq data we encounter on the sweep, walk thru them otherwise | Niko Matsakis | -0/+2 |
| 2012-01-12 | Implement passing cast-to-vtable values as bounded params | Marijn Haverbeke | -1/+5 |
| 2012-01-12 | Cleanups to previous commits for issue #1393. | Kevin Atkinson | -1/+1 |
| 2012-01-11 | test: Add a test that empty records don't parse | Brian Anderson | -0/+7 |
| 2012-01-11 | rustc: Don't allow empty link_name when nolink attribute is present | Brian Anderson | -0/+7 |
| 2012-01-11 | test: xfail-win32 run-pass/too-much-recursion | Brian Anderson | -0/+1 |
| 2012-01-11 | rt: Add RUST_MAX_STACK env var with 8MB default | Brian Anderson | -42/+61 |
| 2012-01-11 | Major clean-up of std::io | Marijn Haverbeke | -36/+17 |
| 2012-01-11 | Implement std::map as an iface/impl instead of an obj | Marijn Haverbeke | -9/+1 |
| 2012-01-11 | add a log_str() function and allow '%?' in fmt strings to use it | Niko Matsakis | -0/+4 |
| 2012-01-11 | add section on spawn_connected to tutorial and pull test into file | Niko Matsakis | -19/+18 |
| 2012-01-10 | update shape code to handle iface instances | Niko Matsakis | -0/+45 |
| 2012-01-10 | Add support for casting enum-like tags to scalar values. | Kevin Atkinson | -1/+15 |
| 2012-01-10 | Support explicit discriminant numbers on tag variants. | Kevin Atkinson | -0/+69 |
| 2012-01-10 | test: Fix test/pretty/tag-blank-lines.rs for the tag -> enum switch | Patrick Walton | -1/+1 |
| 2012-01-10 | rename sendfn to fn~, lambda to fn@ | Niko Matsakis | -11/+33 |
| 2012-01-09 | add rust_task_is_unwinding predicate and do not kill if already unwinding | Niko Matsakis | -3/+13 |
| 2012-01-09 | Change all uses of 'when' in alt-patterns to 'if' | Austin Seipp | -6/+6 |
| 2012-01-09 | Remove proto_sugar and 'lambda' as keyword, commit to fn@. | Graydon Hoare | -31/+31 |
| 2012-01-09 | Merge pull request #1470 from grahame/grahame | Brian Anderson | -0/+48 |
| 2012-01-09 | Fix error message case in two cfail test | Marijn Haverbeke | -2/+2 |
| 2012-01-09 | Fix #1474: check that block args resolved to bare fns do not make use of upvars | Niko Matsakis | -0/+7 |
| 2012-01-09 | Remove leftover comm.rs in std | Marijn Haverbeke | -9/+6 |