summary refs log tree commit diff
path: root/src/libcore/str
AgeCommit message (Expand)AuthorLines
2016-07-28Add documentation example for `str::Chars::as_str`.Corey Farwell-0/+13
2016-06-24Auto merge of #34425 - tbu-:pr_len_instead_of_size_hint, r=alexcrichtonbors-9/+8
2016-06-23std: Fix up stabilization discrepanciesAlex Crichton-16/+0
2016-06-23Use `len` instead of `size_hint` where appropiateTobias Bucher-9/+8
2016-06-01Auto merge of #33853 - alexcrichton:remove-deprecated, r=aturonbors-129/+1
2016-05-30std: Clean out old unstable + deprecated APIsAlex Crichton-129/+1
2016-05-27make core::str::next_code_point work on arbitrary iteratorM Farkas-Dyck-2/+3
2016-04-16Auto merge of #32909 - sanxiyn:unused-trait-import-2, r=alexcrichtonbors-2/+0
2016-04-12Remove unused trait importsSeo Sanghyeon-2/+0
2016-04-12Auto merge of #32804 - alexcrichton:stabilize-1.9, r=brsonbors-16/+23
2016-04-11std: Stabilize APIs for the 1.9 releaseAlex Crichton-16/+23
2016-04-09Bit-magic for faster is_char_boundaryRaph Levien-1/+2
2016-04-05Specialize equality for [T] and comparison for [u8]Ulrik Sverdrup-22/+3
2016-03-26Rollup merge of #32456 - bluss:str-zero, r=alexcrichtonManish Goregaokar-1/+5
2016-03-24Accept 0 as a valid str char boundaryUlrik Sverdrup-1/+4
2016-03-23Mark str::split_at inlineUlrik Sverdrup-0/+1
2016-03-22try! -> ?Jorge Aparicio-1/+1
2016-03-21Auto merge of #32054 - seanmonstar:impl-debug-core, r=alexcrichtonbors-9/+84
2016-03-20Update snapshots to 2016-03-18 (235d774).Eduard Burtescu-4/+2
2016-03-20libcore: add Debug implementations to most missing typesSean McArthur-9/+84
2016-03-11core: Make a new tracking issue for prelude traitsAlex Crichton-1/+1
2016-03-11Auto merge of #32133 - alexcrichton:linkchecker, r=brsonbors-18/+18
2016-03-08doc: Fix a bunch of broken linksAlex Crichton-18/+18
2016-03-08Rollup merge of #32099 - bluss:doc-string-slicing, r=alexcrichtonSteve Klabnik-13/+51
2016-03-07Clarify documentation for string slicing (Index impls)Ulrik Sverdrup-13/+51
2016-03-07Auto merge of #32064 - bluss:str-slice-panic, r=alexcrichtonbors-3/+21
2016-03-06Auto merge of #30884 - durka:inclusive-ranges, r=aturonbors-0/+56
2016-03-05Fix panic on string slicing error to truncate the stringUlrik Sverdrup-3/+21
2016-03-04Rollup merge of #32035 - ubsan:master, r=blussSteve Klabnik-2/+0
2016-03-03`usize` is now a proper ctype, so fix cmp_sliceubsan-2/+0
2016-03-02Rollup merge of #31999 - bluss:fundamental-raw-ptr, r=eddybManish Goregaokar-1/+1
2016-03-01Use raw pointer casts for slice, str's .as_ptr()Ulrik Sverdrup-1/+1
2016-03-01Changed `std::pattern::Pattern` impl on `&'a &'a str` to `&'a &'b str`Marvin Löbel-1/+1
2016-02-27update snapshot commentsAlex Burka-2/+2
2016-02-27add indexing with RangeInclusive in libcore and libcollectionsAlex Burka-0/+56
2016-02-14Fix a couple of issues in from_utf8 docsOliver Middleton-3/+3
2016-02-14Fix doc error for Utf8ErrorOliver Middleton-1/+1
2016-02-09Minor spelling fixesCarlos E. Garcia-1/+1
2016-02-01docs: Standardize on 'Errors' header in std docsKamal Marhubi-1/+1
2016-01-21core: Use raw pointers to avoid aliasing in str::split_at_mutUlrik Sverdrup-3/+31
2016-01-16std: Stabilize APIs for the 1.7 releaseAlex Crichton-7/+7
2016-01-14UTF-8 validation: Add missing if conditional for short inputUlrik Sverdrup-13/+16
2016-01-12Add fast path for ASCII in UTF-8 validationUlrik Sverdrup-27/+57
2015-12-11Add missing links to str docsOri Avtalion-14/+42
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-49/+67
2015-11-23Auto merge of #29952 - petrochenkov:depr, r=brsonbors-1/+1
2015-11-23Mark slice_error_fail as a cold pathManish Goregaokar-0/+1
2015-11-20Rename #[deprecated] to #[rustc_deprecated]Vadim Petrochenkov-1/+1
2015-11-20Add information about str::parse() in FromStr docsDevon Hollowood-0/+7
2015-11-18Add missing annotations and some testsVadim Petrochenkov-0/+3