| Age | Commit message (Expand) | Author | Lines |
| 2012-04-23 | Allow classes to be cast to ifaces that are in the same crate | Tim Chevalier | -1/+1 |
| 2012-04-23 | Rename option::get_or_default to get_default, for consistency | Tim Chevalier | -2/+2 |
| 2012-04-23 | rewrite the resolution infrastructure; but it's still grody | Niko Matsakis | -1/+17 |
| 2012-04-21 | core: Add os::walk_dir | Brian Anderson | -0/+28 |
| 2012-04-20 | Add vec::unpack_slice, expose str::unpack_slice. | Graydon Hoare | -0/+11 |
| 2012-04-20 | exporting priv::weaken_task and adding some debug logging | Jeff Olson | -1/+8 |
| 2012-04-19 | Add a lint pass to check for while true { ... } loops | Tim Chevalier | -2/+2 |
| 2012-04-19 | Disallow rebinding / matching against consts in alts | Tim Chevalier | -3/+3 |
| 2012-04-19 | core: Move set_exit_status from sys to os | Brian Anderson | -14/+13 |
| 2012-04-19 | core: Move last_os_error from sys to os | Brian Anderson | -18/+13 |
| 2012-04-19 | core: Improve docs | Brian Anderson | -28/+37 |
| 2012-04-18 | Add str/& component accessor and test. | Graydon Hoare | -0/+27 |
| 2012-04-16 | rewrite region resolution so it takes place in typeck | Niko Matsakis | -0/+9 |
| 2012-04-16 | core: Factor out uint/u8/16/32/64 mods into uint-template | Brian Anderson | -442/+351 |
| 2012-04-16 | core: Factor out int/i8/16/32/64 mods into int-template | Brian Anderson | -226/+105 |
| 2012-04-15 | core: Add extension methods for is_null, is_not_null | Brian Anderson | -0/+11 |
| 2012-04-15 | export buf_len from ptr | Alexander Stavonin | -1/+3 |
| 2012-04-14 | core: Use tilde-fences in docs | Brian Anderson | -2/+2 |
| 2012-04-15 | add inf/-inf/NaN parsing to float::from_str | Grahame Bowland | -0/+18 |
| 2012-04-13 | Trivial change to force a doc rebuild. | Graydon Hoare | -2/+2 |
| 2012-04-13 | add option exec-env to set env variables during test execution | Niko Matsakis | -4/+4 |
| 2012-04-13 | change to use && mode (can't move from upvar) | Niko Matsakis | -5/+5 |
| 2012-04-12 | Annotate FIXMEs in core::vec | Tim Chevalier | -3/+4 |
| 2012-04-12 | Annotate FIXMEs in core::task | Tim Chevalier | -2/+2 |
| 2012-04-12 | Remove or annotate FIXMEs in core::str | Tim Chevalier | -16/+12 |
| 2012-04-12 | Add a run-fail test for result::get, get rid of a FIXME. Also some random oth... | Tim Chevalier | -1/+0 |
| 2012-04-11 | rewrite lookup_method(), lookup_method_inner(), and lookup_method_inner_() | Niko Matsakis | -0/+9 |
| 2012-04-11 | Add ptr::position and ptr::buf_len, close #2183. | Graydon Hoare | -0/+43 |
| 2012-04-09 | core: Make str::as_bytes handle failure. Closes #2156 | Brian Anderson | -4/+10 |
| 2012-04-08 | core: Add tests for the string repr of infinity | Brian Anderson | -0/+6 |
| 2012-04-08 | Merge pull request #2164 from grahame/floatinfstr | Brian Anderson | -0/+2 |
| 2012-04-09 | write out "inf"/"-inf" in float::to_str_common | Grahame Bowland | -0/+2 |
| 2012-04-07 | core: Add priv::weaken_task | Brian Anderson | -3/+86 |
| 2012-04-06 | Correctly filter . and .. from the file list. | Jesse Ruderman | -1/+1 |
| 2012-04-06 | core: Add priv::chan_from_global_ptr | Brian Anderson | -1/+152 |
| 2012-04-06 | Re-rename option functions | Tim Chevalier | -10/+10 |
| 2012-04-06 | Remove support for old-style for | Marijn Haverbeke | -0/+1 |
| 2012-04-06 | Convert old-style for loops to new-style | Marijn Haverbeke | -1/+1 |
| 2012-04-05 | Merge pull request #2139 from Jonanin/add_str_len | Brian Anderson | -0/+3 |
| 2012-04-06 | Add len to str extensions | Jon Morton | -0/+3 |
| 2012-04-05 | Explicitly use version 0.2 of crates | Brian Anderson | -1/+1 |
| 2012-04-05 | simplify typing rule for vector addition: use mutability of LHS | Niko Matsakis | -2/+2 |
| 2012-04-05 | Rename task::task_builder to task::builder | Tim Chevalier | -51/+51 |
| 2012-04-04 | Tidy up predicate names in libcore. Should close #1431. | Graydon Hoare | -34/+34 |
| 2012-04-03 | std: Flesh out result::extensions. | Erick Tryzelaar | -0/+8 |
| 2012-04-03 | std: Rename result::methods to result::extensions | Erick Tryzelaar | -1/+1 |
| 2012-04-03 | core: Export is_null, is_not_null | Brian Anderson | -0/+2 |
| 2012-04-03 | core: Add ptr::is_null/is_not_null | Brian Anderson | -1/+7 |
| 2012-04-03 | Merge remote-tracking branch 'brson/mainthread' | Brian Anderson | -2/+35 |
| 2012-04-03 | core: Add a scheduler mode, osmain, to spawn onto the main scheduler | Brian Anderson | -2/+35 |