about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2022-09-12Construct dyn* during const interpMichael Goulet-1/+1
2022-09-12Add test to make sure we run custom destructorsEric Holk-0/+23
2022-09-12Add test case for calling methods on dyn* objectEric Holk-0/+25
2022-09-12Call destructors when dyn* object goes out of scopeEric Holk-1/+1
2022-09-12dyn* through more typechecking and MIREric Holk-7/+19
2022-09-12Typecheck dyn* coercionsEric Holk-2/+36
2022-09-12Plumb dyn trait representation through ty::DynamicEric Holk-1/+1
2022-09-12Introduce dyn_star feature flagEric Holk-0/+32
2022-09-12Auto merge of #101729 - oli-obk:miriup, r=oli-obkbors-7/+7
2022-09-12Update miri submoduleOli Scherer-7/+7
2022-09-12Auto merge of #99334 - NiklasJonsson:84447/error-privacy, r=oli-obkbors-4/+3
2022-09-12Auto merge of #101716 - Dylan-DPC:rollup-ayvh6nd, r=Dylan-DPCbors-18/+250
2022-09-12Rollup merge of #101706 - notriddle:notriddle/search-mobile, r=GuillaumeGomezDylan DPC-5/+0
2022-09-12Rollup merge of #101701 - aDotInTheVoid:rdj-impl-tests, r=GuillaumeGomezDylan DPC-0/+81
2022-09-12Rollup merge of #101693 - GuillaumeGomez:update-browser-ui-test-0-10, r=notri...Dylan DPC-13/+16
2022-09-12Rollup merge of #101681 - compiler-errors:rpitit-obj-safety, r=lcnrDylan DPC-0/+72
2022-09-12Rollup merge of #101676 - compiler-errors:rpitit-wf, r=lcnrDylan DPC-0/+49
2022-09-12Rollup merge of #101668 - chenyukang:fix-101626, r=TaKO8KiDylan DPC-0/+31
2022-09-12Rollup merge of #100293 - yanchen4791:add-inline-llvm-option, r=nnethercoteDylan DPC-0/+1
2022-09-12Auto merge of #101604 - compiler-errors:issue-101465, r=lcnrbors-0/+50
2022-09-12Auto merge of #100502 - chenyukang:fix-100478, r=jackh726bors-0/+314
2022-09-12Auto merge of #100251 - compiler-errors:tuple-trait-2, r=jackh726bors-3/+97
2022-09-12Fix ICE in opt_suggest_box_spanMichael Goulet-0/+50
2022-09-11rustdoc: remove no-op `#search`Michael Howell-4/+0
2022-09-11rustdoc: remove no-op `#search { margin-left: 0 }`Michael Howell-1/+0
2022-09-11Update tests for new browser-ui-test versionGuillaume Gomez-12/+15
2022-09-11Rustdoc-Json: Add tests for trait impls.Nixon Enraght-Moony-0/+81
2022-09-11Auto merge of #101682 - compiler-errors:rpitit-encode, r=fee1-deadbors-0/+9
2022-09-11Only encode RPITIT when trait method has default bodyMichael Goulet-0/+9
2022-09-11Deny RPITIT for object safetyMichael Goulet-0/+72
2022-09-11Check that the types in RPITITs are WFMichael Goulet-0/+49
2022-09-11Update unit test outputsCharles Lew-80/+51
2022-09-11fix tests after rebaseAndrew Cann-18/+26
2022-09-11test async diagnostics for feature(generator_clone)Andrew Cann-0/+242
2022-09-11Add feature gate tests for generator_cloneAndrew Cann-0/+284
2022-09-11fix #101626, suggest pub instead of public for const type itemyukang-0/+31
2022-09-10Auto merge of #101613 - GuillaumeGomez:codeblock-tooltip, r=notriddlebors-136/+139
2022-09-10Auto merge of #98559 - jackh726:remove-reempty, r=oli-obkbors-57/+44
2022-09-10Auto merge of #101647 - crlf0710:test_for_99551, r=bjorn3bors-0/+21
2022-09-10Update browser-ui-test version to 0.10.0Guillaume Gomez-1/+1
2022-09-10Fix pointer value punning.Charles Lew-0/+21
2022-09-10Rollup merge of #101641 - GuillaumeGomez:update-browser-ui-test, r=Dylan-DPCDylan DPC-1/+1
2022-09-10Rollup merge of #101631 - rust-lang:notriddle/duplicate-module, r=GuillaumeGomezDylan DPC-5/+164
2022-09-10Rollup merge of #101578 - lcnr:resolve-hack, r=jackh726Dylan DPC-2/+2
2022-09-10Auto merge of #101483 - oli-obk:guaranteed_opt, r=fee1-deadbors-31/+19
2022-09-10rustc_error, rustc_private, rustc_ast: Switch to stable hash containersNiklas Jonsson-4/+3
2022-09-10Update browser-ui-test version to 0.9.8Guillaume Gomez-1/+1
2022-09-10Update rustdoc GUI testsGuillaume Gomez-53/+53
2022-09-10Simplify DOM for codeblocks tooltipsGuillaume Gomez-83/+86
2022-09-10Auto merge of #101639 - matthiaskrgr:rollup-sewkrgm, r=matthiaskrgrbors-71/+128