| Age | Commit message (Expand) | Author | Lines |
| 2022-10-21 | add GetFileType stub | Chris Denton | -0/+7 |
| 2022-10-21 | rustdoc: merge identical CSS blocks | Michael Howell | -8/+2 |
| 2022-10-21 | Reduce false positives in msys2 detection | Chris Denton | -2/+12 |
| 2022-10-21 | Auto merge of #2611 - pfmooney:libffi, r=RalfJung | bors | -2/+2 |
| 2022-10-21 | Update libffi-sys to 2.0.1 | Patrick Mooney | -2/+2 |
| 2022-10-21 | Remove incorrect comment in `Vec::drain` | Maybe Waffle | -3/+1 |
| 2022-10-21 | Auto merge of #98450 - lqd:doc-metadata, r=lqd,GuillaumeGomez | bors | -14/+111 |
| 2022-10-21 | bootstrap: also create rustc-src component in sysroot | Ralf Jung | -0/+14 |
| 2022-10-21 | Handle RPITITs properly in register_hidden_type | Michael Goulet | -14/+63 |
| 2022-10-21 | Require Drop impls to have the same constness on its bounds as the bounds on ... | Oli Scherer | -53/+116 |
| 2022-10-21 | Remove needless special cases and dead code | Oli Scherer | -49/+3 |
| 2022-10-21 | Auto merge of #13453 - Veykril:disabled-commands, r=Veykril | bors | -103/+136 |
| 2022-10-21 | internal: Properly handle commands in the VSCode client when the server is st... | Lukas Wirth | -103/+136 |
| 2022-10-21 | Update UI tests | clubby789 | -9/+44 |
| 2022-10-21 | Different suggestions for when associated functions are referred to | clubby789 | -13/+29 |
| 2022-10-21 | [`collapsible_match`] specify field name when destructuring structs | kraktus | -6/+72 |
| 2022-10-21 | Reduce mutability in std-use of with_metadata_of | Andreas Molzer | -2/+2 |
| 2022-10-21 | Auto merge of #2610 - RalfJung:issue-1909, r=RalfJung | bors | -0/+57 |
| 2022-10-21 | Argument type for mutable with_metadata_of (#75091) | Andreas Molzer | -1/+5 |
| 2022-10-21 | Auto merge of #103344 - Dylan-DPC:rollup-d1rpfvx, r=Dylan-DPC | bors | -490/+617 |
| 2022-10-21 | add test for #1909 | Ralf Jung | -0/+57 |
| 2022-10-21 | Auto merge of #2609 - RalfJung:is_terminal, r=RalfJung | bors | -151/+230 |
| 2022-10-21 | test is_terminal | Ralf Jung | -1/+13 |
| 2022-10-21 | split libc tests from stdlib tests | Ralf Jung | -120/+176 |
| 2022-10-21 | use is_terminal to implement isatty | Ralf Jung | -30/+41 |
| 2022-10-21 | Rollup merge of #103321 - notriddle:notriddle/source-page-top-bar-layout, r=G... | Dylan DPC | -52/+72 |
| 2022-10-21 | Rollup merge of #103260 - cuviper:needs-asm-support, r=fee1-dead | Dylan DPC | -49/+44 |
| 2022-10-21 | Rollup merge of #103111 - cjgillot:shadow-label, r=estebank | Dylan DPC | -32/+102 |
| 2022-10-21 | Rollup merge of #103051 - davidtwco:translation-tidying-up, r=compiler-errors | Dylan DPC | -238/+286 |
| 2022-10-21 | Rollup merge of #102922 - kper:bugfix/102902-filtering-json, r=oli-obk | Dylan DPC | -117/+81 |
| 2022-10-21 | Rollup 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 mutable | kraktus | -1/+7 |
| 2022-10-21 | Stop using a depracated function | bjorn3 | -3/+3 |
| 2022-10-21 | Update to Cranelift 0.89.0 | bjorn3 | -30/+154 |
| 2022-10-21 | add test for issue 97607 | Rageking8 | -0/+12 |
| 2022-10-21 | Auto merge of #2607 - RalfJung:rustup, r=RalfJung | bors | -45608/+68135 |
| 2022-10-21 | add always-failing GetFileInformationByHandleEx stub | Ralf Jung | -15/+20 |
| 2022-10-21 | WinConsole::new is not actually fallible | Ralf Jung | -5/+4 |
| 2022-10-21 | fix some typos | Rageking8 | -6/+6 |
| 2022-10-21 | Auto merge of #103310 - lcnr:rustc_hir_typeck, r=compiler-errors | bors | -1154/+1252 |
| 2022-10-21 | rustup | Ralf Jung | -1/+2 |
| 2022-10-21 | Introduce deduced parameter attributes, and use them for deducing `readonly` on | Patrick Walton | -9/+393 |
| 2022-10-21 | merge rustc history | Ralf Jung | -45592/+68113 |
| 2022-10-21 | replaced wrong test with the correct mcve | Sarthak Singh | -36/+11 |
| 2022-10-21 | Auto merge of #103308 - sunfishcode:sunfishcode/wasi-io-safety, r=joshtriplett | bors | -2/+2 |
| 2022-10-20 | Add a missing precondition check | Ben Kimock | -1/+5 |
| 2022-10-20 | Add fix suggestions for E0199, E0200, and E0569 | Nicolas Barrios | -0/+84 |
| 2022-10-20 | Do not suggest trivially false const predicates | Michael Goulet | -66/+7 |
| 2022-10-20 | Add UI regression test when querying visibility of generic parameter | Guillaume Gomez | -0/+9 |
| 2022-10-20 | Add ui test to ensure attributes generated from macros are kept as expected | Guillaume Gomez | -0/+35 |