about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2014-12-07auto merge of #19407 : frewsxcv/rust/rm-reexports, r=cmrbors-32/+54
2014-12-05Register new snapshotsAlex Crichton-50/+0
2014-12-05Utilize fewer reexportsCorey Farwell-32/+54
2014-12-05rollup merge of #19553: sfackler/issue-19543Corey Richardson-0/+1
2014-12-05rollup merge of #19520: csouth3/derefmut-unsizedCorey Richardson-1/+1
2014-12-05rollup merge of #19512: cybergeek94/masterCorey Richardson-3/+34
2014-12-05rollup merge of #19483: cgaebel/copy_memory-commentCorey Richardson-2/+3
2014-12-05rollup merge of #19468: victorvde/masterCorey Richardson-5/+5
2014-12-05rollup merge of #19386: tbu-/pr_refcell_stuffCorey Richardson-43/+75
2014-12-05rollup merge of #19359: japaric/clone-cowCorey Richardson-0/+12
2014-12-04Make missing_doc lint check typedefsSteven Fackler-0/+1
2014-12-04auto merge of #18980 : erickt/rust/reader, r=ericktbors-5/+4
2014-12-04core: fix a doctestErick Tryzelaar-2/+2
2014-12-04auto merge of #19167 : japaric/rust/rhs-cmp, r=aturonbors-44/+99
2014-12-04core::iter::Unfold: reword docs and add exampleAustin Bonander-3/+34
2014-12-04`DerefMut` should be `for Sized?`Chase Southwood-1/+1
2014-12-04Implement the `Fn` trait for bare fn pointers in the compiler rather than doi...Niko Matsakis-38/+42
2014-12-03Deprecate EquivJorge Aparicio-3/+11
2014-12-03Fix falloutJorge Aparicio-13/+13
2014-12-03Overload the `==` operatorJorge Aparicio-16/+62
2014-12-02Fixed out of date comment on `copy_memory`Clark Gaebel-2/+3
2014-12-02libcore: add `Rhs` input parameter to comparison traitsJorge Aparicio-12/+13
2014-12-02Update comment to current file path for intrinsicsVictor van den Elzen-1/+1
2014-12-02Improve documentation of checked_* functionsVictor van den Elzen-4/+4
2014-11-30std: add Reader impl for &[u8]Erick Tryzelaar-4/+3
2014-11-30Simplify `RefCell` code a bit, make `deref` a no-op.Tobias Bucher-43/+75
2014-11-27impl Clone for CowJorge Aparicio-0/+12
2014-11-27auto merge of #19348 : SimonSapin/rust/patch-9, r=huonwbors-3/+3
2014-11-27auto merge of #19343 : sfackler/rust/less-special-attrs, r=alexcrichtonbors-1/+0
2014-11-26rollup merge of #19329: steveklabnik/doc_style_cleanup2Alex Crichton-171/+154
2014-11-26/*! -> //!Steve Klabnik-171/+154
2014-11-26rollup merge of #19298: nikomatsakis/unboxed-closure-parse-the-plusAlex Crichton-3/+3
2014-11-26rollup merge of #19288: steveklabnik/doc_style_cleanupAlex Crichton-584/+513
2014-11-26rollup merge of #19287: alexcrichton/issue-19272Alex Crichton-10/+8
2014-11-26Update docstrings for UnicodeChar::is_digit => is_numeric renameSimon Sapin-3/+3
2014-11-26Remove special casing for some meta attributesSteven Fackler-1/+0
2014-11-26auto merge of #19176 : aturon/rust/stab-iter, r=alexcrichtonbors-61/+217
2014-11-26Fixup various places that were doing `&T+'a` and do `&(T+'a)`Niko Matsakis-3/+3
2014-11-25/** -> ///Steve Klabnik-584/+513
2014-11-25Fallout from stabilizationAaron Turon-17/+18
2014-11-25libs: stabilize iter moduleAaron Turon-44/+199
2014-11-25Deprecate MaybeOwned[Vector] in favor of CowJorge Aparicio-0/+69
2014-11-25auto merge of #19149 : alexcrichton/rust/issue-19091, r=aturonbors-4/+12
2014-11-25auto merge of #18966 : huonw/rust/iter2slice, r=aturonbors-0/+96
2014-11-25Add methods to go from a slice iterators to a slice.Huon Wilson-0/+96
2014-11-24std: Export BinarySearchResultAlex Crichton-10/+8
2014-11-24auto merge of #19248 : japaric/rust/str, r=alexcrichtonbors-3/+8
2014-11-24auto merge of #19223 : reem/rust/any-typeid-unstable, r=aturonbors-1/+1
2014-11-23Rename unwrap functions to into_innerAlex Crichton-4/+12
2014-11-23rollup merge of #19232: nicholasbishop/bishop_fix_result_typoJakub Bukaj-1/+1