summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use rustix types for OwnedFd, BorrowedFd, and AsFd.rustixDan Gohman2021-12-022-263/+7
* Port `chown` calls to rustix.Dan Gohman2021-12-022-10/+21
* Port an `_exit` call to rustix.Dan Gohman2021-12-021-1/+1
* Port `dup2` calls to rustix.Dan Gohman2021-12-021-4/+18
* Port several more things to rustix.Dan Gohman2021-12-026-77/+48
* Port `File::fs::open` to rustix.Dan Gohman2021-12-022-38/+28
* Port library/std/src/sys/unix/stdio.rs to rustix.Dan Gohman2021-12-021-14/+17
* Port library/std/src/sys/unix/pipe.rs to rustix.Dan Gohman2021-12-021-30/+19
* Port library/std/src/sys/unix/fd.rs to rustix.Dan Gohman2021-12-022-211/+39
* Implement `mkdir` and `set_permissions` for rustix.Dan Gohman2021-12-021-7/+13
* Port `stat`, `lstat`, `statx`, `readlink`, and `symlink` to rustix.Dan Gohman2021-12-023-167/+76
* Port several filesystem calls to rustix.Dan Gohman2021-12-021-29/+22
* Implement `rustix::path::Arg` for `&Path` and `&OsStr`.Dan Gohman2021-12-021-0/+77
* Port `seek` to use rustix.Dan Gohman2021-12-021-11/+4
* Port `Instant::new` to use rustix.Dan Gohman2021-12-022-30/+22
* Port a simple network function to use rustix.Dan Gohman2021-12-021-4/+2
* Use rustix's `SeekFrom`.Dan Gohman2021-12-021-22/+1
* Add a conversion from `rustix::io::Error` to `std::io::Error`.Dan Gohman2021-12-021-0/+8
* Add rustix as a dependency, and start using it in std.Dan Gohman2021-12-024-1/+27
* Update to bitflags 1.3.2.Dan Gohman2021-12-0110-11/+15
* Move Unix's `SocketAddr` into core.Dan Gohman2021-12-0116-110/+502
* Add a `core::ffi::ZStr`, `alloc::ffi::ZString`.Dan Gohman2021-12-015-0/+1796
* Move `IpAddr`, `SocketAddr` and friends into core.Dan Gohman2021-12-0116-0/+3283
* Auto merge of #91275 - camelid:deny-test-warnings, r=jyn514bors2021-12-0166-66/+118
|\
| * Fix warnings in rustdoc JS testsNoah Lev2021-11-281-0/+2
| * Remove unnecessary use of `include!` in rustdoc testNoah Lev2021-11-282-8/+3
| * Fix warnings in rustdoc HTML testsNoah Lev2021-11-2864-61/+114
| * Deny warnings in rustdoc non-UI testsNoah Lev2021-11-261-0/+2
* | Auto merge of #91255 - b-naber:normalization-ice, r=jackh276bors2021-12-0118-5/+600
|\ \
| * | rebaseb-naber2021-12-011-31/+19
| * | address reviewb-naber2021-12-013-1/+10
| * | fix query descriptionb-naber2021-12-011-2/+2
| * | remove static_assert_size on InterpErrorb-naber2021-12-011-3/+0
| * | more fixed issuesb-naber2021-12-014-0/+41
| * | add tests and bless existing onesb-naber2021-12-018-0/+360
| * | implement version of normalize_erasing_regions that doesn't assume value is n...b-naber2021-12-016-3/+203
* | | Auto merge of #91418 - matthiaskrgr:rollup-vn9f9w3, r=matthiaskrgrbors2021-12-0153-458/+617
|\ \ \ | |/ / |/| |
| * | Rollup merge of #91404 - nnethercote:fix-bad-NodeId-limit-checking, r=dtolnayMatthias Krüger2021-12-011-6/+3
| |\ \
| | * | Fix bad `NodeId` limit checking.Nicholas Nethercote2021-12-011-6/+3
| * | | Rollup merge of #91346 - ibraheemdev:result-inspect, r=dtolnayMatthias Krüger2021-12-012-0/+72
| |\ \ \
| | * | | add `Option::inspect` and `Result::{inspect, inspect_err}`Ibraheem Ahmed2021-11-282-0/+72
| * | | | Rollup merge of #91298 - FabianWolff:issue-91028-source-avail, r=cjgillotMatthias Krüger2021-12-011-1/+1
| |\ \ \ \
| | * | | | Improve error message for `E0659` if the source is not availableFabian Wolff2021-11-271-1/+1
| * | | | | Rollup merge of #91207 - richkadel:rk-bump-coverage-version, r=tmandryMatthias Krüger2021-12-018-24/+101
| |\ \ \ \ \
| | * | | | | Add conditional support for coverage map version 6Rich Kadel2021-11-304-13/+47
| | * | | | | Update CoverageMappingFormat Support to Version6Arpad Borsos2021-11-236-23/+66
| * | | | | | Rollup merge of #91087 - rukai:fix_test_nll_revisions, r=jackh726Matthias Krüger2021-12-0131-219/+115
| |\ \ \ \ \ \
| | * | | | | | Remove all migrate.nll.stderr filesLucas Kent2021-11-3031-219/+115
| * | | | | | | Rollup merge of #90985 - camsteffen:diag-name-usage, r=jackh726Matthias Krüger2021-12-016-74/+73
| |\ \ \ \ \ \ \
| | * | | | | | | Use get_diagnostic_name moreCameron Steffen2021-11-166-74/+73