about summary refs log tree commit diff
path: root/src/liballoc
AgeCommit message (Expand)AuthorLines
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
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