about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2025-07-16type_id_eq: check that the hash fully matches the typeRalf Jung-10/+9
2025-07-16resolve: Merge `NameBindingKind::Module` into `NameBindingKind::Res`Vadim Petrochenkov-12/+0
2025-07-15Add regression testJonathan Brouwer-0/+46
2025-07-15rustdoc-json: Structured attributesAlona Enraght-Moony-57/+104
2025-07-16Comment more code and make tests clearerDeadbeef-11/+24
2025-07-16add `const_make_global`; err for `const_allocate` ptrs if didn't callDeadbeef-8/+177
2025-07-15Add tests, some of them fail...Michael Goulet-0/+1206
2025-07-15Gate things properlyMichael Goulet-4/+104
2025-07-15Consider outlives assumptions when proving auto traits for coroutine interiorsMichael Goulet-160/+25
2025-07-15Auto merge of #143877 - xizheyin:143813, r=scottmcm,saethlinbors-0/+55
2025-07-15Add teststiif-0/+583
2025-07-15Lint against having both #[unstable_feature_bound] and #[stable] on the same ...tiif-0/+24
2025-07-15Make stability attribute not to error when unstable feature bound is in effecttiif-0/+46
2025-07-15Setup unstable feature bound attributetiif-0/+43
2025-07-15Implement resolver warnings about reexporting private dependenciesDavid Mládek-12/+48
2025-07-15Auto merge of #143958 - samueltardieu:rollup-lh1s143, r=samueltardieubors-59/+361
2025-07-15Rollup merge of #143941 - folkertdev:cfg-select-docs, r=traviscrossSamuel Tardieu-6/+15
2025-07-15Rollup merge of #143927 - oli-obk:const-dyn-trait-hir-ty, r=fmeaseSamuel Tardieu-2/+26
2025-07-15Rollup merge of #143905 - xizheyin:143828, r=compiler-errorsSamuel Tardieu-44/+160
2025-07-15Rollup merge of #143837 - jieyouxu:symbol-apis, r=ChrisDentonSamuel Tardieu-4/+109
2025-07-15Rollup merge of #143736 - oli-obk:uninspectable-type-id, r=RalfJungSamuel Tardieu-3/+42
2025-07-15Rollup merge of #142301 - Gelbpunkt:duplicated-path-in-error-musl, r=workingj...Samuel Tardieu-0/+9
2025-07-15constify `Index` trait and its slice implsOli Scherer-35/+37
2025-07-15constify some methods using `SliceIndex`Oli Scherer-7/+8
2025-07-15New example for E0536Jonathan Brouwer-7/+6
2025-07-15Changes to diagnosticsJonathan Brouwer-97/+156
2025-07-15Add tests for UB check in `set_len`, `from_raw_parts_in`, `from_parts_in`xizheyin-0/+55
2025-07-15test: Add UI tests for testing type analysis autodiffKaran Janthe-0/+1302
2025-07-15Recover and suggest use `;` to construct array typexizheyin-82/+124
2025-07-14update `cfg_select!` documentationFolkert de Vries-6/+15
2025-07-14tests: Fix duplicated-path-in-error fail with muslJens Reidel-0/+9
2025-07-14Rollup merge of #143903 - vtjl10:master, r=jieyouxuSamuel Tardieu-2/+2
2025-07-14Rollup merge of #143855 - JonathanBrouwer:omit_gdb_pretty_printer_section, r=...Samuel Tardieu-6/+9
2025-07-14Rollup merge of #143848 - makai410:smir-rename, r=oli-obkSamuel Tardieu-165/+173
2025-07-14Reword mismatched-lifetime-syntaxes text based on feedbackJake Goulding-348/+462
2025-07-14Preserve constness in trait objects up to hir ty loweringOli Scherer-2/+26
2025-07-14rename `stable_mir` to `rustc_public`, and `rustc_smir` to `rustc_public_bridge`Makai-165/+173
2025-07-14Rollup merge of #143875 - fee1-dead-contrib:push-zvqrmzrprpzt, r=compiler-errorsJakub Beránek-37/+37
2025-07-14Rollup merge of #143217 - Periodic1911:link-ordinal, r=jdonszelmannJakub Beránek-38/+54
2025-07-14Update SUMMARY.mdfuder.eth-2/+2
2025-07-14Give all bytes of TypeId provenanceOli Scherer-3/+42
2025-07-14Add test array-type-no-semi.rsxizheyin-0/+74
2025-07-14tests: Test line debuginfo for linebreaked function parametersMartin Nordholts-0/+22
2025-07-14Auto merge of #143779 - JonathanBrouwer:automatically_derived_parser, r=oli-obkbors-33/+36
2025-07-13Auto merge of #143357 - cjgillot:no-assoc-item-kind, r=compiler-errorsbors-74/+71
2025-07-13Fixes for Arm64ECDaniel Paoliello-2/+6
2025-07-14moved testsKivooeo-0/+0
2025-07-13Auto merge of #143461 - folkertdev:cfg-select-builtin-macro, r=petrochenkovbors-0/+56
2025-07-13Imply always-const host effects the same as any other item boundMichael Goulet-0/+19
2025-07-13Dont collect assoc ty item bounds from trait where clause for host effect pre...Michael Goulet-28/+13