summary refs log tree commit diff
path: root/src/libcollections/lib.rs
AgeCommit message (Expand)AuthorLines
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
2016-07-26Restore `char::escape_default` and add `char::escape` insteadTobias Bucher-0/+1
2016-07-03std: Stabilize APIs for the 1.11.0 releaseAlex Crichton-1/+0
2016-06-23std: Fix up stabilization discrepanciesAlex Crichton-1/+0
2016-06-17Add short summaries to btree modulesOliver Middleton-0/+2
2016-05-24std: Stabilize APIs for the 1.10 releaseAlex Crichton-1/+0
2016-04-15Auto merge of #32851 - apasel422:spec-extend, r=alexcrichtonbors-0/+7
2016-04-14Specialize `Extend` to `append` for `{LinkedList, Vec}`Andrew Paseltiner-0/+7
2016-04-12collections: Add slice::binary_search_by_keyKamal Marhubi-0/+1
2016-04-11std: Stabilize APIs for the 1.9 releaseAlex Crichton-2/+0
2016-03-30specialize ToString for strSean McArthur-0/+1
2016-03-12std: Clean out deprecated APIsAlex Crichton-3/+0