]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-08-22 borsAuto merge of #85166 - mbhall88:file-prefix, r=dtolnay
2021-08-22 borsAuto merge of #88217 - jackh726:rollup-3k74o2m, r=jackh726
2021-08-22 Jack HueyRollup merge of #88201 - spastorino:tait-incomplete...
2021-08-22 Jack HueyRollup merge of #88197 - spastorino:tait-test-fn-type...
2021-08-22 Jack HueyRollup merge of #88194 - spastorino:test-tait-assoc...
2021-08-22 Jack HueyRollup merge of #88192 - spastorino:add-tait-test-for...
2021-08-22 Jack HueyRollup merge of #88189 - spastorino:add-tait-struct...
2021-08-22 Jack HueyRollup merge of #88183 - spastorino:add-tait-in-differe...
2021-08-22 Jack HueyRollup merge of #88182 - spastorino:use-trait-in-tait...
2021-08-22 Jack HueyRollup merge of #88179 - steffahn:mailmap, r=Mark-Simul...
2021-08-22 Jack HueyRollup merge of #88172 - spastorino:tait-defining-use...
2021-08-22 Jack HueyRollup merge of #88170 - nebkor:release-note-1.55,...
2021-08-22 Jack HueyRollup merge of #88072 - kit-981:feature/build-ios...
2021-08-22 Jack HueyRollup merge of #88057 - ehuss:releases-doc-macros...
2021-08-22 Jack HueyRollup merge of #87604 - yaymukund:verify-backported...
2021-08-21 borsAuto merge of #88075 - Xuanwo:vec_deque_retain, r=dtolnay
2021-08-21 borsAuto merge of #88135 - crlf0710:trait_upcasting_part_3...
2021-08-21 borsAuto merge of #82776 - jyn514:extern-url-fallback,...
2021-08-21 borsAuto merge of #88134 - rylev:force-warn-improvements...
2021-08-21 borsAuto merge of #88128 - cuviper:needs-asm-support, r...
2021-08-21 borsAuto merge of #87570 - nikic:llvm-13, r=nagisa
2021-08-21 Nikita PopovAlways use llvm.used for coverage symbols
2021-08-21 borsAuto merge of #88073 - lnicola:rust-analyzer-2021-08...
2021-08-21 Santiago PastorinoTest that incomplete inference for TAITs fail
2021-08-21 borsAuto merge of #88149 - Mark-Simulacrum:prep-never-type...
2021-08-21 Santiago PastorinoTest use of impl Trait in an impl as the value for...
2021-08-20 borsAuto merge of #88087 - jesyspa:issue-87935-box, r=jackh726
2021-08-20 Santiago PastorinoTest tait use in a fn type
2021-08-20 Niko Matsakismove `fallback_if_possible` and friends to fallback.rs
2021-08-20 Niko Matsakiscreate `Coercion` obligations given 2 unbound type...
2021-08-20 Niko Matsakismove the `sub-unify` check and extend the documentation...
2021-08-20 Santiago PastorinoUse of impl trait in an impl as the valoe for an associ...
2021-08-20 Santiago PastorinoAdd TAIT struct test
2021-08-20 borsAuto merge of #83093 - the8472:smaller-instant-hammer...
2021-08-20 The8472fix tests on wasm targets that have 32bit time_t and...
2021-08-20 borsAuto merge of #88176 - erikdesjardins:rezst, r=oli-obk
2021-08-20 Anton GolovUpdate old box expression tests and add a new one.
2021-08-20 Anton GolovRequire a box expression's type to be Sized
2021-08-20 Santiago Pastorinotest TAIT in different positions
2021-08-20 Anton GolovChange example and tests for E0161.
2021-08-20 borsAuto merge of #87686 - matthiaskrgr:clippy_august_21_pe...
2021-08-20 Santiago PastorinoWe meant to use a trait instead of lifetime here
2021-08-20 borsAuto merge of #87329 - sunfishcode:sunfishcode/io-safet...
2021-08-20 Mukund LakshmanAdd support for including non-backport commits.
2021-08-20 Mukund LakshmanAdd cherry-pick.sh convenience script.
2021-08-20 Frank SteffahnMailmap entry for myself
2021-08-20 borsAuto merge of #88000 - bjorn3:fix_cg_llvm_clif_compile...
2021-08-20 borsAuto merge of #86898 - the8472:path-cmp, r=dtolnay
2021-08-20 Erik DesjardinsRevert "Revert "Auto merge of #83417 - erikdesjardins...
2021-08-20 borsAuto merge of #88039 - sexxi-goose:fix-87987, r=nikomat...
2021-08-19 borsAuto merge of #87996 - sexxi-goose:fix-87988, r=nikomat...
2021-08-19 Dan GohmanFix doc test failures on Windows.
2021-08-19 Mukund LakshmanCI: Verify commits in beta & stable are in upstream...
2021-08-19 Santiago PastorinoTest that type alias impl trait happens in a submodule
2021-08-19 Niko Matsakisintroduce a Coerce predicate
2021-08-19 Niko Matsakiscleanup: extract a helper for coercion from inference...
2021-08-19 Niko Matsakisshallow resolve target type in coercion
2021-08-19 Niko Matsakisintroduce a `Diverging` enum instead of a bool
2021-08-19 Niko Matsakisfactor fallback code into its own module
2021-08-19 Joe ArdentUpdate release note for 1.55.0.
2021-08-19 borsAuto merge of #88165 - GuillaumeGomez:rollup-4o0v2ps...
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 Charles LewAdd assertion to ensure the query doesn't get called...
2021-08-19 Guillaume GomezRollup merge of #88159 - spastorino:fix-unused-generic...
2021-08-19 Guillaume GomezRollup merge of #88153 - hkmatsumoto:mailmap, r=Mark...
2021-08-19 Guillaume GomezRollup merge of #88146 - BoxyUwU:tests-cec-incr-comp...
2021-08-19 Guillaume GomezRollup merge of #88093 - Kobzol:rustdoc-wrap-code-in...
2021-08-19 Guillaume GomezRollup merge of #88050 - Aaron1011:filename-hash-stable...
2021-08-19 Guillaume GomezRollup merge of #88034 - petrochenkov:localevel2, r...
2021-08-19 Guillaume GomezRollup merge of #87874 - schneems:schneems/tcpstream...
2021-08-19 Guillaume GomezRollup merge of #86123 - Aaron1011:query-span, r=cjgillot
2021-08-19 borsAuto merge of #88151 - alexcrichton:update-backtrace...
2021-08-19 borsAuto merge of #88124 - tmiasko:start-block-critical...
2021-08-19 Alex CrichtonUpdate the backtrace crate in libstd
next