summary refs log tree commit diff
path: root/src/liballoc
AgeCommit message (Expand)AuthorLines
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
2015-02-07Fix broken link to std::rc module docsCaspar Krieger-2/+2
2015-02-06Rollup merge of #21966 - scialex:fix-extern, r=alexcrichtonManish Goregaokar-1/+3
2015-02-06Rollup merge of #21954 - jbcrail:fix-misspelled-comments, r=steveklabnikManish Goregaokar-4/+4
2015-02-05Auto merge of #21894 - dotdash:assume_rc, r=alexcrichtonbors-2/+25
2015-02-05Made external_crates feature work again.Alexander Light-1/+3
2015-02-04Fix for misspelled comments.Joseph Crail-4/+4
2015-02-03std: Remove `iter::ByRef` and generalize implsAlex Crichton-17/+15
2015-02-03Rc: Add assumptions that the pointer is non-nullJames Miller-2/+25
2015-02-02Auto merge of #21647 - alfie:suffix-medium, r=alexcrichtonbors-32/+32
2015-02-01box: into_raw, from_raw functionsStepan Koltsov-0/+88
2015-02-01More deprecating of i/u suffixes in librariesAlfie John-32/+32
2015-01-30Merge remote-tracking branch 'origin/master' into rollupAlex Crichton-0/+1
2015-01-30Test fixes and rebase conflictsAlex Crichton-2/+1
2015-01-30rollup merge of #21631: tbu-/isize_policeAlex Crichton-63/+63
2015-01-30std: Stabilize the std::fmt moduleAlex Crichton-13/+16
2015-01-30Use `#[rustc_paren_sugar]` as a more extensible way of deciding whenNiko Matsakis-0/+1
2015-01-30Remove all `i` suffixesTobias Bucher-63/+63
2015-01-29Auto merge of #21677 - japaric:no-range, r=alexcrichtonbors-10/+6
2015-01-29s/Show/Debug/gJorge Aparicio-2/+2
2015-01-29remove #[old_impl_check] now that #21363 has been fixedJorge Aparicio-4/+0
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-3/+3
2015-01-29`range(a, b).foo()` -> `(a..b).foo()`Jorge Aparicio-1/+1
2015-01-29Rollup merge of 21681 - japaric:no-warn, r=alexcrichtonManish Goregaokar-0/+1
2015-01-27fix #[cfg(test)] warningsJorge Aparicio-0/+1
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-236/+186
2015-01-23grandfathered -> rust1Brian Anderson-47/+47
2015-01-23Set unstable feature names appropriatelyBrian Anderson-26/+28
2015-01-22Beef up docs for Box<T>Steve Klabnik-11/+68