| Age | Commit message (Expand) | Author | Lines |
| 2019-10-29 | doc: use new feature gate for c_void type | Lzu Tao | -1/+1 |
| 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 | Fix for 7e13679. | Tomasz Różański | -2/+2 |
| 2019-08-22 | Change variables names to be more consistent. | Tomasz Różański | -16/+16 |
| 2019-08-22 | Fix punctuation. | Tomasz Różański | -1/+1 |
| 2019-08-22 | Remove redundant `mut`. | Tomasz Różański | -1/+1 |
| 2019-08-11 | Rollup merge of #61969 - MikailBag:master, r=Centril | Mark Rousskov | -0/+12 |
| 2019-08-09 | Add FIXME-s that some types should be transparent | Mikail Bagishov | -0/+12 |
| 2019-08-02 | Remove extraneous {} in use stmts in doc comments. | Bruce Mitchener | -2/+2 |
| 2019-07-14 | Auto merge of #62610 - Stargateur:fix-miri-error-cstring-into_inner, r=RalfJung | bors | -5/+6 |
| 2019-07-13 | Fix miri error in into_inner() of CString | Antoine PLASKOWSKI | -5/+6 |
| 2019-07-07 | Add missing urls for osstr | Guillaume Gomez | -3/+4 |
| 2019-06-17 | Expose `VaListImpl` as the Rust equivalent of `__va_list_tag` and implement C... | Andrei Homescu | -1/+1 |
| 2019-05-20 | Rollup merge of #60511 - taiki-e:libstd-intra-doc, r=Dylan-DPC | Mazdak Farrokhzad | -0/+2 |
| 2019-05-04 | Fix intra-doc link resolution failure on re-exporting libstd | Taiki Endo | -0/+2 |
| 2019-05-01 | as_ptr returns a read-only pointer | Ralf Jung | -2/+7 |
| 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 |