about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-07-01Minor changebjorn3-2/+2
2024-07-01Move codegen_and_build_linker from Queries to Linkerbjorn3-32/+35
2024-06-30Move -Zprint-type-sizes and -Zprint-vtable-sizes into codegen_and_build_linkerbjorn3-16/+13
2024-06-30Auto merge of #127024 - cjgillot:jump-prof, r=oli-obkbors-45/+53
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-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
2024-06-28general fixups and turn `TODO`s into `FIXME`sDeadbeef-20/+24
2024-06-28Implement `Self::Effects: Compat<HOST>` desugaringDeadbeef-3/+20
2024-06-28bless tests part 1Deadbeef-0/+4
2024-06-28temporarily disable effects on specialization testsDeadbeef-1/+7
2024-06-28move desugaring to item boundsDeadbeef-31/+26
2024-06-28Implement `Min` trait in new solverDeadbeef-1/+176
2024-06-28implement new effects desugaringDeadbeef-210/+551
2024-06-28rustc_data_structures: Explicitly check for 64-bit atomics supportJohn Paul Adrian Glaubitz-9/+7
2024-06-28Rollup merge of #127058 - compiler-errors:tighten-async-spans, r=oli-obkMatthias Krüger-18/+26
2024-06-28Rollup merge of #127022 - adwinwhite:attrs, r=celinvalMatthias Krüger-0/+89
2024-06-28Rollup merge of #124741 - nebulark:patchable-function-entries-pr, r=estebank,...Matthias Krüger-7/+216
2024-06-28Add method to get all attributes on a definitionAdwin White-27/+64
2024-06-28Support fetching `Attribute` of items.Adwin White-2/+54
2024-06-27Updated diagnostic messagesFlorian Schmiderer-17/+38
2024-06-27Tighten spans for async blocksMichael Goulet-18/+26