summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | Fix ice caused by shorthand fields in NoFieldsForFnCallyukang2023-05-132-0/+22
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Shorten lifetime of panic temporaries in panic_fmt caseDavid Tolnay2023-05-143-38/+11
* | | | | | | | Add ui test to reproduce non-Send panic temporaryDavid Tolnay2023-05-142-0/+46
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Auto merge of #111517 - lukas-code:addr-of-mutate, r=tmiaskobors2023-05-141-0/+34
|\ \ \ \ \ \ \
| * | | | | | | allow mutating function args through `&raw const`Lukas Markeffsky2023-05-131-0/+34
| | |/ / / / / | |/| | | | |
* | | | | | | Auto merge of #111552 - matthiaskrgr:rollup-4nidoti, r=matthiaskrgrbors2023-05-1410-92/+253
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Rollup merge of #111549 - GuillaumeGomez:update-gui-format, r=notriddleMatthias Krüger2023-05-141-86/+86
| |\ \ \ \ \ \
| | * | | | | | Convert more GUI tests colors to their original formatGuillaume Gomez2023-05-141-86/+86
| | | |/ / / / | | |/| | | |
| * | | | | | Rollup merge of #111534 - aDotInTheVoid:ita-rdj, r=fmease,GuillaumeGomezMatthias Krüger2023-05-143-0/+83
| |\ \ \ \ \ \
| | * | | | | | rustdoc-json: Add tests for `#![feature(inherent_associated_types)]`Alona Enraght-Moony2023-05-133-0/+83
| | |/ / / / /
| * | | | | | Rollup merge of #111477 - y21:extra-impl-in-trait-impl, r=compiler-errorsMatthias Krüger2023-05-143-0/+64
| |\ \ \ \ \ \
| | * | | | | | improve error for `impl<..> impl Trait for Type`y212023-05-133-0/+64
| | |/ / / / /
| * | | | | | Rollup merge of #111463 - clubby789:env-escaped-var, r=cjgillotMatthias Krüger2023-05-143-6/+20
| |\ \ \ \ \ \
| | * | | | | | Better diagnostics for `env!` where variable contains escapeclubby7892023-05-113-6/+20
* | | | | | | | Auto merge of #111440 - cjgillot:refprop-debuginfo, r=oli-obkbors2023-05-1416-584/+1356
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Add multiple borrow test.Camille GILLOT2023-05-133-55/+89
| * | | | | | | Do not ICE on deeply nested borrows.Camille GILLOT2023-05-131-0/+13
| * | | | | | | Iterate ReferencePropagation to fixpoint.Camille GILLOT2023-05-1313-398/+797
| * | | | | | | Add mir-opt test.Camille GILLOT2023-05-132-0/+173
| * | | | | | | Add debuginfo test.Camille GILLOT2023-05-131-0/+165
| * | | | | | | Support ConstantIndex in debuginfo.Camille GILLOT2023-05-131-12/+3
| * | | | | | | Implement references VarDebugInfo.Camille GILLOT2023-05-1310-334/+331
| | |/ / / / / | |/| | | | |
* | | | | | | Auto merge of #111425 - Bryanskiy:privacy_ef, r=petrochenkovbors2023-05-142-0/+53
|\ \ \ \ \ \ \
| * | | | | | | Populate effective visibilities in rustc_privacyBryanskiy2023-05-112-0/+53
| | |_|_|/ / / | |/| | | | |
* | | | | | | Auto merge of #111363 - asquared31415:tidy_no_random_ui_tests, r=fee1-deadbors2023-05-1311-38/+48
|\ \ \ \ \ \ \
| * | | | | | | tidy check to find misc files in ui tests, and clean up the resultsasquared314152023-05-0911-38/+48
* | | | | | | | Auto merge of #111374 - tmiasko:align-unsized-locals, r=cjgillotbors2023-05-131-0/+30
|\ \ \ \ \ \ \ \
| * | | | | | | | Align unsized localsTomasz Miąsko2023-05-081-0/+30
* | | | | | | | | Auto merge of #110699 - jyn514:simulate-remapped-already-remapped, r=cjgillotbors2023-05-132-2/+5
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | Apply `simulate-remapped-rust-src-base` even `remap-debuginfo` is set in conf...jyn2023-04-222-2/+5
* | | | | | | | | Auto merge of #111526 - Dylan-DPC:rollup-h75agro, r=Dylan-DPCbors2023-05-1377-184/+371
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Rollup merge of #111494 - compiler-errors:variant-order, r=petrochenkovDylan DPC2023-05-132-0/+18
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Encode VariantIdx so we can decode variants in the right orderMichael Goulet2023-05-132-0/+18
| | | |_|_|_|_|/ / / | | |/| | | | | | |
| * | | | | | | | | Rollup merge of #111469 - Dushistov:fix-coverage-data-race, r=wesleywiserDylan DPC2023-05-131-1/+1
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Usage of atomic counters for llvm code coverageEvgeniy A. Dushistov2023-05-121-1/+1
| | | |_|_|_|_|/ / / | | |/| | | | | | |
| * | | | | | | | | Rollup merge of #111451 - compiler-errors:note-cast-origin, r=b-naberDylan DPC2023-05-1360-171/+92
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Note base types of coercionMichael Goulet2023-05-1260-171/+92
| | |/ / / / / / / /
| * | | | | | | | | Rollup merge of #111096 - AngelicosPhosphoros:overflow_checks_issue_91130, r=...Dylan DPC2023-05-134-0/+56
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Add support for `cfg(overflow_checks)`AngelicosPhosphoros2023-05-114-0/+56
| | |/ / / / / / / /
| * | | | | | | | | Rollup merge of #110454 - oli-obk:limited_impl_trait_in_assoc_type, r=compile...Dylan DPC2023-05-1310-12/+204
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Use the opaque_types_defined_by query to cheaply check for whether a hidden t...Oli Scherer2023-05-128-9/+164
| | * | | | | | | | | Require `impl Trait` in associated types to appear in method signaturesOli Scherer2023-05-123-4/+41
* | | | | | | | | | | Auto merge of #111447 - scottmcm:remove-more-assumes, r=thomccbors2023-05-133-59/+300
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Remove useless `assume`s from `slice::iter(_mut)`Scott McMurray2023-05-123-59/+300
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Auto merge of #103413 - RalfJung:phantom-dropck, r=lcnrbors2023-05-131-0/+22
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | add test for may_dangle and ManuallyDropRalf Jung2023-02-151-0/+22
* | | | | | | | | | Auto merge of #109732 - Urgau:uplift_drop_forget_ref_lints, r=davidtwcobors2023-05-1265-64/+829
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add note to suggest using `let _ = x` to ignore the valueUrgau2023-05-104-0/+72
| * | | | | | | | | | Improve warning message by saying that it "does nothing"Urgau2023-05-104-39/+39
| * | | | | | | | | | Use label instead of note to be more consistent with other lintsUrgau2023-05-104-267/+117