about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-08-21Auto merge of #88128 - cuviper:needs-asm-support, r=Mark-Simulacrumbors-6/+10
2021-08-21Auto merge of #87570 - nikic:llvm-13, r=nagisabors-167/+200
2021-08-21Always use llvm.used for coverage symbolsNikita Popov-35/+59
2021-08-21Auto merge of #88073 - lnicola:rust-analyzer-2021-08-16, r=lnicolabors-37/+17
2021-08-21Auto merge of #88149 - Mark-Simulacrum:prep-never-type, r=jackh726bors-210/+470
2021-08-20Auto merge of #88087 - jesyspa:issue-87935-box, r=jackh726bors-90/+90
2021-08-20move `fallback_if_possible` and friends to fallback.rsNiko Matsakis-125/+127
2021-08-20create `Coercion` obligations given 2 unbound type variablesNiko Matsakis-5/+48
2021-08-20move the `sub-unify` check and extend the documentation a bitNiko Matsakis-25/+46
2021-08-20Auto merge of #83093 - the8472:smaller-instant-hammer, r=Amanieubors-12/+215
2021-08-20fix tests on wasm targets that have 32bit time_t and don't have threadsThe8472-2/+12
2021-08-20Auto merge of #88176 - erikdesjardins:rezst, r=oli-obkbors-56/+21
2021-08-20Update old box expression tests and add a new one.Anton Golov-26/+36
2021-08-20Require a box expression's type to be SizedAnton Golov-3/+7
2021-08-20Change example and tests for E0161.Anton Golov-61/+47
2021-08-20Auto merge of #87686 - matthiaskrgr:clippy_august_21_perf, r=jackh726bors-7/+7
2021-08-20Auto merge of #87329 - sunfishcode:sunfishcode/io-safety, r=joshtriplettbors-711/+2229
2021-08-20Auto merge of #88000 - bjorn3:fix_cg_llvm_clif_compile, r=Mark-Simulacrumbors-1/+5
2021-08-20Auto merge of #86898 - the8472:path-cmp, r=dtolnaybors-7/+108
2021-08-19Revert "Revert "Auto merge of #83417 - erikdesjardins:enableremovezsts, r=oli...Erik Desjardins-56/+21
2021-08-20Auto merge of #88039 - sexxi-goose:fix-87987, r=nikomatsakisbors-23/+90
2021-08-19Auto merge of #87996 - sexxi-goose:fix-87988, r=nikomatsakisbors-0/+66
2021-08-19Fix doc test failures on Windows.Dan Gohman-1/+7
2021-08-19introduce a Coerce predicateNiko Matsakis-2/+153
2021-08-19cleanup: extract a helper for coercion from inference variablesNiko Matsakis-0/+19
2021-08-19shallow resolve target type in coercionNiko Matsakis-5/+2
2021-08-19introduce a `Diverging` enum instead of a boolNiko Matsakis-61/+78
2021-08-19factor fallback code into its own moduleNiko Matsakis-44/+54
2021-08-19Auto merge of #88165 - GuillaumeGomez:rollup-4o0v2ps, r=GuillaumeGomezbors-405/+638
2021-08-19Factor out a common `RawFd`/`AsRawFd`/etc for Unix and WASI.Dan Gohman-525/+355
2021-08-19Fix syntax for non-doc comments, and use `crate::` instead of `std::`.Dan Gohman-6/+6
2021-08-19Add I/O safety trait impls for process::Stdio and process::Child.Dan Gohman-2/+36
2021-08-19Use the correct `into_*` on Windows to avoid dropping a stdio handle.Dan Gohman-2/+2
2021-08-19Remove the `#![feature(io_safety)]` from lib.rs.Dan Gohman-1/+0
2021-08-19Fix an unused import warning.Dan Gohman-1/+1
2021-08-19Update PidFd for the new I/O safety APIs.Dan Gohman-9/+33
2021-08-19Rename OptionFileHandle to HandleOrInvalid and make it just wrap an Option<Ow...Dan Gohman-80/+38
2021-08-19Don't encourage migration until io_safety is stablized.Dan Gohman-7/+8
2021-08-19Factor out Unix and WASI fd code into a common module.Dan Gohman-560/+298
2021-08-19Synchronize minor differences between Unix and WASI implementations.Dan Gohman-7/+9
2021-08-19Add more comments about the `INVALID_HANDLE_VALUE` situation.Dan Gohman-12/+30
2021-08-19Add comments about impls for File, TcpStream, ChildStdin, etc.Dan Gohman-0/+42
2021-08-19Fix copypasta of "Unix" within the WASI directory.Dan Gohman-1/+1
2021-08-19Reword the description of dup2/dup3.Dan Gohman-1/+1
2021-08-19Add Safety comments to the `As*` for `Owned*` implementations.Dan Gohman-0/+12
2021-08-19Add Owned*, Borrowed*, and As* to the preludes.Dan Gohman-4/+7
2021-08-19Rename `OwnedFd`'s private field to match it's debug output.Dan Gohman-85/+86
2021-08-19Delete a spurious empty comment line.Dan Gohman-1/+0
2021-08-19Add a comment about how `OwnedHandle` should not be used with registry handles.Dan Gohman-2/+15
2021-08-19Add a comment about `OptionFileHandle`.Dan Gohman-0/+4