about summary refs log tree commit diff
path: root/src/libstd/str.rs
AgeCommit message (Expand)AuthorLines
2014-05-07core: Inherit possible string functionalityAlex Crichton-1929/+90
2014-05-07auto merge of #13958 : pcwalton/rust/detilde, r=pcwaltonbors-3/+3
2014-05-07auto merge of #13914 : alexcrichton/rust/pile-o-rustdoc-fixes, r=brsonbors-1/+1
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-3/+3
2014-05-03rustdoc: Migrate from sundown to hoedownAlex Crichton-1/+1
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-50/+50
2014-05-01auto merge of #13877 : thestinger/rust/de-tilde-str-vec, r=alexcrichtonbors-10/+10
2014-05-01remove leftover obsolete string literalsDaniel Micay-10/+10
2014-04-28Deprecate the rev_iter pattern in all places where a DoubleEndedIterator is p...Jonathan S-43/+41
2014-04-23auto merge of #13686 : alexcrichton/rust/issue-12224, r=nikomatsakisbors-50/+60
2014-04-23std: Change CharEq to take `&mut self`Alex Crichton-50/+60
2014-04-22auto merge of #13674 : pcwalton/rust/more-str-inlines, r=alexcrichtonbors-0/+4
2014-04-21str: Inline `only_ascii` in string iterators.Patrick Walton-0/+4
2014-04-21Fix misspellings in comments.Joseph Crail-3/+3
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-130/+134
2014-04-18std: Make ~[T] no longer a growable vectorAlex Crichton-62/+31
2014-04-11Implement Char::encode_utf16Keegan McAllister-16/+3
2014-04-11libtest: rename `BenchHarness` to `Bencher`Liigo Zhuang-39/+39
2014-04-10libstd: Implement `StrBuf`, a new string buffer type like `Vec`, andPatrick Walton-477/+82
2014-04-08Register new snapshotsAlex Crichton-1/+1
2014-04-02Fix fallout of requiring uint indicesAlex Crichton-3/+3
2014-03-31std: Switch field privacy as necessaryAlex Crichton-24/+24
2014-03-30Rename `from_iterator` to `from_iter` for consistency.Brian Anderson-1/+1
2014-03-29auto merge of #13183 : erickt/rust/remove-list, r=alexcrichtonbors-1/+1
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2014-03-28std and green: fix some warningsErick Tryzelaar-1/+1
2014-03-25Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by v...Marvin Löbel-4/+4
2014-03-23auto merge of #13102 : huonw/rust/totaleq-deriving, r=thestingerbors-22/+5
2014-03-23std: remove the `equals` method from `TotalEq`.Huon Wilson-22/+5
2014-03-23iter: remove `to_owned_vec`Daniel Micay-1/+1
2014-03-21libstd: Add some methods to `Vec<T>`.Patrick Walton-0/+1
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-1/+1
2014-03-20rename std::vec -> std::sliceDaniel Micay-14/+14
2014-03-18remove duplicate methods in implsCorey Richardson-3/+0
2014-03-16`strdup_uniq` doesn't have to be `pub`.Lindsey Kuper-2/+1
2014-03-12Use generic impls for `Hash`Erick Tryzelaar-4/+7
2014-03-10libstd: Update docs for `slice_shift_char` and {shift,pop}_{char,byte}Piotr Czarnecki-17/+10
2014-03-10libstd: Add unit tests for `slice_shift_char`Piotr Czarnecki-0/+12
2014-03-10libstd: Change `slice_shift_char`, `shift_char`, `pop_char`, `shift_byte` and...Piotr Czarnecki-34/+53
2014-03-08Removed DeepClone. Issue #12698.Michael Darakananda-25/+1
2014-03-05Str::slice_chars() is O(end), not O(end - begin)Simon Sapin-2/+2
2014-03-04Rename all variables that have uppercase characters in their names to use onl...Palmer Cox-9/+9
2014-02-28std: Change assert_eq!() to use {} instead of {:?}Alex Crichton-4/+4
2014-02-24Remove std::default::Default from the preludeBrendan Zabarauskas-0/+1
2014-02-23Remove all ToStr impls, add Show implsAlex Crichton-16/+0
2014-02-23Merge remote-tracking branch 'huonw/inline-helpers'Brian Anderson-0/+1
2014-02-24Transition to new `Hash`, removing IterBytes and std::to_bytes.Huon Wilson-7/+4
2014-02-23std: Move raw to std::rawBrian Anderson-2/+2
2014-02-23std: mark two helper functions #[inline].Huon Wilson-0/+1
2014-02-21auto merge of #12421 : Hywan/rust/api_doc, r=alexcrichtonbors-3/+3