| Age | Commit message (Expand) | Author | Lines |
| 2012-05-21 | add a seeded random number generator so that sequences of random numbers can ... | Gareth Daniel Smith | -7/+39 |
| 2012-05-21 | add a bunch more rand::rng extension methods - one for each primitive type an... | Gareth Daniel Smith | -38/+275 |
| 2012-05-21 | separate the rand::rng gen_* methods out into an iface-less-impl so that the ... | Gareth Daniel Smith | -43/+62 |
| 2012-05-19 | core: Add iterable functions to io::reader_utils. | Erick Tryzelaar | -0/+18 |
| 2012-05-18 | add more inline directives to dvec | Niko Matsakis | -2/+2 |
| 2012-05-18 | move io over to dvec | Niko Matsakis | -20/+35 |
| 2012-05-18 | add swappable/dvec modules | Niko Matsakis | -1/+360 |
| 2012-05-18 | Added vec::view, for creating subslices. | Eric Holk | -0/+22 |
| 2012-05-18 | Using const vector slices for more vec functions. | Eric Holk | -11/+21 |
| 2012-05-18 | Make extracting syntax extension arguments easier. | Paul Stansifer | -1/+1 |
| 2012-05-17 | Exporting alli. | Eric Holk | -0/+1 |
| 2012-05-17 | Added a few more extension methods on vectors, and fixed a pretty printer bug. | Eric Holk | -0/+16 |
| 2012-05-16 | core: Ignore more tests | Brian Anderson | -0/+2 |
| 2012-05-16 | core: Ignore more tests on more platforms | Brian Anderson | -4/+4 |
| 2012-05-16 | core: Ignore int-template::test_parse_buf on windows | Brian Anderson | -0/+2 |
| 2012-05-16 | core: Ignore int-template::test_from_str on windows | Brian Anderson | -0/+2 |
| 2012-05-16 | missing import | Niko Matsakis | -1/+1 |
| 2012-05-16 | correct long line | Niko Matsakis | -5/+5 |
| 2012-05-16 | core: Fix typo | Brian Anderson | -1/+1 |
| 2012-05-15 | core: Generalize int-string conversions to all int types | Brian Anderson | -100/+101 |
| 2012-05-15 | core: Generalize uint-string conversions to all uint types | Brian Anderson | -164/+118 |
| 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 |