about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-04-02Rollup merge of #123368 - maurer:cfi-non-general-coroutines, r=compiler-errorsMatthias Krüger-2/+39
2024-04-02Rollup merge of #123362 - oli-obk:thread_local_nested_statics, r=estebankMatthias Krüger-0/+22
2024-04-02Rollup merge of #123348 - fmease:add-synth-auto-trait-impls-tests, r=Guillaum...Matthias Krüger-0/+85
2024-04-02Rollup merge of #123302 - compiler-errors:sized-bound-first, r=estebankMatthias Krüger-1/+31
2024-04-02Rollup merge of #123226 - scottmcm:u32-shifts, r=WaffleLapkinMatthias Krüger-491/+305
2024-04-02Auto merge of #118310 - scottmcm:three-way-compare, r=davidtwcobors-0/+398
2024-04-02CFI: Support function pointers for trait methodsMatthew Maurer-8/+38
2024-04-02CFI: Switch sense of type erasure flagMatthew Maurer-2/+2
2024-04-02CFI: Support non-general coroutinesMatthew Maurer-2/+39
2024-04-02Update tests/mir-opt/inline/unchecked_shifts.rsscottmcm-1/+1
2024-04-02rustdoc: synthetic auto trait impls: accept unresolved region vars for nowLeón Orell Valerian Liehr-0/+28
2024-04-02rustdoc: add a couple of regression testsLeón Orell Valerian Liehr-0/+85
2024-04-02Rollup merge of #123371 - eduardosm:dangling-test-files, r=compiler-errorsGuillaume Gomez-314/+0
2024-04-02Rollup merge of #123338 - GuillaumeGomez:update-browser-ui-test, r=notriddleGuillaume Gomez-248/+266
2024-04-02Rollup merge of #122614 - notriddle:notriddle/search-desc, r=GuillaumeGomezGuillaume Gomez-1/+1
2024-04-02Remove dangling `.mir.stderr` and `.thir.stderr` test filesEduardo Sánchez Muñoz-314/+0
2024-04-02Address review commentsJules Bertholet-9/+31
2024-04-02Forbid implicit nested statics in thread local staticsOli Scherer-19/+17
2024-04-02Auto merge of #123340 - fmease:rustdoc-simplify-auto-trait-impl-synth, r=Guil...bors-10/+28
2024-04-02t plit astconv's error report code in check functions to mod errors.surechen-3/+3
2024-04-02Check that nested statics in thread locals are duplicated per thread.Oli Scherer-0/+24
2024-04-02Remove redundant code commentsGuillaume Gomez-72/+72
2024-04-01Fix obligation param and bless testsMichael Goulet-64/+46
2024-04-01Instantiate closure-like bounds with placeholders to deal with binders correctlyMichael Goulet-0/+51
2024-04-01Make sure to insert Sized bound first into clauses listMichael Goulet-1/+31
2024-04-02rustdoc: heavily simplify synthesis of auto trait implsLeón Orell Valerian Liehr-2/+23
2024-04-01Update to new browser-ui-test versionGuillaume Gomez-248/+266
2024-04-01rustdoc: synthetic impls: auto traits: Fx{Hash↦Index}{Map,Set}León Orell Valerian Liehr-10/+7
2024-04-01Port argument-non-c-like-enum to Rust许杰友 Jieyou Xu (Joe)-8/+20
2024-04-01Auto merge of #123265 - joboet:guardians_of_the_unix, r=ChrisDentonbors-10/+10
2024-04-01Auto merge of #123310 - compiler-errors:nested-static-codegen-attrs, r=oli-obkbors-0/+11
2024-04-01Auto merge of #122663 - beetrees:non-unicode-env-error, r=TaKO8Kibors-0/+27
2024-04-01Fix error message for `env!` when env var is not valid Unicodebeetrees-0/+27
2024-04-01Auto merge of #122972 - beetrees:use-align-type, r=fee1-deadbors-7/+43
2024-03-31Don't inherit codegen attrs from parent staticMichael Goulet-0/+11
2024-04-01Use the `Align` type when parsing alignment attributesbeetrees-7/+43
2024-03-31Add regression tests for 123303Michael Goulet-0/+43
2024-03-31Always make inductive cycles as ambig during typeckMichael Goulet-27/+52
2024-04-01Fix union handling in exhaustivenessNadrieril-11/+12
2024-03-31Add testsNadrieril-0/+68
2024-03-31Rollup merge of #123180 - Oneirical:master, r=Mark-SimulacrumJubilee-4/+17
2024-03-31Move some testsCaio-20/+0
2024-03-31refer to a different module in UI testjoboet-10/+10
2024-03-31Auto merge of #122459 - Nadrieril:sort-eq, r=oli-obkbors-125/+247
2024-03-30Rewrite core-no-fp-fmt-parse in RustOneirical-4/+17
2024-03-30Auto merge of #123085 - tgross35:f16-f128-step4.0-libs-basic-impls, r=Amanieubors-9/+9
2024-03-30Auto merge of #99322 - GKFX:const-int-parse, r=Mark-Simulacrumbors-0/+41
2024-03-30Implement "&<pat> everywhere"Jules Bertholet-0/+119
2024-03-30Auto merge of #123106 - maurer:cfi-closures, r=compiler-errorsbors-23/+146
2024-03-30Add FileCheck directives to the new tests.Nadrieril-51/+42