about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
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-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
2014-07-26std: Stabilize unit, bool, ty, tuple, arc, anyAlex Crichton-197/+182
2014-07-26auto merge of #15982 : alexcrichton/rust/rustdoc-fixes, r=brsonbors-0/+1
2014-07-25core: Remove unneeded cfgsBrian Anderson-37/+0
2014-07-25rustdoc: Hide impls for #[doc(hidden)] traitsAlex Crichton-0/+1
2014-07-25Fix assert messageRandati-1/+1
2014-07-25librustc: Check built-in trait bounds on implementations when directPatrick Walton-1/+1
2014-07-25Put the struct passed to unwinding functions into a staticBrian Anderson-1/+2
2014-07-25Make most of the failure functions take &(&'static str, uint)Brian Anderson-4/+43
2014-07-24librustc: Stop desugaring `for` expressions and translate them directly.Patrick Walton-9/+32
2014-07-24librustc: Make bare functions implement the `FnMut` trait.Patrick Walton-0/+34
2014-07-24Add examples for Checked[Add|Sub|Mul|Div]nham-0/+32
2014-07-24auto merge of #15407 : sneves/rust/master, r=aturonbors-13/+13
2014-07-23auto merge of #15900 : tbu-/rust/pr_numcleanup, r=kballardbors-18/+7
2014-07-22Clean up some trait impls in core::num.Tobias Bucher-18/+7
2014-07-22clarifying iterator trait documentationAlexis Beingessner-3/+10
2014-07-22auto merge of #15867 : cmr/rust/rewrite-lexer4, r=alexcrichtonbors-0/+4
2014-07-21Add a ton of ignore-lexer-testCorey Richardson-0/+2
2014-07-21Clarify range's exclusivity.Steve Klabnik-1/+13
2014-07-21ignore-lexer-test to broken files and remove some tray hyphensCorey Richardson-0/+2
2014-07-20auto merge of #15806 : treeman/rust/std-doc, r=alexcrichtonbors-0/+24
2014-07-20auto merge of #15797 : brson/rust/taskstab, r=alexcrichtonbors-0/+33
2014-07-19auto merge of #15638 : blake2-ppc/rust/ptr-arithmetic-chars, r=huonwbors-51/+113
2014-07-19Simplify str CharOffsets iteratorroot-7/+7
2014-07-19Document some trait methods.Jonas Hietala-0/+24
2014-07-18std: Stabilize defaultBrian Anderson-0/+2
2014-07-18core: Stabliize core::cmpBrian Anderson-0/+31
2014-07-19Write multibyte case for str Chars iterator in-lineroot-59/+48
2014-07-19Clarify str Chars iterator implementationroot-13/+16
2014-07-18librustc: Implement unboxed closures with mutable receiversPatrick Walton-0/+5
2014-07-17core::str: Implement Chars iterator using slice::Itemsroot-44/+114
2014-07-14auto merge of #15632 : masklinn/rust/patch-1, r=alexcrichtonbors-2/+8
2014-07-14Document that Result.unwrap prints the Err's valuemasklinn-2/+8