summary refs log tree commit diff
path: root/src/liballoc
AgeCommit message (Expand)AuthorLines
2015-05-19Fix rebase conflictsAriel Ben-Yehuda-2/+6
2015-05-19fix conflictsAriel Ben-Yehuda-2/+2
2015-05-19collections: Avoid unstable code in examples for StringUlrik Sverdrup-2/+2
2015-05-17Make `Arc` support DSTsP1start-36/+743
2015-05-16Auto merge of #25462 - alexcrichton:favicon-https, r=nrcbors-1/+1
2015-05-15libs: Move favicon URLs to HTTPSAlex Crichton-1/+1
2015-05-16Allow `?Sized` types in `Rc`’s impls of {Partial,}{Ord,Eq} and BorrowP1start-0/+48
2015-05-13Remove SNAP commentsNick Cameron-8/+8
2015-05-13RebasingNick Cameron-4/+0
2015-05-13Fix a bunch of bugsNick Cameron-2/+4
2015-05-13Make Rc DST-compatibleNick Cameron-7/+382
2015-05-13eddyb's changes for DST coercionsNick Cameron-2/+10
2015-05-11Rollup merge of #25254 - cgaebel:check-sizes-on-allocate, r=GankroSteve Klabnik-0/+12
2015-05-09[liballoc] Adds checks for UB during allocation.Clark Gaebel-0/+12
2015-05-09Convert #[lang="..."] to #[lang = "..."]Nick Hamann-2/+2
2015-05-09Squeeze the last bits of `task`s in documentation in favor of `thread`Barosl Lee-6/+6
2015-05-05Update with correct output.Jan Andersson-1/+1
2015-04-30Add downcasting to std::error::ErrorAaron Turon-3/+8
2015-04-28Register new snapshotsTamir Duberstein-5/+1
2015-04-27std: Prepare for linking to muslAlex Crichton-1/+3
2015-04-24Change name of unit test sub-module to "tests".Johannes Oertel-1/+1
2015-04-23Auto merge of #24695 - bluss:arc-default, r=alexcrichtonbors-1/+1
2015-04-22Relax bounds on Default implementation for Arc.Ulrik Sverdrup-1/+1
2015-04-22Remove doc-comment default::Default importsCorey Farwell-1/+0
2015-04-21rollup merge of #24541: alexcrichton/issue-24538Alex Crichton-2/+0
2015-04-20Rollup merge of #24629 - steveklabnik:gh24511, r=alexcrichtonSteve Klabnik-8/+13
2015-04-20Rollup merge of #24625 - frewsxcv:patch-16, r=steveklabnikSteve Klabnik-1/+1
2015-04-20Clean up Box documentation.Steve Klabnik-8/+13
2015-04-20Simplify alloc::arc::Arc example in doc-commentCorey Farwell-1/+1
2015-04-17std: Add Default/IntoIterator/ToOwned to the preludeAlex Crichton-2/+0
2015-04-16Suppress improper_ctypes warnings when compiling liballoc with external_featuresKrzysztof Drewniak-0/+1
2015-04-15Fix some typos.Ms2ger-1/+1
2015-04-07alloc: impl fmt::Pointer for Rc, Arc and BoxRicho Healey-0/+24
2015-04-04Removed explicit lifetimes for `get_mut`. Fixed the doc test.Dzmitry Malyshau-2/+4
2015-04-04Renamed Arc::try_unique to get_mutDzmitry Malyshau-23/+21
2015-04-04Rollup merge of #23997 - richo:typos, r=huonwManish Goregaokar-1/+1
2015-04-02liballoc: fix typoRicho Healey-1/+1
2015-04-01rollup merge of #23176: huonw/rm-boundsAlex Crichton-2/+2
2015-04-01Test fixes and rebase conflicts, round 1Alex Crichton-1/+4
2015-04-01rollup merge of #23939: nikomatsakis/fn-boxAlex Crichton-0/+71
2015-04-01rollup merge of #23867: nikomatsakis/issue-23086-take-3Alex Crichton-51/+2
2015-04-01Collect the definition of the `Error` trait into `libstd` for now. ThisNiko Matsakis-51/+2
2015-04-02Rollup merge of #23867 - nikomatsakis:issue-23086-take-3, r=pnkfelixManish Goregaokar-11/+7
2015-04-02Rollup merge of #23844 - kvark:try_unique, r=alexcrichtonManish Goregaokar-6/+50
2015-04-01Remove `Thunk` struct and `Invoke` trait; change `Thunk` to be an aliasNiko Matsakis-8/+4
2015-04-01Add (unstable) FnBox trait as a nicer replacement for `Thunk`. The docNiko Matsakis-0/+75
2015-04-01Fallout in libstd: remove impls now considered to conflict.Niko Matsakis-11/+4
2015-04-01Add `#[fundamental]` annotations into libcore so that `Sized` and theNiko Matsakis-0/+3
2015-03-31Added Arc::try_uniqueDzmitry Malyshau-6/+50
2015-03-31Test fixes and rebase conflicts, round 3Alex Crichton-1/+0