summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2012-05-21core: Ignore a should_fail test on win32Brian Anderson-0/+1
2012-05-21core: Fix types in rand modBrian Anderson-1/+1
2012-05-21add a seeded random number generator so that sequences of random numbers can ...Gareth Daniel Smith-7/+39
2012-05-21add a bunch more rand::rng extension methods - one for each primitive type an...Gareth Daniel Smith-38/+275
2012-05-21separate the rand::rng gen_* methods out into an iface-less-impl so that the ...Gareth Daniel Smith-43/+62
2012-05-19core: Add iterable functions to io::reader_utils.Erick Tryzelaar-0/+18
2012-05-18add more inline directives to dvecNiko Matsakis-2/+2
2012-05-18move io over to dvecNiko Matsakis-20/+35
2012-05-18add swappable/dvec modulesNiko Matsakis-1/+360
2012-05-18Added vec::view, for creating subslices.Eric Holk-0/+22
2012-05-18Using const vector slices for more vec functions.Eric Holk-11/+21
2012-05-18Make extracting syntax extension arguments easier.Paul Stansifer-1/+1
2012-05-17Exporting alli.Eric Holk-0/+1
2012-05-17Added a few more extension methods on vectors, and fixed a pretty printer bug.Eric Holk-0/+16
2012-05-16core: Ignore more testsBrian Anderson-0/+2
2012-05-16core: Ignore more tests on more platformsBrian Anderson-4/+4
2012-05-16core: Ignore int-template::test_parse_buf on windowsBrian Anderson-0/+2
2012-05-16core: Ignore int-template::test_from_str on windowsBrian Anderson-0/+2
2012-05-16missing importNiko Matsakis-1/+1
2012-05-16correct long lineNiko Matsakis-5/+5
2012-05-16core: Fix typoBrian Anderson-1/+1
2012-05-15core: Generalize int-string conversions to all int typesBrian Anderson-100/+101
2012-05-15core: Generalize uint-string conversions to all uint typesBrian Anderson-164/+118
2012-05-15core: Don't fail during port dtorBrian Anderson-17/+40
2012-05-15core: Add task::unkillableBrian Anderson-1/+62
2012-05-14Adding more documentation to vec::each and vec::eachi to better explain the b...Eric Holk-0/+4
2012-05-11move purity checking into borrowck, addresses #1422Niko Matsakis-1/+1
2012-05-10Removed all 4 uses of `do ... while` in the codebase.Paul Stansifer-2/+2
2012-05-07core: Export str::unsafe::from_buf_len/from_c_str_lenBrian Anderson-0/+2
2012-05-07Comment only: add a FIXME on int::absTim Chevalier-0/+1
2012-05-07Clarify docs for path::normalize. Closes #2362Brian Anderson-1/+9
2012-05-04new cap clause syntaxNiko Matsakis-0/+8
2012-05-03core: Add comm::listenBrian Anderson-0/+17
2012-05-03core: Add send/recv/peek methods for both ports and chansBrian Anderson-31/+82
2012-05-03core: Reorder declarations in comm so they read wellBrian Anderson-70/+82
2012-05-03core: Add comm::recv_chan to receive from a channelBrian Anderson-0/+52
2012-05-03Revert "allow fn exprs to omit arg types"Niko Matsakis-8/+0
2012-05-03allow fn exprs to omit arg typesNiko Matsakis-0/+8
2012-05-02remove extra type parameter from ptr::is_null() and friendsNiko Matsakis-2/+2
2012-05-02core: Ignore 2 busticated getenv tests on windowsBrian Anderson-0/+2
2012-04-30Stop inferring bot/static when types/regions are unconstrained.Niko Matsakis-3/+5
2012-04-30core: Move global_env mod into os modBrian Anderson-125/+127
2012-04-30core: Serialize all access to the environment using a weak global taskBrian Anderson-53/+128
2012-04-30Revert "Eliminate a copy in syntax::parse::new_parser_from_file"Tim Chevalier-40/+1
2012-04-30Eliminate a copy in syntax::parse::new_parser_from_fileTim Chevalier-1/+40
2012-04-27new, simpler approach to the iter libraryNiko Matsakis-152/+140
2012-04-27rustc: Remove old align_of intrinsicBrian Anderson-6/+4
2012-04-27core: Add os::arch. Exposes target_arch string at runtimeBrian Anderson-1/+7
2012-04-27core: Split sys::align_of into min_align_of, pref_align_ofBrian Anderson-10/+24
2012-04-25More slice use in vec, io, str, ebml, metadata encoder and decoder.Graydon Hoare-68/+155