summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2014-11-20Remove Runtime traitAaron Turon-0/+2
2014-11-20auto merge of #18773 : subhashb/rust/convert_remaining_failures_to_panic, r=s...bors-11/+14
2014-11-20Rename remaining Failures to PanicSubhash Bhushan-11/+14
2014-11-20auto merge of #19071 : huonw/rust/col2column, r=nikomatsakisbors-4/+4
2014-11-20Rename `col!` to `column!`.Huon Wilson-4/+4
2014-11-20libcore: DST-ify AsSliceAaron Turon-1/+2
2014-11-20auto merge of #18999 : aturon/rust/stab-floats, r=alexcrichton,alexcrichtonbors-11/+29
2014-11-19rollup merge of #19101: vhbit/ios-rng-fixJakub Bukaj-2/+2
2014-11-19rollup merge of #19040: alexcrichton/issue-18904Jakub Bukaj-30/+29
2014-11-19rollup merge of #18944: liigo/improve-os-args-docJakub Bukaj-0/+4
2014-11-19iOS: fixed broken build after disallowed coercionsValerii Hiora-2/+2
2014-11-18std: Stabilize std::fmtAlex Crichton-30/+29
2014-11-18libs: stabilize most numerics after RFC changesAaron Turon-11/+29
2014-11-19Make os::setenv() and os::unsetenv() panic if an error occursBarosl Lee-5/+14
2014-11-19Make os::change_dir() return IoResult<()>Barosl Lee-14/+15
2014-11-19Make os::getcwd() return IoResult<Path>Barosl Lee-30/+43
2014-11-18auto merge of #19031 : nodakai/rust/libcore-pow-and-sq, r=bjzbors-3/+3
2014-11-18auto merge of #18645 : nick29581/rust/coercions-1, r=alexcrichtonbors-19/+19
2014-11-18Windows and OS X falloutNick Cameron-19/+19
2014-11-18implement Writer for Vec<u8>Daniel Micay-54/+63
2014-11-18libcore: add num::Int::pow() and deprecate num::pow().NODA, Kai-3/+3
2014-11-18rollup merge of #19038: jayelm/fixed-typosJakub Bukaj-2/+2
2014-11-18rollup merge of #19016: gkoz/use_util_copyJakub Bukaj-9/+1
2014-11-17Fix several typos in commentsjmu303-2/+2
2014-11-17Remove bogus Duration::span testAaron Turon-7/+0
2014-11-17Fallout from deprecationAaron Turon-4/+4
2014-11-17libstd: Deprecate _equiv methodsAaron Turon-123/+84
2014-11-17libcore: add borrow moduleAaron Turon-0/+1
2014-11-17Return proper errors with update_errGleb Kozyrev-1/+1
2014-11-17Remove duplicate code by using util::copy()Gleb Kozyrev-9/+1
2014-11-17Switch to purely namespaced enumsSteven Fackler-12/+64
2014-11-17auto merge of #19027 : nick29581/rust/coercions-4, r=alexcrichtonbors-359/+359
2014-11-17Fix fallout from coercion removalNick Cameron-359/+359
2014-11-16fallout from deprecating find_copy and get_copyAlexis Beingessner-1/+1
2014-11-16Deprecate hashmap's find_copy and get_copy in favour of cloned and cloneAlexis Beingessner-25/+7
2014-11-16Fix doctestsJakub Bukaj-2/+2
2014-11-16Fix warningsJakub Bukaj-1/+1
2014-11-16rollup merge of #18985: alexcrichton/issue-18900Jakub Bukaj-24/+22
2014-11-16rollup merge of #18976: bjz/rfc369-numericsJakub Bukaj-727/+39
2014-11-16rollup merge of #18941: reem/better-task-poolJakub Bukaj-63/+167
2014-11-16auto merge of #18788 : ricky26/rust/master, r=aturonbors-12/+25
2014-11-16Move ToString to collections::stringBrendan Zabarauskas-69/+5
2014-11-16Move IntoString to collections::stringBrendan Zabarauskas-10/+3
2014-11-16Rename IntoStr to IntoStringBrendan Zabarauskas-4/+4
2014-11-16Remove use of deprecated functionBrendan Zabarauskas-2/+3
2014-11-16Move FromStr to core::strBrendan Zabarauskas-648/+30
2014-11-15std: Fix a flaky test on OSX 10.10Alex Crichton-24/+22
2014-11-15libstd: improve os::args() docLiigo Zhuang-0/+4
2014-11-14auto merge of #18880 : barosl/rust/doc-fail-to-panic, r=alexcrichtonbors-39/+40
2014-11-14auto merge of #18891 : erickt/rust/deprecate-as-ref, r=alexcrichtonbors-3/+38