about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2023-03-15Fix #109152, fix the scenario that we may can not get span of funcyukang-0/+30
2023-03-14Improved implementation and comments after code review feedbackScott McMurray-52/+96
2023-03-15Auto merge of #107376 - aliemjay:remove-givens, r=lcnrbors-0/+58
2023-03-14Use index based drop loop for slices and arraysTomasz Miąsko-63/+17
2023-03-14Bless incremental test.Camille GILLOT-2/+2
2023-03-14ICE when checking LocalInfo on runtime MIR.Camille GILLOT-4/+4
2023-03-14Wrap the whole LocalInfo in ClearCrossCrate.Camille GILLOT-6/+2
2023-03-14Tighter spansMichael Goulet-18/+18
2023-03-14Simplify proc macro signature validity checkMichael Goulet-133/+125
2023-03-14Auto merge of #109130 - matthiaskrgr:rollup-dm3jza6, r=matthiaskrgrbors-63/+471
2023-03-14Rollup merge of #109116 - MaciejWas:add-modifies-receiver-diagn-when-method-n...Matthias Krüger-5/+38
2023-03-14Rollup merge of #109110 - compiler-errors:impossible-impl-mono, r=jackh726Matthias Krüger-0/+13
2023-03-14Rollup merge of #109105 - compiler-errors:late-ct-in-anon-ct, r=oli-obkMatthias Krüger-0/+30
2023-03-14Rollup merge of #109101 - compiler-errors:layout-err, r=michaelwoeristerMatthias Krüger-0/+22
2023-03-14Rollup merge of #108923 - spastorino:new-rpitit-9, r=compiler-errorsMatthias Krüger-0/+2
2023-03-14Rollup merge of #108909 - spastorino:new-rpitit-7, r=compiler-errorsMatthias Krüger-12/+130
2023-03-14Rollup merge of #108880 - spastorino:new-rpitit-6, r=compiler-errorsMatthias Krüger-46/+236
2023-03-14Use `unused_generic_params` from crate metadataMichael Goulet-0/+15
2023-03-14Don't codegen impossible to satisfy implsMichael Goulet-0/+13
2023-03-14Emit "modifies receiver" diagnostic when no method is foundMaciej Wasilewski-5/+38
2023-03-14Auto merge of #106505 - Nilstrieb:format-args-string-literal-episode-2, r=pet...bors-19/+144
2023-03-14Make fns from other crates with RPITIT workSantiago Pastorino-0/+2
2023-03-14Properly allow macro expanded `format_args` invocations to uses capturesNilstrieb-19/+144
2023-03-14Auto merge of #104833 - Swatinem:async-identity-future, r=compiler-errorsbors-273/+109
2023-03-13rustdoc: fix comments in testMichael Howell-4/+4
2023-03-14Auto merge of #108992 - petrochenkov:qcstore2, r=cjgillotbors-4/+4
2023-03-13Don't ICE for late-bound consts across AnonConstBoundaryMichael Goulet-0/+30
2023-03-13Layout of `&dyn Trait<[type error]>` is still wideMichael Goulet-0/+22
2023-03-13Rollup merge of #109088 - Nilstrieb:target-feature-on-statics-when, r=compile...Matthias Krüger-16/+114
2023-03-13Rollup merge of #109081 - krasimirgg:llvm-17-simd-wide-sum, r=nikicMatthias Krüger-1/+1
2023-03-13Rollup merge of #108830 - compiler-errors:new-solver-fast-reject-faster, r=lcnrMatthias Krüger-0/+67
2023-03-13Gracefully handle `#[target_feature]` on staticsNilstrieb-16/+114
2023-03-13Bless debuginfo test.Camille GILLOT-1/+0
2023-03-13Generalize operation.Camille GILLOT-109/+100
2023-03-13Replace ZST operands and debuginfo by constants.Camille GILLOT-78/+126
2023-03-13Add a test that used to take forever to compileMichael Goulet-0/+43
2023-03-13Treat projections with infer as placeholder during fast reject in new solverMichael Goulet-0/+24
2023-03-13simd-wide-sum test: adapt for LLVM 17 codegen changeKrasimir Georgiev-1/+1
2023-03-13Auto merge of #108623 - scottmcm:try-different-as-slice-impl, r=the8472bors-5/+13
2023-03-13resolve: Remove `struct_field_names_untracked`Vadim Petrochenkov-4/+4
2023-03-13remove need for test expectationsRémy Rakic-0/+1
2023-03-13fix error patternRémy Rakic-1/+1
2023-03-13fix ignore header in MSVC testRémy Rakic-1/+1
2023-03-13Auto merge of #108471 - clubby789:unbox-the-syntax, r=Nilstrieb,est31bors-786/+806
2023-03-12Auto merge of #108872 - cjgillot:simp-const-prop, r=oli-obkbors-15/+17
2023-03-12Add a codegen test to confirm this fixes 73258Scott McMurray-0/+38
2023-03-12Add a codegen test to confirm this fixes 106369Scott McMurray-0/+15
2023-03-12Rollup merge of #109029 - compiler-errors:parse-gating, r=jackh726Matthias Krüger-12/+49
2023-03-12Rollup merge of #109009 - notriddle:notriddle/edit-distance, r=GuillaumeGomezMatthias Krüger-0/+12
2023-03-12Update failing ui testsGuillaume Gomez-5/+45