about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2014-08-31&mut [T] now implements Collection. Fixes #16896Jorge Aparicio-0/+9
2014-08-30rollup merge of #16842 : zsiciarz/masterAlex Crichton-5/+5
2014-08-30rollup merge of #16835 : michaelsproul/doc-slice-failureAlex Crichton-28/+33
2014-08-30rollup merge of #16769 : rgawdzik/abs_doc_additionAlex Crichton-2/+6
2014-08-30auto merge of #16859 : alexcrichton/rust/snapshots, r=huonwbors-109/+1
2014-08-30Defailbloat fail!(string)Tobba-3/+9
2014-08-29Register new snapshotsAlex Crichton-109/+1
2014-08-30Add lint groups; define built-in lint groups `bad_style` and `unused`P1start-1/+1
2014-08-30Unify non-snake-case lints and non-uppercase statics lintsP1start-29/+29
2014-08-29Updated mut_chunks doc comment to match argument name.Zbigniew Siciarz-5/+5
2014-08-29doc: Clarify slice failure conditions.Michael Sproul-28/+33
2014-08-28auto merge of #16664 : aturon/rust/stabilize-option-result, r=alexcrichtonbors-88/+286
2014-08-28stabilize core::resultAaron Turon-41/+173
2014-08-28Fallout from stabilizing core::optionAaron Turon-4/+9
2014-08-28stabilize core::optionAaron Turon-43/+104
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-14/+104
2014-08-26Added a note for usage of abs with ::MIN.Robert Gawdzik ☢-2/+6
2014-08-26Rebasing changesNick Cameron-5/+30
2014-08-26DST coercions and DST structsNick Cameron-1/+13
2014-08-26Use temp vars for implicit coercion to ^[T]Nick Cameron-9/+20
2014-08-26Use the slice repr for ~[T]Nick Cameron-1/+1
2014-08-24auto merge of #16728 : bluss/rust/zip-next-back, r=alexcrichtonbors-16/+18
2014-08-24doc: fix some typos in the GuideTshepang Lekhonkhobe-2/+2
2014-08-24libcore: Simplify Enumerate, Zip::next_backroot-16/+18
2014-08-24auto merge of #16698 : bluss/rust/slice-bloat, r=huonwbors-11/+31
2014-08-23auto merge of #16612 : nham/rust/twoway_searcher_fix, r=alexcrichtonbors-1/+13
2014-08-23core: Separate failure formatting in str methods slice, slice_to, slice_fromroot-11/+31
2014-08-22Improve TwoWaySearcher comments.nham-3/+10
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-20Fix TwoWaySearcher to work when used with periodic needles.nham-1/+6
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