about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-03-04Auto merge of #108692 - nnethercote:dont-call-temporary_scope-twice, r=cjgillotbors-4/+2
2023-03-04Auto merge of #108732 - Dylan-DPC:rollup-dy1l8sx, r=Dylan-DPCbors-10/+37
2023-03-04Rollup merge of #108727 - tshepang:example-translatable-diagnostic, r=NilstriebDylan DPC-1/+11
2023-03-04Rollup merge of #108669 - Nilstrieb:query-my-uninitness, r=compiler-errorsDylan DPC-2/+11
2023-03-04Rollup merge of #108405 - Nilstrieb:lazy-crate-name-optimization-fuel, r=Waff...Dylan DPC-5/+8
2023-03-04Rollup merge of #108298 - TaKO8Ki:fix-104440, r=cjgillotDylan DPC-2/+7
2023-03-04Auto merge of #108689 - compiler-errors:normalization-error-smaller, r=lcnrbors-3/+0
2023-03-04rustc_expand: make proc-macro derive error translatableTshepang Mbambo-1/+11
2023-03-03Auto merge of #108709 - matthiaskrgr:rollup-j2tjbyx, r=matthiaskrgrbors-48/+61
2023-03-03Rollup merge of #108681 - nnethercote:needs_process_obligation-comments, r=lqdMatthias Krüger-24/+34
2023-03-03Rollup merge of #108678 - llogiq:use-option-as-slice, r=NilstriebMatthias Krüger-17/+8
2023-03-03Rollup merge of #108292 - compiler-errors:opaque-captures-where, r=oli-obkMatthias Krüger-7/+19
2023-03-03Rollup merge of #108694 - est31:backticks_matchmaking_comments, r=NilstriebMatthias Krüger-48/+51
2023-03-03Rollup merge of #108685 - est31:backticks_matchmaking, r=petrochenkovMatthias Krüger-21/+23
2023-03-03Rollup merge of #108667 - compiler-errors:issue-108664, r=estebankMatthias Krüger-1/+1
2023-03-03Rollup merge of #108599 - nikic:drop-init, r=cuviperMatthias Krüger-38/+2
2023-03-03Rollup merge of #108553 - compiler-errors:non-lt-late-bound-in-anon-ct, r=pet...Matthias Krüger-5/+83
2023-03-03Rollup merge of #107981 - lcnr:canonicalization-uwu, r=compiler-errorsMatthias Krüger-88/+805
2023-03-03canonicalizationlcnr-88/+805
2023-03-03Don't put integers into backticks during formattingest31-2/+2
2023-03-03Rustdoc-ify LiteralKind noteest31-5/+7
2023-03-03Match end user facing unmatched backticks in compiler/est31-15/+15
2023-03-03Match unmatched backticks in comments in compiler/est31-25/+28
2023-03-03Match unmatched backticks in compiler/ that are part of rustdocest31-23/+23
2023-03-03check if snippet is `)`Takayuki Maeda-2/+7
2023-03-03Don't call `temporary_scope` twice.Nicholas Nethercote-4/+2
2023-03-03Migrate diagnosticMichael Goulet-10/+18
2023-03-03Label opaque type for 'captures lifetime' error messageMichael Goulet-2/+6
2023-03-03Remove NormalizationError::ConstantKindMichael Goulet-3/+0
2023-03-03Improve comments in `needs_process_obligation`.Nicholas Nethercote-24/+34
2023-03-02Rollup merge of #108672 - spastorino:new-rpitit-impl-side, r=compiler-errorsMatthias Krüger-5/+65
2023-03-02Rollup merge of #108624 - Nilstrieb:move-it-up, r=WaffleLapkinMatthias Krüger-3/+3
2023-03-02Rollup merge of #108573 - kornelski:runtimeenvs, r=WaffleLapkinMatthias Krüger-10/+30
2023-03-02Rollup merge of #108557 - Nathan-Fenner:nathanf/adjust-error-span-fix-Some, r...Matthias Krüger-3/+17
2023-03-02Rollup merge of #108022 - CraftSpider:align-bytes, r=oli-obkMatthias Krüger-49/+126
2023-03-02Use `Option::as_slice` where applicableAndre Bogus-17/+8
2023-03-02Feed queries on impl side for RPITITs when using lower_impl_trait_in_trait_to...Santiago Pastorino-5/+65
2023-03-02Allow checking whether a type allows being uninitializedNilstrieb-2/+11
2023-03-02Fix another ICE in point_at_expr_source_of_inferred_typeMichael Goulet-1/+1
2023-03-02Make `ExprKind` the first field in `thir::Expr`Nilstrieb-3/+3
2023-03-02Auto merge of #108654 - LeSeulArtichaut:revert-99767, r=compiler-errorsbors-20/+31
2023-03-02Revert "Stabilize `#![feature(target_feature_11)]`"Léo Lanteri Thauvin-20/+31
2023-03-02Rollup merge of #108609 - clubby789:e0599-highlight, r=estebankMatthias Krüger-0/+3
2023-03-02Rollup merge of #108575 - compiler-errors:erase, r=estebankMatthias Krüger-2/+4
2023-03-02Rollup merge of #108516 - clubby789:rustc-box-restrict, r=compiler-errorsMatthias Krüger-21/+58
2023-03-02Restrict `#[rustc_box]` to `Box::new` callsclubby789-21/+58
2023-03-01FormatRune Tynan-8/+2
2023-03-01Auto merge of #108620 - Dylan-DPC:rollup-o5c4evy, r=Dylan-DPCbors-9/+168
2023-03-01Rollup merge of #108568 - spastorino:new-rpitit-flag, r=compiler-errorsDylan DPC-9/+131
2023-03-01Properly implement should_encode_fn_impl_trait_in_trait using new unstable op...Santiago Pastorino-3/+12