about summary refs log tree commit diff
path: root/src/liballoc
AgeCommit message (Expand)AuthorLines
2016-05-28rustfmt liballoc folderSrinivas Reddy Thatiparthy-17/+22
2016-05-24std: Stabilize APIs for the 1.10 releaseAlex Crichton-58/+63
2016-05-15Rollup merge of #33590 - durka:patch-22, r=aturonManish Goregaokar-4/+8
2016-05-12Auto merge of #33282 - alexcrichton:rustbuild-crate-tests, r=brsonbors-1/+0
2016-05-12rustbuild: Add support for crate tests + doctestsAlex Crichton-1/+0
2016-05-12fix tidyAlex Burka-4/+8
2016-05-12update "reason" for fnbox feature gateAlex Burka-4/+4
2016-05-09Inline RawVec::capMatt Brubeck-0/+1
2016-04-07Rollup merge of #32741 - tbu-:pr_remove_fixme_12808, r=blussManish Goregaokar-47/+39
2016-04-05Fix infinite loop in Arc::downgradeAmanieu d'Antras-0/+1
2016-04-05Remove strange names created by lack of privacy-conscious name lookupTobias Bucher-47/+39
2016-03-31Change Arc to use compare_exchange instead of compare_and_swapAmanieu d'Antras-17/+21
2016-03-28Rollup merge of #32177 - srinivasreddy:remove_integer_suffixes, r=steveklabnikSteve Klabnik-6/+6
2016-03-11alloc: Add unstable issue for FnBox APIsAlex Crichton-4/+4
2016-03-10first round of removal of integer suffixessrinivasreddy-6/+6
2016-03-10Rollup merge of #32147 - steveklabnik:gh31950, r=blussSteve Klabnik-4/+6
2016-03-09Clarify that try_unwrap needs exactly oneSteve Klabnik-4/+6
2016-03-07mk: Distribute fewer TARGET_CRATESAlex Crichton-4/+1
2016-02-29std: Stabilize APIs for the 1.8 releaseAlex Crichton-1/+0
2016-02-21Fix liballoc dependenciesJohn Kåre Alsaker-9/+0
2016-02-11bootstrap: Add a bunch of Cargo.toml filesAlex Crichton-0/+14
2016-02-11Auto merge of #31479 - kamalmarhubi:fmt-pointer-unsized, r=alexcrichtonbors-3/+3
2016-02-08Auto merge of #31397 - bradfirj:arc-docfix, r=steveklabnikbors-3/+3
2016-02-08Implement fmt::Pointer for pointers to unsized typesKamal Marhubi-3/+3
2016-02-04Synthesize calls to box_free language itemSimonas Kazlauskas-0/+13
2016-02-04Fix unclear make_mut docsRichard Bradfield-3/+3
2016-01-26Fix warnings during testsAlex Crichton-9/+5
2016-01-24mk: Move from `-D warnings` to `#![deny(warnings)]`Alex Crichton-0/+1
2016-01-21Auto merge of #31043 - shahn:arc_weak, r=alexcrichtonbors-4/+4
2016-01-20Fix incorrect stability annotations for arc::WeakSebastian Hahn-4/+4
2016-01-20Fix incorrect stability annotations for WeakSebastian Hahn-4/+4
2016-01-16std: Stabilize APIs for the 1.7 releaseAlex Crichton-3/+1
2016-01-14Rollup merge of #30912 - tshepang:remove-distraction, r=steveklabnikSteve Klabnik-1/+1
2016-01-14Rollup merge of #30910 - tshepang:improve-description, r=steveklabnikSteve Klabnik-1/+1
2016-01-14doc: that suffix serves as mere distractionTshepang Lekhonkhobe-1/+1
2016-01-14doc: "x" is used as variable name on this API, so avoid using it hereTshepang Lekhonkhobe-1/+1
2016-01-14doc: "moves" has a specific meaning in Rust, so avoid using it hereTshepang Lekhonkhobe-1/+1
2016-01-14Rollup merge of #30892 - shepmaster:box-grammar, r=alexcrichtonManish Goregaokar-14/+14
2016-01-14Rollup merge of #30801 - Amanieu:oom_print, r=alexcrichtonManish Goregaokar-11/+45
2016-01-13Improve grammar of Box::{into,from}_raw docsJake Goulding-14/+14
2016-01-13Issue #30592: Restore build in --disable-jemalloc mode.Simon Martin-0/+7
2016-01-12Add set_oom_handler and use it print a message when out of memoryAmanieu d'Antras-11/+45
2016-01-05Implement in-place growth for RawVecPiotr Czarnecki-11/+107
2015-12-31Auto merge of #30593 - steveklabnik:small_rc_refactoring, r=Gankrobors-8/+11
2015-12-30Auto merge of #30467 - shahn:master, r=brsonbors-1/+74
2015-12-30Small refactoring to make this code more clearSteve Klabnik-8/+11
2015-12-21Register new snapshotsAlex Crichton-29/+2
2015-12-19Have to use Weak instead of Arc in Weak::new() exampleSebastian Hahn-1/+1
2015-12-19Address review commentsSebastian Hahn-6/+4
2015-12-19Implement arc::Weak::new()Sebastian Hahn-0/+37