| Age | Commit message (Expand) | Author | Lines |
| 2016-11-22 | utf8 validation: Cleanup code by renaming index variable | Ulrik Sverdrup | -15/+15 |
| 2016-11-22 | utf8 validation: Cleanup code in the ascii fast path | Ulrik Sverdrup | -6/+4 |
| 2016-11-21 | utf8 validation: Compute block end upfront | Ulrik Sverdrup | -15/+16 |
| 2016-11-20 | Auto merge of #37888 - bluss:chars-count, r=alexcrichton | bors | -0/+16 |
| 2016-11-20 | Optimise CharIndices::last() | Oliver Middleton | -0/+6 |
| 2016-11-19 | str: Improve .chars().count() | Ulrik Sverdrup | -0/+16 |
| 2016-11-19 | Optimise Chars::last() | Oliver Middleton | -0/+6 |
| 2016-09-30 | str: Fix documentation typo | David Henningsson | -1/+1 |
| 2016-09-22 | Rollup merge of #36423 - GuillaumeGomez:eq_impl, r=pnkfelix | Jonathan Turner | -1/+1 |
| 2016-09-18 | Add missing Eq implementations | Guillaume Gomez | -1/+1 |
| 2016-09-11 | Documentation of what does for each type | athulappadan | -0/+1 |
| 2016-08-24 | Use `#[prelude_import]` in `libcore`. | Jeffrey Seyfried | -16/+4 |
| 2016-08-23 | Rollup merge of #35910 - tbu-:pr_weird_linebreak, r=alexcrichton | Guillaume Gomez | -2/+3 |
| 2016-08-23 | Change a weird line break in `core::str` | Tobias Bucher | -2/+3 |
| 2016-08-18 | Add a FusedIterator trait. | Steven Allen | -1/+24 |
| 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 |