about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-10-19Merge from rustcRalf Jung-1609/+2026
2023-10-19Uplift movability and mutability, the simple wayMichael Goulet-88/+78
2023-10-19Rollup merge of #116906 - compiler-errors:version-0, r=oli-obkMatthias Krüger-5/+5
2023-10-19Rollup merge of #116896 - cjgillot:single-inline, r=oli-obkMatthias Krüger-13/+22
2023-10-19Rollup merge of #116650 - RalfJung:miri-intptrcast, r=oli-obkMatthias Krüger-0/+10
2023-10-19Rollup merge of #116912 - compiler-errors:rustc_type_ir-bikeshedding, r=jackh726León Orell Valerian Liehr-57/+61
2023-10-19Rollup merge of #116908 - estebank:issue-78206, r=compiler-errorsLeón Orell Valerian Liehr-4/+19
2023-10-19Rollup merge of #116829 - fmease:rust-aint-c, r=compiler-errorsLeón Orell Valerian Liehr-4/+18
2023-10-19Rollup merge of #116663 - compiler-errors:resolve-regions, r=lcnrLeón Orell Valerian Liehr-8/+20
2023-10-18Tweak wording of type errors involving type paramsEsteban Küber-4/+19
2023-10-18Some renaming nits for rustc_type_irMichael Goulet-52/+61
2023-10-18Remove unused variant BinderListTyMichael Goulet-5/+0
2023-10-18Use v0.0.0 in compiler cratesMichael Goulet-5/+5
2023-10-18Auto merge of #116493 - compiler-errors:coinductive-cycle-lint, r=lcnrbors-2/+2
2023-10-18Don't ICE when encountering unresolved regions in fully_resolveMichael Goulet-8/+20
2023-10-18Bump COINDUCTIVE_OVERLAP_IN_COHERENCEMichael Goulet-2/+2
2023-10-18Auto merge of #116046 - Zalathar:fn-cov-info, r=cjgillotbors-636/+435
2023-10-18Only check in a single place if a pass is enabled.Camille GILLOT-13/+22
2023-10-18Make `#[repr(Rust)]` and `#[repr(C)]` incompatible with one anotherLeón Orell Valerian Liehr-4/+18
2023-10-18Auto merge of #116887 - lcnr:alias-ty-constructor, r=compiler-errorsbors-38/+45
2023-10-18coverage: Explicitly note that counter/expression IDs are function-localZalathar-0/+17
2023-10-18coverage: Update docs for `StatementKind::Coverage`Zalathar-5/+10
2023-10-18coverage: Store expression data in function coverage infoZalathar-171/+86
2023-10-18Remove unused `TyCtxt` from `remove_dead_blocks`Zalathar-9/+9
2023-10-18coverage: Store all of a function's mappings in function coverage infoZalathar-239/+86
2023-10-18AliasTy::new instead of tcx methodlcnr-38/+45
2023-10-18Auto merge of #116885 - aliemjay:rollup-plbeppt, r=aliemjaybors-136/+91
2023-10-18coverage: Make expression simplification non-destructiveZalathar-22/+58
2023-10-18Rollup merge of #116879 - aliemjay:revert-opaque-bubble, r=oli-obkAli MJ Al-Nasrawy-81/+18
2023-10-18Rollup merge of #116870 - compiler-errors:host-param-by-name, r=fee1-deadAli MJ Al-Nasrawy-11/+10
2023-10-18Rollup merge of #116865 - estebank:issue-46969, r=compiler-errorsAli MJ Al-Nasrawy-44/+58
2023-10-18Rollup merge of #116812 - rmehri01:missing_copy_implementations_non_exhaustiv...Ali MJ Al-Nasrawy-0/+5
2023-10-18coverage: Collect a function's coverage mappings into a single listZalathar-75/+65
2023-10-18coverage: Rename `Operand` to `CovTerm`Zalathar-49/+51
2023-10-18coverage: Store the number of counters/expressions in function coverage infoZalathar-102/+69
2023-10-18coverage: Attach an optional `FunctionCoverageInfo` to `mir::Body`Zalathar-54/+74
2023-10-18Auto merge of #116815 - Nilstrieb:more-funny-pretty-printers, r=compiler-errorsbors-310/+214
2023-10-18Auto merge of #116814 - estebank:windows-ice-path, r=petrochenkovbors-3/+8
2023-10-18revert rust-lang/rust#114586Ali MJ Al-Nasrawy-81/+18
2023-10-18Auto merge of #116713 - estebank:issue-116703, r=compiler-errorsbors-46/+60
2023-10-18Auto merge of #116830 - nnethercote:rustc_type_ir, r=compiler-errorsbors-128/+41
2023-10-18Don't compare host param by nameMichael Goulet-11/+10
2023-10-17Automatically enable cross-crate inlining for small functionsBen Kimock-69/+184
2023-10-17Suggest constraining assoc types in more casesEsteban Küber-44/+58
2023-10-17Unify suggestion wordingEsteban Küber-45/+55
2023-10-17review comments + more testsEsteban Küber-8/+9
2023-10-17Properly account for self ty in method disambiguation suggestionEsteban Küber-3/+6
2023-10-17Use `YYYY-MM-DDTHH_MM_SS` as datetime format for ICE dump filesEsteban Küber-3/+8
2023-10-17Rollup merge of #116827 - nnethercote:pub-handle_options, r=compiler-errorsMatthias Krüger-1/+5
2023-10-17Rollup merge of #116787 - a-lafrance:span-internal-lint, r=oli-obkMatthias Krüger-5/+46