summary refs log tree commit diff
path: root/src/libstd/str.rs
AgeCommit message (Expand)AuthorLines
2014-01-07stdtest: Fix all leaked trait importsAlex Crichton-5/+2
2014-01-07std: Fill in all missing importsAlex Crichton-4/+8
2014-01-07auto merge of #11329 : fhahn/rust/unused-cast-lint2, r=alexcrichtonbors-2/+2
2014-01-06auto merge of #10826 : SimonSapin/rust/str-insert, r=brsonbors-0/+42
2014-01-06Remove some unnecessary type castsFlorian Hahn-2/+2
2014-01-04Don't allow newtype structs to be dereferenced. #6246Brian Anderson-2/+6
2013-12-31Add .insert() and .insert_char() methods to ~str.Simon Sapin-0/+42
2013-12-31Fix testsAlan Andrade-5/+9
2013-12-27std: uniform modules titles for docLuca Bruno-1/+1
2013-12-23std: Fix all code examplesAlex Crichton-6/+8
2013-12-20std: silence warnings when compiling test.Huon Wilson-1/+0
2013-12-19auto merge of #11065 : huonw/rust/slice-chars-example, r=cmrbors-1/+1
2013-12-19std::str: fix .slice_chars example. Fixes #11014.Huon Wilson-1/+1
2013-12-19std::str: remove .as_mut_buf & rewrite/simplify `.push_char`.Huon Wilson-23/+6
2013-12-19std::str: replace .as_imm_buf with .as_ptr.Huon Wilson-85/+55
2013-12-19std::vec: remove .as_muf_buf, replaced by .as_mut_ptr & .len.Huon Wilson-3/+4
2013-12-19std::vec: remove .as_imm_buf, replaced by .as_ptr & .len.Huon Wilson-1/+1
2013-12-15auto merge of #10984 : huonw/rust/clean-raw, r=cmrbors-20/+22
2013-12-15std::vec: convert to(_mut)_ptr to as_... methods on &[] and &mut [].Huon Wilson-2/+2
2013-12-15Move std::{str,vec}::raw::set_len to an unsafe method on Owned{Vector,Str}.Huon Wilson-18/+20
2013-12-15std: fix spelling in docs.Huon Wilson-6/+6
2013-12-11Make 'self lifetime illegal.Erik Price-130/+130
2013-12-07std::str: Add examples to the StrSlice trait.Huon Wilson-42/+321
2013-12-04std::str: s/from_utf8_slice/from_utf8/, to make the basic case shorter.Huon Wilson-15/+15
2013-12-04std::str: remove from_utf8.Huon Wilson-107/+7
2013-11-26test: Remove non-procedure uses of `do` from compiletest, libstd tests,Patrick Walton-3/+9
2013-11-26libstd: Remove all non-`proc` uses of `do` from libstdPatrick Walton-106/+62
2013-11-26librustc: Remove remaining uses of `&fn()` in favor of `||`.Patrick Walton-1/+1
2013-11-26Removed unneccessary `_iter` suffixes from various APIsMarvin Löbel-169/+169
2013-11-19libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstdPatrick Walton-5/+5
2013-11-04docs: Replace std::iterator with std::iter.Huon Wilson-7/+7
2013-10-24Remove IoFactoryObject for ~IoFactoryAlex Crichton-1/+0
2013-10-24Remove rt::io::supportAlex Crichton-48/+0
2013-10-23Removed the unnecesary commentsreedlepee-1/+0
2013-10-23Removed Unnecessary comments and white spaces #4386reedlepee-7/+0
2013-10-23Making fields in std and extra : private #4386reedlepee-2/+8
2013-10-23Don't Make str field privatereedlepee-0/+1
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-6/+6
2013-10-17Fix starts_with() and ends_with().Jack Moffitt-2/+6
2013-10-16Rewrite str.starts_with()/ends_with() to be simplerKevin Ballard-19/+6
2013-10-15Require module documentation with missing_docAlex Crichton-0/+1
2013-10-09option: rewrite the API to use compositionDaniel Micay-3/+3
2013-10-04auto merge of #9727 : Valloric/rust/doc-fixes, r=catamorphismbors-1/+1
2013-10-04Fixed another minor typo in std::str docsStrahinja Val Markovic-1/+1
2013-10-04Fix minor typo in std::str module docsStrahinja Val Markovic-1/+1
2013-10-02Add an implementation of FromStr for ~str and @strFlorian Gilcher-1/+21
2013-09-30std: Remove usage of fmt!Alex Crichton-14/+14
2013-09-27auto merge of #9550 : alexcrichton/rust/remove-printf, r=thestingerbors-1/+1
2013-09-26std: removed some warnings in tests.Erick Tryzelaar-1/+1
2013-09-26Update the compiler to not use printf/printflnAlex Crichton-1/+1