| Age | Commit message (Expand) | Author | Lines |
| 2012-05-15 | core: Don't fail during port dtor | Brian Anderson | -17/+40 |
| 2012-05-15 | core: Add task::unkillable | Brian Anderson | -1/+62 |
| 2012-05-14 | Adding more documentation to vec::each and vec::eachi to better explain the b... | Eric Holk | -0/+4 |
| 2012-05-11 | move purity checking into borrowck, addresses #1422 | Niko Matsakis | -1/+1 |
| 2012-05-10 | Removed all 4 uses of `do ... while` in the codebase. | Paul Stansifer | -2/+2 |
| 2012-05-07 | core: Export str::unsafe::from_buf_len/from_c_str_len | Brian Anderson | -0/+2 |
| 2012-05-07 | Comment only: add a FIXME on int::abs | Tim Chevalier | -0/+1 |
| 2012-05-07 | Clarify docs for path::normalize. Closes #2362 | Brian Anderson | -1/+9 |
| 2012-05-04 | new cap clause syntax | Niko Matsakis | -0/+8 |
| 2012-05-03 | core: Add comm::listen | Brian Anderson | -0/+17 |
| 2012-05-03 | core: Add send/recv/peek methods for both ports and chans | Brian Anderson | -31/+82 |
| 2012-05-03 | core: Reorder declarations in comm so they read well | Brian Anderson | -70/+82 |
| 2012-05-03 | core: Add comm::recv_chan to receive from a channel | Brian Anderson | -0/+52 |
| 2012-05-03 | Revert "allow fn exprs to omit arg types" | Niko Matsakis | -8/+0 |
| 2012-05-03 | allow fn exprs to omit arg types | Niko Matsakis | -0/+8 |
| 2012-05-02 | remove extra type parameter from ptr::is_null() and friends | Niko Matsakis | -2/+2 |
| 2012-05-02 | core: Ignore 2 busticated getenv tests on windows | Brian Anderson | -0/+2 |
| 2012-04-30 | Stop inferring bot/static when types/regions are unconstrained. | Niko Matsakis | -3/+5 |
| 2012-04-30 | core: Move global_env mod into os mod | Brian Anderson | -125/+127 |
| 2012-04-30 | core: Serialize all access to the environment using a weak global task | Brian Anderson | -53/+128 |
| 2012-04-30 | Revert "Eliminate a copy in syntax::parse::new_parser_from_file" | Tim Chevalier | -40/+1 |
| 2012-04-30 | Eliminate a copy in syntax::parse::new_parser_from_file | Tim Chevalier | -1/+40 |
| 2012-04-27 | new, simpler approach to the iter library | Niko Matsakis | -152/+140 |
| 2012-04-27 | rustc: Remove old align_of intrinsic | Brian Anderson | -6/+4 |
| 2012-04-27 | core: Add os::arch. Exposes target_arch string at runtime | Brian Anderson | -1/+7 |
| 2012-04-27 | core: Split sys::align_of into min_align_of, pref_align_of | Brian Anderson | -10/+24 |
| 2012-04-25 | More slice use in vec, io, str, ebml, metadata encoder and decoder. | Graydon Hoare | -68/+155 |
| 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 |