about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2025-02-19Specify scope in `out_of_scope_macro_calls` lintEsteban Küber-18/+18
2025-02-19Auto merge of #136539 - matthewjasper:late-normalize-errors, r=compiler-errorsbors-61/+154
2025-02-19Auto merge of #137248 - matthiaskrgr:rollup-s18zjau, r=matthiaskrgrbors-71/+87
2025-02-19Auto merge of #135408 - RalfJung:x86-sse2, r=workingjubileebors-104/+188
2025-02-19Rollup merge of #137242 - ehuss:reference-do_not_recommend, r=compiler-errorsMatthias Krüger-50/+59
2025-02-19Rollup merge of #137059 - xizheyin:issue-136827, r=davidtwcoMatthias Krüger-16/+16
2025-02-19Rollup merge of #136936 - xingxue-ibm:sigpipe-test, r=workingjubileeMatthias Krüger-5/+12
2025-02-18Add reference annotations for the `do_not_recommend` attributeEric Huss-50/+59
2025-02-18Rollup merge of #137218 - lukas-code:layout_of_cleanup, r=compiler-errorsMatthias Krüger-1/+81
2025-02-18Rollup merge of #137203 - nnethercote:improve-MIR-modification, r=compiler-er...Matthias Krüger-0/+8
2025-02-18Rollup merge of #137161 - dianne:pat-migration-bookkeeping-for-macros, r=Nadr...Matthias Krüger-1/+36
2025-02-18Rollup merge of #137000 - compiler-errors:deeply-normalize-item-bounds, r=lcnrMatthias Krüger-25/+65
2025-02-18Rollup merge of #135711 - estebank:issue-135649, r=davidtwcoMatthias Krüger-0/+29
2025-02-18Use `yes` except target_os = "nto".Xing Xue-5/+12
2025-02-18x86-sse2 ABI: use SSE registers for floats and SIMDRalf Jung-104/+188
2025-02-18clean up layout error diagnosticsLukas Markeffsky-2/+2
2025-02-18document and test all `LayoutError` variantsLukas Markeffsky-1/+81
2025-02-18Auto merge of #133852 - x17jiri:cold_path, r=saethlinbors-0/+123
2025-02-18Use `MirPatch` in `EnumSizeOpt`.Nicholas Nethercote-0/+8
2025-02-17Deeply normalize associated type bounds before proving themMichael Goulet-25/+65
2025-02-17Update tests for dropck normalization errorsMatthew Jasper-61/+154
2025-02-17Auto merge of #137164 - matthiaskrgr:rollup-dj5826k, r=matthiaskrgrbors-167/+167
2025-02-17improve cold_path()Jiri Bobek-0/+123
2025-02-17Rollup merge of #137145 - RalfJung:minicore, r=jieyouxuMatthias Krüger-164/+154
2025-02-17Rollup merge of #137120 - ChrisDenton:its-all-relative, r=GuillaumeGomezMatthias Krüger-3/+3
2025-02-17Rollup merge of #137095 - saethlin:use-hash64-for-hashes, r=workingjubileeMatthias Krüger-0/+10
2025-02-17Rollup merge of #137140 - Noratrieb:const-move, r=jieyouxu,compiler-errorsMatthias Krüger-0/+158
2025-02-17Rollup merge of #137101 - GrigorenkoPV:str-inherent-lint, r=UrgauMatthias Krüger-40/+250
2025-02-17Rollup merge of #136671 - nnethercote:middle-limits, r=NadrierilMatthias Krüger-12/+12
2025-02-17Rollup merge of #136466 - nnethercote:start-removing-Map, r=cjgillotMatthias Krüger-2/+1
2025-02-16bookkeep properly when pointing into macro expansionsdianne-2/+6
2025-02-16add a failing testdianne-1/+32
2025-02-17Move some `Map` methods onto `TyCtxt`.Nicholas Nethercote-2/+1
2025-02-17Rename `pattern_complexity` attr as `pattern_complexity_limit`.Nicholas Nethercote-12/+12
2025-02-16Move hashes from rustc_data_structure to rustc_hashes so they can be shared w...Ben Kimock-0/+10
2025-02-16use add-core-stubs / minicore for a few more testsRalf Jung-164/+154
2025-02-16Fix const items not being allowed to be called `r#move` or `r#static`Noratrieb-0/+158
2025-02-16Rollup merge of #137117 - ChrisDenton:error-lang, r=fmease,NoratriebMatthias Krüger-3/+3
2025-02-16Rollup merge of #137112 - scottmcm:box-drop-no-nonnull-project, r=oli-obkMatthias Krüger-1/+118
2025-02-16Rollup merge of #137102 - compiler-errors:name_regions2, r=oli-obkMatthias Krüger-0/+27
2025-02-16invalid_from_utf8[_unchecked]: also lint inherent methodsPavel Grigorenko-40/+250
2025-02-16Auto merge of #136363 - notriddle:notriddle/unresolved-link-unused-refdef, r=...bors-30/+79
2025-02-16Enable relative-path-include-bytes on WindowsChris Denton-3/+3
2025-02-16Fix test that relies on error languageChris Denton-3/+3
2025-02-15Don't project into `NonNull` when dropping a `Box`Scott McMurray-1/+118
2025-02-16Rollup merge of #137097 - compiler-errors:sized-bound-self, r=oli-obkJacob Pratt-0/+14
2025-02-16Rollup merge of #137092 - RalfJung:abi_unsupported_vector_types-better-error,...Jacob Pratt-109/+109
2025-02-16Rollup merge of #135909 - Flakebi:amdgpu-kd, r=jieyouxu,workingjubileeJacob Pratt-0/+31
2025-02-15Rework name_regions to not rely on reverse scc graph for non-member-constrain...Michael Goulet-0/+27
2025-02-15Ignore Self in bounds check for associated types with Self:SizedMichael Goulet-0/+14