about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2014-09-29rollup merge of #17621 : sfackler/new-snapAlex Crichton-27/+0
2014-09-29rollup merge of #17602 : Tobba/defailbloat-staticAlex Crichton-9/+8
2014-09-29rollup merge of #17585 : sfackler/string-sliceAlex Crichton-0/+23
2014-09-29rollup merge of #17582 : kmcallister/gc-boxAlex Crichton-4/+4
2014-09-29rollup merge of #17564 : japaric/fix-slicemut-docsAlex Crichton-4/+4
2014-09-29rollup merge of #17557 : sfackler/fuse-exampleAlex Crichton-1/+3
2014-09-28Register new snapshotsSteven Fackler-23/+0
2014-09-28Defailbloat fail!(&'static str)Tobba-9/+8
2014-09-26Implement Slice for String and strSteven Fackler-0/+23
2014-09-27auto merge of #17469 : sfackler/rust/into-result, r=aturonbors-1/+44
2014-09-26Rename raw::Box to raw::GcBoxKeegan McAllister-4/+4
2014-09-26Fix `SliceMut` documentationJorge Aparicio-4/+4
2014-09-26Add Option::{ok_or, ok_or_else}Steven Fackler-1/+44
2014-09-25Fix Iterator::fuse exampleSteven Fackler-1/+3
2014-09-25Fallout from deprecationAaron Turon-0/+1
2014-09-25Stabilize mutable slice APIAaron Turon-239/+266
2014-09-25auto merge of #17466 : nikomatsakis/rust/oibt, r=pcwaltonbors-4/+4
2014-09-25auto merge of #17482 : hoeppnertill/rust/master, r=alexcrichtonbors-1/+27
2014-09-25auto merge of #17455 : steveklabnik/rust/document_default, r=alexcrichtonbors-3/+108
2014-09-25auto merge of #17498 : coyotebush/rust/iter-doc, r=huonwbors-3/+1
2014-09-25Add partial_min/max to libcore/cmpTill Hoeppner-1/+27
2014-09-25Integrate builtin bounds fully into the trait checkerNiko Matsakis-4/+4
2014-09-25auto merge of #17428 : fhahn/rust/issue-16114-rename-begin-unwind-2, r=alexcr...bors-11/+34
2014-09-24Beef up Default documentationSteve Klabnik-3/+108
2014-09-25Rename `begin_unwind_string` to `fail_str`, refs #16114Florian Hahn-8/+8
2014-09-25Rename `fail_` lang item to `fail`, closes #16114Florian Hahn-1/+16
2014-09-24Rename `core::failure::begin_unwind` to `fail_impl`, refs #16114Florian Hahn-11/+11
2014-09-24Rename `begin_unwind` lang item to `fail_fmt`, refs #16114Florian Hahn-0/+8
2014-09-24Remove unused enum variantsJakub Wieczorek-46/+9
2014-09-23Fix iterator docCorey Ford-3/+1
2014-09-23auto merge of #17446 : steveklabnik/rust/gh17445, r=alexcrichtonbors-3/+1
2014-09-22librustc: Forbid private types in public APIs.Patrick Walton-2/+1
2014-09-22remove references to owned and managed pointers in clone docsSteve Klabnik-3/+1
2014-09-22Fix deprecation warnings in check-docs.Victor Berger-2/+2
2014-09-22auto merge of #17339 : treeman/rust/doc-things, r=alexcrichtonbors-61/+477
2014-09-19Implement slicing syntax.Nick Cameron-3/+160
2014-09-17rollup merge of #17329 : alexcrichton/snapshotsAlex Crichton-7/+0
2014-09-17rollup merge of #16936 : nham/two_way_makeoverAlex Crichton-10/+90
2014-09-17doc: Backticks and spelling mistakes.Jonas Hietala-1/+1
2014-09-17doc: Methods for option::OptionJonas Hietala-1/+217
2014-09-17doc: Methods for result::Result.Jonas Hietala-28/+228
2014-09-17doc: Cleanup.Jonas Hietala-33/+33
2014-09-16Register new snapshotsAlex Crichton-7/+0
2014-09-16Fallout from renamingAaron Turon-29/+29
2014-09-16Align with _mut conventionsAaron Turon-23/+104
2014-09-15auto merge of #16887 : steveklabnik/rust/guide_iterators, r=alexcrichtonbors-6/+0
2014-09-14auto merge of #17195 : tbu-/rust/pr_strfindoverflow2, r=alexcrichtonbors-0/+3
2014-09-13Remove container guide.Steve Klabnik-6/+0
2014-09-12Document why `core::str::Searcher::new` doesn't overflowTobias Bucher-0/+3
2014-09-12auto merge of #17159 : brson/rust/snaps, r=alexcrichtonbors-61/+0