about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-03-03ignore bivariant regions in opaque typesAli MJ Al-Nasrawy-0/+30
2023-03-03smarter algorithm for finding an equal regionAli MJ Al-Nasrawy-92/+9
2023-03-03promote subject even if it has unnamed regionsAli MJ Al-Nasrawy-34/+62
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-02Stabilize movbe target featureCaleb Zulawski-4/+4
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-02Force parentheses around `match` expression in binary expressionbwmf2-0/+4
2023-03-02Feed queries on impl side for RPITITs when using lower_impl_trait_in_trait_to...Santiago Pastorino-5/+65
2023-03-02rustc_middle: Remove trait `DefIdTree`Vadim Petrochenkov-129/+103
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
2023-03-01Highlight whole expression for E0599clubby789-0/+3
2023-03-01Make associated_item_def_ids for traits use an unstable option to also return...Santiago Pastorino-5/+100
2023-03-01Fix typo in docsSantiago Pastorino-1/+1
2023-03-01Add unstable option new_rpitit to be used for new RPITIT lowering systemSantiago Pastorino-0/+3
2023-03-01Add opt_rpitit_info querySantiago Pastorino-0/+15
2023-03-01Auto merge of #108446 - Zoxc:named-allocs, r=oli-obkbors-2/+8
2023-03-01recover from for-else and while-elsey21-0/+37
2023-03-01Do not implement HashStable for HashSet.Michael Woerister-12/+4
2023-03-01Remove last instances of HashSet in query result types.Michael Woerister-15/+13
2023-03-01Use UnordSet instead of FxHashSet for names_imported_by_glob_use query.Michael Woerister-5/+39
2023-03-01Use FxIndexSet instead of FxHashSet for asm_target_features query.Michael Woerister-37/+39
2023-03-01Use LocalDefIdSet/Map instead of FxHashSet/Map for live_symbols_and_ignored_d...Michael Woerister-17/+17
2023-03-01Use LocalDefIdSet instead of FxHashSet for reachable_set query.Michael Woerister-8/+8