about summary refs log tree commit diff
path: root/src/libstd/str.rs
AgeCommit message (Expand)AuthorLines
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
2013-09-26Moved StrSlice doc comments from impl to trait.Marvin Löbel-336/+410
2013-09-25rustdoc: Change all code-blocks with a scriptAlex Crichton-26/+26
2013-09-24Do not imply that str is sometimes null-terminated.Simon Sapin-2/+2
2013-09-20auto merge of #9276 : alexcrichton/rust/dox, r=brsonbors-6/+80
2013-09-17std: Fix an invalid read in from_c_multistringBrian Anderson-2/+2
2013-09-17Document a few undocumented modules in libstdAlex Crichton-6/+80
2013-09-16std: merge conflict cleanup from std::strJeff Olson-1/+0
2013-09-16std: more work on from_c_multistring.. let it take an optional len paramJeff Olson-5/+17
2013-09-16std: win32 os::env() str parsing to str::raw::from_c_multistring + testJeff Olson-0/+37
2013-09-16auto merge of #9108 : blake2-ppc/rust/hazards-on-overflow, r=alexcrichtonbors-105/+78
2013-09-17std::str: Fix overflow problems in unsafe codeblake2-ppc-105/+59
2013-09-16std::str: Add bench tests for StrVector::connect() and for str::push_strblake2-ppc-0/+19
2013-09-16Add an SendStr typeMarvin Löbel-1/+16
2013-09-09rename `std::iterator` to `std::iter`Daniel Micay-8/+8
2013-09-05auto merge of #8997 : fhahn/rust/issue_8985, r=catamorphism,brsonbors-48/+48
2013-09-05Rename str::from_bytes to str::from_utf8, closes #8985Florian Hahn-48/+48
2013-09-05str: rm `map_chars`, replaced by iteratorsDaniel Micay-11/+0
2013-09-04std::str: Deny surrogates in is_utf8blake2-ppc-3/+12
2013-09-04auto merge of #8977 : pnkfelix/rust/fsk-followup-on-6009-rebased, r=alexcrichtonbors-1/+1
2013-09-04stop treating char as an integer typeDaniel Micay-38/+8
2013-09-04Added explicit pub to several conditions. Enables completion of #6009.Felix S. Klock II-1/+1
2013-09-03auto merge of #8884 : blake2-ppc/rust/exact-size-hint, r=huonwbors-15/+6
2013-09-01std::iterator: Use ExactSize, inheriting DoubleEndedIteratorblake2-ppc-1/+1
2013-08-30remove several 'ne' methodsEric Martin-4/+0
2013-08-30std::str: Use reverse enumerate and .rpositionblake2-ppc-15/+6