about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2014-12-12Add Ord impl to raw pointersMike Pedersen-11/+25
2014-12-11auto merge of #19672 : alexcrichton/rust/snapshots, r=brsonbors-66/+12
2014-12-11Register new snapshotsAlex Crichton-66/+12
2014-12-10Fix inappropriate ## headingsSteve Klabnik-3/+3
2014-12-10auto merge of #19573 : apasel422/rust/sized_fn_once, r=alexcrichtonbors-2/+2
2014-12-09Test fixes and rebase conflicts from the rollupAlex Crichton-1/+4
2014-12-09rollup merge of #19653: frewsxcv/rm-reexportsAlex Crichton-2/+2
2014-12-09rollup merge of #19623: rustyrazorblade/patch-1Alex Crichton-1/+1
2014-12-09rollup merge of #19587: huonw/closure-feature-gateAlex Crichton-1/+1
2014-12-09auto merge of #19644 : pcwalton/rust/oibit3, r=nikomatsakisbors-8/+155
2014-12-08Remove Result and Option reexportsCorey Farwell-2/+2
2014-12-08Revert "Register new snapshots"Alex Crichton-0/+50
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-8/+155
2014-12-08core: make the public fmt API completely safe.Eduard Burtescu-28/+53
2014-12-08core: remove the dead function fmt::argumentstr.Eduard Burtescu-8/+0
2014-12-07documentation incorrectly described from_utf8Jon Haddad-1/+1
2014-12-07auto merge of #19407 : frewsxcv/rust/rm-reexports, r=cmrbors-32/+54
2014-12-05Feature-gate explicit unboxed closure method calls & manual impls,Huon Wilson-1/+1
2014-12-05Register new snapshotsAlex Crichton-50/+0
2014-12-05Utilize fewer reexportsCorey Farwell-32/+54
2014-12-05libcore: Fix `Sized` bounds on overloaded function traits.Andrew Paseltiner-2/+2
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