summary refs log tree commit diff
path: root/src/libcollections/lib.rs
AgeCommit message (Expand)AuthorLines
2017-01-25std: Stabilize APIs for the 1.16.0 releaseAlex Crichton-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
2016-03-08doc: Fix a bunch of broken linksAlex Crichton-0/+8
2016-03-06Auto merge of #30884 - durka:inclusive-ranges, r=aturonbors-1/+1
2016-03-03Auto merge of #31797 - apasel422:issue-28950, r=alexcrichtonbors-0/+1
2016-02-29std: Stabilize APIs for the 1.8 releaseAlex Crichton-1/+0
2016-02-27add indexing with RangeInclusive in libcore and libcollectionsAlex Burka-1/+1
2016-02-25Add unstable copy_from_sliceNicholas Mazzuca-0/+1
2016-02-25Use `box` syntax in `vec!` macroAndrew Paseltiner-0/+1
2016-02-16Implement placement-in protocol for `LinkedList`Andrew Paseltiner-0/+2
2016-02-08Remove old #[allow(trivial_casts)] annotationsAlex Crichton-1/+0
2016-01-26Fix warnings during testsAlex Crichton-1/+1
2016-01-24mk: Move from `-D warnings` to `#![deny(warnings)]`Alex Crichton-0/+1
2016-01-17Rollup merge of #30943 - alexcrichton:stabilize-1.7, r=aturonManish Goregaokar-1/+0
2016-01-16Rewrite BTreeMap to use parent pointers.Jonathan S-2/+2
2016-01-16std: Stabilize APIs for the 1.7 releaseAlex Crichton-1/+0
2016-01-13Fix some broken and missing links in the docsOliver Middleton-1/+1
2015-12-31Make `LinkedList` and its read-only iterators covariantAndrew Paseltiner-1/+1
2015-12-21Register new snapshotsAlex Crichton-16/+4
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-3/+2
2015-11-26Auto merge of #30015 - petrochenkov:staged, r=brsonbors-1/+1
2015-11-25Auto merge of #30017 - nrc:fmt, r=brsonbors-2/+5
2015-11-25Remove all uses of `#[staged_api]`Vadim Petrochenkov-1/+1
2015-11-24rustfmt libcollectionsNick Cameron-2/+5