about summary refs log tree commit diff
path: root/src/liballoc
AgeCommit message (Expand)AuthorLines
2017-07-24Rollup merge of #43374 - stjepang:fix-sort-randomization-comment, r=alexcrichtonMark Simulacrum-15/+18
2017-07-22Use checked NonZero constructor instead of explicit null check in btreeSimon Sapin-6/+4
2017-07-22Add conversions from references to NonZero pointers, Unique, and SharedSimon Sapin-3/+3
2017-07-22Add Box::into_uniqueSimon Sapin-21/+48
2017-07-22Rename {NonZero,Shared,Unique}::new to new_uncheckedSimon Sapin-25/+25
2017-07-21Auto merge of #43318 - jhjourdan:jh/fix_weak_cound_MAX, r=alexcrichtonbors-1/+23
2017-07-21Clarify that sort_unstable is deterministicStjepan Glavina-15/+18
2017-07-20Auto merge of #43270 - petrochenkov:fixstab, r=alexcrichtonbors-2/+2
2017-07-20Add test test_weak_count_lockedJacques-Henri Jourdan-0/+19
2017-07-19Add Vec::drain_filterAlexis Beingessner-0/+281
2017-07-18Fix in weak_count in Arc.Jacques-Henri Jourdan-1/+4
2017-07-18Fix erroneous reference to Arc instead of RcLynn-1/+1
2017-07-16Fix checking for missing stability annotationsVadim Petrochenkov-2/+2
2017-07-13Add precondition to `Layout` that the `align` fit in a u32.Felix S. Klock II-7/+15
2017-07-10Correct some stability attributesOliver Middleton-2/+2
2017-07-06Auto merge of #42727 - alexcrichton:allocators-new, r=eddybbors-301/+238
2017-07-05rustc: Implement the #[global_allocator] attributeAlex Crichton-301/+238
2017-07-05Auto merge of #43050 - stjepang:doc-vec-fix-parens, r=frewsxcvbors-1/+1
2017-07-04Rollup merge of #43041 - andersk:dedup_by, r=alexcrichtonMark Simulacrum-4/+12
2017-07-04Rollup merge of #42227 - ollie27:into_to_from, r=aturonMark Simulacrum-4/+4
2017-07-04Minor fix in docs for VecStjepan Glavina-1/+1
2017-07-04Auto merge of #43012 - scottmcm:delete-range-step-by, r=alexcrichtonbors-2/+1
2017-07-03Document unintuitive argument order for Vec::dedup_by relationAnders Kaseorg-4/+12
2017-07-02Auto merge of #43010 - stjepang:stabilize-sort-unstable, r=alexcrichtonbors-14/+15
2017-07-02Remove the remaining feature gatesStjepan Glavina-1/+0
2017-07-02Fix lint errorsStjepan Glavina-1/+0
2017-07-01Delete deprecated & unstable range-specific `step_by`Scott McMurray-2/+1
2017-07-02Stabilize feature sort_unstableStjepan Glavina-12/+15
2017-07-01Auto merge of #42882 - stjepang:improve-sort-tests-and-benches, r=alexcrichtonbors-33/+76
2017-06-30Revert "Stabilize RangeArgument"Steven Fackler-12/+200
2017-06-29Rollup merge of #42901 - alexcrichton:alloc-one, r=sfacklerAriel Ben-Yehuda-1/+1
2017-06-29Rollup merge of #42832 - rthomas:doc-fmt, r=steveklabnikAriel Ben-Yehuda-5/+3
2017-06-25std: Fix implementation of `Alloc::alloc_one`Alex Crichton-1/+1
2017-06-24Stabilize RangeArgumentSteven Fackler-200/+12
2017-06-24Improve sort tests and benchmarksStjepan Glavina-33/+76
2017-06-24Auto merge of #42854 - razielgn:relaxed-debug-constraints-on-maps-iterators, ...bors-4/+4
2017-06-23Rollup merge of #42825 - letheed:patch-1, r=alexcrichtonMark Simulacrum-1/+1
2017-06-23Relax Debug constraints when debugging {HashMap,BTreeMap}::{Keys,Values}.Federico Ravasio-2/+2
2017-06-23Correctly iterate on keys/values when debugging BTreeMap::{Keys,Values}.Federico Ravasio-2/+2
2017-06-23Removed as many "```ignore" as possible.kennytm-7/+25
2017-06-22Update docs for std::fmt::format #29355.Ryan Thomas-5/+3
2017-06-22Fix ref as mutable ref in std::rc::Rc docLetheed-1/+1
2017-06-21Update version numbers for From implsOliver Middleton-1/+1
2017-06-21Convert Intos to Froms.Clar Charr-3/+3
2017-06-20Rollup merge of #42717 - ollie27:into_to_from2, r=sfacklerCorey Farwell-4/+6
2017-06-20Auto merge of #42313 - pnkfelix:allocator-integration, r=alexcrichtonbors-118/+1339
2017-06-19Minor Allocator doc fixAlex Crichton-1/+0
2017-06-17Convert `Into<Box<[T]>> for Vec<T>` into `From<Vec<T>> for Box<[T]>`Oliver Middleton-4/+6
2017-06-16Rollup merge of #42705 - est31:master, r=alexcrichtonCorey Farwell-2/+2
2017-06-16Introduce tidy lint to check for inconsistent tracking issuesest31-2/+2