summary refs log tree commit diff
path: root/src/liballoc
AgeCommit message (Expand)AuthorLines
2015-03-31rollup merge of #23919: alexcrichton/stabilize-io-errorAlex Crichton-2/+45
2015-03-31std: Stabilize last bits of io::ErrorAlex Crichton-2/+45
2015-03-31rollup merge of #23879: seanmonstar/del-from-errorAlex Crichton-3/+3
2015-03-31rollup merge of #23886: demelev/remove_as_slice_usageAlex Crichton-1/+1
2015-03-31rollup merge of #23876: alexcrichton/stabilize-anyAlex Crichton-21/+6
2015-03-31rollup merge of #23549: aturon/stab-numAlex Crichton-1/+0
2015-03-31Auto merge of #23549 - aturon:stab-num, r=alexcrichtonbors-1/+0
2015-03-31Stabilize std::numAaron Turon-1/+0
2015-03-30convert: remove FromError, use From<E> insteadSean McArthur-3/+3
2015-03-30std: Stabilize the rest of Any/BoxAnyAlex Crichton-21/+6
2015-03-31replace deprecated as_slice()Emeliov Dmitrii-1/+1
2015-03-30std: Standardize (input, output) param orderingsAlex Crichton-1/+1
2015-03-28Rollup merge of #23803 - richo:unused-braces, r=ManishearthManish Goregaokar-1/+1
2015-03-28cleanup: Remove unused braces in use statementsRicho Healey-1/+1
2015-03-27rollup merge of #23775: alexcrichton/fix-flaky-testAlex Crichton-2/+2
2015-03-27rollup merge of #23743: Adenilson/addInfoArcClone01Alex Crichton-1/+5
2015-03-27rollup merge of #23712: nikomatsakis/reflect-traitAlex Crichton-3/+3
2015-03-27alloc: Don't run some Arc doc testsAlex Crichton-2/+2
2015-03-26Implement `Reflect` trait with a variant on the standard OIBITNiko Matsakis-3/+3
2015-03-26Adding more information about the behavior of Arc/RcAdenilson Cavalcanti-1/+5
2015-03-26Added instability markers to `POST_DROP_*` consts, and related opt-in's.Felix S. Klock II-1/+1
2015-03-26Switch drop-flag to `u8` to allow special tags to instrument state.Felix S. Klock II-5/+6
2015-03-24Remove unnecessary bounds from Drop impl for `Arc` and `arc::Weak` andFelix S. Klock II-3/+3
2015-03-23Test fixes and rebase conflicts, round 2Alex Crichton-74/+92
2015-03-23rollup merge of #23598: brson/gateAlex Crichton-0/+24
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+24
2015-03-23Add note about pointer state after the call.Steve Klabnik-0/+3
2015-03-18liballoc: Partially inline the refcount manipulation in the ArcPatrick Walton-8/+18
2015-03-18Register new snapshotsAlex Crichton-8/+0
2015-03-17Auto merge of #23423 - nikomatsakis:issue-18737-trait-subtyping, r=nrcbors-1/+10
2015-03-17Remove subtyping for object types and replace with an *upcast* coercion.Niko Matsakis-1/+10
2015-03-17Rollup merge of #23329 - jbcrail:rm-syntax-highlight, r=sanxiynManish Goregaokar-2/+2
2015-03-16remove importsJorge Aparicio-1/+0
2015-03-16impl<T> *const T, impl<T> *mut TJorge Aparicio-0/+4
2015-03-13Remove explicit syntax highlight from docs.Joseph Crail-2/+2
2015-03-13Add an "allocator" attribute to mark functions as allocatorsBjörn Steinbrink-0/+2
2015-03-11Example -> ExamplesSteve Klabnik-4/+4
2015-03-08Remove unneeded `T: Send + Sync` bounds from `Arc`.Huon Wilson-5/+5
2015-03-06Rollup merge of #23056 - awlnx:master, r=nrcManish Goregaokar-0/+2
2015-03-05fix for new attributes failing. issue #22964awlnx-0/+2
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-3/+3
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-0/+1
2015-03-04Auto merge of #22920 - tshepang:remove-some-warnings, r=huonwbors-1/+0
2015-03-03Switched to Box::new in many places.Felix S. Klock II-1/+1
2015-03-03inline `Box::new` always.Felix S. Klock II-0/+1
2015-03-03Add `: Box<_>` or `::Box<_>` type annotations to various places.Felix S. Klock II-3/+13
2015-03-01remove some compiler warningsTshepang Lekhonkhobe-1/+0
2015-02-28std: Implement stdio for `std::io`Alex Crichton-10/+13
2015-02-27Rollup merge of #22843 - vhbit:no-jemalloc-fix, r=alexcrichtonManish Goregaokar-1/+1
2015-02-27Auto merge of #22573 - nwin:impl-debug-rwlock-weak, r=Manishearthbors-0/+7