about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2023-10-16Add MonoItems and Instance to stable_mirCelina G. Val-0/+91
2023-10-16Auto merge of #116804 - matthiaskrgr:rollup-m2qm8ul, r=matthiaskrgrbors-47/+117
2023-10-16Rebless.Camille GILLOT-45/+45
2023-10-16Add test for 113326clubby789-0/+31
2023-10-16Rollup merge of #116802 - compiler-errors:anchor-opaque-wf, r=oli-obkMatthias Krüger-40/+29
2023-10-16Rollup merge of #116257 - estebank:issue-101351, r=b-naberMatthias Krüger-7/+88
2023-10-16Add invariant to Vec::pop that len < cap if pop successfulArthur Carcano-0/+24
2023-10-16Auto merge of #116731 - Alexendoo:hash-untracked-state, r=oli-obkbors-0/+1
2023-10-16Normalize alloc-id in tests.Camille GILLOT-327/+327
2023-10-16Fix inline const pattern unsafety checking in THIRMatthew Jasper-23/+135
2023-10-16Remove `DefiningAnchor::Bubble` from opaque wf checkMichael Goulet-40/+29
2023-10-16Fix outlives suggestion for GAT in RPITITMichael Goulet-0/+41
2023-10-16Auto merge of #114330 - RalfJung:dagling-ptr-deref, r=oli-obkbors-199/+259
2023-10-16add oversized-ref test backRalf Jung-1/+15
2023-10-16Add `PreservedSymbols` from LLVM to LTO.DianQK-2/+2
2023-10-16Rollup merge of #115196 - chenyukang:yukang-fix-86094, r=estebankMatthias Krüger-6/+165
2023-10-15Rollup merge of #116522 - bvanjoi:fix-115599, r=oli-obkMatthias Krüger-0/+18
2023-10-15more precise error for 'based on misaligned pointer' caseRalf Jung-7/+7
2023-10-15place evaluation: require the original pointer to be aligned if an access hap...Ralf Jung-4/+23
2023-10-15avoid re-checking the offset while iterating an array/sliceRalf Jung-0/+3
2023-10-15don't UB on dangling ptr deref, instead check inbounds on projectionsRalf Jung-189/+213
2023-10-15Format macro const literals with pretty printerDaniPopes-0/+40
2023-10-15Suggest adding `return` if the type of unused semi return value can coerce to...yukang-6/+165
2023-10-15Auto merge of #116688 - compiler-errors:rustfmt-up, r=WaffleLapkin,Nilstriebbors-1/+1
2023-10-15Restore `#![no_builtins]` crates participation in LTO.DianQK-7/+101
2023-10-15use `PatKind::error` when an ADT const value has violationbohan-0/+18
2023-10-15Duplicate `~const` bounds with a non-const one in effects desugaringDeadbeef-32/+563
2023-10-15Auto merge of #115515 - the8472:zip-for-arrays, r=scottmcmbors-0/+25
2023-10-14Rollup merge of #116576 - eduardosm:const-eval-wasm-target-features, r=RalfJungGuillaume Gomez-0/+14
2023-10-14Auto merge of #116737 - matthiaskrgr:rollup-jftlnmt, r=matthiaskrgrbors-53/+223
2023-10-14const-eval: allow calling functions with targat features disabled at compile ...Eduardo Sánchez Muñoz-0/+14
2023-10-14Lint `non_exhaustive_omitted_patterns` per columnNadrieril-141/+130
2023-10-14Add and prepare testsNadrieril-67/+200
2023-10-14Rollup merge of #116730 - compiler-errors:unsoundness-tests-rpit, r=aliemjayMatthias Krüger-0/+134
2023-10-14Rollup merge of #116715 - Nadrieril:patkind-error, r=oli-obkMatthias Krüger-47/+10
2023-10-14Rollup merge of #116591 - Zalathar:flaky-hash, r=Mark-SimulacrumMatthias Krüger-0/+4
2023-10-14Rollup merge of #115439 - fmease:rustdoc-priv-repr-transparent-heuristic, r=G...Matthias Krüger-6/+75
2023-10-14Auto merge of #116264 - reez12g:issue-109728, r=Mark-Simulacrumbors-0/+19
2023-10-14Add `Config::hash_untracked_state` callbackAlex Macleod-0/+1
2023-10-14Auto merge of #116727 - matthiaskrgr:rollup-3qqdrny, r=matthiaskrgrbors-1/+1
2023-10-14Consider static speciallyMichael Goulet-0/+28
2023-10-14Consider param-env candidates, tooMichael Goulet-0/+20
2023-10-14Consider alias bounds when considering lliveness for alias types in NLLMichael Goulet-0/+26
2023-10-14Add some unsoundness tests for opaques capturing hidden regions not in substsMichael Goulet-0/+134
2023-10-14Rollup merge of #116689 - lcnr:auto-trait-hidden-ty-leak, r=compiler-errorsMatthias Krüger-1/+16
2023-10-14Skip most of check_match checks in the presence of `PatKind::Error`Nadrieril-34/+9
2023-10-14Propagate pattern errors via a new `PatKind::Error` variantNadrieril-13/+1
2023-10-14Rollup merge of #116704 - compiler-errors:afit-lint-plus, r=tmandryMatthias Krüger-1/+1
2023-10-14Auto merge of #116015 - EvanMerlock:master, r=oli-obkbors-0/+53
2023-10-14Auto merge of #115822 - compiler-errors:stabilize-rpitit, r=jackh726bors-942/+277