about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2022-01-15Auto merge of #92441 - cjgillot:resolve-trait-impl-item, r=matthewjasperbors-251/+260
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-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-14Do not fail evaluation in const blocksMichael Goulet-0/+38
2022-01-14Auto merge of #92883 - matthiaskrgr:rollup-uoudywx, r=matthiaskrgrbors-17/+69
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-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-13Fix non-MSVC testEric Holk-1/+1
2022-01-13Generate more precise generator namesEric Holk-1/+1
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-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-12Bless tests.Camille GILLOT-199/+216
2022-01-12Err about fn traits in a single place.Camille GILLOT-30/+30
2022-01-12suggest deref/unboxing before wrapping variantMichael Goulet-4/+4
2022-01-12Rollup merge of #92764 - GuillaumeGomez:fix-rust-logo-style, r=jshaMatthias Krüger-0/+78
2022-01-12Rollup merge of #92699 - camelid:private-fields, r=jshaMatthias Krüger-6/+6
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-11rustdoc: do not emit tuple variant fields if none are documentedAndy Russell-2/+17
2022-01-11Auto merge of #90948 - oli-obk:🧹, r=nikomatsakisbors-1/+25
2022-01-11Add testDeadbeef-0/+26
2022-01-11Add GUI test for rust logo style in the sidebarsGuillaume Gomez-0/+78
2022-01-10Ignore `unused_mod.rs` file in code coverage resultsWesley Wiser-10/+1
2022-01-10Auto merge of #92719 - matthiaskrgr:rollup-tc7oqys, r=matthiaskrgrbors-27/+92
2022-01-10Rollup merge of #92636 - compiler-errors:normalize-generator-const-expr, r=ol...Matthias Krüger-0/+26
2022-01-10Rollup merge of #92602 - jsha:source-link-2, r=GuillaumeGomezMatthias Krüger-25/+32
2022-01-10Rollup merge of #92357 - GuillaumeGomez:fix-doc-comment-backline-removal, r=c...Matthias Krüger-2/+12
2022-01-10Rollup merge of #92248 - compiler-errors:normalize-type-for-pointee, r=jackh726Matthias Krüger-0/+22
2022-01-09Compute most of Public/Exported access level in rustc_resolveLamb-0/+28
2022-01-09Display "private fields" instead of "fields omitted"Noah Lev-6/+6
2022-01-09Auto merge of #92534 - Aaron1011:hash-hir, r=petrochenkovbors-2/+2
2022-01-09Rollup merge of #92510 - inquisitivecrystal:foreign-block, r=cjgillotMatthias Krüger-0/+33
2022-01-09Rollup merge of #92490 - jsha:crates-in-results, r=GuillaumeGomezMatthias Krüger-7/+5
2022-01-08Link impl items to corresponding trait items in late resolver.Camille GILLOT-22/+14
2022-01-08Make source links look cleanerJacob Hoffman-Andrews-25/+32
2022-01-07Flatten InferredCaptureInformationGary Guo-28/+101
2022-01-07Update clippy for associated item changesMatthew Jasper-18/+18
2022-01-06Normalize generator-local types with unevaluated constantsMichael Goulet-0/+26
2022-01-06Rollup merge of #92417 - dtolnay:printimpl, r=jackh726Matthias Krüger-1/+7