about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-02-13Unmark the feature gate as incompleteNadrieril-1/+1
2024-02-13Auto merge of #120991 - matthiaskrgr:rollup-f8kw2st, r=matthiaskrgrbors-576/+701
2024-02-12Rollup merge of #120965 - ChrisDenton:sahf, r=michaelwoeristerMatthias Krüger-0/+9
2024-02-12Rollup merge of #120958 - ShoyuVanilla:remove-subst, r=oli-obkMatthias Krüger-529/+556
2024-02-12Rollup merge of #120950 - compiler-errors:miri-async-closurs, r=RalfJung,oli-obkMatthias Krüger-38/+42
2024-02-12Rollup merge of #118983 - Urgau:invalid_ref_casting-bigger-layout, r=oli-obkMatthias Krüger-9/+94
2024-02-12Auto merge of #120324 - Nadrieril:remove-interior-mutability, r=compiler-errorsbors-83/+86
2024-02-12Introduce small cache to avoid recomputing the same value twiceUrgau-4/+13
2024-02-12Lint on reference casting to bigger underlying allocationUrgau-8/+84
2024-02-12Auto merge of #120980 - matthiaskrgr:rollup-dsjsqql, r=matthiaskrgrbors-536/+509
2024-02-12Rollup merge of #120972 - lukas-code:autoderef-type-error, r=compiler-errorsMatthias Krüger-7/+11
2024-02-12Rollup merge of #120944 - compiler-errors:inliner-abi, r=oli-obkMatthias Krüger-0/+12
2024-02-12Rollup merge of #120933 - RalfJung:const-check-misc, r=oli-obkMatthias Krüger-10/+12
2024-02-12Rollup merge of #120917 - chenyukang:yukang-dead-parameters, r=compiler-errorsMatthias Krüger-71/+30
2024-02-12Rollup merge of #120899 - compiler-errors:non-wf-alias, r=lcnrMatthias Krüger-2/+6
2024-02-12Rollup merge of #120833 - nnethercote:more-internal-emit_diagnostics-cleanups...Matthias Krüger-157/+155
2024-02-12Rollup merge of #120765 - nnethercote:reorder-diag-API, r=compiler-errorsMatthias Krüger-289/+283
2024-02-12Auto merge of #115367 - frank-king:feature/unnamed-fields-hir, r=davidtwcobors-120/+742
2024-02-12fix ICE for deref coercions with type errorsLukas Markeffsky-7/+11
2024-02-12Add lahfsahf and prfchw target featureChris Denton-0/+9
2024-02-12Auto merge of #120960 - RalfJung:static-promoted-cycle, r=oli-obkbors-24/+17
2024-02-12fix cycle error when a static and a promoted are mutually recursiveRalf Jung-24/+17
2024-02-12Change level used in `print_error_count`.Nicholas Nethercote-2/+2
2024-02-12Tweak delayed bug mentions.Nicholas Nethercote-26/+26
2024-02-12Remove `dcx` arg from `ReportErrorExt::add_args`.Nicholas Nethercote-76/+62
2024-02-12Remove final unwanted `unchecked_error_guaranteed` calls.Nicholas Nethercote-53/+65
2024-02-12Auto merge of #120835 - oli-obk:no_hir_coherence, r=cjgillotbors-99/+97
2024-02-12Dejargnonize substShoyu Vanilla-529/+556
2024-02-12Auto merge of #120834 - oli-obk:only_local_coherence, r=lcnrbors-1/+3
2024-02-12Improve some codes according to the reviewsFrank King-117/+161
2024-02-12Add `#[derive(Clone, Copy)]` to anonymous adtsFrank King-1/+9
2024-02-12Check representation of unnamed fieldsFrank King-19/+116
2024-02-12Lowering field access for anonymous adtsFrank King-70/+214
2024-02-12check uniqueness of nested fieldsFrank King-75/+208
2024-02-12Lower anonymous structs or unions to HIRFrank King-55/+251
2024-02-12remove a bunch of dead parameters in fnyukang-71/+30
2024-02-12Auto merge of #120951 - matthiaskrgr:rollup-0nnm7dv, r=matthiaskrgrbors-240/+206
2024-02-11Rollup merge of #120897 - compiler-errors:foreign-async-closure, r=oli-obkMatthias Krüger-0/+9
2024-02-11Rollup merge of #120885 - RalfJung:normal-visitor, r=compiler-errorsMatthias Krüger-0/+12
2024-02-11Rollup merge of #120872 - petrochenkov:opthirpar, r=cjgillotMatthias Krüger-240/+185
2024-02-12Fix inconsistencies in the diagnostic API methods.Nicholas Nethercote-32/+21
2024-02-12Reorder the diagnostic API methods.Nicholas Nethercote-289/+294
2024-02-11Auto merge of #120619 - compiler-errors:param, r=lcnrbors-13/+31
2024-02-11Fix async closures in CTFEMichael Goulet-2/+3
2024-02-11is_closure_likeMichael Goulet-36/+39
2024-02-11Check that the ABI of the instance we are inlining is correctMichael Goulet-0/+12
2024-02-11Auto merge of #120903 - matthiaskrgr:rollup-tmsuzth, r=matthiaskrgrbors-20/+78
2024-02-11make Primary/Secondary importance consistent between CellBorrow and MutBorrowRalf Jung-7/+7
2024-02-11check_consts: fix some duplicate errors by not calling check_static unnecessa...Ralf Jung-3/+5
2024-02-11Auto merge of #120405 - cjgillot:gvn-pointer, r=oli-obkbors-20/+116