summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2015-08-15core: Fill out issues for unstable featuresAlex Crichton-101/+174
2015-08-15Auto merge of #27845 - dylanmckay:abstract-pointer-size-away, r=alexcrichtonbors-12/+9
2015-08-15Iterator::all() - document short-circuiting property parallel to any()Georg Brandl-0/+2
2015-08-15Reduce libcore/liballoc's dependence on pointer sizesDylan McKay-12/+9
2015-08-14Implemented Default for arrays up to [T; 32].Without Boats-0/+24
2015-08-14Auto merge of #27641 - nikomatsakis:soundness-rfc-1214, r=nrcbors-5/+6
2015-08-13Auto merge of #27684 - alexcrichton:remove-deprecated, r=aturonbors-921/+20
2015-08-13Auto merge of #27307 - rkruppe:dec2flt, r=pnkfelixbors-17/+2566
2015-08-13Auto merge of #27652 - alex-ozdemir:iter, r=blussbors-0/+95
2015-08-12Fallout in libs -- misc missing bounds uncovered by WF checks.Niko Matsakis-5/+6
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-921/+20
2015-08-12O(1) count,nth,last for slice::Windows,Chunks(Mut)Alex Ozdemir-0/+95
2015-08-12Mention that the fast path is broken without SSE.Robin Kruppe-3/+11
2015-08-11rollup merge of #27678: alexcrichton/snapshotsAlex Crichton-34/+10
2015-08-11rollup merge of #27622: eefriedman/https-urlAlex Crichton-3/+3
2015-08-11Register new snapshotsAlex Crichton-34/+10
2015-08-11Rollup merge of #27612 - vincentbernat:fix/doc/iter-nth, r=steveklabnikManish Goregaokar-2/+1
2015-08-09Use https URLs to refer to rust-lang.org where appropriate.Eli Friedman-3/+3
2015-08-09Make `str::as_bytes_mut` privateTobias Bucher-6/+0
2015-08-09Make `slice::transmute*` privateTobias Bucher-4/+2
2015-08-09Replace many uses of `mem::transmute` with more specific functionsTobias Bucher-32/+72
2015-08-09doc/core: fix description of `nth` functionVincent Bernat-2/+1
2015-08-08Accurate decimal-to-float parsing routines.Robin Kruppe-15/+2420
2015-08-08Add various methods to Bignum:Robin Kruppe-5/+141
2015-08-08Enlarge Bignum type from 1152 to 1280 bits.Robin Kruppe-6/+6
2015-08-08Make core::num::dec2flt::strategy::grisu::Fp methods public.Robin Kruppe-3/+3
2015-08-07StrSearcher: Improve inner loop in TwoWaySearcher::next, next_backUlrik Sverdrup-10/+22
2015-08-05Rollup merge of #27524 - steveklabnik:gh27523, r=gankroSteve Klabnik-1/+5
2015-08-05Clarify claims about PhantomData<T>.Steve Klabnik-1/+5
2015-08-05Rollup merge of #27521 - steveklabnik:doc_std_mem_forget, r=gankroManish Goregaokar-14/+16
2015-08-05Auto merge of #27393 - alexcrichton:no-std-changes, r=brsonbors-29/+40
2015-08-04Improve docs for mem::forget()Steve Klabnik-14/+16
2015-08-03syntax: Implement #![no_core]Alex Crichton-29/+40
2015-08-03Post merge changes to #27488Simonas Kazlauskas-8/+4
2015-08-03vastly expand on the mem::uninitialized docsAlexis Beingessner-6/+74
2015-08-02StrSearcher: Implement the full two way algorithm in reverse for rfindUlrik Sverdrup-49/+158
2015-07-31Auto merge of #27382 - brson:gate-assoc-type, r=alexcrichtonbors-0/+1
2015-07-31Auto merge of #27370 - alexcrichton:stabilize-easy, r=brsonbors-12/+11
2015-07-30Auto merge of #27388 - alexcrichton:remove-curious-inner, r=brsonbors-17/+19
2015-07-30Auto merge of #27385 - chris-morgan:core-panic-use-$crate, r=alexcrichtonbors-2/+2
2015-07-30Auto merge of #27052 - wthrowe:atomic_send, r=Gankrobors-1/+2
2015-07-29Feature gate associated type defaultsBrian Anderson-0/+1
2015-07-29std: Remove the curious inner moduleAlex Crichton-19/+21
2015-07-30Use $crate in core::panic!Chris Morgan-2/+2
2015-07-30Rollup merge of #27352 - nagisa:illegal-to-invalid-docs, r=steveklabnikManish Goregaokar-5/+5
2015-07-29Rollup merge of #27379 - jeehoonkang:master, r=steveklabnikSteve Klabnik-1/+1
2015-07-29Rollup merge of #27326 - steveklabnik:doc_show_use, r=GankroSteve Klabnik-21/+42
2015-07-29Fix a documentation bug for memory orderingsJeehoon Kang-1/+1
2015-07-29Auto merge of #27358 - bluss:split-at-mut, r=aturonbors-4/+5
2015-07-28std: Stabilize a number of small APIsAlex Crichton-12/+11