about summary refs log tree commit diff
path: root/src/liballoc
AgeCommit message (Expand)AuthorLines
2015-03-26Implement `Reflect` trait with a variant on the standard OIBITNiko Matsakis-3/+3
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-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
2015-02-26Fixed build with jemalloc disabledValerii Hiora-1/+1
2015-02-26Implement `Debug` for `RwLock`, `arc::Weak` and `Mutex`nwin-0/+7
2015-02-24std: Stabilize some `ptr` functionsAlex Crichton-0/+1
2015-02-23import boxed for alloc/rc.rs (fixup #22696)Manish Goregaokar-1/+3
2015-02-23Use boxed functions instead of transmuteStepan Koltsov-4/+6
2015-02-23boxed: mark from_raw and into_raw functions inlineStepan Koltsov-0/+2
2015-02-23boxed: fix typo in docStepan Koltsov-3/+3
2015-02-22Rollup merge of #22584 - alexcrichton:snapshots, r=GankroManish Goregaokar-23/+0
2015-02-20Register new snapshotsAlex Crichton-23/+0
2015-02-20try to reduce bajillion warningsAlexis-0/+1
2015-02-18rollup merge of #22210: aturon/stab-final-borrowAlex Crichton-14/+0
2015-02-18Stabilize std::borrowAaron Turon-14/+0
2015-02-18std: Stabilize the `hash` moduleAlex Crichton-11/+35
2015-02-17Register new snapshotsAlex Crichton-14/+2
2015-02-17rollup merge of #22435: aturon/final-stab-threadAlex Crichton-8/+8
2015-02-17Fallout from stabilizationAaron Turon-8/+8
2015-02-17Rc itself isn't immutable.Artem-1/+1
2015-02-11Feature-gate the `#[unsafe_no_drop_flag]` attribute.Felix S. Klock II-0/+1
2015-02-09int/uint => isize/usize in liblibc/liballoc/libarenawe-62/+62
2015-02-08Auto merge of #22044 - caspark:fix-rc-doc-links, r=nikomatsakisbors-2/+2
2015-02-07Feature-gate #![no_std]Keegan McAllister-0/+1
2015-02-07Don't use std:: paths in syntax extensions when compiling a #![no_std] crateKeegan McAllister-1/+2