about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2022-10-07add a few more assert_unsafe_preconditionRalf Jung-5/+6
2022-10-07Ensure the correct tombstone file is openedFlorian Bartels-11/+11
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-07suggest `==` to the first expr which has `ExprKind::Assign`Takayuki Maeda-1/+24
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-06Ensure crash is caused by libc::abortFlorian Bartels-4/+22
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-06Fix whitespaceFlorian Bartels-1/+3
2022-10-06Fix test for AndroidFlorian Bartels-0/+22
2022-10-06Enable test on AndroidFlorian Bartels-1/+0
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-05Fix the sanitizer_scs_attr_check.rs testPeter Collingbourne-3/+3
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
2022-10-05Auto merge of #102704 - Dylan-DPC:rollup-66ff8sm, r=Dylan-DPCbors-164/+331
2022-10-05add test for issue 82633Rageking8-0/+173
2022-10-05suggest `==` to the rest of assign exprTakayuki Maeda-20/+78
2022-10-05Rollup merge of #102699 - GuillaumeGomez:fix-hamburger-button-color, r=Dylan-DPCDylan DPC-3/+4
2022-10-05Rollup merge of #102496 - compiler-errors:into-suggestion, r=davidtwcoDylan DPC-19/+70
2022-10-05Rollup merge of #101061 - RalfJung:panic-on-uninit, r=oli-obkDylan DPC-123/+237
2022-10-05Rollup merge of #100986 - TaKO8Ki:do-not-suggest-adding-generic-args-for-turb...Dylan DPC-19/+20
2022-10-05Auto merge of #98736 - alex:lipo-magic, r=bjorn3bors-0/+14
2022-10-05Add regression test for hamberger button color in mobile sidebarGuillaume Gomez-3/+4
2022-10-05stop suggesting adding generic args for turbofishTakayuki Maeda-19/+20
2022-10-05change might_permit_raw_init to fully detect LLVM UB, but not more than thatRalf Jung-123/+237
2022-10-05Suggest calling method if fn does not existMichael Goulet-0/+57
2022-10-05Delay function resolution error until typeckMichael Goulet-353/+353
2022-10-05Bless testsMichael Goulet-95/+14
2022-10-05Fix test for default body with implMichael Goulet-4/+10
2022-10-04Rollup merge of #102670 - lyming2007:issue-101866-fix, r=compiler-errorsMichael Howell-15/+15
2022-10-04Rollup merge of #102650 - Rageking8:slightly-improve-no-return-for-returning-...Michael Howell-18/+17
2022-10-05Suggest `.into()` when all other coercion suggestions failMichael Goulet-19/+70
2022-10-05Support default-body trait functions with RPITITMichael Goulet-0/+15