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