summary refs log tree commit diff
path: root/src/liballoc/tests
AgeCommit message (Expand)AuthorLines
2018-05-21Stabilise inclusive_range_methodsvarkor-1/+0
2018-05-01Auto merge of #49724 - kennytm:range-inc-start-end-methods, r=Kimundibors-1/+1
2018-04-30Make the fields of RangeInclusive private.kennytm-1/+1
2018-04-28stabilize `#[must_use]` for functions and must-use operatorsZack M. Davis-0/+1
2018-04-18fix my unit test that was horrendously wrongMichael Lamparski-3/+17
2018-04-17smaller PR just to fix #50002Michael Lamparski-0/+16
2018-04-12Use NonNull<Void> instead of *mut u8 in the Alloc traitMike Hommey-1/+2
2018-04-12Remove the now-unit-struct AllocErr field inside CollectionAllocErrSimon Sapin-20/+20
2018-04-12Actually deprecate the Heap typeSimon Sapin-2/+2
2018-04-12Mark the rest of the `unicode` feature flag as perma-unstable.Simon Sapin-1/+0
2018-04-12Merge unstable Utf16Encoder into EncodeUtf16Simon Sapin-2/+1
2018-04-12Merge core::unicode::str into core::strSimon Sapin-1/+1
2018-04-12Reexport from core::unicode::char in core::char rather than vice versaSimon Sapin-1/+1
2018-04-12Deprecate the std_unicode crateSimon Sapin-3/+3
2018-04-08Move deny(warnings) into rustbuildMark Simulacrum-2/+0
2018-04-05Bump the bootstrap compiler to 1.26.0 betaAlex Crichton-1/+0
2018-04-04Rollup merge of #49577 - tmccombs:string-splice-stabilize, r=TimNNkennytm-15/+15
2018-04-03Remove all unstable placement featuresAidan Hobson Sayers-63/+1
2018-04-01Stabilize String::replace_rangeThayne McCombs-15/+15
2018-03-29Move alloc::Bound to {core,std}::opsSimon Sapin-1/+1
2018-03-27Rollup merge of #48639 - varkor:sort_by_key-cached, r=blusskennytm-3/+17
2018-03-19Add stability test for sort_by_cached_keyvarkor-3/+8
2018-03-17update FIXME(#5244) to point to RFC 1109 (Non-Copy array creation ergonomics)Niv Kaminer-1/+1
2018-03-17Fix use of unstable feature in testvarkor-0/+1
2018-03-16Add sort_by_cached_key methodvarkor-3/+6
2018-03-16Add a test for sort_by_keyvarkor-0/+5
2018-03-16Auto merge of #49051 - kennytm:rollup, r=kennytmbors-18/+2
2018-03-15setting ABORTING_MALLOC for asmjs backendsnf-18/+2
2018-03-15Auto merge of #47813 - kennytm:stable-incl-range, r=nrcbors-1/+2
2018-03-15Keep the fields of RangeInclusive unstable.kennytm-0/+1
2018-03-15Stabilize `inclusive_range_syntax` language feature.kennytm-1/+1
2018-03-14try_reserve: disabling tests for asmjs, blocked by #48968snf-2/+18
2018-03-14implementing fallible allocation API (try_reserve) for Vec, String and HashMapsnf-1/+580
2018-03-11Update Cargo submoduleAlex Crichton-1/+247
2018-02-22Stabilize [T]::rotate_{left,right}Corey Farwell-1/+0
2018-01-23Stabilized `#[repr(align(x))]` attribute (RFC 1358)Cameron Hart-1/+0
2018-01-15Rollup merge of #47126 - sdroege:exact-chunks, r=blusskennytm-2/+59
2018-01-13Add unit tests for exact_chunks/exact_chunks_mutSebastian Dröge-0/+57
2018-01-13Use assert_eq!() instead of assert!(a == b) in slice chunks_mut() unit testSebastian Dröge-2/+2
2018-01-09Rollup merge of #46777 - frewsxcv:frewsxcv-rotate, r=alexcrichtonCorey Farwell-8/+43
2017-12-30Add trailing newlines to files which have no trailing newlines.kennytm-1/+1
2017-12-24Deprecate [T]::rotate in favor of [T]::rotate_{left,right}.Corey Farwell-8/+43
2017-11-25Implement LinkedList::drain_filterJohn-John Tedro-0/+188
2017-11-25Auto merge of #46117 - SimonSapin:min-align, r=alexcrichtonbors-0/+49
2017-11-21fix some typosMartin Lindhe-3/+3
2017-11-20alloc_jemalloc: don’t assume MIN_ALIGN for small sizesSimon Sapin-0/+5
2017-11-20alloc_system: don’t assume MIN_ALIGN for small sizes, fix #45955Simon Sapin-0/+44
2017-11-08std: Remove `rand` crate and moduleAlex Crichton-1/+3
2017-11-03Remove unused AsciiExt imports and fix tests related to ascii methodsLukas Kalbertodt-4/+0
2017-09-22Add support for `..=` syntaxAlex Burka-39/+39