about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2024-03-12Rollup merge of #122366 - oli-obk:opaques_defined_by_overflow, r=lcnrJubilee-0/+26
2024-03-12Rollup merge of #122363 - Enselic:unix_sigpipe-str-list, r=oli-obkJubilee-1/+13
2024-03-12Auto merge of #121644 - oli-obk:unique_static_innards2, r=RalfJung,nnethercotebors-0/+84
2024-03-12Auto merge of #122365 - matthiaskrgr:rollup-4i350h6, r=matthiaskrgrbors-323/+296
2024-03-12Fix stack overflow with recursive associated typesOli Scherer-0/+26
2024-03-12Ensure nested allocations in statics do not get deduplicatedOli Scherer-5/+31
2024-03-12Add tests showing how we duplicate allocations when we shouldn'tAmanjeev Sethi-0/+58
2024-03-12Rollup merge of #122343 - compiler-errors:rando, r=fmeaseMatthias Krüger-323/+261
2024-03-12Rollup merge of #122319 - compiler-errors:next-solver-normalizing-self-constr...Matthias Krüger-0/+35
2024-03-12tests: Add ui/attributes/unix_sigpipe/unix_sigpipe-str-list.rsMartin Nordholts-1/+13
2024-03-12Auto merge of #121282 - saethlin:gep-null-means-no-provenance, r=scottmcmbors-3/+3
2024-03-12Auto merge of #122036 - alexcrichton:test-wasm-with-wasi, r=oli-obkbors-319/+196
2024-03-11Lower transmutes from int to pointer type as gep on nullBen Kimock-3/+3
2024-03-11Remove some unnecessary allow(incomplete_features)Michael Goulet-323/+261
2024-03-11Move project -> normalize, move normalize testsMichael Goulet-0/+0
2024-03-11Don't ICE when non-self part of trait goal is constrained in new solverMichael Goulet-0/+35
2024-03-11Auto merge of #121796 - oli-obk:eager_opaque_checks3, r=lcnrbors-140/+217
2024-03-11Make `DefiningAnchor::Bind` only store the opaque types that may be constrain...Oli Scherer-140/+217
2024-03-11Auto merge of #122338 - workingjubilee:rollup-xzpt4v4, r=workingjubileebors-456/+908
2024-03-11Update test directives for `wasm32-wasip1`Alex Crichton-319/+196
2024-03-11Rollup merge of #122328 - Enselic:sig_dfl-not-inherit, r=davidtwcoJubilee-14/+14
2024-03-11Rollup merge of #122318 - compiler-errors:next-solver-tests, r=lcnrJubilee-407/+669
2024-03-11Rollup merge of #122152 - wutchzone:120892, r=fmeaseJubilee-0/+76
2024-03-11Rollup merge of #121893 - RalfJung:const-interior-mut-tests, r=oli-obkJubilee-28/+113
2024-03-11Rollup merge of #119385 - fmease:assoc-const-eq-fixes-2, r=oli-obk,cjgillotJubilee-7/+36
2024-03-11Auto merge of #122140 - oli-obk:track_errors13, r=davidtwcobors-382/+382
2024-03-11promote-not: add test that distinguishes promotion from outer scope ruleRalf Jung-22/+42
2024-03-11const-checking: add some corner case tests, and fix some nitsRalf Jung-1/+46
2024-03-11Run a single huge `par_body_owners` instead of many small ones after each other.Oli Scherer-248/+248
2024-03-11Merge various rustc_attr based testsOli Scherer-134/+134
2024-03-11Rollup merge of #122298 - RalfJung:raw-vec-into-box, r=cuviperJacob Pratt-1/+2
2024-03-11Rollup merge of #121840 - oli-obk:freeze, r=dtolnayJacob Pratt-0/+50
2024-03-11unix_sigpipe: Replace `inherit` with `sig_dfl` in syntax testsMartin Nordholts-14/+14
2024-03-10Mark some next-solver-behavior tests explicitly with revisionsMichael Goulet-44/+168
2024-03-11Auto merge of #121752 - mu001999:dead_code/improve, r=pnkfelixbors-7/+34
2024-03-10Ignore tests w/ current/next revisions from compare-mode=next-solverMichael Goulet-363/+501
2024-03-10Rollup merge of #122304 - lukas-code:dyn-star-meta, r=compiler-errorsMatthias Krüger-0/+38
2024-03-10Rollup merge of #122293 - Enselic:no-bare-unix_sigpipe, r=fmeaseMatthias Krüger-11/+4
2024-03-10fix metadata for dyn-star in new solverLukas Markeffsky-0/+38
2024-03-10RawVec::into_box: avoid unnecessary intermediate referenceRalf Jung-1/+2
2024-03-10Auto merge of #121561 - jieyouxu:compiletest-directive-typo-check, r=onur-ozkanbors-12/+8
2024-03-10Detect unused struct impls pub traitr0cky-7/+34
2024-03-10diagnostics: Do not suggest using `#[unix_sigpipe]` without a valueMartin Nordholts-11/+4
2024-03-10Fix invalid compiletest directives in tests许杰友 Jieyou Xu (Joe)-12/+8
2024-03-10Rollup merge of #122251 - jieyouxu:unused-lifetimes-dedup-test, r=NadrierilMatthias Krüger-0/+20
2024-03-09Improve diagnostics for parenthesized type argumentsDaniel Sedlak-0/+76
2024-03-09Rollup merge of #120504 - kornelski:try_with_capacity, r=AmanieuGuillaume Boisseau-5/+5
2024-03-09Add test to check unused_lifetimes don't duplicate "parameter is never used" ...许杰友 Jieyou Xu (Joe)-0/+20
2024-03-09Rollup merge of #122224 - gurry:add-tests, r=NadrierilMatthias Krüger-0/+109
2024-03-09Rollup merge of #122160 - jieyouxu:eager-translate-help-use-latest-edition, r...Matthias Krüger-0/+26