about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2021-10-20Auto merge of #90050 - michaelwoerister:fix-vtable-debug-name-crash-90019, r=...bors-0/+10
2021-10-20Rollup merge of #90025 - JohnTitor:revert-86011, r=estebankYuki Okushi-67/+75
2021-10-20Rollup merge of #90018 - GuillaumeGomez:too-long-item-names, r=jshaYuki Okushi-28/+71
2021-10-19Update src/test/codegen/debug-vtable.rsWesley Wiser-1/+1
2021-10-19Erase late-bound regions before computing vtable debuginfo name.Michael Woerister-0/+10
2021-10-19Auto merge of #90040 - nbdd0121:issue-90038, r=oli-obkbors-0/+21
2021-10-19Fix issue 90038Gary Guo-0/+21
2021-10-19Rollup merge of #89997 - cameron1024:const-str-as-bytes-ice, r=JohnTitorMatthias Krüger-0/+28
2021-10-19Rollup merge of #89988 - tmiasko:unpromote-const-drop, r=oli-obkMatthias Krüger-0/+39
2021-10-19Rollup merge of #89956 - JohnTitor:suggest-case-insensitive-match-names, r=es...Matthias Krüger-2/+19
2021-10-19Rollup merge of #89867 - Urgau:fix-double-definition, r=GuillaumeGomezMatthias Krüger-0/+31
2021-10-18Auto merge of #89229 - oli-obk:i_love_inferctxt, r=jackh726bors-299/+228
2021-10-18Do not promote values with const drop that need to be droppedTomasz Miąsko-0/+39
2021-10-18Auto merge of #89124 - cjgillot:owner-info, r=michaelwoeristerbors-14/+2
2021-10-19Add a regression test for #89935Yuki Okushi-0/+18
2021-10-19Revert "Rollup merge of #86011 - tlyu:correct-sized-bound-spans, r=estebank"Yuki Okushi-67/+57
2021-10-18Remove regionck member constraint handling and leave it to mir borrowckOli Scherer-320/+76
2021-10-18Add test to ensure that the docblock elements left margin is as expectedGuillaume Gomez-0/+6
2021-10-18Add GUI overflow tests for constant and typedefGuillaume Gomez-1/+35
2021-10-18* Remove left margin on items declaration at the top of their documentation pageGuillaume Gomez-27/+30
2021-10-18add test for issue 84957cameron-0/+28
2021-10-18Rollup merge of #89987 - pierwill:fix-85526-docs-hidden-assoc, r=GuillaumeGomezMatthias Krüger-0/+15
2021-10-18Rollup merge of #89974 - est31:let_else_if_error, r=nagisaMatthias Krüger-0/+28
2021-10-18Rollup merge of #89965 - JohnTitor:fix-let-else-ice-with-ref-mut, r=petrochenkovMatthias Krüger-0/+19
2021-10-17Check implementing type for `#[doc(hidden)]`pierwill-0/+15
2021-10-17Nicer error message if the user attempts to do let...else ifest31-0/+28
2021-10-17Rollup merge of #89975 - JohnTitor:gats-tests-85921, r=jackh726Matthias Krüger-0/+19
2021-10-17Rollup merge of #89963 - r00ster91:parenthesisparentheses, r=nagisaMatthias Krüger-73/+73
2021-10-17Rollup merge of #89946 - JohnTitor:fix-89686, r=petrochenkovMatthias Krüger-0/+58
2021-10-17Rollup merge of #89738 - eddyb:extern-crate-recursion, r=nagisaMatthias Krüger-0/+66
2021-10-17Auto merge of #89514 - davidtwco:polymorphize-shims-and-predicates, r=lcnrbors-1/+43
2021-10-17Some "parenthesis" and "parentheses" fixesr00ster91-73/+73
2021-10-17Add a regression test for #85921Yuki Okushi-0/+19
2021-10-17Rollup merge of #89907 - GuillaumeGomez:correctly-emit-errors, r=camelidYuki Okushi-1/+0
2021-10-17Fix ICE with `let...else` and `ref mut`Yuki Okushi-0/+19
2021-10-16Remove FIXME since there is nothing to be fixed.Guillaume Gomez-1/+0
2021-10-17Suggest a case insensitive match name regardless of levenshtein distanceYuki Okushi-2/+19
2021-10-16Auto merge of #89860 - camsteffen:macro-semi, r=petrochenkovbors-554/+575
2021-10-16Fix an ICE with TAITs and FutureYuki Okushi-0/+58
2021-10-16Rollup merge of #89918 - JohnTitor:gats-tests, r=jackh726Matthias Krüger-0/+55
2021-10-16Rollup merge of #89914 - jackh726:gat_genericboundfailure, r=estebankMatthias Krüger-16/+19
2021-10-16Rollup merge of #89912 - davidtwco:issue-89280-split-lines-multiple-lines, r=...Matthias Krüger-0/+33
2021-10-16Rollup merge of #89902 - rusticstuff:outline-atomics-linux-only, r=workingjub...Matthias Krüger-0/+1
2021-10-16Rollup merge of #89509 - jhpratt:stabilize-const_unreachable_unchecked, r=oli...Matthias Krüger-8/+5
2021-10-15Auto merge of #84096 - m-ou-se:windows-bcrypt-random, r=dtolnaybors-2/+2
2021-10-15simplify constrain_opaque_typesNiko Matsakis-216/+389
2021-10-16Add some GATs related regression testsYuki Okushi-0/+55
2021-10-15Emit impl difference error for GenericBoundFailure toojackh726-16/+19
2021-10-15emitter: current substitution can be multi-lineDavid Wood-0/+33
2021-10-15Rework the equivalent test to work with sidebar-items.jsLoïc BRANSTETT-3/+3