about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2022-10-08Rollup merge of #102782 - Hosshii:issue-102124, r=Mark-SimulacrumMichael Howell-0/+20
2022-10-08Rollup merge of #102514 - b-naber:binder-print-fixes, r=jackh726Michael Howell-7/+51
2022-10-08Rollup merge of #99818 - aliemjay:fix-closure-normalize, r=jackh726Michael Howell-0/+135
2022-10-08Rollup merge of #102815 - notriddle:notriddle/mobile-topbar, r=GuillaumeGomezMatthias Krüger-1/+1
2022-10-08Rollup merge of #102723 - pcc:run-make-cc, r=Mark-SimulacrumMatthias Krüger-5/+1
2022-10-08Rollup merge of #102524 - notriddle:notriddle/unsafe-function, r=GuillaumeGomezMatthias Krüger-0/+41
2022-10-08Auto merge of #102315 - RalfJung:assert_unsafe_precondition, r=thomccbors-5/+6
2022-10-08rustdoc: add test case for dimensions and color of unsafe `<sup>`Michael Howell-0/+41
2022-10-08rustdoc: remove mobile topbar from source pages instead of hiding itMichael Howell-1/+1
2022-10-08handle late-bound vars from inner binders correctly and add testb-naber-0/+24
2022-10-08Auto merge of #102809 - matthiaskrgr:rollup-qq62vuv, r=matthiaskrgrbors-187/+260
2022-10-08Rollup merge of #102789 - GuillaumeGomez:update-browser-ui-test-version, r=no...Matthias Krüger-149/+149
2022-10-08Rollup merge of #102778 - nbdd0121:mir, r=tmiaskoMatthias Krüger-0/+67
2022-10-08Rollup merge of #102675 - ouz-a:mir-technical-debt, r=oli-obkMatthias Krüger-16/+16
2022-10-08Rollup merge of #101520 - oli-obk:transmute_lifetimes, r=compiler-errorsMatthias Krüger-22/+28
2022-10-08Auto merge of #100720 - camsteffen:representable, r=cjgillotbors-252/+188
2022-10-08don't ICE when normalizing closure input tysAli MJ Al-Nasrawy-0/+135
2022-10-07Auto merge of #102091 - RalfJung:const_err, r=oli-obkbors-5088/+1323
2022-10-07Update rustdoc-gui test to new browser-ui-test versionGuillaume Gomez-149/+149
2022-10-07Fix testGary Guo-10/+11
2022-10-07Rollup merge of #102779 - TaKO8Ki:fix-type-of-ice-102768, r=fee1-deadDylan DPC-0/+47
2022-10-07Rollup merge of #102764 - compiler-errors:issue-102762, r=jackh726Dylan DPC-0/+46
2022-10-07Allow transmutes between the same types after erasing lifetimesOli Scherer-22/+28
2022-10-07make const_err a hard errorRalf Jung-5088/+1323
2022-10-07Add regression test for #102124Hosshii-0/+20
2022-10-07Rewrite representabilityCameron Steffen-252/+188
2022-10-07add a few more assert_unsafe_preconditionRalf Jung-5/+6
2022-10-07fix a ICE #102768Takayuki Maeda-0/+47
2022-10-07Fix MIR inlining of asm_unwindGary Guo-0/+66
2022-10-07Rollup merge of #102761 - est31:let_else_uninhabited_test, r=compiler-errorsMatthias Krüger-1/+23
2022-10-07Rollup merge of #102744 - notriddle:notriddle/content-item-list, r=GuillaumeG...Matthias Krüger-6/+6
2022-10-07Rollup merge of #102720 - lyming2007:issue-102397-fix, r=compiler-errorsMatthias Krüger-8/+8
2022-10-07Check WhereClauseReferencesSelf after all other object safety checksMichael Goulet-0/+46
2022-10-07let-else: test else block with non-never uninhabited typeest31-1/+23
2022-10-06rustdoc: remove unused HTML `class="item-list"`Michael Howell-6/+6
2022-10-06Rollup merge of #102725 - nnethercote:rm-Z-time, r=davidtwcoMatthias Krüger-1/+0
2022-10-06Rollup merge of #102718 - compiler-errors:opaque-bound-lint-ice, r=fee1-deadMatthias Krüger-0/+22
2022-10-06Rollup merge of #98496 - BoxyUwU:instancers_bad_equality, r=lcnrMatthias Krüger-2/+42
2022-10-06Remove `mir::CastKind::Misc`ouz-a-16/+16
2022-10-06Auto merge of #102707 - fmease:rustdoc-render-more-cross-crate-hrtbs-properly...bors-5/+29
2022-10-06Rollup merge of #102710 - Rageking8:add-test-for-issue-82633, r=estebankMatthias Krüger-0/+173
2022-10-06Rollup merge of #102708 - TaKO8Ki:improve-eqeq-suggestion, r=estebankMatthias Krüger-20/+78
2022-10-06Rollup merge of #102694 - compiler-errors:fn-to-method, r=davidtwcoMatthias Krüger-353/+410
2022-10-05test: run-make: skip when cross-compilingPeter Collingbourne-5/+1
2022-10-06Remove `-Ztime` option.Nicholas Nethercote-1/+0
2022-10-05rustdoc: remove unused CSS class `in-band`Michael Howell-20/+20
2022-10-05rustdoc: render more cross-crate hrtbs properlyLeón Orell Valerian Liehr-5/+29
2022-10-05do not reverse the expected type and found type for ObligationCauseCode of If...Yiming Lei-8/+8
2022-10-05Auto merge of #102394 - dingxiangfei2009:issue-102317, r=oli-obkbors-0/+44
2022-10-05Fix opaque_hidden_inferred_bound lint ICEMichael Goulet-0/+22