about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-06-22Auto merge of #112914 - matthiaskrgr:rollup-f0kdqh9, r=matthiaskrgrbors-76/+97
2023-06-22Rollup merge of #112908 - spastorino:add-def-id-to-early-bound-region-debug, ...Matthias Krüger-1/+1
2023-06-22Rollup merge of #112876 - compiler-errors:check-subst-compat-in-OpaqueTypeCol...Matthias Krüger-75/+96
2023-06-22Auto merge of #112814 - antoyo:sync-cg_gcc-2023-06-19, r=bjorn3bors-265/+245
2023-06-21Auto merge of #103503 - thomcc:tvos-support, r=workingjubileebors-7/+27
2023-06-21Print def_id on EarlyBoundRegion debugSantiago Pastorino-1/+1
2023-06-21Reorder `tvos_*` functions in apple_base.rs to avoid breaking sorted orderThom Chiovoloni-10/+12
2023-06-21Fix rustc_target::spec::apple::testsThom Chiovoloni-1/+4
2023-06-21Fix the tvOS targets to use the right LLVM target and respect the deployment ...Thom Chiovoloni-5/+19
2023-06-21Fix busted data_layout (mismatch vs LLVM) in x86_64 tvOS simulator targetThom Chiovoloni-1/+2
2023-06-21Rollup merge of #112892 - petrochenkov:cleanres, r=oli-obkGuillaume Gomez-51/+38
2023-06-21Rollup merge of #112868 - compiler-errors:liberate-afit-sugg, r=WaffleLapkinGuillaume Gomez-13/+10
2023-06-21Rollup merge of #112538 - ndrewxie:issue-84447-partial-1, r=compiler-errorsGuillaume Gomez-16/+13
2023-06-21Don't substitute a GAT that has mismatched generics in OpaqueTypeCollectorMichael Goulet-75/+96
2023-06-21Liberate bound vars properly when suggesting missing AFITMichael Goulet-13/+10
2023-06-21resolve: Minor cleanup to `fn resolve_path_with_ribs`Vadim Petrochenkov-51/+38
2023-06-21Auto merge of #112890 - GuillaumeGomez:rollup-7e01q69, r=GuillaumeGomezbors-3/+14
2023-06-21Rollup merge of #112885 - imor:fix_span_bug_msg, r=cjgillotGuillaume Gomez-1/+1
2023-06-21Rollup merge of #112883 - oli-obk:tracing_queries, r=cjgillotGuillaume Gomez-1/+9
2023-06-21Rollup merge of #112853 - GuillaumeGomez:type_alias_type, r=oli-obkGuillaume Gomez-1/+4
2023-06-21Add `lazy_type_alias` feature gateGuillaume Gomez-1/+4
2023-06-21Fix msg passed to span_bugRaminder Singh-1/+1
2023-06-21Auto merge of #112834 - oli-obk:mir_opts_considered_unsound, r=cjgillotbors-2/+6
2023-06-21Make queries traceable againOli Scherer-1/+9
2023-06-21Disable two mir opts that are known to be unsoundOli Scherer-2/+6
2023-06-21Rollup merge of #112844 - Vanille-N:unique, r=RalfJungNilstrieb-0/+1
2023-06-21Rollup merge of #112830 - nnethercote:more-codegen-cleanups, r=oli-obkNilstrieb-56/+37
2023-06-21Rollup merge of #112790 - WaffleLapkin:syntactically, r=NilstriebNilstrieb-2/+41
2023-06-21Rollup merge of #112772 - compiler-errors:clauses-1, r=lcnrNilstrieb-551/+667
2023-06-21Rollup merge of #112759 - cjgillot:closure-names, r=oli-obkNilstrieb-102/+100
2023-06-21Auto merge of #112119 - zirconium-n:issue-113072-merge-borrow-kind, r=lcnrbors-120/+118
2023-06-21Remove Queries::ongoing_codegen.Nicholas Nethercote-22/+15
2023-06-21Inline and remove `WorkItem::start_profiling` and `execute_work_item`.Nicholas Nethercote-34/+22
2023-06-20Auto merge of #112835 - lcnr:proof-tree-nits, r=BoxyUwUbors-295/+310
2023-06-20Auto merge of #112847 - bvanjoi:fix-112831, r=Nilstriebbors-40/+53
2023-06-20Revert "Rollup merge of #112758 - bvanjoi:clean-up-resolve, r=petrochenkov"bohan-40/+53
2023-06-20`Adt` for `Unique` may contain a referenceNeven Villani-0/+1
2023-06-20update comment on `MutBorrowKind::ClosureCapture`Ziru Niu-4/+7
2023-06-20address most easy commentsZiru Niu-42/+33
2023-06-20merge `BorrowKind::Unique` into `BorrowKind::Mut`Ziru Niu-105/+109
2023-06-20Rollup merge of #112794 - bjorn3:fix_lib_global_alloc, r=oli-obkGuillaume Gomez-2/+16
2023-06-20Rollup merge of #112786 - lcnr:early-binder, r=NilstriebGuillaume Gomez-55/+60
2023-06-20Rollup merge of #112762 - chenyukang:yukang-fix-112507-argument-checking, r=c...Guillaume Gomez-5/+36
2023-06-20inspect nitslcnr-147/+158
2023-06-20cleanup importslcnr-21/+20
2023-06-20split probe into 2 functions for better readabilitylcnr-127/+132
2023-06-20Auto merge of #112320 - compiler-errors:do-not-impl-via-obj, r=lcnrbors-51/+82
2023-06-20Merge attrs, better validationMichael Goulet-60/+70
2023-06-20Make rustc_deny_explicit_impl only local as wellMichael Goulet-4/+8
2023-06-20Add rustc_do_not_implement_via_objectMichael Goulet-1/+18