about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2022-10-26Rollup merge of #102951 - SparrowLii:type_annotation, r=estebankDylan DPC-0/+98
2022-10-26Auto merge of #103279 - compiler-errors:normalize-hack-back, r=lcnrbors-0/+31
2022-10-25Modify ui tests to reflect the changeByron Zhong-10/+11
2022-10-26Auto merge of #103158 - Bryanskiy:resolve_perf, r=petrochenkovbors-6/+6
2022-10-25diagnostics: add test case for issue 102354Michael Howell-0/+34
2022-10-26add testcase for suggest selfyukang-1/+28
2022-10-25Add regression test for inlined doc comment on impl blockGuillaume Gomez-0/+13
2022-10-25Pinning tests for some macro_rules things discussed in the lang meetingScott McMurray-0/+28
2022-10-26suggest calling the method of the same name when method not foundyukang-4/+49
2022-10-25Name impl trait in region bound suggestionMichael Goulet-23/+23
2022-10-25Move a wf-check into the site where the value is instantiatedOli Scherer-12/+12
2022-10-25adopt to compiler changesMaybe Waffle-9/+20
2022-10-25add a test for gate `impl_trait_in_fn_trait_return`Maybe Waffle-0/+21
2022-10-25--blessMaybe Waffle-89/+106
2022-10-25Add even more tests for `impl Fn() -> impl Trait`Maybe Waffle-1/+53
2022-10-25Add more tests for `impl Fn() -> impl Trait`Maybe Waffle-0/+106
2022-10-25Allow `impl Fn() -> impl Trait` in return positionMaybe Waffle-66/+61
2022-10-25Fix #103451, find_width_of_character_at_span return width with 1 when reachin...yukang-0/+37
2022-10-25Perf improvements for effective visibility calculatingBryanskiy-6/+6
2022-10-25add a test to verify that compile-flags are provided lastPietro Albini-0/+8
2022-10-25Added helper to prevent verbose printing from the `PrettyPrinter` when printi...Sarthak Singh-0/+13
2022-10-25Auto merge of #102988 - dpaoliello:inlinerawdylib, r=dpaoliellobors-0/+102
2022-10-24rustdoc: parse self-closing tags and attributes in `invalid_html_tags`Michael Howell-0/+150
2022-10-24Support raw-dylib functions being used inside inlined functionsDaniel Paoliello-0/+102
2022-10-25Rollup merge of #103493 - notriddle:notriddle/source-sidebar-logo, r=Guillaum...Yuki Okushi-1/+1
2022-10-25Rollup merge of #103486 - GuillaumeGomez:cleanup-rustdoc-gui-highlight-colors...Yuki Okushi-52/+89
2022-10-25Rollup merge of #103409 - compiler-errors:rpitit-signature-mismatch, r=lcnrYuki Okushi-0/+37
2022-10-25Rollup merge of #103382 - compiler-errors:anon-apit-lt-region-ice, r=cjgillotYuki Okushi-0/+28
2022-10-25Rollup merge of #103350 - clubby789:refer-to-assoc-method, r=wesleywiserYuki Okushi-9/+44
2022-10-25Rollup merge of #103333 - chenyukang:yukang/fix-103143, r=wesleywiserYuki Okushi-0/+25
2022-10-24Add more normalization and testsmejrs-8/+95
2022-10-24Address some commentsmejrs-0/+17
2022-10-24Delay span bug when we can't map lifetimes back in collect_trait_impl_trait_tysMichael Goulet-0/+37
2022-10-24Make PROC_MACRO_DERIVE_RESOLUTION_FALLBACK a hard errorAaron Hill-100/+36
2022-10-24rustdoc: remove unused `.sidebar-logo` DOM on source pagesMichael Howell-1/+1
2022-10-24Use functions in highlight-colors rustdoc GUI testGuillaume Gomez-52/+89
2022-10-24Auto merge of #94063 - Aaron1011:pretty-print-rental, r=lcnrbors-105/+321
2022-10-24Rollup merge of #99939 - saethlin:pre-sort-tests, r=thomcc,jackh726Yuki Okushi-0/+82
2022-10-24fix parentheses surrounding spacing issue in parseryukang-5/+27
2022-10-24suggest type annotation for local statement initialed by ref expressionSparrowLii-0/+98
2022-10-24Port `dead_code` lints to be translatable.Charles Lew-6/+6
2022-10-24fix #103435, unused lint won't produce invalid codeyukang-0/+75
2022-10-23rustdoc: don't mark Box<T> as Iterator, Read, etcJacob Hoffman-Andrews-0/+38
2022-10-24fix #103425, remove extra type error after missing semicolon erroryukang-0/+44
2022-10-23`unchecked_{shl|shr}` should use `u32` as the RHSScott McMurray-0/+65
2022-10-23Cleanup message and bless testsJack Huey-15/+15
2022-10-23Enable varargs support for calling conventions other than C or cdeclSoveu-21/+104
2022-10-23Rollup merge of #103434 - GuillaumeGomez:gui-test-jump-to-def-background-clea...Michael Howell-38/+17
2022-10-23Rollup merge of #103414 - compiler-errors:rpit-print-lt, r=cjgillotMichael Howell-21/+21
2022-10-23Rollup merge of #103402 - joshtriplett:niche-wrap-fix, r=oli-obkMichael Howell-51/+69