| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-04-27 | Revert "Re-export core::ffi types from std::ffi" | Josh Triplett | -9/+0 | |
| This reverts commit 9aed829fe6cdf5eaf278c6c3972f7acd0830887d. Fixes https://github.com/rust-lang/rust/issues/96435 , a regression in crates doing `use std::ffi::*;` and `use std::os::raw::*;`. We can re-add this re-export once the `core::ffi` types are stable, and thus the `std::os::raw` types can become re-exports as well, which will avoid the conflict. (Type aliases to the same type still conflict, but re-exports of the same type don't.) | ||||
| 2022-04-14 | library: Use type aliases to make `CStr(ing)` in libcore/liballoc unstable | Vadim Petrochenkov | -4/+14 | |
| 2022-04-14 | library: Move `CStr` to libcore, and `CString` to liballoc | Vadim Petrochenkov | -5/+6 | |
| 2022-03-02 | Re-export core::ffi types from std::ffi | bstrie | -0/+9 | |
| 2021-12-02 | Emphasise that an OsStr[ing] is not necessarily a platform string | Chris Denton | -10/+13 | |
| 2021-10-20 | fix 'since' version number | Nathan Stocks | -1/+1 | |
| Co-authored-by: Yuki Okushi <jtitor@2k36.org> | ||||
| 2021-10-20 | stabilize CString::from_vec_with_nul[_unchecked] | Nathan Stocks | -1/+1 | |
| 2021-09-25 | Rollup merge of #89216 - r00ster91:bigo, r=dtolnay | Manish Goregaokar | -2/+2 | |
| Consistent big O notation This makes the big O time complexity notation in places with markdown support more consistent. Inspired by #89210 | ||||
| 2021-09-25 | Apply 16 commits (squashed) | Frank Steffahn | -24/+24 | |
| ---------- Fix spacing for links inside code blocks, and improve link tooltips in alloc::fmt ---------- Fix spacing for links inside code blocks, and improve link tooltips in alloc::{rc, sync} ---------- Fix spacing for links inside code blocks, and improve link tooltips in alloc::string ---------- Fix spacing for links inside code blocks in alloc::vec ---------- Fix spacing for links inside code blocks in core::option ---------- Fix spacing for links inside code blocks, and improve a few link tooltips in core::result ---------- Fix spacing for links inside code blocks in core::{iter::{self, iterator}, stream::stream, poll} ---------- Fix spacing for links inside code blocks, and improve a few link tooltips in std::{fs, path} ---------- Fix spacing for links inside code blocks in std::{collections, time} ---------- Fix spacing for links inside code blocks in and make formatting of `&str`-like types consistent in std::ffi::{c_str, os_str} ---------- Fix spacing for links inside code blocks, and improve link tooltips in std::ffi ---------- Fix spacing for links inside code blocks, and improve a few link tooltips in std::{io::{self, buffered::{bufreader, bufwriter}, cursor, util}, net::{self, addr}} ---------- Fix typo in link to `into` for `OsString` docs ---------- Remove tooltips that will probably become redundant in the future ---------- Apply suggestions from code review Replacing `…std/primitive.reference.html` paths with just `reference` Co-authored-by: Joshua Nelson <github@jyn.dev> ---------- Also replace `…std/primitive.reference.html` paths with just `reference` in `core::pin` | ||||
| 2021-09-24 | consistent big O notation | r00ster91 | -2/+2 | |
| 2021-08-22 | Fix typos “an”→“a” and a few different ones that appeared in the ↵ | Frank Steffahn | -1/+1 | |
| same search | ||||
| 2021-06-23 | Use HTTPS links where possible | Smitty | -2/+2 | |
| 2020-08-13 | Move to intra doc links in std::ffi | Alexis Bourget | -27/+15 | |
| 2020-07-27 | mv std libs to library/ | mark | -0/+180 | |
