about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
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
2014-01-29Removing do keyword from libstd and librustcScott Lawrence-265/+264
2014-01-28Rename CopyableTuple to CloneableTupleVirgile Andreani-4/+4
2014-01-28Rename ImmutableCopyableVector to ImmutableCloneableVectorVirgile Andreani-3/+3
2014-01-28Rename OwnedCopyableVector to OwnedCloneableVectorVirgile Andreani-8/+8
2014-01-28Rename CopyableVector to CloneableVectorVirgile Andreani-12/+12
2014-01-28auto merge of #11845 : xales/rust/libnative, r=alexcrichtonbors-0/+44
2014-01-28auto merge of #11858 : huonw/rust/11841-followup, r=brsonbors-0/+4
2014-01-27Set SO_REUSEADDR by default in libnative.xales-0/+44
2014-01-28std: comment about OOM & allocs in begin_unwind_fmt.Huon Wilson-0/+4
2014-01-27auto merge of #11723 : eddyb/rust/more-trans-cleanup, r=pcwaltonbors-0/+2
2014-01-27Removed take_glue from tydesc, inlining the equivalent refcount increment cod...Eduard Burtescu-0/+2
2014-01-27auto merge of #11841 : huonw/rust/noinline-fail, r=alexcrichtonbors-6/+43
2014-01-28Feature gate #[simd]David Manescu-1/+12
2014-01-27std: add begin_unwind_fmt that reduces codesize for formatted fail!().Huon Wilson-3/+25
2014-01-27Demote self to an (almost) regular argument and remove the env param.Eduard Burtescu-17/+8
2014-01-27std: reduce the generic code instantiated by fail!().Huon Wilson-3/+18
2014-01-26auto merge of #11817 : salemtalha/rust/master, r=brsonbors-37/+37
2014-01-26Removed all instances of XXX in preparation for relaxing of FIXME ruleSalem Talha-37/+37
2014-01-26Fix privacy fallout from previous changeAlex Crichton-1/+1
2014-01-26auto merge of #11762 : alexcrichton/rust/guard_pages, r=alexcrichtonbors-68/+132
2014-01-26Bring in the line-length policeAlex Crichton-51/+79
2014-01-25auto merge of #11808 : huonw/rust/std-visible-types, r=brsonbors-3/+4
2014-01-26std,extra: Make some types public and other private.Huon Wilson-3/+4
2014-01-25auto merge of #11790 : lfairy/rust/rename-num-consts, r=alexcrichtonbors-331/+331
2014-01-25auto merge of #11788 : salemtalha/rust/master, r=huonwbors-1/+2