about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2014-10-06Remove core::any::AnyPrivateAaron Turon-7/+2
2014-10-06auto merge of #17820 : pnkfelix/rust/fsk-improve-binary_search-doc2, r=alexcr...bors-2/+42
2014-10-06Add example to doc for `slice::ImmutableSlice::binary_search`.Felix S. Klock II-2/+42
2014-10-05auto merge of #16970 : kmcallister/rust/llvm-unreachable, r=thestingerbors-0/+7
2014-10-04Add intrinsics::unreachableKeegan McAllister-0/+7
2014-10-04Make examples for AtomicInt refer to AtomicIntPeter Minten-6/+6
2014-10-02rollup merge of #17666 : eddyb/take-garbage-outAlex Crichton-10/+1
2014-10-02rollup merge of #16993 : dschatzberg/items-boundsAlex Crichton-2/+2
2014-10-02Revert "Use slice syntax instead of slice_to, etc."Aaron Turon-65/+107
2014-10-02Revert "Remove the `_` suffix from slice methods."Aaron Turon-99/+79
2014-10-02Revert "Put slicing syntax behind a feature gate."Aaron Turon-7/+6
2014-10-02Revert "Review and rebasing changes"Aaron Turon-64/+28
2014-10-02Add lifetime bounds on Items and MutItems.Dan Schatzberg-2/+2
2014-10-02syntax: mark the managed_boxes feature as Removed.Eduard Burtescu-1/+1
2014-10-02core: remove raw::GcBox.Eduard Burtescu-9/+0
2014-10-02Review and rebasing changesNick Cameron-28/+64
2014-10-02Put slicing syntax behind a feature gate.Nick Cameron-6/+7
2014-10-02Remove the `_` suffix from slice methods.Nick Cameron-79/+99
2014-10-02Use slice syntax instead of slice_to, etc.Nick Cameron-107/+65
2014-10-01auto merge of #17132 : reem/rust/any-static-bound, r=alexcrichtonbors-3/+3
2014-09-30Bound Any with 'staticJonathan Reem-3/+3
2014-09-30librustc: Forbid `..` in range patterns.Patrick Walton-20/+20
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