about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2023-02-15Don't suggest `#[doc(hidden)]` methodsclubby789-0/+35
2023-02-15Auto merge of #108070 - Dylan-DPC:rollup-v6xw7vk, r=Dylan-DPCbors-12/+395
2023-02-15Rollup merge of #107411 - cjgillot:dataflow-discriminant, r=oli-obkDylan DPC-10/+77
2023-02-15Rollup merge of #107173 - clubby789:suggest-array-length, r=compiler-errorsDylan DPC-2/+54
2023-02-15Rollup merge of #105300 - aliemjay:member-lower, r=oli-obkDylan DPC-0/+264
2023-02-15Auto merge of #107940 - BoxyUwU:const_ty_assertion_use_semantic_equality, r=c...bors-0/+181
2023-02-14Add `kernel-address` sanitizer support for freestanding targetsWesley Norris-0/+75
2023-02-14Try to fix codegen tests for ??? LLVM 14 ???Ben Kimock-5/+5
2023-02-14Fix codegen testsBen Kimock-94/+94
2023-02-14Better label for illegal impl trait typesMichael Goulet-23/+23
2023-02-15Correctly handle reexports of `#[doc(hidden)]` is reexport does not use `#[do...Guillaume Gomez-3/+10
2023-02-14Make permit_uninit/zero_init fallibleMichael Goulet-6/+5
2023-02-14Add test for reexports attr mergeGuillaume Gomez-0/+26
2023-02-14Auto merge of #108056 - matthiaskrgr:rollup-oa6bxvh, r=matthiaskrgrbors-8/+54
2023-02-14Fetch less HIR in signature check.Camille GILLOT-396/+25
2023-02-14Re-add replacement logic and add comment explaining itEsteban Küber-21/+33
2023-02-14Show the effects of weird code commented outEsteban Küber-33/+21
2023-02-14Make removal suggestion not verboseEsteban Küber-195/+135
2023-02-14rebase and review commentsEsteban Küber-54/+54
2023-02-14Avoid trailing commasEsteban Küber-5/+5
2023-02-14More accurate spans for arg removal suggestionEsteban Küber-82/+124
2023-02-14Rollup merge of #108033 - lcnr:coinductive-attr, r=compiler-errorsMatthias Krüger-0/+54
2023-02-14Rollup merge of #107573 - cuviper:drop-llvm-13, r=nagisaMatthias Krüger-8/+0
2023-02-14Rollup merge of #108025 - notriddle:notriddle/intra-doc-link-tooltips, r=Guil...Matthias Krüger-0/+17
2023-02-14Rollup merge of #108003 - chenyukang:yukang/fix-107998, r=compiler-errorsMatthias Krüger-0/+39
2023-02-14Rollup merge of #103478 - SpanishPear:spanishpear/issue_103366_fix, r=TaKO8KiMatthias Krüger-0/+231
2023-02-14add test for coinduction in new solverlcnr-0/+54
2023-02-14Update numeric lifetime test许杰友 Jieyou Xu (Joe)-4/+4
2023-02-14Auto merge of #103695 - LYF1999:yf/103563, r=lcnrbors-0/+75
2023-02-14Don't recover lifetimes/labels containing emojis as character literals许杰友 Jieyou Xu (Joe)-0/+131
2023-02-13rustdoc: add more tooltips to intra-doc linksMichael Howell-0/+17
2023-02-14Fix #107998, avoid ICE when the generic_span is emptyyukang-0/+39
2023-02-14Don't ICE in might_permit_raw_init if reference is polymorphicMichael Goulet-0/+43
2023-02-13Rollup merge of #107971 - saethlin:mir-opt-ub, r=cjgillotMatthias Krüger-27/+49
2023-02-13Rollup merge of #107942 - compiler-errors:tighter-inherent-impl-bad-spans, r=...Matthias Krüger-94/+57
2023-02-13Rollup merge of #107902 - vincenzopalazzo:macros/async_fn_suggestion, r=compi...Matthias Krüger-88/+93
2023-02-13Clearly document intentional UB in mir-opt testsBen Kimock-27/+49
2023-02-13Tighter spans for bad inherent impl typesMichael Goulet-94/+57
2023-02-13Auto merge of #107924 - eggyal:move_fold_visit_traits_to_type_lib_with_trait_...bors-1/+1
2023-02-13fix: improve the suggestion on future not awaitedVincenzo Palazzo-88/+93
2023-02-13Auto merge of #107989 - matthiaskrgr:rollup-jklrd5g, r=matthiaskrgrbors-127/+130
2023-02-13fix: Unexpected trait bound not satisfied in HRTByifei-0/+75
2023-02-13Rollup merge of #107931 - cjgillot:issue-107353, r=WaffleLapkinMatthias Krüger-0/+9
2023-02-13Rollup merge of #107838 - estebank:terminal_hyperlinks, r=nagisaMatthias Krüger-0/+16
2023-02-13Rollup merge of #107340 - notriddle:notriddle/simplify-doctest-tooltip, r=Gui...Matthias Krüger-127/+105
2023-02-13Alias folding/visiting traits instead of re-exportAlan Egerton-1/+1
2023-02-13Auto merge of #107634 - scottmcm:array-drain, r=thomccbors-1/+61
2023-02-13Rollup merge of #107973 - saethlin:fix-simd-test-ub, r=workingjubileeDylan DPC-121/+60
2023-02-12Fix unintentional UB in SIMD testsBen Kimock-121/+60
2023-02-12only require sub type relation on field projection typesb-naber-0/+134