about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2022-10-23Auto merge of #101403 - bjorn3:dylib_lto, r=Mark-Simulacrumbors-0/+1
2022-10-23Introduce dedicated `-Zdylib-lto` flag for enabling LTO on `dylib`sJakub Beránek-0/+1
2022-10-23Auto merge of #103431 - Dylan-DPC:rollup-oozfo89, r=Dylan-DPCbors-13/+214
2022-10-23Rollup merge of #103305 - c410-f3r:moar-errors, r=petrochenkovDylan DPC-0/+0
2022-10-23Rollup merge of #103249 - petrochenkov:revaddids, r=oli-obkDylan DPC-1/+8
2022-10-23Rollup merge of #101908 - chenyukang:fix-101880, r=estebankDylan DPC-0/+94
2022-10-23Rollup merge of #101293 - compiler-errors:lt-is-actually-char, r=estebankDylan DPC-12/+112
2022-10-23Auto merge of #103345 - Nilstrieb:diag-flat, r=compiler-errorsbors-342/+356
2022-10-23Update translation testsNilstrieb-342/+356
2022-10-23Rollup merge of #103401 - GuillaumeGomez:gui-test-headings-cleanup, r=notriddleMatthias Krüger-100/+76
2022-10-23Rollup merge of #103368 - compiler-errors:normalization-ambiguity-bug, r=oli-obkMatthias Krüger-0/+159
2022-10-23Rollup merge of #103355 - compiler-errors:rpitit-default-check, r=oli-obkMatthias Krüger-13/+50
2022-10-23Rollup merge of #103354 - clubby789:escape-string-literals, r=compiler-errorsMatthias Krüger-4/+45
2022-10-23Rollup merge of #103328 - compiler-errors:trivial-false-const-sugg, r=jackh726Matthias Krüger-61/+0
2022-10-22Use functions for headings rustodoc GUI testGuillaume Gomez-100/+76
2022-10-22Rollup merge of #103224 - compiler-errors:semi-after-closure-in-macro, r=fee1...Dylan DPC-0/+14
2022-10-22Rollup merge of #103190 - fmease:rustdoc-render-bounds-of-cross-crate-gat-par...Dylan DPC-8/+11
2022-10-22Auto merge of #103227 - lcnr:bye-bye-unevaluated-const, r=oli-obkbors-20/+24
2022-10-22Don't erroneously deny semicolons after closure expr within parentheses in a ...Michael Goulet-0/+14
2022-10-22Recover unclosed char literal being parsed as lifetimeMichael Goulet-12/+112
2022-10-22Auto merge of #103172 - pcwalton:deduced-param-attrs, r=oli-obkbors-1/+61
2022-10-22Update UI testsclubby789-4/+45
2022-10-21Auto merge of #103375 - matthiaskrgr:rollup-4xrs7f2, r=matthiaskrgrbors-85/+276
2022-10-22Rollup merge of #103364 - notriddle:notriddle/toggles, r=jshaMatthias Krüger-0/+23
2022-10-22Rollup merge of #103351 - oli-obk:tilde_const_impls, r=fee1-deadMatthias Krüger-46/+115
2022-10-22Rollup merge of #103341 - Rageking8:add-test-for-issue-97607, r=compiler-errorsMatthias Krüger-0/+12
2022-10-22Rollup merge of #103339 - Rageking8:fix-some-typos, r=fee1-deadMatthias Krüger-3/+3
2022-10-22Rollup merge of #103335 - SarthakSingh31:issue-89008, r=jackh726Matthias Krüger-36/+11
2022-10-22Rollup merge of #102635 - lcnr:incoherent_auto_trait_objects, r=jackh726Matthias Krüger-0/+112
2022-10-21Auto merge of #101263 - lopopolo:lopopolo/c-unwind-fn-ptr-impls, r=thomccbors-2/+2
2022-10-21testsMichael Goulet-0/+159
2022-10-21Auto merge of #101077 - sunshowers:signal-mask-inherit, r=sunshowersbors-2/+4
2022-10-21rustdoc: prevent method summary margin from being applied to docblocksMichael Howell-0/+23
2022-10-21Auto merge of #98450 - lqd:doc-metadata, r=lqd,GuillaumeGomezbors-0/+44
2022-10-21Handle RPITITs properly in register_hidden_typeMichael Goulet-13/+50
2022-10-21Require Drop impls to have the same constness on its bounds as the bounds on ...Oli Scherer-46/+115
2022-10-21Rollup merge of #103321 - notriddle:notriddle/source-page-top-bar-layout, r=G...Dylan DPC-8/+30
2022-10-21Rollup merge of #103260 - cuviper:needs-asm-support, r=fee1-deadDylan DPC-14/+5
2022-10-21Rollup merge of #103111 - cjgillot:shadow-label, r=estebankDylan DPC-18/+33
2022-10-21Rollup merge of #103051 - davidtwco:translation-tidying-up, r=compiler-errorsDylan DPC-50/+73
2022-10-21Rollup merge of #102287 - compiler-errors:unused-must-use-also-supertrait, r=...Dylan DPC-0/+26
2022-10-21add test for issue 97607Rageking8-0/+12
2022-10-21fix some typosRageking8-3/+3
2022-10-21Introduce deduced parameter attributes, and use them for deducing `readonly` onPatrick Walton-1/+61
2022-10-21replaced wrong test with the correct mcveSarthak Singh-36/+11
2022-10-20Do not suggest trivially false const predicatesMichael Goulet-61/+0
2022-10-20Add UI regression test when querying visibility of generic parameterGuillaume Gomez-0/+9
2022-10-20Add ui test to ensure attributes generated from macros are kept as expectedGuillaume Gomez-0/+35
2022-10-20Change process spawning to inherit the parent's signal mask by defaultRain-2/+4
2022-10-20Rollup merge of #103319 - fee1-dead-contrib:improve_tilde_const_msg, r=oli-obkMatthias Krüger-5/+42