about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-09-21remove `#[cmse_nonsecure_entry]`Folkert-100/+38
2024-09-21add `C-cmse-nonsecure-entry` ABIFolkert de Vries-0/+1
2024-09-21Remove x86_64-fuchsia and aarch64-fuchsia target aliasesArtyom Tetyukhin-6/+0
2024-09-21Coalesce `non_snake_case` crate test set with revisions许杰友 Jieyou Xu (Joe)-100/+65
2024-09-21Rollup merge of #130645 - compiler-errors:normalize-gce-writeback, r=BoxyUwUMatthias Krüger-54/+10
2024-09-21Rollup merge of #130642 - cuviper:run-make-cargo, r=jieyouxuMatthias Krüger-5/+5
2024-09-21Rollup merge of #130598 - gurry:130310-improper-types-stack-overflow, r=compi...Matthias Krüger-15/+31
2024-09-21Compute reachable locals as part of non_ssa_localsBen Kimock-10/+14
2024-09-21Don't alloca for unused localsBen Kimock-3/+24
2024-09-20Resolve self type alias in impl for RTNMichael Goulet-0/+46
2024-09-20Add missing diagnostics and flesh out testsMichael Goulet-0/+460
2024-09-20Implement RTN in resolve_bound_vars and HIR ty loweringMichael Goulet-40/+8
2024-09-20Conditionally allow lowering RTN (..) in pathsMichael Goulet-43/+20
2024-09-20Don't emit spurious error for pattern matched array with erroneous len constMichael Goulet-10/+3
2024-09-20Normalize unevaluated consts in GCEMichael Goulet-44/+7
2024-09-20Pass the current cargo to `run-make` testsJosh Stone-5/+5
2024-09-20Auto merge of #130631 - GuillaumeGomez:rollup-jpgy1iv, r=GuillaumeGomezbors-29/+261
2024-09-20Rollup merge of #130619 - GuillaumeGomez:scraped-examples-height, r=notriddleGuillaume Gomez-1/+70
2024-09-20Rollup merge of #130617 - lcnr:nalgebra-hang-3, r=compiler-errorsGuillaume Gomez-1/+16
2024-09-20Rollup merge of #130614 - arttet:arm64e-apple-tvos, r=bjorn3Guillaume Gomez-0/+3
2024-09-20Rollup merge of #130526 - eholk:pin-reborrow, r=compiler-errorsGuillaume Gomez-0/+172
2024-09-20Rollup merge of #128209 - beetrees:no-macos-10.10, r=jieyouxuGuillaume Gomez-27/+0
2024-09-20Auto merge of #124895 - obeis:static-mut-hidden-ref, r=compiler-errorsbors-651/+617
2024-09-20TL note: current means targetJubilee Young-37/+37
2024-09-20Normalize being an annoying little compile testJubilee Young-39/+41
2024-09-21Support clobber_abi and vector/access registers (clobber-only) in s390x inlin...Taiki Endo-0/+50
2024-09-20update testslcnr-1/+14
2024-09-20Add arm64e-apple-tvos targetArtyom Tetyukhin-0/+3
2024-09-20bail if there are too many non-region infer varslcnr-0/+2
2024-09-20Add GUI tests for line numbers paddingGuillaume Gomez-1/+62
2024-09-20Add GUI test to check size of additional scraped examplesGuillaume Gomez-0/+8
2024-09-20Rollup merge of #130605 - clubby789:change-test, r=jieyouxuGuillaume Gomez-1/+1
2024-09-20Rollup merge of #129755 - vincenzopalazzo:macros/recursive-macros-between-edi...Guillaume Gomez-0/+52
2024-09-20Rollup merge of #129542 - zachs18:cow-self-test, r=compiler-errorsGuillaume Gomez-0/+14
2024-09-20Add recursion limit to FFI safety lintGurinder Singh-15/+31
2024-09-20Add Vxworks RISC-V targetsB I Mohammed Abbas-0/+6
2024-09-20Fix feature name in testclubby789-1/+1
2024-09-20Auto merge of #130508 - adwinwhite:niche-not-depend-on-order, r=the8472bors-0/+20
2024-09-20handle unsized consts with type `str` in v0 symbol manglingJaic1-0/+24
2024-09-19Add `field@` and `variant@` doc-link disambiguatorsNoa-23/+82
2024-09-19pin_ergonomics: allow reborrowing as Pin<&T>Eric Holk-0/+46
2024-09-19Bless rustc_abi::obj_size_bound testsJubilee Young-5/+5
2024-09-19Keep object-size-dependent tests failingJubilee Young-29/+11
2024-09-19bless issue-56762.rs as huge-static.rsJubilee Young-6/+9
2024-09-19Add a test case to make sure we don't reborrow twiceEric Holk-1/+26
2024-09-19Allow shortening reborrowsEric Holk-0/+14
2024-09-19rustdoc: use the correct span for doctestsMichael Howell-1/+39
2024-09-19Add str.as_str() for easy dereferencing of Box<str>Kornel-48/+0
2024-09-18Rollup merge of #130533 - compiler-errors:never-pat-unsafeck, r=NadrierilJubilee-0/+36
2024-09-18Rollup merge of #130531 - compiler-errors:thir-unsafeck-param, r=UrgauJubilee-0/+38