about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
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-14Auto merge of #108056 - matthiaskrgr:rollup-oa6bxvh, r=matthiaskrgrbors-8/+54
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-14Auto merge of #103695 - LYF1999:yf/103563, r=lcnrbors-0/+75
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-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-12Rollup merge of #107964 - notriddle:notriddle/title-line-height, r=GuillaumeG...Matthias Krüger-11/+11
2023-02-12Rollup merge of #107955 - RalfJung:ancient-ub, r=jyn514Matthias Krüger-4/+4
2023-02-12Rollup merge of #107934 - notriddle:notriddle/intra-doc-link-meta-description...Matthias Krüger-0/+6
2023-02-12rustdoc: use tighter line height in h1 and h2Michael Howell-11/+11
2023-02-12fix UB in ancient testRalf Jung-4/+4
2023-02-12Auto merge of #105601 - BelovDV:change-rlib-with-not-stable, r=petrochenkovbors-17/+87
2023-02-12Suggest the correct array length on mismatchclubby789-2/+54
2023-02-11rustdoc: account for intra-doc links in `<meta name="description">`Michael Howell-0/+6
2023-02-11make `relate`'s const ty assertion use semantic equalityBoxy-0/+181
2023-02-11Auto merge of #107851 - cjgillot:sroa-const, r=oli-obkbors-0/+55
2023-02-11Pacify tidy.Camille GILLOT-0/+1
2023-02-11Auto merge of #107928 - matthiaskrgr:rollup-qnn380r, r=matthiaskrgrbors-1/+52
2023-02-11Intern span when length is MAX_LEN with parent.Camille GILLOT-0/+8
2023-02-11Rollup merge of #107912 - clubby789:doc-bad-enum-field, r=camelid,GuillaumeGomezMatthias Krüger-1/+29
2023-02-11Rollup merge of #107897 - GuillaumeGomez:reexported-macros-docs, r=notriddleMatthias Krüger-0/+23
2023-02-11Auto merge of #107167 - the8472:rawvec-simpler-layout, r=thomccbors-1/+1
2023-02-11rustdoc: Don't resolve link to field on different variantclubby789-1/+29
2023-02-11Auto merge of #107919 - Dylan-DPC:rollup-fkl9swa, r=Dylan-DPCbors-28/+223
2023-02-11Auto merge of #107507 - BoxyUwU:deferred_projection_equality, r=lcnrbors-0/+188