about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-02-16Deny some late-bound ty/ct in some positions, add testsMichael Goulet-4/+49
2023-02-16A bit more work on late-bound constsMichael Goulet-14/+23
2023-02-16Be better about bound varsMichael Goulet-5/+12
2023-02-16Make things actually workMichael Goulet-93/+151
2023-02-16Rename some region-specific stuffMichael Goulet-167/+178
2023-02-16Add feature gate for non_lifetime_bindersMichael Goulet-45/+77
2023-02-16Auto merge of #108096 - matthiaskrgr:rollup-ncexzf6, r=matthiaskrgrbors-364/+636
2023-02-16be nice and don't sliceMatthias Krüger-2/+2
2023-02-15simplify some refsMatthias Krüger-4/+4
2023-02-15don't clone types that are copyMatthias Krüger-7/+6
2023-02-15use chars instead of strings where applicableMatthias Krüger-1/+1
2023-02-15exhaustive matching in get_ambient_varianceb-naber-1/+9
2023-02-15Auto merge of #108012 - compiler-errors:issue-107999, r=oli-obkbors-56/+74
2023-02-15Rollup merge of #108066 - compiler-errors:better-labels-for-bad-impl-trait, r...Matthias Krüger-19/+44
2023-02-15Rollup merge of #108049 - clubby789:dont-suggest-unstable, r=compiler-errorsMatthias Krüger-1/+3
2023-02-15Rollup merge of #108047 - oli-obk:machine->🞋, r=RalfJungMatthias Krüger-70/+70
2023-02-15Rollup merge of #108010 - compiler-errors:can_eq-returns-bool, r=lcnrMatthias Krüger-43/+33
2023-02-15Rollup merge of #107034 - IntQuant:issue-100717-infer-5, r=oli-obkMatthias Krüger-231/+486
2023-02-15Copy `ty::AssocItem` all other the placeMaybe Waffle-96/+89
2023-02-15Remove `arena_cache` modifier from queries which return `Copy` typesMaybe Waffle-2/+1
2023-02-15Skip method calls with arity mismatchMartin Gammelsæter-1/+7
2023-02-15Auto merge of #108006 - cjgillot:def-impl, r=oli-obkbors-372/+282
2023-02-15wasm: Register the `relaxed-simd` target featureAlex Crichton-0/+1
2023-02-15Don't suggest `#[doc(hidden)]` methodsclubby789-1/+3
2023-02-15Use target instead of machine for mir interpreter integer handling.Oli Scherer-70/+70
2023-02-15Auto merge of #108070 - Dylan-DPC:rollup-v6xw7vk, r=Dylan-DPCbors-439/+664
2023-02-15Rollup merge of #108032 - oli-obk:un📦ing_resolver, r=petrochenkovDylan DPC-177/+97
2023-02-15Rollup merge of #107968 - ian-h-chamberlain:feature/3ds-enable-thread-local, ...Dylan DPC-2/+1
2023-02-15Rollup merge of #107411 - cjgillot:dataflow-discriminant, r=oli-obkDylan DPC-102/+331
2023-02-15Rollup merge of #107173 - clubby789:suggest-array-length, r=compiler-errorsDylan DPC-0/+65
2023-02-15Rollup merge of #107163 - mikebenfield:parameters-pr, r=TaKO8KiDylan DPC-147/+146
2023-02-15Rollup merge of #105300 - aliemjay:member-lower, r=oli-obkDylan DPC-11/+24
2023-02-15Auto merge of #107940 - BoxyUwU:const_ty_assertion_use_semantic_equality, r=c...bors-22/+59
2023-02-14Add `kernel-address` sanitizer support for freestanding targetsWesley Norris-12/+38
2023-02-14Better label for illegal impl trait typesMichael Goulet-19/+44
2023-02-14Make permit_uninit/zero_init fallibleMichael Goulet-61/+74
2023-02-15Replace an unnecessary `mk_ty` call with `mk_array`.Nicholas Nethercote-5/+2
2023-02-15Pre-intern some `ReVar`s and `ReLateBound`s.Nicholas Nethercote-4/+59
2023-02-15Add specialized variants of `mk_region`.Nicholas Nethercote-173/+196
2023-02-15Remove `reuse_or_mk_region`.Nicholas Nethercote-11/+4
2023-02-14Auto merge of #108056 - matthiaskrgr:rollup-oa6bxvh, r=matthiaskrgrbors-2527/+2956
2023-02-14Move query out of path.Camille GILLOT-4/+9
2023-02-14Even less HIR.Camille GILLOT-33/+28
2023-02-14Do not fetch HIR to check target features.Camille GILLOT-8/+5
2023-02-14Do not fetch HIR to compute symbols.Camille GILLOT-33/+34
2023-02-14Do not fetch HIR to monomorphize impls.Camille GILLOT-72/+42
2023-02-14Fetch less HIR in signature check.Camille GILLOT-111/+72
2023-02-14Do not fetch HIR for reachable.Camille GILLOT-16/+13
2023-02-14Re-add replacement logic and add comment explaining itEsteban Küber-14/+38
2023-02-14Show the effects of weird code commented outEsteban Küber-14/+14