about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-11-28Rollup merge of #133422 - taiki-e:riscv-e-clobber-abi, r=AmanieuGuillaume Gomez-6/+51
2024-11-28Rollup merge of #133358 - compiler-errors:pin-coerce, r=eholkGuillaume Gomez-3/+8
2024-11-28Auto merge of #133561 - GuillaumeGomez:rollup-g4upmv4, r=GuillaumeGomezbors-40/+105
2024-11-28Rollup merge of #133547 - cuviper:span-set-entry, r=jieyouxuGuillaume Gomez-5/+7
2024-11-28Rollup merge of #133520 - compiler-errors:structurally-resolve-mir-borrowck, ...Guillaume Gomez-2/+40
2024-11-28Rollup merge of #133519 - compiler-errors:xform-ret-wf, r=lcnrGuillaume Gomez-0/+22
2024-11-28Rollup merge of #133428 - compiler-errors:rpitit-unsound, r=lcnrGuillaume Gomez-27/+21
2024-11-28Rollup merge of #133368 - compiler-errors:codegen-select-unconstrained-params...Guillaume Gomez-6/+15
2024-11-28Auto merge of #133551 - matthiaskrgr:rollup-m0rr5oz, r=matthiaskrgrbors-371/+371
2024-11-27Rollup merge of #133521 - compiler-errors:structurally-resolve-cat-proj, r=lcnrMatthias Krüger-2/+7
2024-11-27Rollup merge of #133518 - compiler-errors:structurally-resolve-never, r=lcnrMatthias Krüger-2/+6
2024-11-27Rollup merge of #133418 - Zalathar:spans, r=jieyouxuMatthias Krüger-263/+229
2024-11-27Rollup merge of #132410 - bjorn3:yet_another_driver_refactor_round, r=cjgillotMatthias Krüger-104/+129
2024-11-27Auto merge of #133509 - Urgau:dangling_lint_perf, r=Noratriebbors-2/+2
2024-11-27Further simplificationsMichael Goulet-21/+15
2024-11-27Check xform_ret_ty for WF in the new solver to improve method winnowingMichael Goulet-0/+22
2024-11-27Structurally resolve before applying projection in borrowckMichael Goulet-2/+40
2024-11-27rustc_span: Replace a `HashMap<_, ()>` with `HashSet`Josh Stone-5/+7
2024-11-27Auto merge of #133474 - RalfJung:gvn-miscompile, r=compiler-errorsbors-1/+3
2024-11-27Auto merge of #133393 - compiler-errors:dyn-tweaks, r=lcnr,spastorinobors-74/+11
2024-11-27Fix review commentbjorn3-2/+2
2024-11-27Auto merge of #133369 - Zalathar:profiler-builtins-no-core, r=jieyouxubors-16/+5
2024-11-27Auto merge of #133527 - matthiaskrgr:rollup-kyre1df, r=matthiaskrgrbors-4/+13
2024-11-27Rollup merge of #133493 - lcnr:fulfill-fudge, r=compiler-errorsMatthias Krüger-4/+13
2024-11-27Avoid even more decoding if not absolutely necessaryUrgau-2/+2
2024-11-27Auto merge of #133274 - ehuss:macro_rules-edition-from-pm, r=compiler-errorsbors-1/+1
2024-11-27Structurally resolve before matching on type of projectionMichael Goulet-2/+7
2024-11-27Structurally resolve before checking neverMichael Goulet-2/+6
2024-11-26Rollup merge of #133475 - nnethercote:MaybeStorage-improvements, r=lcnrMichael Goulet-38/+29
2024-11-26Rollup merge of #133471 - lcnr:uwu-gamer, r=BoxyUwUMichael Goulet-18/+25
2024-11-26Rollup merge of #133304 - lqd:issue-132920, r=estebankMichael Goulet-18/+0
2024-11-26Rollup merge of #115293 - cjgillot:no-fuel, r=wesleywiser,DianQKMichael Goulet-216/+19
2024-11-26Auto merge of #133505 - compiler-errors:rollup-xjp8hdi, r=compiler-errorsbors-870/+566
2024-11-26Avoid decoding from metadata if not necessaryUrgau-1/+1
2024-11-26Rollup merge of #133410 - RalfJung:target-feature-consistency, r=compiler-errorsMichael Goulet-0/+23
2024-11-26Rollup merge of #133394 - compiler-errors:dyn-more-errors, r=lcnrMichael Goulet-5/+15
2024-11-26Rollup merge of #133367 - compiler-errors:array-len-mismatch, r=BoxyUwUMichael Goulet-30/+17
2024-11-26Rollup merge of #133362 - compiler-errors:existential-preds, r=BoxyUwUMichael Goulet-4/+0
2024-11-26Rollup merge of #133326 - nnethercote:rm-DefinitelyInitializedPlaces, r=cjgillotMichael Goulet-279/+13
2024-11-26Rollup merge of #133155 - nnethercote:yet-more-rustc_mir_dataflow-cleanups, r...Michael Goulet-213/+242
2024-11-26Rollup merge of #133140 - dtolnay:precedence, r=fmeaseMichael Goulet-214/+135
2024-11-26Rollup merge of #133070 - nnethercote:lexer-tweaks, r=chenyukangMichael Goulet-125/+121
2024-11-26Rollup merge of #133462 - mustartt:aix-improve-bootstrap-loading, r=jieyouxuGuillaume Gomez-1/+1
2024-11-26Rollup merge of #133443 - fmease:rm-dead-eff-code-ii, r=compiler-errorsGuillaume Gomez-25/+4
2024-11-26Rollup merge of #133430 - compiler-errors:param-mismatch, r=WaffleLapkinGuillaume Gomez-23/+30
2024-11-26Rollup merge of #133411 - RalfJung:emscripten-is-on-wasm, r=workingjubileeGuillaume Gomez-1/+4
2024-11-26Remove -Zfuel.Camille GILLOT-216/+19
2024-11-26do not constrain infer vars in `find_best_leaf_obligation`lcnr-4/+13
2024-11-26Auto merge of #132894 - frank-king:feature/where-refactor, r=cjgillotbors-340/+330
2024-11-26Make some modules non-`pub`.Nicholas Nethercote-2/+2