| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2015-11-12 | libcore: deny warnings in doctests | Kevin Butler | -2/+0 |
| 2015-11-06 | Remove stability annotations from trait impl items | Vadim Petrochenkov | -1/+0 |
| 2015-10-25 | Auto merge of #29254 - alexcrichton:stabilize-1.5, r=brson | bors | -5/+2 |
| 2015-10-25 | std: Stabilize library APIs for 1.5 | Alex Crichton | -5/+2 |
| 2015-10-23 | Unsafety -> Safety in doc headings | Steve Klabnik | -1/+1 |
| 2015-10-13 | Correct spelling in docs | Andrew Paseltiner | -1/+1 |
| 2015-10-10 | Trivial typo fix: from_utrf8 should be from_utf8 | Andrew Chin | -1/+1 |
| 2015-10-08 | typos: fix a grabbag of typos all over the place | Cristi Cobzarenco | -1/+1 |
| 2015-10-02 | Improve documentation for the from_utf8 family | Steve Klabnik | -5/+119 |
| 2015-09-30 | Add some docs for FromString::from_str | Steve Klabnik | -0/+15 |
| 2015-09-26 | Auto merge of #28632 - alexcrichton:update-match-indices, r=Kimundi | bors | -5/+9 |
| 2015-09-25 | std: Update MatchIndices to return a subslice | Alex Crichton | -5/+9 |
| 2015-09-24 | Utf8Error::valid_up_to: make documented semantics more precise/useful | Simon Sapin | -2/+2 |
| 2015-09-13 | Auto merge of #28339 - alexcrichton:stabilize-1.4, r=aturon | bors | -2/+2 |
| 2015-09-11 | std: Stabilize/deprecate features for 1.4 | Alex Crichton | -2/+2 |