about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-04-22Auto merge of #124236 - matthiaskrgr:n-ice, r=jieyouxubors-0/+62
2024-04-22Auto merge of #124112 - beetrees:incremental-os-str, r=Nadrierilbors-0/+27
2024-04-22Fix ICE when ADT tail has type errorGurinder Singh-1/+16
2024-04-21Use sup instead of eq when unifying self typeMichael Goulet-69/+46
2024-04-21Restore error messagingMichael Goulet-8/+6
2024-04-21Normalize xform_ret_ty after constrainedMichael Goulet-24/+5
2024-04-21Use fulfillment, not evaluate, during method probeMichael Goulet-105/+184
2024-04-21Auto merge of #124241 - matthiaskrgr:rollup-xhu90xr, r=matthiaskrgrbors-0/+643
2024-04-21add test for ICE caused by using feature(generic_const_exprs) #114463Matthias Krüger-0/+29
2024-04-21add test for ice #121463Matthias Krüger-0/+33
2024-04-21add test for #121413Matthias Krüger-0/+62
2024-04-21Rollup merge of #124235 - c410-f3r:tests98765, r=jieyouxuMatthias Krüger-0/+0
2024-04-21Rollup merge of #123840 - scottmcm:aggregate-kind-rawptr, r=cjgillotMatthias Krüger-0/+643
2024-04-21Auto merge of #124203 - lukas-code:delete-deleting-caches, r=compiler-errorsbors-0/+4
2024-04-21crashes: add a couple more ICE testsMatthias Krüger-0/+62
2024-04-21Move some testsCaio-0/+0
2024-04-21Update tests after 123949Scott McMurray-82/+0
2024-04-21InstSimplify `from_raw_parts(p, ())` → `p as _`Scott McMurray-40/+13
2024-04-21Use it in the library, and `InstSimplify` it away in the easy placesScott McMurray-18/+234
2024-04-21Add an intrinsic that lowers to AggregateKind::RawPtrScott McMurray-0/+200
2024-04-21Add a mir-opt test for `byte_add` on pointersScott McMurray-0/+248
2024-04-21Add a MIR pre-codegen test for Vec::derefScott McMurray-0/+41
2024-04-21New slice indexing pre-codegen MIR testScott McMurray-0/+47
2024-04-21Auto merge of #123594 - Urgau:fix-non_local_def-lint-overflow, r=lcnrbors-0/+28
2024-04-21also remap RPITITs nested in other types back to their opaquesLukas Markeffsky-0/+4
2024-04-21Rollup merge of #124198 - compiler-errors:improve-ty-ct-param-span, r=NadrierilGuillaume Gomez-17/+19
2024-04-21Miri: detect wrong vtables in wide pointersRalf Jung-1/+1
2024-04-21Fix ICE when there is a non-Unicode entry in the incremental crate directorybeetrees-0/+27
2024-04-21Allow nesting subdiagnosticsXiretza-0/+10
2024-04-21Pass translation closure to add_to_diag_with() as referenceXiretza-2/+2
2024-04-21Auto merge of #117457 - daxpedda:wasm-nontrapping-fptoint, r=wesleywiserbors-8/+2
2024-04-21Auto merge of #123930 - Mark-Simulacrum:vec-length-invariant, r=jhprattbors-0/+16
2024-04-20Avoid reloading Vec::len across grow_one in pushMark Rousskov-0/+16
2024-04-20Rollup merge of #124196 - RalfJung:mir-opt-tests, r=Mark-Simulacrum许杰友 Jieyou Xu (Joe)-153/+154
2024-04-20Rollup merge of #124053 - Zalathar:lazy-boolean, r=Mark-Simulacrum许杰友 Jieyou Xu (Joe)-15/+385
2024-04-20Rollup merge of #123379 - wutchzone:119266, r=compiler-errors许杰友 Jieyou Xu (Joe)-0/+29
2024-04-20Explicitly mention `Self`Michael Goulet-5/+5
2024-04-20Flip spans for precise capturing syntax not capturing a ty/ct paramMichael Goulet-14/+16
2024-04-20Test or-patterns inside deref patternsNadrieril-1/+13
2024-04-20Use deep fake borrows for deref patternsNadrieril-0/+26
2024-04-20Add a non-shallow fake borrowNadrieril-23/+23
2024-04-20Rework fake borrow calculationNadrieril-62/+62
2024-04-20Address closure-related reviewNadrieril-0/+21
2024-04-20Allow mutable bindings inside deref patternsNadrieril-0/+15
2024-04-20Don't fake borrow inside a deref patternNadrieril-2/+2
2024-04-20Lower deref patterns to MIRNadrieril-6/+174
2024-04-20Print note with closure signature on type mismatchDaniel Sedlak-0/+29
2024-04-20Move duplicated code in functions in `tests/rustdoc-gui/notable-trait.goml`Guillaume Gomez-119/+89
2024-04-20mir-opt tests: rename unit-test -> test-mir-passRalf Jung-153/+154
2024-04-20Auto merge of #124194 - matthiaskrgr:rollup-40s0c4q, r=matthiaskrgrbors-1/+656