summary refs log tree commit diff
path: root/src/libcollections
AgeCommit message (Expand)AuthorLines
2015-06-30Avoid overflow in Vec::from_iterSteven Fackler-2/+3
2015-06-30Make `align_of` behave like `min_align_of`.Huon Wilson-16/+16
2015-06-17std: Stabilize vec_map::Entry::or_insert{,_with}Alex Crichton-8/+7
2015-06-17More test fixes and fallout of stability changesAlex Crichton-10/+18
2015-06-17std: Stabilize the `str_matches` featureAlex Crichton-6/+4
2015-06-17std: Deprecate Vec::from_raw_bufAlex Crichton-0/+2
2015-06-17std: Deprecate all permutation-related slice methodsAlex Crichton-0/+6
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-118/+120
2015-06-17std: Split the `std_misc` featureAlex Crichton-1/+1
2015-06-17collections: Split the `collections` featureAlex Crichton-133/+148
2015-06-17alloc: Split apart the global `alloc` featureAlex Crichton-0/+3
2015-06-17core: Split apart the global `core` featureAlex Crichton-7/+23
2015-06-17Auto merge of #22681 - mzabaluev:extend-faster, r=huonwbors-39/+39
2015-06-11Auto merge of #26190 - Veedrac:no-iter, r=alexcrichtonbors-18/+18
2015-06-11Conver reborrows to .iter() calls where appropriateJoshua Landau-1/+1
2015-06-11Auto merge of #26154 - pmarcelll:master, r=Gankrobors-17/+17
2015-06-11Auto merge of #26122 - bluss:borrow-box, r=alexcrichtonbors-1/+9
2015-06-11Auto merge of #25839 - bluss:str-split-at-impl, r=alexcrichtonbors-45/+72
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-17/+17
2015-06-10Rollup merge of #26164 - tafia:early-dedup, r=GankroManish Goregaokar-1/+1
2015-06-10Rollup merge of #26146 - steveklabnik:remove_unsafe_pointer, r=GankroManish Goregaokar-3/+3
2015-06-10collections: Remove redundant slicing for strUlrik Sverdrup-45/+45
2015-06-10Add str::split_atUlrik Sverdrup-0/+27
2015-06-10Auto merge of #26130 - steveklabnik:gh25986, r=alexcrichtonbors-3/+28
2015-06-10early return if 1 elementJohann Tuffe-1/+1
2015-06-10Modify String::push to reallocate more conservatively in case of the characte...marcell-17/+17
2015-06-09Exise 'unsafe pointer' in favor of 'raw pointer'Steve Klabnik-3/+3
2015-06-09Auto merge of #26039 - SimonSapin:case-mapping, r=alexcrichtonbors-3/+32
2015-06-09Document str::split behavior with contiguous separatorsSteve Klabnik-3/+28
2015-06-09Implement Borrow<T> and BorrowMut<T> for Box<T: ?Sized>Ulrik Sverdrup-1/+9
2015-06-09Auto merge of #26065 - Marwes:master, r=alexcrichtonbors-673/+674
2015-06-08Auto merge of #26077 - SimonSapin:patch-6, r=alexcrichtonbors-5/+5
2015-06-08Reordered the methods on str to improve doc sortingMarkus Westerlind-673/+674
2015-06-08Address a review comment and fix a bootstrapping issueSimon Sapin-2/+7
2015-06-08Auto merge of #25989 - jooert:implement_rfc839, r=Gankrobors-0/+77
2015-06-08Replace usage of String::from_str with String:fromSimon Sapin-3/+3
2015-06-08Implement RFC 839Johannes Oertel-0/+77
2015-06-08Auto merge of #25823 - oli-obk:static_to_const_lint, r=alexcrichtonbors-5/+5
2015-06-07Auto merge of #25912 - tshepang:better-str-examples, r=blussbors-50/+28
2015-06-07Deprecate String::from_str in favor of String::fromSimon Sapin-2/+2
2015-06-07doc: improve some of str examplesTshepang Lekhonkhobe-50/+28
2015-06-07change some statics to constantsOliver 'ker' Schneider-5/+5
2015-06-07Auto merge of #26066 - steveklabnik:docs_on_a_plane, r=alexcrichtonbors-2/+2
2015-06-06Remove many unneeded feature annotations in the docsSteve Klabnik-2/+2
2015-06-06Auto merge of #26050 - bluss:linked-list, r=Gankrobors-83/+132
2015-06-06Mark str::to_uppercase and str::to_lowercase as stable.Simon Sapin-2/+2
2015-06-06linked_list: Add Rawlink::fromUlrik Sverdrup-12/+14
2015-06-06linked_list: Add method Node::set_nextUlrik Sverdrup-11/+20
2015-06-06linked_list: Cleanup code in split_offUlrik Sverdrup-13/+37
2015-06-06linked_list: Use unsafe properly for Rawlink methodsUlrik Sverdrup-48/+70