summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-04-16Move a const-prop-lint specific hack from mir interpret to const-prop-lint an...Oli Scherer-12/+13
2023-04-16Revert "Don't recover lifetimes/labels containing emojis as character literals"Michael Goulet-43/+13
2023-03-29Fix linker detection for clang with prefixTaiki Endo-1/+3
2023-03-11tweak debug output and bless testsAli MJ Al-Nasrawy-14/+18
2023-03-11tweak ClosureOutlivesSubjectTyAli MJ Al-Nasrawy-8/+11
2023-03-11ignore bivariant regions in opaque typesAli MJ Al-Nasrawy-0/+30
2023-03-11smarter algorithm for finding an equal regionAli MJ Al-Nasrawy-92/+9
2023-03-11promote subject even if it has unnamed regionsAli MJ Al-Nasrawy-34/+62
2023-03-11Retry pred_known_to_hold_modulo_regions with fulfillment if ambiguousMichael Goulet-3/+5
2023-03-11fix: evaluate with wrong obligation stackyifei-2/+2
2023-03-06Bump version placeholdersMark Rousskov-4/+4
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