| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-07-27 | mv std libs to library/ | mark | -107/+0 | |
| 2020-07-12 | Reduce unsafe scope | Lzu Tao | -49/+48 | |
| 2020-07-12 | Prefer empty OsStr over unsafe cast from [u8] | Lzu Tao | -1/+1 | |
| 2020-07-12 | Rewrite parse_two_comps | Lzu Tao | -10/+20 | |
| 2020-07-12 | Make use of slice::strip_prefix and slice pattern | Lzu Tao | -27/+24 | |
| 2020-07-12 | Make is_valid_drive_letter function | Lzu Tao | -2/+8 | |
| 2020-07-12 | Move constants to top file | Lzu Tao | -2/+3 | |
| 2019-11-29 | Format libstd/sys with rustfmt | David Tolnay | -4/+5 | |
| This commit applies rustfmt with rust-lang/rust's default settings to files in src/libstd/sys *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/libstd/sys -name '*.rs' \ | xargs rustfmt --edition=2018 --unstable-features --skip-children $ rg libstd/sys outstanding_files | xargs git checkout -- Repeating this process several months apart should get us coverage of most of the rest of the files. To confirm no funny business: $ git checkout $THIS_COMMIT^ $ git show --pretty= --name-only $THIS_COMMIT \ | xargs rustfmt --edition=2018 --unstable-features --skip-children $ git diff $THIS_COMMIT # there should be no difference | ||||
| 2019-07-01 | Remove needless lifetimes | Jeremy Stucki | -1/+1 | |
| 2019-03-31 | libstd: deny(elided_lifetimes_in_paths) | Mazdak Farrokhzad | -1/+1 | |
| 2019-02-28 | libstd => 2018 | Taiki Endo | -4/+4 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-12-05 | Rollup merge of #56497 - ljedrz:cleanup_libstd_const_lifetimes, r=kennytm | Pietro Albini | -1/+1 | |
| cleanup: remove static lifetimes from consts in libstd | ||||
| 2018-12-04 | Utilize `?` instead of `return None`. | Corey Farwell | -4/+1 | |
| 2018-12-04 | cleanup: remove static lifetimes from consts in libstd | ljedrz | -1/+1 | |
| 2017-11-04 | Remove import of now unused AsciiExt | Lukas Kalbertodt | -2/+0 | |
| I also replaced a wildcard import with a specific one, while I was at it. | ||||
| 2016-10-01 | std: Move platform specific path code into sys | Brian Anderson | -0/+108 | |
