about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2025-02-03highlight the whole problem subpattern when pointing out the default binding ...dianne-43/+161
2025-02-03add tests for label formattingdianne-1/+47
2025-02-04Auto merge of #136525 - matthiaskrgr:rollup-m8kqlek, r=matthiaskrgrbors-350/+541
2025-02-04Rollup merge of #136022 - vayunbiyani:port_tests, r=RalfJungMatthias Krüger-348/+518
2025-02-04Rollup merge of #134814 - sayantn:keylocker, r=oli-obkMatthias Krüger-0/+21
2025-02-04Rollup merge of #134807 - poliorcetics:ab/push-skpynvsmwkll, r=camelidMatthias Krüger-2/+2
2025-02-04Delay bug when method confirmation cannot upcast object pick of selfMichael Goulet-0/+32
2025-02-03use more specific wording for subpatterns from macro expansionsdianne-1/+1
2025-02-04Auto merge of #136507 - matthiaskrgr:rollup-uzwv9mo, r=matthiaskrgrbors-94/+244
2025-02-03Fix ICE when function argument mismatches.Jason Newcomb-9/+66
2025-02-04implement inherent str constructorsmay-22/+4
2025-02-04Remove unnecessary layout assertions for object-safe receiversMichael Goulet-68/+40
2025-02-04Add missing lang items in no_core tests in rustdocMichael Goulet-8/+31
2025-02-03Rename rustc_contract to contractCelina G. Val-127/+484
2025-02-03Update test output to include check_contracts cfgCelina G. Val-12/+13
2025-02-03Improve contracts intrisics and remove wrapper functionCelina G. Val-40/+30
2025-02-03Refactor contract builtin macro + error handlingCelina G. Val-0/+207
2025-02-03Separate contract feature gates for the internal machineryFelix S. Klock II-6/+157
2025-02-03demonstrate how to capture state at precondition time and feed into postcond...Felix S. Klock II-0/+74
2025-02-03Desugars contract into the internal AST extensionsFelix S. Klock II-0/+164
2025-02-03Add tests for nested macro_rules edition behaviorEric Huss-0/+112
2025-02-03Express contracts as part of function header and lower it to the contract lan...Celina G. Val-0/+118
2025-02-03contracts: added lang items that act as hooks for rustc-injected code to invoke.Felix S. Klock II-0/+47
2025-02-03Contracts core intrinsics.Felix S. Klock II-0/+41
2025-02-03Rollup merge of #136476 - jieyouxu:panic-panic-panic, r=lcnrMatthias Krüger-19/+7
2025-02-03Rollup merge of #136411 - dtolnay:fnptr, r=notriddleMatthias Krüger-6/+14
2025-02-03Rollup merge of #136299 - lqd:polonius-next-episode-9, r=jackh726Matthias Krüger-69/+223
2025-02-03Auto merge of #136146 - RalfJung:x86-abi, r=workingjubileebors-34/+56
2025-02-03In "specify type" suggestion, skip type params that are already knownEsteban Küber-12/+36
2025-02-03fix `json-*.rs` and `E0462` tests for compare-modesRémy Rakic-1/+3
2025-02-03fix normalization in `E0271` test for compare-modesRémy Rakic-3/+3
2025-02-03fix `crateresolve*.rs` tests and duplicates for compare modesRémy Rakic-5/+5
2025-02-03Make error message less awkwardMichael Goulet-25/+25
2025-02-03Check Sizedness of return type in WFMichael Goulet-323/+414
2025-02-03Check for generic parameter mismatches on trait functions.Jason Newcomb-3/+36
2025-02-03add rustc_abi to control ABI decisions LLVM does not have flags for, and use ...Ralf Jung-34/+56
2025-02-03Enable more tests on WindowsBen Kimock-63/+41
2025-02-03tests: remove redundant `//@ ignore-{wasm,wasm32,emscripten}`许杰友 Jieyou Xu (Joe)-19/+7
2025-02-03Do not allow attributes on struct field rest patternsJack Rickard-0/+18
2025-02-03Rollup merge of #136438 - RalfJung:offset_from_ub_errors, r=oli-obk许杰友 Jieyou Xu (Joe)-14/+14
2025-02-03Rollup merge of #136432 - fmease:lta-fix-def-site-checks, r=compiler-errors许杰友 Jieyou Xu (Joe)-0/+65
2025-02-03Rollup merge of #136404 - fmease:rm-compiletest-relic-of-the-past, r=Noratrie...许杰友 Jieyou Xu (Joe)-30/+30
2025-02-03reword pattern migration diagnostic to make sense in all editionsdianne-160/+149
2025-02-03Use a different hir type for patterns in pattern types than we use in match p...Oli Scherer-59/+97
2025-02-03Auto merge of #133138 - azhogin:azhogin/target-modifiers, r=davidtwco,saethlinbors-0/+169
2025-02-02Handle the case where the `or disjoint` folds immediately to a constantScott McMurray-1/+11
2025-02-03Remove a footgun-y feature / relic of the past from the compiletest DSLLeón Orell Valerian Liehr-30/+30
2025-02-03LTA: Check where-clauses for well-formedness at the def siteLeón Orell Valerian Liehr-0/+65
2025-02-02Rollup merge of #136445 - bjorn3:diag_ctxt_cleanup, r=oli-obkMatthias Krüger-1/+0
2025-02-02Rollup merge of #136414 - estebank:expected-return-type, r=oli-obkMatthias Krüger-28/+28