]> git.lizzy.rs Git - rust.git/history - library
Fix doc test failures on Windows.
[rust.git] / library /
2021-08-19 Dan GohmanFix doc test failures on Windows.
2021-08-19 Dan GohmanFactor out a common `RawFd`/`AsRawFd`/etc for Unix...
2021-08-19 Dan GohmanFix syntax for non-doc comments, and use `crate::`...
2021-08-19 Dan GohmanAdd I/O safety trait impls for process::Stdio and proce...
2021-08-19 Dan GohmanUse the correct `into_*` on Windows to avoid dropping...
2021-08-19 Dan GohmanRemove the `#![feature(io_safety)]` from lib.rs.
2021-08-19 Dan GohmanFix an unused import warning.
2021-08-19 Dan GohmanUpdate PidFd for the new I/O safety APIs.
2021-08-19 Dan GohmanRename OptionFileHandle to HandleOrInvalid and make...
2021-08-19 Dan GohmanDon't encourage migration until io_safety is stablized.
2021-08-19 Dan GohmanFactor out Unix and WASI fd code into a common module.
2021-08-19 Dan GohmanSynchronize minor differences between Unix and WASI...
2021-08-19 Dan GohmanAdd more comments about the `INVALID_HANDLE_VALUE`...
2021-08-19 Dan GohmanAdd comments about impls for File, TcpStream, ChildStdi...
2021-08-19 Dan GohmanFix copypasta of "Unix" within the WASI directory.
2021-08-19 Dan GohmanReword the description of dup2/dup3.
2021-08-19 Dan GohmanAdd Safety comments to the `As*` for `Owned*` implement...
2021-08-19 Dan GohmanAdd Owned*, Borrowed*, and As* to the preludes.
2021-08-19 Dan GohmanRename `OwnedFd`'s private field to match it's debug...
2021-08-19 Dan GohmanDelete a spurious empty comment line.
2021-08-19 Dan GohmanAdd a comment about how `OwnedHandle` should not be...
2021-08-19 Dan GohmanAdd a comment about `OptionFileHandle`.
2021-08-19 Dan GohmanBe more precise about `mmap` and undefined behavior.
2021-08-19 Dan GohmanAdd a test to ensure that RawFd is the size we assume...
2021-08-19 Dan GohmanUpdate library/std/src/os/windows/io/socket.rs
2021-08-19 Dan GohmanUpdate library/std/src/os/windows/io/handle.rs
2021-08-19 Dan GohmanUpdate library/std/src/os/unix/io/fd.rs
2021-08-19 Dan GohmanI/O safety.
2021-08-19 borsAuto merge of #88124 - tmiasko:start-block-critical...
2021-08-19 borsAuto merge of #88023 - devnexen:fbsd_arm64, r=nagisa
2021-08-19 borsAuto merge of #88002 - hermitcore:unbox-mutex, r=dtolnay
2021-08-19 borsAuto merge of #87986 - Aaron1011:incr-double-panic...
2021-08-19 borsAuto merge of #88143 - GuillaumeGomez:rollup-sgh318f...
2021-08-18 Guillaume GomezRollup merge of #88136 - spastorino:fix-test-directory...
2021-08-18 Guillaume GomezRollup merge of #88129 - willcrichton:expose-graphviz...
2021-08-18 Guillaume GomezRollup merge of #88111 - GuillaumeGomez:background...
2021-08-18 Guillaume GomezRollup merge of #88109 - inquisitivecrystal:env-docs...
2021-08-18 Guillaume GomezRollup merge of #88082 - GuillaumeGomez:rustdoc-gui...
2021-08-18 Guillaume GomezRollup merge of #88036 - nbdd0121:const3, r=petrochenkov
2021-08-18 Guillaume GomezRollup merge of #88031 - ibraheemdev:build-hasher-objec...
2021-08-18 Guillaume GomezRollup merge of #88012 - sunfishcode:sunfishcode/wasi...
2021-08-18 borsAuto merge of #86700 - lqd:matthews-nll-hrtb-errors...
2021-08-18 borsAuto merge of #88127 - ehuss:update-cargo, r=ehuss
2021-08-18 borsAuto merge of #87985 - nbdd0121:asm, r=Amanieu
2021-08-18 borsAuto merge of #87738 - lqd:polonius-master, r=nikomatsakis
2021-08-18 borsAuto merge of #87728 - GuillaumeGomez:doc-test-attr...
2021-08-18 borsAuto merge of #86860 - fee1-dead:stabilize, r=LeSeulArt...
2021-08-17 borsAuto merge of #86808 - fee1-dead:constify-1, r=oli-obk
2021-08-17 borsAuto merge of #86977 - vakaras:body_with_borrowck_facts...
2021-08-17 borsAuto merge of #88083 - m-ou-se:non-fmt-panics-suggest...
2021-08-17 borsAuto merge of #88056 - erikdesjardins:revertzst, r...
2021-08-17 inquisitivecrystalFix environment variable getter docs
2021-08-17 DeadbeefConstified `Default` implementations
2021-08-17 borsAuto merge of #87668 - estebank:tweak-bound-output...
2021-08-17 borsAuto merge of #87119 - jyn514:rustfmt-doc-private,...
2021-08-17 borsAuto merge of #87990 - Aaron1011:moved-src-dir, r=cjgillot
2021-08-16 borsAuto merge of #88094 - m-ou-se:rollup-2fxss0q, r=m...
2021-08-16 Mara BosRollup merge of #88089 - dns2utf8:rustdoc_font_test...
2021-08-16 Mara BosRollup merge of #88080 - fee1-dead:iterator-const,...
2021-08-16 Mara BosRollup merge of #88055 - Mark-Simulacrum:relnotes-1...
2021-08-16 Mara BosRollup merge of #88052 - bjorn3:update_redox_syscall...
2021-08-16 Mara BosRollup merge of #88030 - fee1-dead:fixme, r=oli-obk
2021-08-16 Mara BosRollup merge of #88011 - jyn514:check-all-targets,...
2021-08-16 Mara BosRollup merge of #87967 - m-ou-se:non-fmt-panic-detect...
2021-08-16 Mara BosRollup merge of #87958 - m-ou-se:closure-migration...
2021-08-16 Mara BosRollup merge of #87677 - amalik18:issue-2788-fix, r...
2021-08-16 Mara BosRollup merge of #87178 - moxian:rd-use, r=jyn514
2021-08-16 borsAuto merge of #87050 - jyn514:no-doc-primitive, r=manis...
2021-08-16 borsAuto merge of #88032 - hyd-dev:no-mangle-method, r...
2021-08-16 borsAuto merge of #84039 - jyn514:uplift-atomic-ordering...
2021-08-16 Joshua Nelsonfeature gate doc(primitive)
2021-08-16 Thom ChiovoloniUplift the `invalid_atomic_ordering` lint from clippy...
2021-08-16 borsAuto merge of #87696 - ssomers:btree_lazy_iterator_clea...
2021-08-16 borsAuto merge of #80357 - c410-f3r:new-hir-let, r=matthewj...
2021-08-15 borsAuto merge of #87590 - Amanieu:deprecate_llvm_asm,...
2021-08-15 borsAuto merge of #87982 - m-ou-se:non-fmt-panic-assert...
2021-08-15 ibraheemdevmove object safety test to library/core
2021-08-15 borsAuto merge of #87792 - GuillaumeGomez:ci-fetch, r=pietr...
2021-08-15 Amanieu d'AntrasAllow the use of the deprecated llvm_asm! in black_box
2021-08-15 Amanieu d'AntrasDeprecate llvm_asm!
2021-08-15 borsAuto merge of #86692 - dns2utf8:parallelize_rustdoc...
2021-08-15 borsAuto merge of #87975 - m-ou-se:unused-import-attributes...
2021-08-15 borsAuto merge of #87974 - steffahn:slice_split_size_hints...
2021-08-14 borsAuto merge of #87581 - Amanieu:asm_clobber_abi, r=nagisa
2021-08-14 borsAuto merge of #83417 - erikdesjardins:enableremovezsts...
2021-08-14 borsAuto merge of #87324 - asquared31415:named-asm-labels...
2021-08-14 ibraheemdevmake `BuildHasher` object safe
2021-08-14 DeadbeefAssign FIXMEs to me and remove obsolete ones
2021-08-14 borsAuto merge of #87913 - a1phyr:vec_spec_clone_from,...
2021-08-14 borsAuto merge of #87375 - fee1-dead:move-constness-to...
2021-08-14 borsAuto merge of #87600 - JohnTitor:classify-ui-tests...
2021-08-14 borsAuto merge of #85020 - lrh2000:named-upvars, r=tmandry
2021-08-13 borsAuto merge of #86492 - hyd-dev:no-mangle-method, r...
2021-08-13 Dan GohmanChange WASI's `RawFd` from `u32` to `c_int` (`i32`).
2021-08-13 Guillaume GomezRollup merge of #87969 - Aaron1011:revert-stmt-id,...
2021-08-13 Guillaume GomezRollup merge of #87966 - pietroalbini:fix-pidfd-test...
2021-08-13 Guillaume GomezRollup merge of #87795 - estebank:erase-lifetimes-in...
2021-08-13 Frank SteffahnImprove wording, correct -> tight.
2021-08-13 Stefan Lankesswitch to the latest version of hermit-abi
2021-08-13 Frank SteffahnConsistent use of `impl Trait` arguments in the test...
next