about summary refs log tree commit diff
path: root/tests/crashes
AgeCommit message (Expand)AuthorLines
2024-08-27safe transmute: Rename `BikeshedIntrinsicFrom` to `TransmuteFrom`Jack Wrenn-10/+10
2024-08-26Remove crashes from type_of on resolution that doesn't have a type_ofMichael Goulet-17/+0
2024-08-24Rollup merge of #129246 - BoxyUwU:feature_gate_const_arg_path, r=cjgillotMatthias Krüger-11/+1
2024-08-19Retroactively feature gate `ConstArgKind::Path`Boxy-11/+1
2024-08-19crashes: more testsMatthias Krüger-0/+98
2024-08-17Rollup merge of #129168 - BoxyUwU:mismatched_ty_correct_id, r=compiler-errorsMatthias Krüger-25/+0
2024-08-16Rewrite `get_fn_id_for_return_block`Boxy-25/+0
2024-08-16Rollup merge of #129042 - Jaic1:fix-116308, r=BoxyUwUMatthias Krüger-16/+0
2024-08-16Special-case alias ty in `try_from_lit`Jaic1-16/+0
2024-08-15crashes: more testsMatthias Krüger-0/+131
2024-08-10Auto merge of #128714 - camelid:wf-struct-exprs, r=BoxyUwUbors-40/+0
2024-08-08Don't inline tainted MIR bodiesMichael Goulet-15/+0
2024-08-08Rollup merge of #128612 - compiler-errors:validate-mir-opt-mir, r=davidtwcoMatthias Krüger-3/+3
2024-08-05WF-check struct field types at construction siteNoah Lev-40/+0
2024-08-05Normalize when equating dyn tails in MIR borrowckMichael Goulet-35/+0
2024-08-04tests: more crashesMatthias Krüger-0/+87
2024-08-03Make validate_mir pull optimized/ctfe MIR for all bodiesMichael Goulet-3/+3
2024-07-31Auto merge of #127513 - nikic:llvm-19, r=cuviperbors-13/+0
2024-07-30Rollup merge of #128376 - compiler-errors:finish-ur-vegetables, r=jieyouxuMatthias Krüger-1/+1
2024-07-30Rollup merge of #128357 - compiler-errors:shadowed-non-lifetime-binder, r=pet...Matthias Krüger-1/+1
2024-07-30Crash test for issue 121444 has been fixedNikita Popov-13/+0
2024-07-29Mark Parser::eat/check methods as must_useMichael Goulet-1/+1
2024-07-29Detect non-lifetime binder params shadowing item paramsMichael Goulet-1/+1
2024-07-29Rollup merge of #128337 - bvanjoi:issue-121613, r=compiler-errorsMatthias Krüger-52/+0
2024-07-29Rollup merge of #128239 - compiler-errors:error-on-object-cand-confirm, r=oli...Matthias Krüger-11/+0
2024-07-29Rollup merge of #128174 - compiler-errors:trait-alias-marker, r=oli-obkMatthias Krüger-3/+0
2024-07-29only accept adt type during infer source visitorbohan-52/+0
2024-07-26Don't ICE when encountering error regions when confirming object method candi...Michael Goulet-11/+0
2024-07-25Rollup merge of #128173 - compiler-errors:misused-intrinsics, r=oli-obkMatthias Krüger-47/+0
2024-07-25Rollup merge of #128172 - compiler-errors:non-self-arg, r=chenyukangMatthias Krüger-12/+0
2024-07-25Rollup merge of #128171 - compiler-errors:arg-compat, r=oli-obkMatthias Krüger-128/+0
2024-07-25Don't record trait aliases as marker traitsMichael Goulet-3/+0
2024-07-24Don't add crashes for misuses of intrinsicsMichael Goulet-47/+0
2024-07-24Don't ICE if HIR and middle types disagree in borrowck error reportingMichael Goulet-12/+0
2024-07-24Make sure that args are compatible in resolve_associated_itemMichael Goulet-128/+0
2024-07-24Don't ICE when auto trait has assoc ty in old solverMichael Goulet-23/+0
2024-07-24Don't use global caches if opaques can be definedOli Scherer-27/+0
2024-07-22Rollup merge of #128036 - matthiaskrgr:ccrashes, r=jieyouxuTrevor Gross-0/+144
2024-07-21Rollup merge of #128020 - compiler-errors:nlb-no-const, r=BoxyUwUJubilee-11/+0
2024-07-21add more testsMatthias Krüger-0/+144
2024-07-21Auto merge of #127722 - BoxyUwU:new_adt_const_params_limitations, r=compiler-...bors-25/+0
2024-07-20Just totally fully deny late-bound constsMichael Goulet-11/+0
2024-07-19Auto merge of #125915 - camelid:const-arg-refactor, r=BoxyUwUbors-0/+11
2024-07-18Auto merge of #117967 - adetaylor:fix-lifetime-elision-bug, r=lcnrbors-11/+2
2024-07-17Split part of `adt_const_params` into `unsized_const_params`Boxy-25/+0
2024-07-16Add `ConstArgKind::Path` and make `ConstArg` its own HIR nodeNoah Lev-0/+11
2024-07-15Make sure trait def ids match before zipping args in note_function_argument_o...Michael Goulet-20/+0
2024-07-11Avoid follow-up errors and ICEs after missing lifetime errors on data structuresOli Scherer-130/+0
2024-07-11report pat no field error no recoverd struct variantyukang-8/+0
2024-07-07Rollup merge of #127409 - gurry:127332-ice-with-expr-not-struct, r=oli-obkMatthias Krüger-9/+0