about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2014-08-22auto merge of #16509 : luqmana/rust/uw, r=alexcrichtonbors-11/+10
2014-08-20libgreen: use FFI-safe typesCorey Richardson-0/+10
2014-08-19Add examples for some StrSlice methods.nham-0/+46
2014-08-19auto merge of #16590 : nham/rust/str_searcher_underflow, r=alexcrichtonbors-1/+1
2014-08-19auto merge of #16364 : tbu-/rust/pr_checkeddiv0, r=alexcrichtonbors-3/+5
2014-08-18auto merge of #16579 : steveklabnik/rust/gh9099, r=pcwaltonbors-1/+1
2014-08-18Fix underflow bug in core::str::Searcher::new for haystacks of length < 20nham-1/+1
2014-08-18Improve text of Option.unwrap()Steve Klabnik-1/+1
2014-08-18libsyntax: Remove the `use foo = bar` syntax from the language in favorPatrick Walton-3/+3
2014-08-17auto merge of #16498 : Kimundi/rust/inline-utf-encoding, r=alexcrichtonbors-36/+41
2014-08-16librustc: Forbid external crates, imports, and/or items from beingPatrick Walton-7/+12
2014-08-16Optimized IR generation for UTF-8 and UTF-16 encodingMarvin Löbel-36/+41
2014-08-15Register new snapshotsAlex Crichton-8/+0
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