about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-02-16Auto merge of #120500 - oli-obk:intrinsics2.0, r=WaffleLapkinbors-312/+365
2024-02-16Auto merge of #120486 - reitermarkus:use-generic-nonzero, r=dtolnaybors-111/+126
2024-02-16Rollup merge of #121147 - tmiasko:no-debug-body, r=compiler-errorsGuillaume Gomez-4/+2
2024-02-16Rollup merge of #121146 - compiler-errors:ignore-diverging-arms, r=estebankGuillaume Gomez-32/+23
2024-02-16Rollup merge of #121145 - adamgemmell:dev/adagem01/combined-target-features, ...Guillaume Gomez-4/+4
2024-02-16Rollup merge of #121141 - compiler-errors:closure-kind-docs, r=nnethercoteGuillaume Gomez-11/+26
2024-02-16Rollup merge of #121119 - compiler-errors:async-fn-kind-errs, r=oli-obkGuillaume Gomez-30/+115
2024-02-16Rollup merge of #121109 - nnethercote:TyKind-Err-guar-2, r=oli-obkGuillaume Gomez-34/+73
2024-02-15Auto merge of #121133 - tmiasko:skip-coroutines, r=cjgillotbors-0/+6
2024-02-15Auto merge of #119338 - compiler-errors:upcast-plus-autos, r=lcnrbors-52/+79
2024-02-15Fix closure kind docsMichael Goulet-11/+26
2024-02-15Remove a suggestion that is redundantMichael Goulet-15/+0
2024-02-15Auto merge of #121142 - GuillaumeGomez:rollup-5qmksjw, r=GuillaumeGomezbors-163/+180
2024-02-15make better async fn kind errorsMichael Goulet-30/+115
2024-02-15Only point out non-diverging arms for match suggestionsMichael Goulet-17/+23
2024-02-15Consider principal trait ref's auto-trait super-traits in dyn upcastingMichael Goulet-52/+79
2024-02-15Avoid debug logging entire MIR bodyTomasz Miąsko-4/+2
2024-02-15Update aarch64 target feature docs to match LLVMAdam Gemmell-4/+4
2024-02-15Rollup merge of #121120 - nnethercote:LitKind-Err-guar, r=fmeaseGuillaume Gomez-151/+154
2024-02-15Rollup merge of #121113 - oli-obk:track_errors10, r=compiler-errorsGuillaume Gomez-2/+3
2024-02-15Rollup merge of #121107 - estebank:capitalization-suggestion, r=michaelwoeristerGuillaume Gomez-10/+12
2024-02-15Rollup merge of #121104 - Urgau:bigger_layout-fix-fp, r=compiler-errorsGuillaume Gomez-0/+7
2024-02-15Rollup merge of #121088 - nikic:evex512, r=AmanieuGuillaume Gomez-0/+4
2024-02-15Auto merge of #120931 - chenyukang:yukang-cleanup-hashmap, r=michaelwoeristerbors-131/+114
2024-02-15Auto merge of #116564 - oli-obk:evaluated_static_in_metadata, r=RalfJung,cjgi...bors-131/+296
2024-02-15Do not allocate a second "background" alloc id for the main allocation of a s...Oli Scherer-52/+192
2024-02-15Return ConstAllocation from eval_static_initializer query directlyOli Scherer-51/+42
2024-02-15Store static initializers in metadata instead of the MIR of statics.Oli Scherer-7/+23
2024-02-15Add new query just for static initializersOli Scherer-28/+30
2024-02-15Split a bool argument into two named functionsOli Scherer-21/+37
2024-02-15Auto merge of #121131 - matthiaskrgr:rollup-mo3b8nz, r=matthiaskrgrbors-68/+219
2024-02-15Rollup merge of #121122 - compiler-errors:identical-layouts, r=oli-obkMatthias Krüger-2/+24
2024-02-15Rollup merge of #121116 - nnethercote:fix-121103-121108, r=oli-obkMatthias Krüger-2/+5
2024-02-15Rollup merge of #121105 - compiler-errors:no-const-ty-overflow, r=oli-obkMatthias Krüger-12/+15
2024-02-15Rollup merge of #121084 - oli-obk:create_def_forever_red2, r=WaffleLapkinMatthias Krüger-14/+18
2024-02-15Rollup merge of #120982 - momvart:smir-61-foreign_kind, r=oli-obkMatthias Krüger-38/+157
2024-02-15Replace `NonZero::<_>::new` with `NonZero::new`.Markus Reiter-49/+39
2024-02-15Use generic `NonZero` internally.Markus Reiter-105/+130
2024-02-15Add suffixes to `LitError`.Nicholas Nethercote-22/+20
2024-02-15Add `ErrorGuaranteed` to `ast::LitKind::Err`, `token::LitKind::Err`.Nicholas Nethercote-53/+69
2024-02-14Fix SmallCStr conversion from CStrEric Huss-1/+9
2024-02-15Make `emit_unescape_error` return `Option<ErrorGuaranteed>`.Nicholas Nethercote-40/+34
2024-02-15Make `report_lit_error` return `ErrorGuaranteed`.Nicholas Nethercote-20/+23
2024-02-15Remove `LitError::LexerError`.Nicholas Nethercote-26/+18
2024-02-15Enforce coroutine-closure layouts are identicalMichael Goulet-2/+24
2024-02-15Skip coroutines in jump threading to avoid query cyclesTomasz Miąsko-0/+6
2024-02-15Add an `ErrorGuaranteed` to `ast::TyKind::Err`.Nicholas Nethercote-34/+73
2024-02-15Reinstate some delayed bugs.Nicholas Nethercote-2/+5
2024-02-14Continue compilation even if inherent impl checks failOli Scherer-2/+3
2024-02-14Fix msg for verbose suggestions with confusable capitalizationEsteban Küber-10/+12