about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2014-08-14libcore: Get rid of useless mem::forget wrapper.Luqman Aden-11/+10
2014-08-14auto merge of #16470 : liigo/rust/rename-private-cmp-macros, r=brsonbors-8/+8
2014-08-13Address some review feedbackBrian Anderson-14/+12
2014-08-13core: Change the argument order on splitn and rsplitn for strs.Brian Anderson-12/+12
2014-08-13core: Put stability attributes all over the slice moduleBrian Anderson-0/+72
2014-08-13core: Add binary_search and binary_search_elem methods to slices.Brian Anderson-0/+92
2014-08-13core: Rename ImmutableEqSlice to ImmutablePartialEqSliceBrian Anderson-3/+3
2014-08-13core: Rename MutableCloneableSlice::copy_from to clone_from_sliceBrian Anderson-2/+8
2014-08-13core: Deprecate ImmutableSlice::tailn and initnBrian Anderson-0/+4
2014-08-13core: Rename ImmutableSlice::unsafe_ref to unsafe_getBrian Anderson-0/+12
2014-08-13std: Rename slice::Vector to SliceBrian Anderson-16/+18
2014-08-13std: Rename various slice traits for consistencyBrian Anderson-20/+20
2014-08-13libcore: rename private cmp macrosLiigo Zhuang-8/+8
2014-08-12auto merge of #16081 : luqmana/rust/nr, r=pcwaltonbors-0/+7
2014-08-11Change std::fmt::{Float,LowerExp,UpperExp} to not print '-NaN' for f32::NAN a...nham-3/+4
2014-08-11librustc: Don't allow return_address intrinsic in functions that don't use an...Luqman Aden-0/+7
2014-08-11core/std: squash dead_code warnings from fail! invocations.Huon Wilson-4/+9
2014-08-08Add division by zero case to the `CheckedDiv` commentTobias Bucher-3/+5
2014-08-08libcore: Fix documentation comment for f32.Ruud van Asseldonk-1/+1
2014-08-08Register new snapshot 12e0f72Niko Matsakis-44/+0
2014-08-08auto merge of #16285 : alexcrichton/rust/rename-share, r=huonwbors-22/+31
2014-08-07Rename `Share` to `Sync`Alex Crichton-22/+31
2014-08-07auto merge of #16316 : forticulous/rust/char-Fix, r=alexcrichtonbors-1/+1
2014-08-06Char::from_digit signature fixfort-1/+1
2014-08-06auto merge of #16291 : nham/rust/byte_literals, r=alexcrichtonbors-19/+19
2014-08-06auto merge of #16225 : pczarn/rust/iter-refactoring, r=kballardbors-62/+24
2014-08-06auto merge of #16276 : nham/rust/fix_marker_docs, r=steveklabnikbors-2/+2
2014-08-06core: Refactor iteratorsPiotr Czarnecki-62/+24
2014-08-06auto merge of #16258 : aturon/rust/stabilize-atomics, r=alexcrichtonbors-26/+77
2014-08-06Use byte literals in libcorenham-19/+19
2014-08-05Remove references to `~[]` in core::kinds::marker docs.nham-2/+2
2014-08-05auto merge of #16188 : nham/rust/immut_slice_split_at, r=brsonbors-4/+17
2014-08-05auto merge of #16187 : steveklabnik/rust/gh15830, r=alexcrichtonbors-3/+3
2014-08-04stabilize atomics (now atomic)Aaron Turon-26/+77
2014-08-04Clarify Argument docs.Steve Klabnik-3/+3
2014-08-04num: Fix the documentation of abs_sub.OGINO Masanori-2/+2
2014-08-03auto merge of #16155 : huonw/rust/Ordering-reverse, r=alexcrichtonbors-0/+34
2014-08-03core: add a reverse method to Ordering.Huon Wilson-0/+34
2014-08-01Add a split_at method to slice::ImmutableVectornham-4/+17
2014-08-01Fix misspelled comments.Joseph Crail-1/+1
2014-08-01auto merge of #16152 : tshepang/rust/patch-1, r=alexcrichtonbors-2/+2
2014-08-01doc: fix typos in std::num::IntTshepang Lekhonkhobe-2/+2
2014-07-31Implement slice::Vector for Option<T> and CVec<T>Derek Harland-9/+12
2014-07-31Fix deprecation commment on `core::cmp::lexical_ordering`Tobias Bucher-1/+1
2014-07-31core: Fix failure doc commentBrian Anderson-1/+1
2014-07-31core: Add #[inline(never)] to failure functionsBrian Anderson-2/+2
2014-07-31Modify failure lang items to take less pointers.Brian Anderson-0/+26
2014-07-29Improve documentation of rounding functionsPiotr Jawniak-35/+34
2014-07-28auto merge of #15983 : brson/rust/fail, r=alexcrichtonbors-4/+7
2014-07-28Use correct conventions for staticBrian Anderson-2/+2