about summary refs log tree commit diff
path: root/src/libcollections/string.rs
AgeCommit message (Expand)AuthorLines
2015-03-16impl<T> [T]Jorge Aparicio-0/+17
2015-03-13Remove explicit syntax highlight from docs.Joseph Crail-4/+4
2015-03-13slice::from_raw_parts is preferred over transmuting a fresh raw::SliceOliver Schneider-6/+6
2015-03-10Fix markdown bullet points in function docsCorey Farwell-0/+1
2015-03-09Auto merge of #22561 - richo:as_slice-as_str, r=Manishearthbors-5/+5
2015-03-09Rename #[should_fail] to #[should_panic]Steven Fackler-5/+5
2015-03-09doc: Fix extraneous as_slice()'s in docstringsRicho Healey-5/+5
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-36/+36
2015-03-02Use `const`s instead of `static`s where appropriateFlorian Zeitz-2/+2
2015-02-25Rollup merge of #22729 - alexcrichton:ptr-stabilization, r=aturonManish Goregaokar-9/+9
2015-02-24std: Stabilize some `ptr` functionsAlex Crichton-9/+9
2015-02-24Use arrays instead of vectors in testsVadim Petrochenkov-3/+3
2015-02-20Register new snapshotsAlex Crichton-9/+0
2015-02-18rollup merge of #22502: nikomatsakis/deprecate-bracket-bracketAlex Crichton-5/+5
2015-02-18rollup merge of #22210: aturon/stab-final-borrowAlex Crichton-16/+19
2015-02-18Stabilize std::borrowAaron Turon-16/+19
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-5/+5
2015-02-18rollup merge of #22491: Gankro/into_iterAlex Crichton-7/+9
2015-02-18make FromIterator use IntoIteratorAlexis-4/+4
2015-02-18make Extend use IntoIteratorAlexis-3/+5
2015-02-18std: Stabilize the `hash` moduleAlex Crichton-0/+9
2015-02-14Rename `fmt::Writer` to `fmt::Write`Chris Wong-2/+2
2015-02-06Rollup merge of #21969 - Gankro:collections-cleanup, r=alexcrichtonManish Goregaokar-31/+31
2015-02-06Rollup merge of #21925 - sfackler:allow-missing-copy, r=alexcrichtonManish Goregaokar-1/+0
2015-02-05remove int_uint feature from libcollectionsAlexis-6/+6
2015-02-05remove unecessary lifetimes from a bunch of collections codeAlexis-4/+4
2015-02-05misc collections code cleanupAlexis-21/+21
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-12/+12
2015-02-03Switch missing_copy_implementations to default-allowSteven Fackler-1/+0
2015-02-02remove unused mut qualifiersJorge Aparicio-2/+2
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-1/+1
2015-02-02register snapshotsJorge Aparicio-12/+0
2015-01-30rollup merge of #21631: tbu-/isize_policeAlex Crichton-5/+5
2015-01-30rollup merge of #21713: alexcrichton/second-pass-fmtAlex Crichton-0/+4
2015-01-30std: Stabilize the std::fmt moduleAlex Crichton-0/+4
2015-01-30std: Stabilize FromStr and parseAlex Crichton-3/+5
2015-01-30Remove all `i` suffixesTobias Bucher-5/+5
2015-01-30Rename FullRange to RangeFullNick Cameron-0/+10
2015-01-30Remove FullRange from the prelude etc.Nick Cameron-0/+1
2015-01-29s/Show/Debug/gJorge Aparicio-2/+2
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-3/+3
2015-01-29Auto merge of #21680 - japaric:slice, r=alexcrichtonbors-3/+3
2015-01-27cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` callsJorge Aparicio-3/+3
2015-01-26Merge remote-tracking branch 'rust-lang/master'Brian Anderson-0/+16
2015-01-26Auto merge of #21401 - kballard:optimize-shrink-to-fit, r=nikomatsakisbors-0/+16
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-21/+26
2015-01-23grandfathered -> rust1Brian Anderson-45/+45
2015-01-23Set unstable feature names appropriatelyBrian Anderson-9/+9
2015-01-21Remove 'since' from unstable attributesBrian Anderson-9/+9
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-54/+58