about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2024-09-23Allow reborrowing Pin<&mut Self>Eric Holk-5/+15
2024-09-23Rollup merge of #130714 - compiler-errors:try-structurally-resolve-const, r=B...Matthias Krüger-2/+2
2024-09-23Rollup merge of #130712 - compiler-errors:const-eval-error-reporting, r=BoxyUwUMatthias Krüger-158/+158
2024-09-23Rollup merge of #130705 - compiler-errors:rtn-complete, r=jackh726Matthias Krüger-429/+76
2024-09-23Rollup merge of #130344 - Jaic1:fix-116306, r=BoxyUwUMatthias Krüger-0/+24
2024-09-23Rollup merge of #129550 - kornelski:boxasstr, r=joshtriplett,dtolnayMatthias Krüger-48/+0
2024-09-22Don't call const normalize in error reportingMichael Goulet-158/+158
2024-09-22Introduce structurally_normalize_const, use it in hir_typeckMichael Goulet-2/+2
2024-09-22No longer mark RTN as incompleteMichael Goulet-429/+76
2024-09-22Auto merge of #130689 - RalfJung:rustc_nonnull_optimization_guaranteed, r=jie...bors-2/+3
2024-09-22fix rustc_nonnull_optimization_guaranteed docsRalf Jung-2/+3
2024-09-21Rollup merge of #130669 - workingjubilee:slicing-fnptr-tests-finely, r=compil...Jubilee-0/+25
2024-09-21Rollup merge of #130665 - veera-sivarajan:fix-118612, r=compiler-errorsJubilee-0/+116
2024-09-22Auto merge of #130246 - dianne:issue-97589-fix, r=petrochenkovbors-0/+20
2024-09-22Auto merge of #130337 - BoxyUwU:anon_const_macro_call, r=camelidbors-0/+108
2024-09-21Handle macro calls in anon const def creation take 2Boxy-0/+108
2024-09-21Rollup merge of #130673 - GrigorenkoPV:path-triple-colon, r=compiler-errorsMichael Goulet-0/+318
2024-09-21Rollup merge of #130667 - workingjubilee:she-is-c-c-c-cold, r=compiler-errorsMichael Goulet-0/+14
2024-09-21Rollup merge of #130666 - compiler-errors:super-bounds, r=fee1-dead,fmeaseMichael Goulet-14/+1
2024-09-21Rollup merge of #129629 - compiler-errors:rtn-in-path, r=jackh726Michael Goulet-76/+803
2024-09-21Rollup merge of #127766 - folkertdev:c-cmse-nonsecure-entry, r=jackh726Michael Goulet-108/+100
2024-09-21Parser: recover from `:::` to `::` in delegationsPavel Grigorenko-0/+126
2024-09-21Parser: recover from `:::` to `::`Pavel Grigorenko-0/+192
2024-09-21tests: Test that `extern "C" fn` ptrs lint on slicesJubilee Young-0/+25
2024-09-21Don't elaborate effects predicates into bounds list unless we're actually col...Michael Goulet-14/+1
2024-09-21Auto merge of #127546 - workingjubilee:5-level-paging-exists, r=saethlinbors-103/+90
2024-09-21compiler: Accept "improper" ctypes in extern "rust-cold" fnJubilee Young-0/+14
2024-09-21Prevent Deduplication of `LongRunningWarn`Veera-1/+73
2024-09-21Update TestsVeera-0/+44
2024-09-21More tests and tweak commentsMichael Goulet-7/+283
2024-09-21Auto merge of #130599 - jieyouxu:snake_case_binary_cleanup, r=petrochenkovbors-100/+65
2024-09-21disallow cmse ABIs on unsupported platformsFolkert-4/+37
2024-09-21add test that accepts a `C-cmse-nonsecure-call` function pointerFolkert-0/+20
2024-09-21remove `#[cmse_nonsecure_entry]`Folkert-100/+38
2024-09-21add `C-cmse-nonsecure-entry` ABIFolkert de Vries-0/+1
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 #130598 - gurry:130310-improper-types-stack-overflow, r=compi...Matthias Krüger-0/+31
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-20Auto merge of #130631 - GuillaumeGomez:rollup-jpgy1iv, r=GuillaumeGomezbors-1/+188
2024-09-20Rollup merge of #130617 - lcnr:nalgebra-hang-3, r=compiler-errorsGuillaume Gomez-1/+16
2024-09-20Rollup merge of #130526 - eholk:pin-reborrow, r=compiler-errorsGuillaume Gomez-0/+172
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