about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2014-02-03std: Remove io::io_errorAlex Crichton-1061/+920
2014-02-01auto merge of #11948 : huonw/rust/show, r=alexcrichtonbors-15/+69
2014-02-02Remove the SNAP line to work around #11985.Huon Wilson-2/+2
2014-02-02std::fmt: prepare to convert the formatting traits to methods, and workHuon Wilson-0/+35
2014-02-02std: rename fmt::Default to `Show`.Huon Wilson-15/+34
2014-02-01impl Eq for CStringCorey Richardson-4/+28
2014-02-01impl Clone for CStringCorey Richardson-4/+48
2014-02-01auto merge of #11974 : huonw/rust/no-at-vec, r=pcwaltonbors-704/+14
2014-02-01auto merge of #11973 : dotdash/rust/u64_to_bytes, r=huonwbors-28/+14
2014-02-02rustc: remove use of @[].Huon Wilson-1/+1
2014-02-02std,extra: remove use of & support for @[].Huon Wilson-544/+1
2014-02-02Fix `@str` removal tests.Huon Wilson-1/+0
2014-02-01auto merge of #11944 : nathanielherman/rust/vec_opt, r=alexcrichtonbors-50/+52
2014-02-02librustc: Remove `@str` from the languagePatrick Walton-1/+0
2014-02-02libextra: Remove `@str` from all the librariesPatrick Walton-157/+12
2014-02-01Optimize u64_to_{le,be}_bytesBjörn Steinbrink-28/+14
2014-02-01auto merge of #11930 : bjz/rust/next_power_of_two, r=huonwbors-153/+99
2014-01-31auto merge of #11789 : pongad/rust/master, r=kballardbors-0/+148
2014-01-31Test for null buffer in CString.len()/.iter() and failKevin Ballard-3/+36
2014-01-31Fix minor doc typosVirgile Andreani-27/+27
2014-02-01Added minmax function.Michael Darakananda-0/+148
2014-01-31auto merge of #11768 : nikomatsakis/rust/issue-11385-cell-and-variance, r=pnk...bors-43/+264
2014-01-31auto merge of #11885 : bnoordhuis/rust/issue11694, r=alexcrichtonbors-9/+113
2014-01-31Introduce marker types for indicating variance and for opting outNiko Matsakis-43/+264
2014-02-01Move int and uint overflow tests into macrosBrendan Zabarauskas-15/+14
2014-02-01Remove free-standing div functions in std::uintBrendan Zabarauskas-60/+0
2014-02-01Remove some unused importsBrendan Zabarauskas-2/+0
2014-02-01Make next_power_of_two generic for unsigned integersBrendan Zabarauskas-76/+85
2014-01-31Use __pthread_get_minstack() when available.Ben Noordhuis-1/+46
2014-01-31Retry on EINVAL from pthread_attr_setstacksize()Ben Noordhuis-6/+45
2014-01-31Add libc::consts::os::posix01::PTHREAD_STACK_MINBen Noordhuis-3/+23
2014-01-31auto merge of #11918 : omasanori/rust/reduce-warnings, r=alexcrichtonbors-14/+5
2014-01-30auto merge of #11947 : alexcrichton/rust/osx-unwind, r=brsonbors-1/+4
2014-01-30Fix the size of the _Unwind_Exception structAlex Crichton-1/+4
2014-01-30auto merge of #11784 : eminence/rust/fix_run_tests, r=alexcrichtonbors-1/+1
2014-01-30Make mut_last return Option instead of failing on empty vector (and add a tes...Nathaniel Herman-4/+14
2014-01-30Make pop_ref and mut_pop_ref return Option instead of failing on empty vectorsNathaniel Herman-24/+20
2014-01-30Make shift_ref and mut_shift_ref return Option instead of failingNathaniel Herman-24/+20
2014-01-30auto merge of #11895 : xales/rust/libstd, r=alexcrichtonbors-29/+2
2014-01-29auto merge of #11672 : bjz/rust/remove-times, r=brsonbors-75/+30
2014-01-30Remove Times traitBrendan Zabarauskas-75/+30
2014-01-29Remove seldom-used std::reference functions.xales-28/+2
2014-01-29Remove double-use of logging.xales-1/+0
2014-01-29Rename std::borrow to std::reference.xales-3/+3
2014-01-29auto merge of #11893 : Armavica/rust/copyable-cloneable, r=huonwbors-26/+26
2014-01-30Append ; to #[allow(dead_code)].OGINO Masanori-1/+1
2014-01-30Prefix _ to unused variables.OGINO Masanori-4/+4
2014-01-30Remove unused imports.OGINO Masanori-9/+0
2014-01-29auto merge of #11754 : alexcrichton/rust/unused-result, r=brsonbors-3/+4
2014-01-29Flag Result as #[must_use] and deal with fallout.Alex Crichton-3/+4