about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2023-05-14Stop turning transmutes into discriminants in mir-optScott McMurray-139/+49
2023-05-14Auto merge of #111517 - lukas-code:addr-of-mutate, r=tmiaskobors-0/+34
2023-05-14Auto merge of #111552 - matthiaskrgr:rollup-4nidoti, r=matthiaskrgrbors-92/+253
2023-05-14Rollup merge of #111549 - GuillaumeGomez:update-gui-format, r=notriddleMatthias Krüger-86/+86
2023-05-14Rollup merge of #111534 - aDotInTheVoid:ita-rdj, r=fmease,GuillaumeGomezMatthias Krüger-0/+83
2023-05-14Rollup merge of #111477 - y21:extra-impl-in-trait-impl, r=compiler-errorsMatthias Krüger-0/+64
2023-05-14Rollup merge of #111463 - clubby789:env-escaped-var, r=cjgillotMatthias Krüger-6/+20
2023-05-14Auto merge of #111440 - cjgillot:refprop-debuginfo, r=oli-obkbors-584/+1356
2023-05-14Auto merge of #111425 - Bryanskiy:privacy_ef, r=petrochenkovbors-0/+53
2023-05-14Convert more GUI tests colors to their original formatGuillaume Gomez-86/+86
2023-05-13Auto merge of #111363 - asquared31415:tidy_no_random_ui_tests, r=fee1-deadbors-38/+48
2023-05-13Auto merge of #111374 - tmiasko:align-unsized-locals, r=cjgillotbors-0/+30
2023-05-13rustdoc-json: Add tests for `#![feature(inherent_associated_types)]`Alona Enraght-Moony-0/+83
2023-05-13Add multiple borrow test.Camille GILLOT-55/+89
2023-05-13Do not ICE on deeply nested borrows.Camille GILLOT-0/+13
2023-05-13Iterate ReferencePropagation to fixpoint.Camille GILLOT-398/+797
2023-05-13Add mir-opt test.Camille GILLOT-0/+173
2023-05-13Add debuginfo test.Camille GILLOT-0/+165
2023-05-13Support ConstantIndex in debuginfo.Camille GILLOT-12/+3
2023-05-13Implement references VarDebugInfo.Camille GILLOT-334/+331
2023-05-13Auto merge of #110699 - jyn514:simulate-remapped-already-remapped, r=cjgillotbors-2/+5
2023-05-13improve error for `impl<..> impl Trait for Type`y21-0/+64
2023-05-13Auto merge of #111526 - Dylan-DPC:rollup-h75agro, r=Dylan-DPCbors-184/+371
2023-05-13Rollup merge of #111494 - compiler-errors:variant-order, r=petrochenkovDylan DPC-0/+18
2023-05-13Rollup merge of #111469 - Dushistov:fix-coverage-data-race, r=wesleywiserDylan DPC-1/+1
2023-05-13Rollup merge of #111451 - compiler-errors:note-cast-origin, r=b-naberDylan DPC-171/+92
2023-05-13Rollup merge of #111096 - AngelicosPhosphoros:overflow_checks_issue_91130, r=...Dylan DPC-0/+56
2023-05-13Rollup merge of #110454 - oli-obk:limited_impl_trait_in_assoc_type, r=compile...Dylan DPC-12/+204
2023-05-13Auto merge of #111447 - scottmcm:remove-more-assumes, r=thomccbors-59/+300
2023-05-12Remove useless `assume`s from `slice::iter(_mut)`Scott McMurray-59/+300
2023-05-13Encode VariantIdx so we can decode variants in the right orderMichael Goulet-0/+18
2023-05-13Auto merge of #103413 - RalfJung:phantom-dropck, r=lcnrbors-0/+22
2023-05-13allow mutating function args through `&raw const`Lukas Markeffsky-0/+34
2023-05-12Auto merge of #109732 - Urgau:uplift_drop_forget_ref_lints, r=davidtwcobors-64/+829
2023-05-12Use the opaque_types_defined_by query to cheaply check for whether a hidden t...Oli Scherer-9/+164
2023-05-12Require `impl Trait` in associated types to appear in method signaturesOli Scherer-4/+41
2023-05-12Auto merge of #111493 - matthiaskrgr:rollup-iw1z59b, r=matthiaskrgrbors-38/+337
2023-05-12Rollup merge of #111490 - compiler-errors:layout-placeholder, r=aliemjayMatthias Krüger-1/+19
2023-05-12Rollup merge of #111441 - cjgillot:issue-111422, r=JakobDegenMatthias Krüger-4/+170
2023-05-12Rollup merge of #111179 - Zalathar:sort-groups, r=Mark-SimulacrumMatthias Krüger-33/+148
2023-05-12Auto merge of #111489 - compiler-errors:rollup-g3vgzss, r=compiler-errorsbors-81/+363
2023-05-12Don't ICE in layout computation for placeholder typesMichael Goulet-1/+19
2023-05-11Rollup merge of #111460 - clubby789:lowercase-box-self, r=compiler-errorsMichael Goulet-0/+16
2023-05-11Rollup merge of #111459 - GuillaumeGomez:update-browser-ui-test, r=notriddleMichael Goulet-79/+67
2023-05-11Rollup merge of #111444 - cjgillot:issue-111400, r=oli-obkMichael Goulet-0/+1
2023-05-11Rollup merge of #111439 - uweigand:backtrace-normalize, r=compiler-errorsMichael Goulet-2/+3
2023-05-11Rollup merge of #111375 - rcvalle:rust-cfi-fix-106547, r=bjorn3Michael Goulet-0/+113
2023-05-11Rollup merge of #106038 - aliemjay:opaque-implied, r=lcnrMichael Goulet-0/+163
2023-05-12Note base types of coercionMichael Goulet-171/+92
2023-05-12Usage of atomic counters for llvm code coverageEvgeniy A. Dushistov-1/+1