| Age | Commit message (Expand) | Author | Lines |
| 2017-03-09 | Distinguish the ways `CStr::from_bytes_with_nul` can fail | Tobias Bucher | -6/+40 |
| 2017-02-21 | changed stability annotations | lukaramu | -2/+2 |
| 2017-02-19 | added Error and Display impl for std::ffi::FromBytesWithNulError | lukaramu | -0/+14 |
| 2017-02-14 | Conversions between CStr/OsStr/Path and boxes. | Clar Charr | -1/+79 |
| 2017-01-22 | Add missing urls for OsStr and OsString | Guillaume Gomez | -9/+28 |
| 2017-01-21 | Add doc examples for `std::ffi::OsString` fucntions/methods. | Corey Farwell | -0/+73 |
| 2017-01-05 | Expand {Path,OsStr}::{to_str,to_string_lossy} doc examples. | Corey Farwell | -0/+23 |
| 2016-11-08 | Slightly optimise CString | Oliver Middleton | -1/+1 |
| 2016-10-03 | Auto merge of #36815 - alexcrichton:stabilize-1.13, r=aturon | bors | -3/+4 |
| 2016-10-03 | std: Stabilize and deprecate APIs for 1.13 | Alex Crichton | -3/+4 |
| 2016-10-01 | std: Remove plattform-specific code from os_str | Brian Anderson | -11/+0 |
| 2016-09-26 | Remove CString drop test. | Aleksey Kladov | -1/+3 |
| 2016-09-24 | Rollup merge of #36018 - durka:patch-28, r=steveklabnik | Guillaume Gomez | -2/+7 |
| 2016-09-22 | Rollup merge of #36423 - GuillaumeGomez:eq_impl, r=pnkfelix | Jonathan Turner | -3/+3 |
| 2016-09-18 | Add missing Eq implementations | Guillaume Gomez | -3/+3 |
| 2016-09-14 | add stronger warning to CString::from_raw | Alex Burka | -2/+7 |
| 2016-09-14 | Rollup merge of #36396 - athulappadan:Default-docs, r=bluss | Guillaume Gomez | -0/+3 |
| 2016-09-11 | Documentation for default types modified | athulappadan | -1/+1 |
| 2016-09-11 | Documentation of what does for each type | athulappadan | -0/+3 |
| 2016-09-07 | Zero first byte of CString on drop | Aleksey Kladov | -3/+25 |
| 2016-08-24 | Use `#[prelude_import]` in `libstd`. | Jeffrey Seyfried | -13/+3 |
| 2016-08-22 | Auto merge of #35871 - bluss:cstring-new, r=alexcrichton | bors | -0/+1 |
| 2016-08-21 | cstring: avoid excessive growth just to 0-terminate | Ulrik Sverdrup | -0/+1 |
| 2016-08-18 | Add a few doc examples for `std::ffi::OsStr`. | Corey Farwell | -0/+32 |
| 2016-08-12 | Add doc example for `std::ffi::CString::from_vec_unchecked`. | Corey Farwell | -0/+11 |
| 2016-08-08 | Remove unnecessary `main` functions in doc examples. | Corey Farwell | -17/+9 |
| 2016-08-06 | Add doc example for `std::ffi::NulError::into_vec`. | Corey Farwell | -0/+9 |
| 2016-08-02 | Add doc example for `std::ffi::NulError::nul_position`. | Corey Farwell | -0/+12 |
| 2016-06-19 | Document `CStr::as_ptr` dangers. | Aleksey Kladov | -0/+32 |
| 2016-05-24 | std: Stabilize APIs for the 1.10 release | Alex Crichton | -17/+22 |
| 2016-05-05 | Add `Default` implementation for `&CStr` and `CString` | Tobias Bucher | -0/+16 |
| 2016-04-11 | std: Stabilize APIs for the 1.9 release | Alex Crichton | -26/+26 |
| 2016-03-23 | Auto merge of #32454 - eddyb:rollup, r=eddyb | bors | -0/+28 |
| 2016-03-22 | try! -> ? | Jorge Aparicio | -2/+2 |
| 2016-03-22 | Fix Default for OsString/OsStr | Wangshan Lu | -3/+3 |
| 2016-03-22 | Implement Default for OsStr | Wangshan Lu | -0/+14 |
| 2016-03-22 | Implement Default for OsString | Wangshan Lu | -0/+14 |
| 2016-03-12 | std: Clean out deprecated APIs | Alex Crichton | -52/+0 |
| 2016-03-10 | Spell fixes for std::ffi doc comments | Craig M. Brandenburg | -3/+3 |
| 2016-02-23 | Auto merge of #30614 - arcnmx:cstr-bytes, r=alexcrichton | bors | -0/+78 |
| 2016-02-23 | Auto merge of #31751 - gkoz:os_str_path_cmp, r=aturon | bors | -0/+38 |
| 2016-02-23 | CStr::from_bytes_with_nul tests | arcnmx | -0/+27 |
| 2016-02-23 | Link cstr from_bytes to tracking issue | arcnmx | -5/+5 |
| 2016-02-23 | Rename CStr::from_bytes to from_bytes_with_nul | arcnmx | -5/+5 |
| 2016-02-23 | CStr::from_bytes | arcnmx | -0/+51 |
| 2016-02-20 | Add Capacity/length methods for OsString. | Corey Farwell | -0/+178 |
| 2016-02-18 | Add mutual PartialEq and PartialCmp impls for OsStr, OsString | Gleb Kozyrev | -0/+38 |
| 2016-01-27 | Fix formatting in documentation of `ffi::CString` | Dirk Gadsden | -2/+2 |
| 2016-01-24 | Add section about memory safety to `ffi::CString` documentation | Dirk Gadsden | -3/+15 |
| 2016-01-20 | Remove leftover import of `std::str` in doc test | Andrea Bedini | -1/+0 |