about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-10-18Use v0.0.0 in compiler cratesMichael Goulet-10/+10
2023-10-19refactor(compiler/resolve): simplify some codeVitaliy Busko-11/+10
2023-10-18Auto merge of #116493 - compiler-errors:coinductive-cycle-lint, r=lcnrbors-2/+27
2023-10-18Bump rustix from 0.38.17 to 0.38.19 in /miri-scriptdependabot[bot]-2/+2
2023-10-18make `self_contained` return `LinkSelfContainedComponents`Rémy Rakic-50/+80
2023-10-18Auto merge of #3128 - rust-lang:dependabot/cargo/cargo-miri/rustix-0.38.19, r...bors-2/+2
2023-10-18Don't ICE when encountering unresolved regions in fully_resolveMichael Goulet-8/+48
2023-10-18Deserialize Msrv directly in ConfAlex Macleod-170/+119
2023-10-18Bump rustix from 0.38.17 to 0.38.19 in /cargo-miridependabot[bot]-2/+2
2023-10-18Auto merge of #3127 - rust-lang:dependabot/cargo/rustix-0.38.19, r=RalfJungbors-2/+2
2023-10-18Add regression test for #11561Guillaume Gomez-0/+5
2023-10-18Add test for closure in non-async function for `needless_pass_by_ref_mut` lintGuillaume Gomez-0/+9
2023-10-18Fix invalid warning for closure in non-async function for `needless_pass_by_r...Guillaume Gomez-13/+14
2023-10-18Add a test showing failing closure signature inference in new solverMichael Goulet-0/+36
2023-10-18Bump COINDUCTIVE_OVERLAP_IN_COHERENCEMichael Goulet-2/+27
2023-10-18Auto merge of #116046 - Zalathar:fn-cov-info, r=cjgillotbors-667/+458
2023-10-18Auto merge of #11496 - jonboh:prefix_postfix_struct, r=y21bors-237/+1087
2023-10-18Bump rustix from 0.38.17 to 0.38.19dependabot[bot]-2/+2
2023-10-18Auto merge of #11624 - GuillaumeGomez:needless_pass_by_ref_mut-unsafe-fn-bloc...bors-6/+83
2023-10-18add lint for struct field namesjonboh-237/+1087
2023-10-18Only check in a single place if a pass is enabled.Camille GILLOT-13/+41
2023-10-18Guarantee that `char` has the same size and alignment as `u32`Joshua Liebow-Feeser-1/+4
2023-10-18Make `#[repr(Rust)]` and `#[repr(C)]` incompatible with one anotherLeón Orell Valerian Liehr-4/+80
2023-10-18Auto merge of #116887 - lcnr:alias-ty-constructor, r=compiler-errorsbors-39/+46
2023-10-18unify `LinkSelfContained` and `LinkSelfContainedDefault`Rémy Rakic-91/+60
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-173/+90
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-270/+107
2023-10-18AliasTy::new instead of tcx methodlcnr-1/+1
2023-10-18AliasTy::new instead of tcx methodlcnr-39/+46
2023-10-18Auto merge of #116885 - aliemjay:rollup-plbeppt, r=aliemjaybors-140/+272
2023-10-18limit `lld` flavors to the llvm backendRémy Rakic-2/+21
2023-10-18add end-to-end test of custom target using rust-lldRémy Rakic-0/+73
2023-10-18use asymmetric json roundtrippingRémy Rakic-3/+20
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-84/+100
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/+102
2023-10-18Rollup merge of #116856 - oli-obk:no_effects, r=compiler-errorsAli MJ Al-Nasrawy-1/+30
2023-10-18Rollup merge of #116812 - rmehri01:missing_copy_implementations_non_exhaustiv...Ali MJ Al-Nasrawy-0/+30
2023-10-18Change my name in mailmapblyxyas-0/+1
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-18allow target specs to declare self-contained linking componentsRémy Rakic-27/+197
2023-10-18Auto merge of #116814 - estebank:windows-ice-path, r=petrochenkovbors-3/+14