summary refs log tree commit diff
path: root/src/libcollections/lib.rs
AgeCommit message (Expand)AuthorLines
2017-08-25*: remove crate_{name,type} attributesTamir Duberstein-2/+0
2017-07-05rustc: Implement the #[global_allocator] attributeAlex Crichton-2/+0
2017-06-30Revert "Stabilize RangeArgument"Steven Fackler-1/+0
2017-06-24Stabilize RangeArgumentSteven Fackler-0/+1
2017-06-17Reintroduce deprecated `collections` crateMurarth-0/+72
2017-06-13Merge crate `collections` into `alloc`Murarth-192/+0
2017-06-02Auto merge of #41670 - scottmcm:slice-rotate, r=alexcrichtonbors-0/+1
2017-05-27Stabilize unions with `Copy` fields and no destructorVadim Petrochenkov-1/+0
2017-05-21Add an in-place rotate method for slices to libcoreScott McMurray-0/+1
2017-04-26Auto merge of #41258 - clarcharr:str_box_extras, r=Kimundibors-0/+1
2017-04-24More methods for str boxes.Clar Charr-0/+1
2017-04-20Remove EnumSetJosh Stone-4/+0
2017-04-16Auto merge of #40409 - mbrubeck:calloc, r=sfacklerbors-0/+2
2017-04-15Specialize Vec::from_elem for other numeric typesMatt Brubeck-0/+2
2017-04-14std::collections docs: Address issues that came up in PR #41286lukaramu-0/+19
2017-04-13Various consistency and phrasing fixes in std::collections' docslukaramu-0/+17
2017-04-11Rollup merge of #40559 - nagisa:manually-drop, r=alexcrichtonCorey Farwell-0/+1
2017-04-11Auto merge of #41096 - clarcharr:as_bytes_mut, r=alexcrichtonbors-0/+1
2017-04-10Apply clippy's doc_markdown improvements to libcollectionsAndre Bogus-2/+2
2017-04-09Reduce str transmutes, add mut versions of methods.Clar Charr-0/+1
2017-04-09Move away from the ad-hoc NoDrop unionsSimonas Kazlauskas-0/+1
2017-04-05Rollup merge of #41065 - jorendorff:slice-rsplit-41020, r=alexcrichtonAriel Ben-Yehuda-0/+1
2017-04-05Rollup merge of #40943 - Amanieu:offset_to, r=alexcrichtonAriel Ben-Yehuda-0/+1
2017-04-04add [T]::rsplit() and rsplit_mut() #41020Jason Orendorff-0/+1
2017-04-03Add ptr::offset_toAmanieu d'Antras-0/+1
2017-03-22Checked (and unchecked) slicing for strings?Simonas Kazlauskas-0/+1
2017-03-21Address Alex's PR commentsStjepan Glavina-1/+1
2017-03-21Implement feature sort_unstableStjepan Glavina-0/+1
2017-03-17Stabilize rc_raw feature, closes #37197Aaron Turon-0/+3
2017-03-17Stabilize btree_range, closes #27787Aaron Turon-1/+1
2017-03-01Only keep one copy of the UTF8_CHAR_WIDTH table.Simon Sapin-0/+1
2017-02-07Auto merge of #39002 - GuillaumeGomez:debug_libcollections, r=aturonbors-0/+1
2017-01-25std: Stabilize APIs for the 1.16.0 releaseAlex Crichton-0/+1
2017-01-20Add Debug implementations for libcollection structsGuillaume Gomez-0/+1
2017-01-10Rollup merge of #38664 - apasel422:may-dangle, r=pnkfelixSeo Sanghyeon-1/+2
2017-01-08Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrcbors-1/+1
2016-12-29Remove not(stage0) from deny(warnings)Alex Crichton-1/+1
2016-12-28Replace uses of `#[unsafe_destructor_blind_to_params]` with `#[may_dangle]`Andrew Paseltiner-1/+2
2016-12-23Implement placement-in protocol for `Vec`Andrew Paseltiner-0/+1
2016-12-12Auto merge of #38049 - frewsxcv:libunicode, r=alexcrichtonbors-1/+1
2016-12-07Implement a faster sort algorithmStjepan Glavina-2/+2
2016-11-30Rename 'librustc_unicode' crate to 'libstd_unicode'.Corey Farwell-1/+1
2016-11-26Overload get{,_mut}{,_unchecked}Steven Fackler-0/+1
2016-11-23core, collections: Implement better .is_empty() for slice and vec iteratorsUlrik Sverdrup-0/+1
2016-10-20Use TrustedLen for Vec's FromIterator and ExtendUlrik Sverdrup-0/+1
2016-09-28Remove stage0 hacksBrian Anderson-1/+0
2016-08-24Remove drop flags from structs and enums implementing Drop.Eduard Burtescu-1/+1
2016-08-18Add a FusedIterator trait.Steven Allen-0/+1
2016-07-31Don't gate methods `Fn(Mut,Once)::call(mut,once)` with feature `unboxed_closu...Vadim Petrochenkov-1/+0
2016-07-28Rename `char::escape` to `char::escape_debug` and add tracking issueTobias Bucher-1/+1