about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2025-02-17Auto merge of #137164 - matthiaskrgr:rollup-dj5826k, r=matthiaskrgrbors-167/+167
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-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
2025-02-15rustdoc: improve refdef handling in the unresolved link lintMichael Howell-30/+79
2025-02-15Rollup merge of #136808 - chenyukang:yukang-fix-arg-list-error-129273, r=este...Matthias Krüger-24/+79
2025-02-15Rollup merge of #136490 - Skepfyr:no-field-rest-pattern-attrs, r=compiler-errorsMatthias Krüger-0/+18
2025-02-15Rollup merge of #127581 - fmease:fix-crate_name-validation, r=bjorn3Matthias Krüger-9/+76
2025-02-15abi_unsupported_vector_types: say which type is the problemRalf Jung-109/+109
2025-02-15Reject macro calls inside of `#![crate_name]`León Orell Valerian Liehr-0/+67
2025-02-15Move `#![crate_type]` UI tests into attributes directoryLeón Orell Valerian Liehr-3/+3
2025-02-15Clean up rustc_session::output::{find,validate}_crate_nameLeón Orell Valerian Liehr-2/+2
2025-02-15Try to recover from path sep error in parseryukang-24/+79
2025-02-14Rollup merge of #137038 - maurer:tolerate-captures, r=nikicJubilee-1/+1
2025-02-14Rollup merge of #137037 - RalfJung:x86-sse2-abi, r=workingjubileeJubilee-1/+20
2025-02-14Rollup merge of #137035 - compiler-errors:eagerly-mono-closures-after-norm, r...Jubilee-0/+19
2025-02-14Rollup merge of #136971 - HypheX:patch1, r=WaffleLapkinJubilee-0/+37
2025-02-14Normalize closure instance before eagerly monomorphizing itMichael Goulet-0/+19
2025-02-14llvm: Tolerate captures in testsMatthew Maurer-1/+1
2025-02-14add x86-sse2 (32bit) ABI that requires SSE2 target featureRalf Jung-1/+20
2025-02-14Auto merge of #137030 - matthiaskrgr:rollup-267aumr, r=matthiaskrgrbors-863/+855
2025-02-14Rollup merge of #137007 - pvdrz:fix-aarch64-alloc-layout, r=compiler-errorsMatthias Krüger-0/+269
2025-02-14Rollup merge of #136958 - compiler-errors:additive-replacmeent, r=estebankMatthias Krüger-861/+574
2025-02-14Rollup merge of #136886 - ehuss:remove-prelude-common, r=jhprattMatthias Krüger-1/+1
2025-02-14Rollup merge of #135778 - ferrocene:ja-gh135777, r=workingjubileeMatthias Krüger-1/+11
2025-02-14Auto merge of #136575 - scottmcm:nsuw-math, r=nikicbors-5/+15
2025-02-14Add new ui test for returning an Fn trait that returns impl TraitXelph-0/+37
2025-02-14Auto merge of #136735 - scottmcm:transmute-nonnull, r=oli-obkbors-68/+121