summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2023-09-29Only prevent field projections into opaque types, not types containing opaque...Oli Scherer-0/+36
2023-09-21Update to LLVM 17.0.0Nikita Popov-0/+32
2023-09-21Paper over an accidental regressionOli Scherer-14/+15
2023-09-21Don't modify libstd to dump rustc ICEsMichael Goulet-2/+2
2023-09-16Remove assert that checks type equalityouz-a-0/+49
2023-09-16fix(resolve): update def if binding is warning ambiguitybohan-1/+1
2023-09-16Don't require `Drop` for `[PhantomData<T>; N]` where `N` and `T` are generic,...Oli Scherer-0/+17
2023-09-16Only suggest turbofish in patterns if we may recoverLeón Orell Valerian Liehr-0/+21
2023-09-09rustdoc: correctly deal with self ty params when eliding default object lifet...León Orell Valerian Liehr-0/+34
2023-09-09 unconstrained region vars: do not ICE ICE babylcnr-0/+48
2023-09-01rustdoc: use unicode-aware checks for redundant explicit link fastpathMichael Howell-0/+18
2023-09-01Restrict test to x86_64.Camille GILLOT-0/+3
2023-09-01Do not produce fragment for ZST.Camille GILLOT-8/+37
2023-09-01Add test with non-ZST.Camille GILLOT-13/+31
2023-09-01Do not forget to pass DWARF fragment information to LLVM.Camille GILLOT-0/+27
2023-09-01Stop emitting non-power-of-two vectors in basic LLVM codegenScott McMurray-15/+39
2023-08-30Revert "Suggest using `Arc` on `!Send`/`!Sync` types"David Tolnay-209/+11
2023-08-30Contents of reachable statics is reachableTomasz Miąsko-0/+7
2023-08-24Add projection obligations when comparing impl tooJack Huey-0/+32
2023-08-20Auto merge of #113124 - nbdd0121:eh_frame, r=cjgillotbors-3/+27
2023-08-20Auto merge of #115018 - matthiaskrgr:rollup-pxj0qdb, r=matthiaskrgrbors-320/+152
2023-08-20Rollup merge of #115000 - RalfJung:custom-mir-call, r=compiler-errors,JakobDegenMatthias Krüger-13/+13
2023-08-20Rollup merge of #114999 - GuillaumeGomez:migrate-gui-test-color-34, r=notriddleMatthias Krüger-255/+131
2023-08-20Rollup merge of #114834 - compiler-errors:try_coerce-side-effects, r=lcnrMatthias Krüger-52/+8
2023-08-20Auto merge of #114914 - compiler-errors:deduce-tait-in-future-output, r=lcnrbors-0/+19
2023-08-20Auto merge of #114332 - nbdd0121:riscv, r=compiler-errorsbors-53/+53
2023-08-20Auto merge of #113966 - lu-zero:relocation-model-in-cfg, r=bjorn3bors-0/+25
2023-08-20Auto merge of #113167 - ChAoSUnItY:redundant_explicit_link, r=GuillaumeGomezbors-64/+1413
2023-08-20Rollup merge of #114934 - lcnr:generalize-substs-relate, r=compiler-errorsMatthias Krüger-0/+157
2023-08-19Avoid side-effects from try_coerce when suggesting borrowing LHS of castMichael Goulet-52/+8
2023-08-19custom_mir: change Call() terminator syntax to something more readableRalf Jung-13/+13
2023-08-19Migrate GUI colors test to original CSS color formatGuillaume Gomez-24/+24
2023-08-19Merge values with same colorsGuillaume Gomez-37/+20
2023-08-19Use function to remove code duplication for `search-form-elements.goml` testGuillaume Gomez-255/+148
2023-08-19Rollup merge of #114972 - nbdd0121:const_check, r=compiler-errorsMatthias Krüger-0/+24
2023-08-19Rollup merge of #114958 - ferrocene:optimization-remarks-dir-pgo, r=lqdMatthias Krüger-0/+1
2023-08-18change to known buglcnr-2/+2
2023-08-18instantiate response: no unnecessary new universelcnr-0/+157
2023-08-18Add the relocation_model to the cfgLuca Barbato-0/+25
2023-08-18Auto merge of #114915 - nnethercote:Nonterminal-cleanups, r=petrochenkovbors-2/+18
2023-08-18Add a test to check that inline const is in required_constsGary Guo-0/+24
2023-08-18Bless test changesGary Guo-53/+53
2023-08-18Run `AbortUnwindingCalls` after generator transformGary Guo-3/+27
2023-08-18Auto merge of #111908 - c410-f3r:yetegdfqwer, r=petrochenkovbors-0/+33
2023-08-18Auto merge of #114948 - compiler-errors:normalize-before-freeze, r=lcnrbors-0/+179
2023-08-18`ignore-cross-compile` on `optimization-remarks-dir-pgo` testLukas Wirth-0/+1
2023-08-18Add regression test for inline docKyle Lin-0/+13
2023-08-18fix `unescaped_backticks` errorKyle Lin-64/+64
2023-08-18narrow down the lint trigger constraintKyle Lin-0/+1
2023-08-18add missing deny lintKyle Lin-0/+2