about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-05-05Auto merge of #84200 - CDirkx:os, r=m-ou-sebors-191/+162
2021-05-05Auto merge of #84886 - Xanewok:update-rls-and-rustfmt, r=Xanewokbors-134/+65
2021-05-05Add `yansi-term` as a permitted dependencyJoshua Nelson-0/+2
2021-05-05Update RLS and RustfmtIgor Matuszewski-134/+63
2021-05-05Auto merge of #84794 - ChrisDenton:dedup-native-libs, r=petrochenkovbors-0/+8
2021-05-05Auto merge of #84915 - Mark-Simulacrum:bitset-xor-eq, r=jackh726bors-3/+7
2021-05-04Auto merge of #84707 - Stupremee:remove-fake-defids-in-rustdoc, r=jyn514,Guil...bors-268/+336
2021-05-04Auto merge of #84900 - hyd-dev:miri, r=RalfJungbors-8/+9
2021-05-04Add type to differentiate between fake and real DefId'sJustus K-268/+336
2021-05-04Change bitwise operator to more easily keep data in vector registersMark Rousskov-3/+7
2021-05-04Auto merge of #84894 - joshtriplett:clang-12, r=Mark-Simulacrumbors-1/+1
2021-05-04Auto merge of #84017 - Smittyvb:int-literal-underscores, r=jyn514bors-2/+62
2021-05-04Update Mirihyd-dev-8/+9
2021-05-04Auto merge of #83213 - rylev:update-lints-to-errors, r=nikomatsakisbors-196/+541
2021-05-03Update clang to 12.0.0 on Windows and macOSJosh Triplett-1/+1
2021-05-04Auto merge of #84874 - joshtriplett:ci-extract-llvm-win64-installer, r=Mark-S...bors-15/+6
2021-05-04Auto merge of #84833 - Mark-Simulacrum:thread-local-consts, r=varkorbors-6/+8
2021-05-04Auto merge of #84472 - Aaron1011:conservative-paramenv-and, r=lcnrbors-2/+74
2021-05-03Valid underscores in hex/octal/binary literal docsSmitty-2/+62
2021-05-03CI: Extract LLVM win64 installer directly, using 7zJosh Triplett-15/+6
2021-05-03Change `std::sys::unix::ext::fs::PermissionsExt::from_mode` to `std::os::imp:...Christiaan Dirkx-1/+1
2021-05-03Allow documenting on `hermit`Christiaan Dirkx-3/+0
2021-05-03Rework `os` to avoid using `cfg_if!` with public itemsChristiaan Dirkx-123/+151
2021-05-03Move `std::sys::sgx::ext` to `std::os::fortanix_sgx`Christiaan Dirkx-8/+4
2021-05-03Move `std::sys::wasi::ext` to `std::os::wasi`Christiaan Dirkx-26/+2
2021-05-03Move `std::sys::unix::ext` to `std::os::unix`Christiaan Dirkx-22/+2
2021-05-03Move `std::sys::windows::ext` to `std::os::windows`Christiaan Dirkx-16/+5
2021-05-03Move `std::sys::hermit::ext` to `std::os::hermit`Christiaan Dirkx-3/+6
2021-05-03Cleanup `std::os`Christiaan Dirkx-111/+113
2021-05-03Auto merge of #84862 - GuillaumeGomez:rollup-cbc93h4, r=GuillaumeGomezbors-22/+24
2021-05-03Rollup merge of #84860 - badboy:link-to-mcp, r=GuillaumeGomezGuillaume Gomez-4/+6
2021-05-03Rollup merge of #84858 - LingMan:patch-1, r=JohnTitorGuillaume Gomez-2/+2
2021-05-03Rollup merge of #84856 - kornelski:enomem, r=JohnTitorGuillaume Gomez-1/+1
2021-05-03Rollup merge of #84854 - hi-rustin:rustin-patch-E0761, r=varkorGuillaume Gomez-9/+7
2021-05-03Rollup merge of #84852 - mautamu:master, r=GuillaumeGomezGuillaume Gomez-5/+5
2021-05-03Rollup merge of #84835 - wcampbell0x2a:add-issue-34202-link, r=m-ou-seGuillaume Gomez-1/+3
2021-05-03Link to MCP from target tier policyJan-Erik Rediger-4/+6
2021-05-03Fix stability attributes of byte-to-string specializationLingMan-2/+2
2021-05-03use full path for E0761hi-rustin-8/+6
2021-05-03Auto merge of #83312 - petrochenkov:noinner, r=Aaron1011bors-637/+316
2021-05-03parser: Remove support for inner attributes on non-block expressionsVadim Petrochenkov-637/+316
2021-05-03Correct stability of ErrorKind::OutOfMemoryKornel-1/+1
2021-05-03Auto merge of #84845 - wcampbell0x2a:clippy-redundant-field-names, r=joshtrip...bors-2/+2
2021-05-03use double quotes for E0761hi-rustin-2/+2
2021-05-03Change librustdoc write(.. \n) to writeln(..); fix comment in grammarmautamu-5/+5
2021-05-03Auto merge of #84842 - blkerby:null_lowercase, r=joshtriplettbors-75/+75
2021-05-02[clippy] remove redundant field nameswcampbell-2/+2
2021-05-03Auto merge of #84840 - Dylan-DPC:rollup-uzk7w0h, r=Dylan-DPCbors-94/+383
2021-05-02Change 'NULL' to 'null'Brent Kerby-75/+75
2021-05-02Add link to Issue #34202 in udp docswcampbell-1/+3