about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-07-01Optimize SipHash by reordering compress instructionsmat-5/+6
2024-07-01Auto merge of #126996 - oli-obk:do_not_count_errors, r=nnethercotebors-336/+390
2024-07-01Auto merge of #127176 - fee1-dead-contrib:fx-requires-next-solver, r=compiler...bors-0/+16
2024-06-30Auto merge of #127174 - matthiaskrgr:rollup-q87j6cn, r=matthiaskrgrbors-206/+225
2024-06-30Make `feature(effects)` require `-Znext-solver`Deadbeef-0/+16
2024-06-30Rollup merge of #127157 - Zalathar:unexpand, r=cjgillotMatthias Krüger-66/+68
2024-06-30Rollup merge of #126981 - Zalathar:enums, r=NadrierilMatthias Krüger-52/+150
2024-06-30Rollup merge of #126018 - nnethercote:rm-box_pointers-lint, r=lcnrMatthias Krüger-88/+7
2024-06-30Auto merge of #127162 - bjorn3:sync_cg_clif-2024-06-30, r=bjorn3bors-291/+440
2024-06-30Auto merge of #127156 - matthiaskrgr:rollup-jjfd464, r=matthiaskrgrbors-4/+0
2024-06-30Merge commit '49cd5dd454d0115cfbe9e39102a8b3ba4616aa40' into sync_cg_clif-202...bjorn3-291/+440
2024-06-30Auto merge of #127024 - cjgillot:jump-prof, r=oli-obkbors-45/+53
2024-06-30coverage: Avoid getting extra unexpansion info when we don't need itZalathar-16/+21
2024-06-30Replace a magic boolean with enum `ScheduleDrops`Zalathar-18/+56
2024-06-30Replace a magic boolean with enum `EmitStorageLive`Zalathar-19/+32
2024-06-30Replace a magic boolean with enum `DeclareLetBindings`Zalathar-17/+64
2024-06-30Rollup merge of #127131 - Kobzol:remove-unused-deps, r=compiler-errorsMatthias Krüger-4/+0
2024-06-30coverage: Move span unexpansion into its own submoduleZalathar-62/+59
2024-06-30Auto merge of #127133 - matthiaskrgr:rollup-jxkp3yf, r=matthiaskrgrbors-201/+233
2024-06-29Rollup merge of #127118 - surechen:fix_126789, r=jieyouxuMatthias Krüger-3/+11
2024-06-29Rollup merge of #127114 - linyihai:issue-126863, r=NadrierilMatthias Krüger-9/+44
2024-06-29Rollup merge of #127110 - surechen:fix_125488_06, r=compiler-errorsMatthias Krüger-1/+18
2024-06-29Rollup merge of #127106 - spastorino:improve-unsafe-extern-blocks-diagnostics...Matthias Krüger-9/+22
2024-06-29Rollup merge of #123237 - bjorn3:debuginfo_refactor, r=compiler-errorsMatthias Krüger-179/+138
2024-06-29Remove unused compiler dependenciesJakub Beránek-4/+0
2024-06-29Auto merge of #120639 - fee1-dead-contrib:new-effects-desugaring, r=oli-obkbors-210/+734
2024-06-29Avoid suggesting to add unsafe when the extern block is already unsafeSantiago Pastorino-8/+13
2024-06-29fix: prefer `(*p).clone` to `p.clone` if the `p` is a raw pointerLin Yihai-9/+44
2024-06-29Show `used attribute`'s kind for user when find it isn't applied to a `static...surechen-3/+11
2024-06-29Move entry point to a method.Camille GILLOT-37/+42
2024-06-29Avoid cloning state when possible.Camille GILLOT-6/+8
2024-06-29Stop ICEing on impossible predicates.Camille GILLOT-2/+3
2024-06-29Rollup merge of #127103 - compiler-errors:tighten-trait-bound-parsing, r=fmeaseMatthias Krüger-40/+62
2024-06-29Rollup merge of #127101 - matthiaskrgr:thonk, r=compiler-errorsMatthias Krüger-5/+0
2024-06-29Rollup merge of #127075 - glaubitz:copy-and-paste-fix, r=SparrowLiiMatthias Krüger-9/+7
2024-06-29Rollup merge of #127045 - compiler-errors:explicit, r=oli-obkMatthias Krüger-93/+67
2024-06-29Rollup merge of #126835 - Nadrieril:reify-decision-tree, r=matthewjasperMatthias Krüger-260/+250
2024-06-29Fix a error suggestion for E0121 when using placeholder _ as return types on ...surechen-1/+18
2024-06-29Auto merge of #127096 - matthiaskrgr:rollup-kh7e0rh, r=matthiaskrgrbors-19/+46
2024-06-28Add feature diagnostic for unsafe_extern_blocksSantiago Pastorino-1/+9
2024-06-28Move binder and polarity parsing into parse_generic_ty_boundMichael Goulet-40/+62
2024-06-29remove some amusing but redundant codeMatthias Krüger-5/+0
2024-06-28Revert "Rollup merge of #126938 - RalfJung:link_section, r=compiler-errors"Rémy Rakic-2/+10
2024-06-28Rollup merge of #127068 - compiler-errors:stall-drop, r=BoxyUwUMatthias Krüger-1/+11
2024-06-28Rollup merge of #127032 - tgross35:f16-f128-const-eval-cast, r=oli-obkMatthias Krüger-10/+17
2024-06-28Rollup merge of #127015 - Urgau:non_local_def-tmp-allow, r=lqdMatthias Krüger-1/+1
2024-06-28Rollup merge of #124091 - jieyouxu:ast-validation-top-level-docs, r=wesleywiserMatthias Krüger-7/+17
2024-06-28address review commentsDeadbeef-105/+87
2024-06-28Don't inline drop shims with unsubstituted generic consts in MIR inlinerMichael Goulet-1/+11
2024-06-28finishing touches, move fixed ICEs to ui testsDeadbeef-4/+4