summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-10-21add GetFileType stubChris Denton-0/+7
2022-10-21rustdoc: merge identical CSS blocksMichael Howell-8/+2
2022-10-21Reduce false positives in msys2 detectionChris Denton-2/+12
2022-10-21Auto merge of #2611 - pfmooney:libffi, r=RalfJungbors-2/+2
2022-10-21Update libffi-sys to 2.0.1Patrick Mooney-2/+2
2022-10-21Remove incorrect comment in `Vec::drain`Maybe Waffle-3/+1
2022-10-21Auto merge of #98450 - lqd:doc-metadata, r=lqd,GuillaumeGomezbors-14/+111
2022-10-21bootstrap: also create rustc-src component in sysrootRalf Jung-0/+14
2022-10-21Handle RPITITs properly in register_hidden_typeMichael Goulet-14/+63
2022-10-21Require Drop impls to have the same constness on its bounds as the bounds on ...Oli Scherer-53/+116
2022-10-21Remove needless special cases and dead codeOli Scherer-49/+3
2022-10-21Auto merge of #13453 - Veykril:disabled-commands, r=Veykrilbors-103/+136
2022-10-21internal: Properly handle commands in the VSCode client when the server is st...Lukas Wirth-103/+136
2022-10-21Update UI testsclubby789-9/+44
2022-10-21Different suggestions for when associated functions are referred toclubby789-13/+29
2022-10-21[`collapsible_match`] specify field name when destructuring structskraktus-6/+72
2022-10-21Reduce mutability in std-use of with_metadata_ofAndreas Molzer-2/+2
2022-10-21Auto merge of #2610 - RalfJung:issue-1909, r=RalfJungbors-0/+57
2022-10-21Argument type for mutable with_metadata_of (#75091)Andreas Molzer-1/+5
2022-10-21Auto merge of #103344 - Dylan-DPC:rollup-d1rpfvx, r=Dylan-DPCbors-490/+617
2022-10-21add test for #1909Ralf Jung-0/+57
2022-10-21Auto merge of #2609 - RalfJung:is_terminal, r=RalfJungbors-151/+230
2022-10-21test is_terminalRalf Jung-1/+13
2022-10-21split libc tests from stdlib testsRalf Jung-120/+176
2022-10-21use is_terminal to implement isattyRalf Jung-30/+41
2022-10-21Rollup merge of #103321 - notriddle:notriddle/source-page-top-bar-layout, r=G...Dylan DPC-52/+72
2022-10-21Rollup merge of #103260 - cuviper:needs-asm-support, r=fee1-deadDylan DPC-49/+44
2022-10-21Rollup merge of #103111 - cjgillot:shadow-label, r=estebankDylan DPC-32/+102
2022-10-21Rollup merge of #103051 - davidtwco:translation-tidying-up, r=compiler-errorsDylan DPC-238/+286
2022-10-21Rollup merge of #102922 - kper:bugfix/102902-filtering-json, r=oli-obkDylan DPC-117/+81
2022-10-21Rollup merge of #102287 - compiler-errors:unused-must-use-also-supertrait, r=...Dylan DPC-2/+32
2022-10-21`ref_option_ref` do not lint when inner reference is mutablekraktus-1/+7
2022-10-21Stop using a depracated functionbjorn3-3/+3
2022-10-21Update to Cranelift 0.89.0bjorn3-30/+154
2022-10-21add test for issue 97607Rageking8-0/+12
2022-10-21Auto merge of #2607 - RalfJung:rustup, r=RalfJungbors-45608/+68135
2022-10-21add always-failing GetFileInformationByHandleEx stubRalf Jung-15/+20
2022-10-21WinConsole::new is not actually fallibleRalf Jung-5/+4
2022-10-21fix some typosRageking8-6/+6
2022-10-21Auto merge of #103310 - lcnr:rustc_hir_typeck, r=compiler-errorsbors-1154/+1252
2022-10-21rustupRalf Jung-1/+2
2022-10-21Introduce deduced parameter attributes, and use them for deducing `readonly` onPatrick Walton-9/+393
2022-10-21merge rustc historyRalf Jung-45592/+68113
2022-10-21replaced wrong test with the correct mcveSarthak Singh-36/+11
2022-10-21Auto merge of #103308 - sunfishcode:sunfishcode/wasi-io-safety, r=joshtriplettbors-2/+2
2022-10-20Add a missing precondition checkBen Kimock-1/+5
2022-10-20Add fix suggestions for E0199, E0200, and E0569Nicolas Barrios-0/+84
2022-10-20Do not suggest trivially false const predicatesMichael Goulet-66/+7
2022-10-20Add UI regression test when querying visibility of generic parameterGuillaume Gomez-0/+9
2022-10-20Add ui test to ensure attributes generated from macros are kept as expectedGuillaume Gomez-0/+35