| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-07-27 | mv std libs to library/ | mark | -300/+0 | |
| 2020-06-30 | Deny unsafe ops in unsafe fns, part 6 | LeSeulArtichaut | -2/+0 | |
| And final part!!! | ||||
| 2020-06-30 | Deny unsafe ops in unsafe fns, part 1 | LeSeulArtichaut | -1/+4 | |
| 2020-06-13 | Adjusted some doctests in libcore to use `should_panic`. | Jake Degen | -8/+3 | |
| Previously, some doctests were spawning new threads and joining them to indicate that a particular call should panic; this hurt readability, so the tests have been adjusted to simply call the method and use the `should_panic` marker. | ||||
| 2020-05-28 | from_u32_unchecked: check validity when debug assertions are enabled | Ralf Jung | -2/+2 | |
| 2019-12-21 | Require issue = "none" over issue = "0" in unstable attributes | Ross MacArthur | -1/+1 | |
| 2019-11-26 | Format libcore with rustfmt | David Tolnay | -21/+10 | |
| This commit applies rustfmt with default settings to files in src/libcore *that are not involved in any currently open PR* to minimize merge conflicts. The list of files involved in open PRs was determined by querying GitHub's GraphQL API with this script: https://gist.github.com/dtolnay/aa9c34993dc051a4f344d1b10e4487e8 With the list of files from the script in `outstanding_files`, the relevant commands were: $ find src/libcore -name '*.rs' | xargs rustfmt --edition=2018 $ rg libcore outstanding_files | xargs git checkout -- Repeating this process several months apart should get us coverage of most of the rest of libcore. | ||||
| 2019-11-06 | Have tidy ensure that we document all `unsafe` blocks in libcore | Oliver Scherer | -0/+1 | |
| 2019-10-01 | Remove unneeded `fn main` blocks from docs | Lzu Tao | -10/+6 | |
| 2019-06-14 | Change `...` to `..=` where applicable | Aaron Kutch | -1/+1 | |
| 2019-04-19 | libcore: deny more... | Mazdak Farrokhzad | -3/+2 | |
| 2019-04-18 | libcore => 2018 | Taiki Endo | -4/+5 | |
| 2019-02-13 | Stabilize TryFrom and TryInto | Simon Sapin | -3/+3 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-11-21 | update various stdlib docs | Steve Klabnik | -4/+2 | |
| 2018-09-25 | Add examples for doc | Son | -4/+22 | |
| 2018-08-20 | Add doc for impl From in char_convert | Son | -0/+8 | |
| 2018-04-20 | Revert "Stabilize the TryFrom and TryInto traits" | Felix S. Klock II | -3/+3 | |
| This reverts commit e53a2a72743810e05f58c61c9d8a4c89b712ad2e. | ||||
| 2018-04-12 | Move char conversions into a separate private module. | Simon Sapin | -0/+304 | |
