| Age | Commit message (Expand) | Author | Lines |
| 2016-07-28 | Add documentation example for `str::Chars::as_str`. | Corey Farwell | -0/+13 |
| 2016-06-24 | Auto merge of #34425 - tbu-:pr_len_instead_of_size_hint, r=alexcrichton | bors | -9/+8 |
| 2016-06-23 | std: Fix up stabilization discrepancies | Alex Crichton | -16/+0 |
| 2016-06-23 | Use `len` instead of `size_hint` where appropiate | Tobias Bucher | -9/+8 |
| 2016-06-01 | Auto merge of #33853 - alexcrichton:remove-deprecated, r=aturon | bors | -129/+1 |
| 2016-05-30 | std: Clean out old unstable + deprecated APIs | Alex Crichton | -129/+1 |
| 2016-05-27 | make core::str::next_code_point work on arbitrary iterator | M Farkas-Dyck | -2/+3 |
| 2016-04-16 | Auto merge of #32909 - sanxiyn:unused-trait-import-2, r=alexcrichton | bors | -2/+0 |
| 2016-04-12 | Remove unused trait imports | Seo Sanghyeon | -2/+0 |
| 2016-04-12 | Auto merge of #32804 - alexcrichton:stabilize-1.9, r=brson | bors | -16/+23 |
| 2016-04-11 | std: Stabilize APIs for the 1.9 release | Alex Crichton | -16/+23 |
| 2016-04-09 | Bit-magic for faster is_char_boundary | Raph Levien | -1/+2 |
| 2016-04-05 | Specialize equality for [T] and comparison for [u8] | Ulrik Sverdrup | -22/+3 |
| 2016-03-26 | Rollup merge of #32456 - bluss:str-zero, r=alexcrichton | Manish Goregaokar | -1/+5 |
| 2016-03-24 | Accept 0 as a valid str char boundary | Ulrik Sverdrup | -1/+4 |
| 2016-03-23 | Mark str::split_at inline | Ulrik Sverdrup | -0/+1 |
| 2016-03-22 | try! -> ? | Jorge Aparicio | -1/+1 |
| 2016-03-21 | Auto merge of #32054 - seanmonstar:impl-debug-core, r=alexcrichton | bors | -9/+84 |
| 2016-03-20 | Update snapshots to 2016-03-18 (235d774). | Eduard Burtescu | -4/+2 |
| 2016-03-20 | libcore: add Debug implementations to most missing types | Sean McArthur | -9/+84 |
| 2016-03-11 | core: Make a new tracking issue for prelude traits | Alex Crichton | -1/+1 |
| 2016-03-11 | Auto merge of #32133 - alexcrichton:linkchecker, r=brson | bors | -18/+18 |
| 2016-03-08 | doc: Fix a bunch of broken links | Alex Crichton | -18/+18 |
| 2016-03-08 | Rollup merge of #32099 - bluss:doc-string-slicing, r=alexcrichton | Steve Klabnik | -13/+51 |
| 2016-03-07 | Clarify documentation for string slicing (Index impls) | Ulrik Sverdrup | -13/+51 |
| 2016-03-07 | Auto merge of #32064 - bluss:str-slice-panic, r=alexcrichton | bors | -3/+21 |
| 2016-03-06 | Auto merge of #30884 - durka:inclusive-ranges, r=aturon | bors | -0/+56 |
| 2016-03-05 | Fix panic on string slicing error to truncate the string | Ulrik Sverdrup | -3/+21 |
| 2016-03-04 | Rollup merge of #32035 - ubsan:master, r=bluss | Steve Klabnik | -2/+0 |
| 2016-03-03 | `usize` is now a proper ctype, so fix cmp_slice | ubsan | -2/+0 |
| 2016-03-02 | Rollup merge of #31999 - bluss:fundamental-raw-ptr, r=eddyb | Manish Goregaokar | -1/+1 |
| 2016-03-01 | Use raw pointer casts for slice, str's .as_ptr() | Ulrik Sverdrup | -1/+1 |
| 2016-03-01 | Changed `std::pattern::Pattern` impl on `&'a &'a str` to `&'a &'b str` | Marvin Löbel | -1/+1 |
| 2016-02-27 | update snapshot comments | Alex Burka | -2/+2 |
| 2016-02-27 | add indexing with RangeInclusive in libcore and libcollections | Alex Burka | -0/+56 |
| 2016-02-14 | Fix a couple of issues in from_utf8 docs | Oliver Middleton | -3/+3 |
| 2016-02-14 | Fix doc error for Utf8Error | Oliver Middleton | -1/+1 |
| 2016-02-09 | Minor spelling fixes | Carlos E. Garcia | -1/+1 |
| 2016-02-01 | docs: Standardize on 'Errors' header in std docs | Kamal Marhubi | -1/+1 |
| 2016-01-21 | core: Use raw pointers to avoid aliasing in str::split_at_mut | Ulrik Sverdrup | -3/+31 |
| 2016-01-16 | std: Stabilize APIs for the 1.7 release | Alex Crichton | -7/+7 |
| 2016-01-14 | UTF-8 validation: Add missing if conditional for short input | Ulrik Sverdrup | -13/+16 |
| 2016-01-12 | Add fast path for ASCII in UTF-8 validation | Ulrik Sverdrup | -27/+57 |
| 2015-12-11 | Add missing links to str docs | Ori Avtalion | -14/+42 |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -49/+67 |
| 2015-11-23 | Auto merge of #29952 - petrochenkov:depr, r=brson | bors | -1/+1 |
| 2015-11-23 | Mark slice_error_fail as a cold path | Manish Goregaokar | -0/+1 |
| 2015-11-20 | Rename #[deprecated] to #[rustc_deprecated] | Vadim Petrochenkov | -1/+1 |
| 2015-11-20 | Add information about str::parse() in FromStr docs | Devon Hollowood | -0/+7 |
| 2015-11-18 | Add missing annotations and some tests | Vadim Petrochenkov | -0/+3 |