| Age | Commit message (Expand) | Author | Lines |
| 2022-01-12 | Rename environment variable for overriding rustc version | pierwill | -2/+2 |
| 2022-01-12 | Remove LLVM-style inline assembly from rustfmt | Tomasz Miąsko | -4/+1 |
| 2022-01-12 | suggest deref/unboxing before wrapping variant | Michael Goulet | -4/+4 |
| 2022-01-12 | Call out to binutils' dlltool for raw-dylib on windows-gnu platforms. | Richard Cobbe | -62/+90 |
| 2022-01-12 | Remove LLVM-style inline assembly from clippy | Tomasz Miąsko | -29/+3 |
| 2022-01-12 | Migrate intrinsic-unreachable test to asm! | Tomasz Miąsko | -5/+5 |
| 2022-01-12 | Migrate inline assembly incremental tests to asm! | Tomasz Miąsko | -77/+53 |
| 2022-01-12 | Migrate abi-sysv64 abi-sysv64-register-usage test to asm! | Tomasz Miąsko | -32/+30 |
| 2022-01-12 | Use black_box intrinsic in out-of-stack test | Tomasz Miąsko | -3/+2 |
| 2022-01-12 | Remove pretty tests for LLVM-style inline assembly | Tomasz Miąsko | -17/+3 |
| 2022-01-12 | Remove codegen tests for LLLVM-style inline assembly | Tomasz Miąsko | -14/+0 |
| 2022-01-12 | Remove mir-opt tests for LLVM-style inline assembly | Tomasz Miąsko | -210/+0 |
| 2022-01-12 | Remove ui tests for LLVM-style inline assembly | Tomasz Miąsko | -1500/+74 |
| 2022-01-12 | Remove LLVM-style inline assembly from unstable book | Tomasz Miąsko | -190/+0 |
| 2022-01-12 | Add new tests, fix up old tests | Michael Goulet | -0/+44 |
| 2022-01-12 | Rollup merge of #92764 - GuillaumeGomez:fix-rust-logo-style, r=jsha | Matthias Krüger | -3/+81 |
| 2022-01-12 | Rollup merge of #92756 - lnicola:rust-analyzer-2022-01-11, r=lnicola | Matthias Krüger | -16/+20 |
| 2022-01-12 | Rollup merge of #92742 - GuillaumeGomez:missing-suffix-sidebar-items, r=notri... | Matthias Krüger | -2/+6 |
| 2022-01-12 | Rollup merge of #92732 - wesleywiser:note_musl_patch_info, r=Mark-Simulacrum | Matthias Krüger | -1/+3 |
| 2022-01-12 | Rollup merge of #92707 - JohnScience:patch-1, r=GuillaumeGomez | Matthias Krüger | -1/+2 |
| 2022-01-12 | Rollup merge of #92699 - camelid:private-fields, r=jsha | Matthias Krüger | -11/+9 |
| 2022-01-12 | Rollup merge of #92432 - fee1-dead:constck-impl-constness, r=oli-obk | Matthias Krüger | -0/+26 |
| 2022-01-11 | Deduplicate box deref and regular deref suggestions | Michael Goulet | -18/+30 |
| 2022-01-11 | Update cargo | Eric Huss | -0/+0 |
| 2022-01-11 | Deduplicate lines in long const-eval stack trace | Michael Goulet | -0/+42 |
| 2022-01-11 | Remove some unnecessary uses of `FieldDef::ident` | Noah Lev | -7/+3 |
| 2022-01-11 | rustdoc: do not emit tuple variant fields if none are documented | Andy Russell | -7/+31 |
| 2022-01-11 | rustc_pass_by_value: handle inferred generic types (with _) | Mahdi Dibaiee | -6/+20 |
| 2022-01-11 | Auto merge of #92533 - Aaron1011:variant-symbol, r=petrochenkov | bors | -10/+10 |
| 2022-01-11 | Annotate dead code lint with notes about ignored derived impls | Fabian Wolff | -0/+28 |
| 2022-01-11 | rustc_pass_by_value: handle generic and const type parameters | Mahdi Dibaiee | -2/+55 |
| 2022-01-11 | Auto merge of #90948 - oli-obk:🧹, r=nikomatsakis | bors | -1/+25 |
| 2022-01-11 | Add test | Deadbeef | -0/+26 |
| 2022-01-11 | Use the new language identifier for Rust in the PDB debug format | Arlo Siemsen | -0/+0 |
| 2022-01-11 | Store a `Symbol` instead of an `Ident` in `VariantDef`/`FieldDef` | Aaron Hill | -10/+10 |
| 2022-01-11 | Add GUI test for rust logo style in the sidebars | Guillaume Gomez | -0/+78 |
| 2022-01-11 | Fix style for rust logo | Guillaume Gomez | -3/+3 |
| 2022-01-11 | rustc_pass_by_value: allow types with no parameters on self | Mahdi Dibaiee | -1/+14 |
| 2022-01-11 | :arrow_up: rust-analyzer | Laurențiu Nicola | -16/+20 |
| 2022-01-10 | Update some comments post the side channel removal | Noah Lev | -5/+2 |
| 2022-01-10 | Extract functions for two closures | Noah Lev | -73/+107 |
| 2022-01-10 | Update comment and make code clearer | Noah Lev | -5/+4 |
| 2022-01-10 | Remove unnecessary conditional for suggesting disambiguator | Noah Lev | -4/+1 |
| 2022-01-10 | Use Res instead of Disambiguator for `resolved` in `report_mismatch` | Noah Lev | -67/+52 |
| 2022-01-10 | Add test for disambiguator mismatch with crate | Noah Lev | -1/+17 |
| 2022-01-10 | Enable ignored part of test | Noah Lev | -4/+5 |
| 2022-01-10 | Move two intra-doc-link tests into the `intra-doc` folder | Noah Lev | -1/+1 |
| 2022-01-10 | Remove hack that is no longer necessary | Noah Lev | -11/+1 |
| 2022-01-11 | Add a test for ungated `#[rustc_must_implement_one_of]` | Maybe Waffle | -0/+24 |
| 2022-01-11 | Auto merge of #92601 - camelid:more-intra-doc-cleanup, r=Manishearth | bors | -142/+148 |