about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-11-01nitsMichael Goulet-10/+20
2024-11-01And also suggest for qpathsMichael Goulet-0/+79
2024-11-01And locals tooMichael Goulet-0/+17
2024-11-01Suggest adding self type to methodMichael Goulet-7/+43
2024-11-01Suggest annotations for never type fallbackMichael Goulet-12/+113
2024-11-01nit: stop using TypeckRootCtxtMichael Goulet-12/+11
2024-10-31Auto merge of #132356 - jieyouxu:unsound-simplify_aggregate_to_copy, r=cjgill...bors-1/+3
2024-10-31Auto merge of #132401 - matthiaskrgr:rollup-599ieqr, r=matthiaskrgrbors-4/+16
2024-10-31Rollup merge of #132395 - Zalathar:coverage-cx-ice, r=jieyouxuMatthias Krüger-2/+12
2024-10-31Rollup merge of #132354 - koute:master, r=workingjubileeMatthias Krüger-2/+4
2024-10-31coverage: Avoid ICE when `coverage_cx` is unexpectedly unavailableZalathar-2/+12
2024-10-31Auto merge of #132301 - compiler-errors:adjust, r=lcnrbors-56/+57
2024-10-31Add `lp64e` ABI to the spec tests matchJan Bujak-1/+2
2024-10-31Add a comment about `lp64e` still being unstableJan Bujak-0/+1
2024-10-31Auto merge of #132384 - matthiaskrgr:rollup-0ze5wc4, r=matthiaskrgrbors-474/+286
2024-10-31Mark `simplify_aggregate_to_copy` mir-opt as unsound许杰友 Jieyou Xu (Joe)-1/+3
2024-10-31Rollup merge of #132366 - compiler-errors:do-not-const-check, r=fee1-deadMatthias Krüger-0/+5
2024-10-31Rollup merge of #132347 - nnethercote:rm-ValueAnalysisWrapper, r=cjgillotMatthias Krüger-474/+281
2024-10-31Auto merge of #131186 - compiler-errors:precise-capturing-borrowck, r=estebankbors-45/+286
2024-10-31Reduce some visibilities.Nicholas Nethercote-3/+3
2024-10-31Remove `ValueAnalysis` and `ValueAnalysisWrapper`.Nicholas Nethercote-471/+278
2024-10-31Try to point out when edition 2024 lifetime capture rules cause borrowck issuesMichael Goulet-2/+233
2024-10-31Encode cross-crate opaque type originMichael Goulet-43/+53
2024-10-31Auto merge of #132377 - matthiaskrgr:rollup-3p1c6hs, r=matthiaskrgrbors-40/+14
2024-10-31Rollup merge of #132374 - fmease:rm-dead-eff-code, r=compiler-errorsMatthias Krüger-40/+4
2024-10-31Rollup merge of #132373 - compiler-errors:rpitit-bound, r=fmeaseMatthias Krüger-0/+10
2024-10-30Remove dead code stemming from the old effects desugaringLeón Orell Valerian Liehr-40/+4
2024-10-30Make sure type_param_predicates resolves correctly for RPITITMichael Goulet-0/+10
2024-10-30Rollup merge of #132344 - compiler-errors:same-thing, r=lcnrJubilee-81/+66
2024-10-30Rollup merge of #132246 - workingjubilee:campaign-on-irform, r=compiler-errorsJubilee-502/+605
2024-10-30Rollup merge of #129383 - cjgillot:opaque-noremap, r=compiler-errors,petroche...Jubilee-656/+368
2024-10-30Do not enforce ~const constness effects in typeck if rustc_do_mot_const_checkMichael Goulet-0/+5
2024-10-30Merge HostPolarity and BoundConstnessMichael Goulet-81/+66
2024-10-30Actually capture all in-scope lifetimes.Camille GILLOT-43/+29
2024-10-30Review comments.Camille GILLOT-158/+2
2024-10-30Adapt comments.Camille GILLOT-12/+12
2024-10-30Remap impl-trait lifetimes on HIR instead of AST lowering.Camille GILLOT-498/+380
2024-10-30Rollup merge of #132359 - mustartt:henry/match-libc-char-type, r=jieyouxu许杰友 Jieyou Xu (Joe)-1/+1
2024-10-30Rollup merge of #132346 - nnethercote:some-graphviz-tweaks, r=cjgillot许杰友 Jieyou Xu (Joe)-53/+58
2024-10-30fix libc call from i8 to u8Henry Jiang-1/+1
2024-10-30Add `lp64e` RISC-V ABIJan Bujak-1/+1
2024-10-30Switch to comparing indices instead of names.Adrian Taylor-28/+11
2024-10-30Reject generic self types.Adrian Taylor-16/+141
2024-10-30Rollup merge of #132342 - Zalathar:operand-bundle, r=workingjubileeMatthias Krüger-138/+103
2024-10-30Rollup merge of #132340 - Zalathar:set-section, r=compiler-errorsMatthias Krüger-18/+18
2024-10-30Rollup merge of #132338 - nnethercote:rm-Engine, r=nnethercoteMatthias Krüger-202/+138
2024-10-30Rollup merge of #132332 - nnethercote:use-token_descr-more, r=estebankMatthias Krüger-18/+11
2024-10-30Rollup merge of #131856 - lcnr:typing-mode, r=compiler-errorsMatthias Krüger-507/+512
2024-10-30Rollup merge of #129394 - Jarcho:irrefutable_let_patterns, r=NadrierilMatthias Krüger-7/+18
2024-10-30Clean up FFI calls for operand bundlesZalathar-138/+103