| Age | Commit message (Expand) | Author | Lines |
| 2020-04-22 | Rollup merge of #71366 - faern:use-assoc-int-consts3, r=dtolnay | Yuki Okushi | -1/+0 |
| 2020-04-20 | Stop accessing module level int consts via crate::<Ty> | Linus Färnstrand | -1/+0 |
| 2020-04-19 | Update pattern docs. | Eric Huss | -37/+150 |
| 2020-04-13 | Add examples to Pattern docs | Ivan Tham | -0/+26 |
| 2020-04-13 | Add period to Pattern docs | Ivan Tham | -5/+5 |
| 2020-03-31 | Rollup merge of #70588 - Coder-256:str-split-at-docs, r=Dylan-DPC | Mazdak Farrokhzad | -2/+2 |
| 2020-03-30 | Fix incorrect documentation for `str::{split_at, split_at_mut}` | Jacob Greenfield | -2/+2 |
| 2020-03-30 | Optimize strip_prefix and strip_suffix with str patterns | Nikhil Benesch | -30/+92 |
| 2020-03-23 | #[track_caller] on core::ops::{Index, IndexMut}. | Adam Perry | -0/+2 |
| 2020-03-07 | Use ?-operator in more places (clippy::question_mark, had some false negative... | Matthias Krüger | -8/+5 |
| 2020-03-05 | Make link to `std::str` active | LeSeulArtichaut | -1/+3 |
| 2020-02-26 | don't take redundant references to operands | Matthias Krüger | -1/+1 |
| 2020-02-22 | Relax str::get_unchecked precondition to permit empty slicing | ridiculousfish | -4/+4 |
| 2020-02-22 | Auto merge of #67330 - golddranks:split_inclusive, r=kodraus | bors | -0/+150 |
| 2020-02-20 | Auto merge of #69256 - nnethercote:misc-inlining, r=Centril | bors | -1/+1 |
| 2020-02-18 | Always inline `run_utf8_validation`. | Nicholas Nethercote | -1/+1 |
| 2020-02-17 | Rollup merge of #68495 - sdegutis:patch-1, r=Mark-Simulacrum | Yuki Okushi | -1/+2 |
| 2020-02-09 | Don't return empty slice on last iteration with matched terminator. Test reve... | Pyry Kontio | -18/+45 |
| 2020-02-09 | Implement split_inclusive for slice and str, an splitting iterator that inclu... | Pyry Kontio | -0/+123 |
| 2020-02-01 | Remove some unsound specializations | Matthew Jasper | -5/+5 |
| 2020-01-23 | Updating str.chars docs to mention crates.io. | Steven Degutis | -1/+2 |
| 2020-01-16 | Fix formatting: ./x.py fmt | Phoebe Bell | -15/+5 |
| 2020-01-16 | Move comments for tidy | Phoebe Bell | -5/+5 |
| 2020-01-16 | Elaborate on SAFETY comments | Phoebe Bell | -37/+39 |
| 2020-01-16 | Apply suggestions from code review | Phoebe Bell | -1/+1 |
| 2020-01-16 | Document unsafe blocks in core::{cell, str, sync} | Phoebe Bell | -13/+50 |
| 2020-01-08 | Use matches macro in libcore and libstd | Igor Aleksanov | -8/+2 |
| 2019-12-22 | Format the world | Mark Rousskov | -302/+396 |
| 2019-12-22 | Rollup merge of #67480 - rossmacarthur:fix-41260-avoid-issue-0-part-2, r=Centril | Mazdak Farrokhzad | -6/+6 |
| 2019-12-21 | Require issue = "none" over issue = "0" in unstable attributes | Ross MacArthur | -6/+6 |
| 2019-12-21 | Fix src/libcore/str/mod.rs doc comments | Broono Lu | -1/+1 |
| 2019-12-18 | Propagate cfg bootstrap | Mark Rousskov | -7/+4 |
| 2019-12-16 | Rollup merge of #67249 - ranma42:improve-starts-with-literal-char, r=BurntSushi | Mazdak Farrokhzad | -15/+4 |
| 2019-12-16 | Rollup merge of #66735 - SOF3:feature/str_strip, r=KodrAus | Mazdak Farrokhzad | -1/+72 |
| 2019-12-15 | Set tracking issue for str_strip | SOFe | -2/+2 |
| 2019-12-13 | Require stable/unstable annotations for the constness of all stable functions... | Oliver Scherer | -0/+7 |
| 2019-12-12 | Minor cleanup in `Pattern::{is_prefix_of,is_suffix_of}` for `char` | Andrea Canciani | -4/+2 |
| 2019-12-12 | Prefer encoding the char when checking for string prefix/suffix | Andrea Canciani | -10/+4 |
| 2019-12-11 | Improve `str` prefix/suffix comparison | Andrea Canciani | -5/+2 |
| 2019-12-11 | Some small readability improvements | Andre Bogus | -6/+1 |
| 2019-12-03 | Fix documentation of pattern for str::matches() | Sen Jiang | -2/+2 |
| 2019-11-26 | Fixed formatting issues | SOFe | -2/+4 |
| 2019-11-26 | Improved comments to clarify sasumptions in str::strip_prefix | SOFe | -5/+7 |
| 2019-11-25 | Add str::strip_prefix and str::strip_suffix | SOFe | -1/+68 |
| 2019-11-06 | Have tidy ensure that we document all `unsafe` blocks in libcore | Oliver Scherer | -0/+5 |
| 2019-11-01 | doc(str): show example of chars().count() under len() | Jeff Dickey | -2/+2 |
| 2019-10-20 | Remove leading :: from paths in doc examples | Mikko Rantanen | -2/+2 |
| 2019-10-04 | Allow unused attributes to avoid incremental bug | Mark Rousskov | -0/+1 |
| 2019-09-25 | Snap cfgs to new beta | Mark Rousskov | -4/+1 |
| 2019-09-24 | Stabilize `str::len`, `[T]::len`, `is_empty` and `str::as_bytes` as const fn | Oliver Scherer | -3/+5 |