| Age | Commit message (Expand) | Author | Lines |
| 2019-04-04 | Mark unix::ffi::OsStrExt methods as inline | Konrad Borowski | -0/+1 |
| 2019-03-31 | libstd: deny(elided_lifetimes_in_paths) | Mazdak Farrokhzad | -11/+11 |
| 2019-03-09 | Use lifetime contravariance to elide more lifetimes in core+alloc+std | Scott McMurray | -14/+14 |
| 2019-02-28 | libstd => 2018 | Taiki Endo | -34/+34 |
| 2019-02-20 | Rollup merge of #58553 - scottmcm:more-ihle, r=Centril | kennytm | -4/+4 |
| 2019-02-17 | Use more impl header lifetime elision | Scott McMurray | -4/+4 |
| 2019-02-10 | libs: doc comments | Alexander Regueiro | -2/+2 |
| 2019-02-10 | tests: doc comments | Alexander Regueiro | -1/+1 |
| 2019-01-07 | Use correct tracking issue for c_variadic | Ryan Hunt | -1/+1 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -30/+0 |
| 2018-12-15 | Rollup merge of #56731 - GuillaumeGomez:ffi-doc-urls, r=Centril | Pietro Albini | -13/+15 |
| 2018-12-14 | Auto merge of #56536 - alexcrichton:update-master, r=Mark-Simulacrum | bors | -1/+0 |
| 2018-12-12 | use actual invalid string in OsStr::to_string_lossy example | Lyndon Brown | -8/+33 |
| 2018-12-12 | Bump to 1.33.0 | Alex Crichton | -1/+0 |
| 2018-12-11 | Add missing urls in ffi module docs | Guillaume Gomez | -13/+15 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -6/+6 |
| 2018-12-04 | cleanup: remove static lifetimes from consts in libstd | ljedrz | -2/+2 |
| 2018-12-03 | Rollup merge of #56432 - ordovicia:shrink-to-issue, r=Centril | kennytm | -1/+1 |
| 2018-12-03 | Rollup merge of #56141 - jnqnfe:osstr_len_clarity, r=nagisa | kennytm | -6/+18 |
| 2018-12-02 | Update issue number of `shrink_to` methods to point the tracking issue | Hidehito Yabuuchi | -1/+1 |
| 2018-11-29 | Auto merge of #49878 - dlrobertson:va_list_pt0, r=eddyb | bors | -0/+7 |
| 2018-11-27 | Fix a typo in the documentation of std::ffi | polyfloyd | -2/+2 |
| 2018-11-26 | libcore: Add va_list lang item and intrinsics | Dan Robertson | -0/+7 |
| 2018-11-21 | OsStr: clarify `len()` method documentation | Lyndon Brown | -6/+11 |
| 2018-11-21 | OsString: mention storage form in discussion | Lyndon Brown | -0/+7 |
| 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-17 | OsStr: Document that it's not NUL terminated | Colin Walters | -1/+4 |
| 2018-09-14 | Move std::os::raw::c_void into libcore and re-export in libstd | Isaac Woods | -0/+3 |
| 2018-09-14 | Rollup merge of #54203 - cuviper:stable-os_str_str_ref_eq, r=estebank | kennytm | -2/+2 |
| 2018-09-13 | Fix the stable release of os_str_str_ref_eq | Josh Stone | -2/+2 |
| 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-06 | Fix link | Guillaume Gomez | -3/+0 |
| 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 | -4/+7 |
| 2018-08-01 | Rollup merge of #52340 - cypher:document-from-trait-in-ffi, r=steveklabnik | Pietro Albini | -0/+48 |
| 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/+2 |
| 2018-07-16 | Document From conversions for CString and CStr | Markus Wein | -0/+25 |
| 2018-07-16 | Document From conversions for OsString and OsStr | Markus Wein | -0/+21 |
| 2018-07-12 | Rollup merge of #51912 - mbrubeck:more_box_slice_clone, r=alexcrichton | kennytm | -0/+16 |
| 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/+16 |
| 2018-06-29 | Fix stability attributes | Gabriel Majeri | -2/+2 |
| 2018-06-29 | Implement PartialEq between &str and OsString | Gabriel Majeri | -0/+14 |