about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-08-27Arbitrary self types v2: pointers feature gate.Adrian Taylor-12/+63
2024-08-27Rollup merge of #129536 - beetrees:f16-f128-inline-asm-aarch64, r=AmanieuTrevor Gross-8/+139
2024-08-27Rollup merge of #129490 - randomPoison:trusty-os-support, r=UrgauTrevor Gross-2/+8
2024-08-27Rollup merge of #128935 - lqd:needs-zstd, r=KobzolTrevor Gross-39/+42
2024-08-27Rollup merge of #128731 - RalfJung:simd-shuffle-vector, r=workingjubileeTrevor Gross-2/+25
2024-08-27Rollup merge of #126985 - Mrmaxmeier:dwarf-embed-source, r=davidtwcoTrevor Gross-0/+72
2024-08-27Rollup merge of #129560 - GuillaumeGomez:impl-assoc-type-source-link, r=notri...Matthias Krüger-1/+27
2024-08-27Rollup merge of #129340 - stephen-lazaro:u/slazaro/issue-129274, r=compiler-e...Matthias Krüger-0/+28
2024-08-27Rollup merge of #129250 - estebank:issue-129205, r=compiler-errorsMatthias Krüger-17/+25
2024-08-27Rollup merge of #129032 - jswrenn:transmute-method, r=compiler-errorsMatthias Krüger-17/+17
2024-08-26Remove crashes from type_of on resolution that doesn't have a type_ofMichael Goulet-17/+0
2024-08-26Do not ICE on non-ADT rcvr type when looking for crate version collisionEsteban Küber-0/+25
2024-08-26Rollup merge of #129600 - traviscross:TC/tie-impl_trait_overcaptures-to-rust-...Matthias Krüger-6/+22
2024-08-26Rollup merge of #129190 - rezwanahmedsami:master, r=tgross35Matthias Krüger-1/+69
2024-08-26Tie `impl_trait_overcaptures` lint to Rust 2024Travis Cross-6/+22
2024-08-26Rollup merge of #129553 - RalfJung:const-stability, r=compiler-errorsMatthias Krüger-8/+16
2024-08-26Rollup merge of #129525 - notriddle:notriddle/fake-variadic-tuple-array, r=Gu...Matthias Krüger-0/+17
2024-08-26Rollup merge of #129519 - compiler-errors:lowering-flags, r=fmeaseMatthias Krüger-0/+28
2024-08-26Rollup merge of #129405 - surechen:fix_span_x, r=cjgillotMatthias Krüger-29/+12
2024-08-26Rollup merge of #129288 - compiler-errors:unsafe-fn-coercion, r=lcnrMatthias Krüger-0/+14
2024-08-25expand zstd debuginfo compression testRémy Rakic-10/+23
2024-08-25prepare test for expanding scopeRémy Rakic-0/+0
2024-08-25mark `rust-lld-compress-debug-sections` test as needing zstdRémy Rakic-14/+4
2024-08-25Remove redundant flags that can be inferred from the HIRMichael Goulet-0/+28
2024-08-25Rollup merge of #129487 - GrigorenkoPV:repr_transparent_external_private_fiel...Matthias Krüger-0/+73
2024-08-25Add regression test for impl associated types source linkGuillaume Gomez-0/+26
2024-08-25Generate missing source link on impl associated typesGuillaume Gomez-1/+1
2024-08-25Fixing span manipulation and indentation of the suggestion introduced by #126187surechen-29/+12
2024-08-25tweak rustc_allow_const_fn_unstable hint, and add back test for stable-const-...Ralf Jung-8/+16
2024-08-25Auto merge of #129521 - matthiaskrgr:rollup-uigv77m, r=matthiaskrgrbors-409/+455
2024-08-24Rollup merge of #129430 - lolbinarycat:rustdoc-search-exact-case, r=notriddleTrevor Gross-0/+7
2024-08-24Rollup merge of #129429 - cjgillot:named-variance, r=compiler-errorsTrevor Gross-132/+134
2024-08-24Rollup merge of #128735 - jieyouxu:pr-120176-revive, r=cjgillotTrevor Gross-6/+126
2024-08-24Rollup merge of #128524 - chenyukang:yukang-fix-127930-invalid-outer-style-su...Trevor Gross-41/+28
2024-08-24Rollup merge of #128467 - estebank:unsized-args, r=cjgillotTrevor Gross-0/+139
2024-08-25Add `f16` and `f128` inline ASM support for `aarch64`beetrees-33/+116
2024-08-24Enable f16 in assembly on aarch64 platforms that support itrongfu.leng-4/+52
2024-08-24rustdoc: clean up tuple <-> primitive conversion docsMichael Howell-0/+17
2024-08-24Rollup merge of #129500 - fee1-dead-contrib:fxrel, r=compiler-errorsMatthias Krüger-2/+13
2024-08-24Rollup merge of #129246 - BoxyUwU:feature_gate_const_arg_path, r=cjgillotMatthias Krüger-184/+383
2024-08-24Rollup merge of #129199 - RalfJung:writes_through_immutable_pointer, r=compil...Matthias Krüger-52/+11
2024-08-24Rollup merge of #128596 - RalfJung:const_fn_floating_point_arithmetic, r=nnet...Matthias Krüger-171/+48
2024-08-24repr_transparent_external_private_fields: treat `rustc_pub_transparent` types...Pavel Grigorenko-0/+25
2024-08-24New `#[rustc_pub_transparent]` attributePavel Grigorenko-0/+48
2024-08-24remove invalid `TyCompat` relation for effectsDeadbeef-2/+13
2024-08-23Add Trusty OS as tier 3 targetNicole LeGare-2/+8
2024-08-23Print the generic parameter along with the variance in dumps.Camille GILLOT-132/+134
2024-08-23Auto merge of #128507 - Oneirical:testart-from-scratch, r=jieyouxubors-8/+70
2024-08-23rustdoc: show exact case-sensitive matches firstbinarycat-0/+7
2024-08-23document & impl the transmutation modeled by `BikeshedIntrinsicFrom`Jack Wrenn-17/+17