| Age | Commit message (Expand) | Author | Lines |
| 2021-05-05 | Auto merge of #84200 - CDirkx:os, r=m-ou-se | bors | -191/+162 |
| 2021-05-05 | Auto merge of #84886 - Xanewok:update-rls-and-rustfmt, r=Xanewok | bors | -134/+65 |
| 2021-05-05 | Add `yansi-term` as a permitted dependency | Joshua Nelson | -0/+2 |
| 2021-05-05 | Update RLS and Rustfmt | Igor Matuszewski | -134/+63 |
| 2021-05-05 | Auto merge of #84794 - ChrisDenton:dedup-native-libs, r=petrochenkov | bors | -0/+8 |
| 2021-05-05 | Auto merge of #84915 - Mark-Simulacrum:bitset-xor-eq, r=jackh726 | bors | -3/+7 |
| 2021-05-04 | Auto merge of #84707 - Stupremee:remove-fake-defids-in-rustdoc, r=jyn514,Guil... | bors | -268/+336 |
| 2021-05-04 | Auto merge of #84900 - hyd-dev:miri, r=RalfJung | bors | -8/+9 |
| 2021-05-04 | Add type to differentiate between fake and real DefId's | Justus K | -268/+336 |
| 2021-05-04 | Change bitwise operator to more easily keep data in vector registers | Mark Rousskov | -3/+7 |
| 2021-05-04 | Auto merge of #84894 - joshtriplett:clang-12, r=Mark-Simulacrum | bors | -1/+1 |
| 2021-05-04 | Auto merge of #84017 - Smittyvb:int-literal-underscores, r=jyn514 | bors | -2/+62 |
| 2021-05-04 | Update Miri | hyd-dev | -8/+9 |
| 2021-05-04 | Auto merge of #83213 - rylev:update-lints-to-errors, r=nikomatsakis | bors | -196/+541 |
| 2021-05-03 | Update clang to 12.0.0 on Windows and macOS | Josh Triplett | -1/+1 |
| 2021-05-04 | Auto merge of #84874 - joshtriplett:ci-extract-llvm-win64-installer, r=Mark-S... | bors | -15/+6 |
| 2021-05-04 | Auto merge of #84833 - Mark-Simulacrum:thread-local-consts, r=varkor | bors | -6/+8 |
| 2021-05-04 | Auto merge of #84472 - Aaron1011:conservative-paramenv-and, r=lcnr | bors | -2/+74 |
| 2021-05-03 | Valid underscores in hex/octal/binary literal docs | Smitty | -2/+62 |
| 2021-05-03 | CI: Extract LLVM win64 installer directly, using 7z | Josh Triplett | -15/+6 |
| 2021-05-03 | Change `std::sys::unix::ext::fs::PermissionsExt::from_mode` to `std::os::imp:... | Christiaan Dirkx | -1/+1 |
| 2021-05-03 | Allow documenting on `hermit` | Christiaan Dirkx | -3/+0 |
| 2021-05-03 | Rework `os` to avoid using `cfg_if!` with public items | Christiaan Dirkx | -123/+151 |
| 2021-05-03 | Move `std::sys::sgx::ext` to `std::os::fortanix_sgx` | Christiaan Dirkx | -8/+4 |
| 2021-05-03 | Move `std::sys::wasi::ext` to `std::os::wasi` | Christiaan Dirkx | -26/+2 |
| 2021-05-03 | Move `std::sys::unix::ext` to `std::os::unix` | Christiaan Dirkx | -22/+2 |
| 2021-05-03 | Move `std::sys::windows::ext` to `std::os::windows` | Christiaan Dirkx | -16/+5 |
| 2021-05-03 | Move `std::sys::hermit::ext` to `std::os::hermit` | Christiaan Dirkx | -3/+6 |
| 2021-05-03 | Cleanup `std::os` | Christiaan Dirkx | -111/+113 |
| 2021-05-03 | Auto merge of #84862 - GuillaumeGomez:rollup-cbc93h4, r=GuillaumeGomez | bors | -22/+24 |
| 2021-05-03 | Rollup merge of #84860 - badboy:link-to-mcp, r=GuillaumeGomez | Guillaume Gomez | -4/+6 |
| 2021-05-03 | Rollup merge of #84858 - LingMan:patch-1, r=JohnTitor | Guillaume Gomez | -2/+2 |
| 2021-05-03 | Rollup merge of #84856 - kornelski:enomem, r=JohnTitor | Guillaume Gomez | -1/+1 |
| 2021-05-03 | Rollup merge of #84854 - hi-rustin:rustin-patch-E0761, r=varkor | Guillaume Gomez | -9/+7 |
| 2021-05-03 | Rollup merge of #84852 - mautamu:master, r=GuillaumeGomez | Guillaume Gomez | -5/+5 |
| 2021-05-03 | Rollup merge of #84835 - wcampbell0x2a:add-issue-34202-link, r=m-ou-se | Guillaume Gomez | -1/+3 |
| 2021-05-03 | Link to MCP from target tier policy | Jan-Erik Rediger | -4/+6 |
| 2021-05-03 | Fix stability attributes of byte-to-string specialization | LingMan | -2/+2 |
| 2021-05-03 | use full path for E0761 | hi-rustin | -8/+6 |
| 2021-05-03 | Auto merge of #83312 - petrochenkov:noinner, r=Aaron1011 | bors | -637/+316 |
| 2021-05-03 | parser: Remove support for inner attributes on non-block expressions | Vadim Petrochenkov | -637/+316 |
| 2021-05-03 | Correct stability of ErrorKind::OutOfMemory | Kornel | -1/+1 |
| 2021-05-03 | Auto merge of #84845 - wcampbell0x2a:clippy-redundant-field-names, r=joshtrip... | bors | -2/+2 |
| 2021-05-03 | use double quotes for E0761 | hi-rustin | -2/+2 |
| 2021-05-03 | Change librustdoc write(.. \n) to writeln(..); fix comment in grammar | mautamu | -5/+5 |
| 2021-05-03 | Auto merge of #84842 - blkerby:null_lowercase, r=joshtriplett | bors | -75/+75 |
| 2021-05-02 | [clippy] remove redundant field names | wcampbell | -2/+2 |
| 2021-05-03 | Auto merge of #84840 - Dylan-DPC:rollup-uzk7w0h, r=Dylan-DPC | bors | -94/+383 |
| 2021-05-02 | Change 'NULL' to 'null' | Brent Kerby | -75/+75 |
| 2021-05-02 | Add link to Issue #34202 in udp docs | wcampbell | -1/+3 |