about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2022-01-15Rollup merge of #92892 - compiler-errors:const-param-env-for-const-block, r=f...Matthias Krüger-0/+38
2022-01-15Rollup merge of #92873 - eholk:async-symbol-names, r=tmandryMatthias Krüger-2/+2
2022-01-15Rollup merge of #92865 - jackh726:gats-outlives-no-static, r=nikomatsakisMatthias Krüger-0/+13
2022-01-14Don't use source-map when detecting struct field shorthandMichael Goulet-2/+2
2022-01-14Fix `try wrapping expression in variant` suggestion with struct field shorthandMichael Goulet-9/+30
2022-01-14Add support for "always theme" in settingJacob Hoffman-Andrews-6/+6
2022-01-14Allow eliding GATs in expr positionMichael Goulet-0/+73
2022-01-15Rollup merge of #92875 - BoxyUwU:infer_arg_opt_const_param_of, r=lcnrMatthias Krüger-11/+15
2022-01-15Rollup merge of #92191 - jackh726:issue-89352, r=nikomatsakisMatthias Krüger-8/+40
2022-01-15initial revertEllen-23/+23
2022-01-14Do not fail evaluation in const blocksMichael Goulet-0/+38
2022-01-14Link sidebar "location" heading to top of pageJacob Hoffman-Andrews-0/+7
2022-01-14Auto merge of #92883 - matthiaskrgr:rollup-uoudywx, r=matthiaskrgrbors-17/+69
2022-01-14Do not use `HashSet` for `#[rustc_must_implement_one_of]`Maybe Waffle-3/+3
2022-01-14Check for duplicate arguments in `#[rustc_must_implement_one_of]`Maybe Waffle-0/+53
2022-01-14Rollup merge of #92810 - compiler-errors:deduplicate-box-deref-suggestion, r=...Matthias Krüger-15/+27
2022-01-14Rollup merge of #92381 - ThePuzzlemaker:issue-92308, r=estebankMatthias Krüger-2/+42
2022-01-14Auto merge of #92781 - lambinoo:I-92755-no-mir-missing-reachable, r=petrochenkovbors-0/+27
2022-01-13Fix suggesting turbofish with lifetime argumentsMichael Goulet-44/+85
2022-01-14Auto merge of #92844 - matthiaskrgr:rollup-z5wb6yi, r=matthiaskrgrbors-76/+64
2022-01-14fix: set struct/union/enum fields/variants as reachable when item isLamb-0/+27
2022-01-14fix bugEllen-11/+15
2022-01-14Parse `Ty?` as `Option<Ty>` and provide structured suggestionEsteban Kuber-34/+68
2022-01-13Fix non-MSVC testEric Holk-1/+1
2022-01-13Generate more precise generator namesEric Holk-1/+1
2022-01-13rustdoc: add intra-doc trait impl test for extern typesMahdi Dibaiee-2/+23
2022-01-13rustdoc: fix intra-link for generic trait implsMahdi Dibaiee-0/+19
2022-01-13Ignore static lifetimes for GATs outlives lintJack Huey-0/+13
2022-01-13Auto merge of #89861 - nbdd0121:closure, r=wesleywiserbors-28/+101
2022-01-13Fix typo in testRune Tynan-1/+1
2022-01-13Fix errors on blanket impls by ignoring the children of their generated imple...Rune Tynan-0/+14
2022-01-13rustdoc: decouple stability and const-stabilityAndy Russell-1/+18
2022-01-13Rollup merge of #92334 - dtolnay:rustdocmatcher, r=camelid,GuillaumeGomezMatthias Krüger-16/+30
2022-01-13Rollup merge of #92142 - wesleywiser:fix_codecoverage_partitioning, r=tmandryMatthias Krüger-1/+14
2022-01-13Rollup merge of #92006 - oli-obk:welcome_opaque_types_into_the_fold, r=nikoma...Matthias Krüger-57/+3
2022-01-13Rollup merge of #91687 - euclio:tuple-variant-field-section, r=GuillaumeGomezMatthias Krüger-2/+17
2022-01-12Add line breaks to make message easier to readNoah Lev-11/+33
2022-01-12Split up very long messageNoah Lev-18/+25
2022-01-12Improve suggestions for type errors with string concatenationNoah Lev-16/+18
2022-01-12Update unit tests to accomodate for improved error.Ivor Wanders-12/+12
2022-01-12Bless tests.Camille GILLOT-199/+216
2022-01-12Err about fn traits in a single place.Camille GILLOT-30/+30
2022-01-12Rename environment variable for overriding rustc versionpierwill-2/+2
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-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