about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2022-01-12Rename environment variable for overriding rustc versionpierwill-2/+2
2022-01-12Remove LLVM-style inline assembly from rustfmtTomasz Miąsko-4/+1
2022-01-12suggest deref/unboxing before wrapping variantMichael Goulet-4/+4
2022-01-12Call out to binutils' dlltool for raw-dylib on windows-gnu platforms.Richard Cobbe-62/+90
2022-01-12Remove LLVM-style inline assembly from clippyTomasz Miąsko-29/+3
2022-01-12Migrate intrinsic-unreachable test to asm!Tomasz Miąsko-5/+5
2022-01-12Migrate inline assembly incremental tests to asm!Tomasz Miąsko-77/+53
2022-01-12Migrate abi-sysv64 abi-sysv64-register-usage test to asm!Tomasz Miąsko-32/+30
2022-01-12Use black_box intrinsic in out-of-stack testTomasz Miąsko-3/+2
2022-01-12Remove pretty tests for LLVM-style inline assemblyTomasz Miąsko-17/+3
2022-01-12Remove codegen tests for LLLVM-style inline assemblyTomasz Miąsko-14/+0
2022-01-12Remove mir-opt tests for LLVM-style inline assemblyTomasz Miąsko-210/+0
2022-01-12Remove ui tests for LLVM-style inline assemblyTomasz Miąsko-1500/+74
2022-01-12Remove LLVM-style inline assembly from unstable bookTomasz Miąsko-190/+0
2022-01-12Add new tests, fix up old testsMichael Goulet-0/+44
2022-01-12Rollup merge of #92764 - GuillaumeGomez:fix-rust-logo-style, r=jshaMatthias Krüger-3/+81
2022-01-12Rollup merge of #92756 - lnicola:rust-analyzer-2022-01-11, r=lnicolaMatthias Krüger-16/+20
2022-01-12Rollup merge of #92742 - GuillaumeGomez:missing-suffix-sidebar-items, r=notri...Matthias Krüger-2/+6
2022-01-12Rollup merge of #92732 - wesleywiser:note_musl_patch_info, r=Mark-SimulacrumMatthias Krüger-1/+3
2022-01-12Rollup merge of #92707 - JohnScience:patch-1, r=GuillaumeGomezMatthias Krüger-1/+2
2022-01-12Rollup merge of #92699 - camelid:private-fields, r=jshaMatthias Krüger-11/+9
2022-01-12Rollup merge of #92432 - fee1-dead:constck-impl-constness, r=oli-obkMatthias Krüger-0/+26
2022-01-11Deduplicate box deref and regular deref suggestionsMichael Goulet-18/+30
2022-01-11Update cargoEric Huss-0/+0
2022-01-11Deduplicate lines in long const-eval stack traceMichael Goulet-0/+42
2022-01-11Remove some unnecessary uses of `FieldDef::ident`Noah Lev-7/+3
2022-01-11rustdoc: do not emit tuple variant fields if none are documentedAndy Russell-7/+31
2022-01-11rustc_pass_by_value: handle inferred generic types (with _)Mahdi Dibaiee-6/+20
2022-01-11Auto merge of #92533 - Aaron1011:variant-symbol, r=petrochenkovbors-10/+10
2022-01-11Annotate dead code lint with notes about ignored derived implsFabian Wolff-0/+28
2022-01-11rustc_pass_by_value: handle generic and const type parametersMahdi Dibaiee-2/+55
2022-01-11Auto merge of #90948 - oli-obk:🧹, r=nikomatsakisbors-1/+25
2022-01-11Add testDeadbeef-0/+26
2022-01-11Use the new language identifier for Rust in the PDB debug formatArlo Siemsen-0/+0
2022-01-11Store a `Symbol` instead of an `Ident` in `VariantDef`/`FieldDef`Aaron Hill-10/+10
2022-01-11Add GUI test for rust logo style in the sidebarsGuillaume Gomez-0/+78
2022-01-11Fix style for rust logoGuillaume Gomez-3/+3
2022-01-11rustc_pass_by_value: allow types with no parameters on selfMahdi Dibaiee-1/+14
2022-01-11:arrow_up: rust-analyzerLaurențiu Nicola-16/+20
2022-01-10Update some comments post the side channel removalNoah Lev-5/+2
2022-01-10Extract functions for two closuresNoah Lev-73/+107
2022-01-10Update comment and make code clearerNoah Lev-5/+4
2022-01-10Remove unnecessary conditional for suggesting disambiguatorNoah Lev-4/+1
2022-01-10Use Res instead of Disambiguator for `resolved` in `report_mismatch`Noah Lev-67/+52
2022-01-10Add test for disambiguator mismatch with crateNoah Lev-1/+17
2022-01-10Enable ignored part of testNoah Lev-4/+5
2022-01-10Move two intra-doc-link tests into the `intra-doc` folderNoah Lev-1/+1
2022-01-10Remove hack that is no longer necessaryNoah Lev-11/+1
2022-01-11Add a test for ungated `#[rustc_must_implement_one_of]`Maybe Waffle-0/+24
2022-01-11Auto merge of #92601 - camelid:more-intra-doc-cleanup, r=Manishearthbors-142/+148