| Age | Commit message (Expand) | Author | Lines |
| 2019-10-18 | Avoid realloc in `CString::new` | Shotaro Yamada | -1/+25 |
| 2019-10-13 | Implement Error::source on IntoStringError | Linus Färnstrand | -1/+1 |
| 2019-09-14 | Rollup merge of #64203 - alexreg:rush-pr-2, r=centril | Mazdak Farrokhzad | -1/+1 |
| 2019-09-09 | Update added backticks around a function call | hman523 | -1/+1 |
| 2019-09-09 | Fixed documentation within c_str::from_ptr | hman523 | -2/+4 |
| 2019-09-06 | A few cosmetic improvements to code & comments in liballoc and libcore | Alexander Regueiro | -1/+1 |
| 2019-08-22 | Change variables names to be more consistent. | Tomasz Różański | -16/+16 |
| 2019-08-11 | Rollup merge of #61969 - MikailBag:master, r=Centril | Mark Rousskov | -0/+6 |
| 2019-08-09 | Add FIXME-s that some types should be transparent | Mikail Bagishov | -0/+6 |
| 2019-08-02 | Remove extraneous {} in use stmts in doc comments. | Bruce Mitchener | -2/+2 |
| 2019-07-13 | Fix miri error in into_inner() of CString | Antoine PLASKOWSKI | -5/+6 |
| 2019-05-01 | as_ptr returns a read-only pointer | Ralf Jung | -2/+7 |
| 2019-03-31 | libstd: deny(elided_lifetimes_in_paths) | Mazdak Farrokhzad | -7/+7 |
| 2019-03-09 | Use lifetime contravariance to elide more lifetimes in core+alloc+std | Scott McMurray | -6/+6 |
| 2019-02-28 | libstd => 2018 | Taiki Endo | -22/+22 |
| 2019-02-20 | Rollup merge of #58553 - scottmcm:more-ihle, r=Centril | kennytm | -2/+2 |
| 2019-02-17 | Use more impl header lifetime elision | Scott McMurray | -2/+2 |
| 2019-02-10 | libs: doc comments | Alexander Regueiro | -1/+1 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -3/+3 |
| 2018-12-04 | cleanup: remove static lifetimes from consts in libstd | ljedrz | -2/+2 |
| 2018-11-12 | Auto merge of #55278 - Centril:constification-1, r=alexcrichton | bors | -1/+1 |
| 2018-11-10 | Fix documentation typos. | Bruce Mitchener | -1/+1 |
| 2018-11-10 | revert making internal APIs const fn. | Mazdak Farrokhzad | -2/+2 |
| 2018-11-10 | reduce list to functions callable in const ctx. | Mazdak Farrokhzad | -2/+2 |
| 2018-11-10 | constify parts of libstd. | Mazdak Farrokhzad | -5/+5 |
| 2018-10-02 | make `CStr::from_bytes_with_nul_unchecked()` a const fn | Austin Bonander | -1/+11 |
| 2018-09-14 | Rollup merge of #53976 - GuillaumeGomez:expect-world, r=steveklabnik | kennytm | -30/+34 |
| 2018-09-08 | `&CStr`, not `CStr`, is the counterpart of `&str` | Simonas Kazlauskas | -2/+3 |
| 2018-09-05 | Replace unwrap calls in example by expect | Guillaume Gomez | -30/+34 |
| 2018-08-11 | Add links to std::char::REPLACEMENT_CHARACTER from docs. | Corey Farwell | -3/+4 |
| 2018-08-01 | Rollup merge of #52340 - cypher:document-from-trait-in-ffi, r=steveklabnik | Pietro Albini | -0/+26 |
| 2018-07-25 | Merge remote-tracking branches 'ljedrz/dyn_libcore', 'ljedrz/dyn_libstd' and ... | Tatsuyuki Ishi | -1/+1 |
| 2018-07-23 | Seperate summaries from rest of the comment | Markus Wein | -0/+1 |
| 2018-07-16 | Document From conversions for CString and CStr | Markus Wein | -0/+25 |
| 2018-07-10 | Deny bare trait objects in `src/libstd`. | ljedrz | -1/+1 |
| 2018-07-06 | impl Clone for Box<CStr>, Box<OsStr>, Box<Path> | Matt Brubeck | -0/+8 |
| 2018-05-17 | Rollup merge of #50170 - burtonageo:more_cow_from, r=alexcrichton | kennytm | -0/+32 |
| 2018-05-09 | Fix typo | George Burton | -1/+1 |
| 2018-05-09 | Update features to 1.28.0 | George Burton | -4/+4 |
| 2018-04-30 | Auto merge of #48925 - zackmdavis:fn_must_stabilize, r=nikomatsakis | bors | -0/+2 |
| 2018-04-29 | Fix some broken links in docs. | Eric Huss | -0/+1 |
| 2018-04-28 | stabilize `#[must_use]` for functions and must-use operators | Zack M. Davis | -0/+2 |
| 2018-04-27 | Update the stable attributes to use the current nightly version number | George Burton | -4/+4 |
| 2018-04-27 | Add cstring_from_cow_cstr and osstring_from_cow_osstr | George Burton | -0/+8 |
| 2018-04-22 | Implement From for more types on Cow | George Burton | -0/+24 |
| 2018-02-24 | Add new warning for CStr::from_ptr | Guillaume Gomez | -0/+2 |
| 2018-02-18 | Mark doc examples w/ `extern` blocks as `ignore`. | Corey Farwell | -7/+7 |
| 2018-01-27 | Make wording around 0-cost casts more precise | Tobias Bucher | -9/+9 |
| 2017-12-27 | Correct a few stability attributes | Oliver Middleton | -4/+4 |