about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-07-31Move `maybe_start_llvm_timer`'s body into `spawn_work`.Nicholas Nethercote-26/+18
2023-07-31Remove `CodegenContext::worker`.Nicholas Nethercote-24/+12
2023-07-31Fix a comment.Nicholas Nethercote-0/+1
2023-07-31Remove `ExtraBackendMethods::spawn_thread`.Nicholas Nethercote-21/+0
2023-07-31Give the coordinator thread a name.Nicholas Nethercote-3/+4
2023-07-31Remove some unused values in `codegen_crate`.Nicholas Nethercote-3/+0
2023-07-31Remove an unnecessary `pub`.Nicholas Nethercote-1/+1
2023-07-31Rename `MainThreadWorkerState`.Nicholas Nethercote-25/+25
2023-07-31Rename things related to the main thread's operations.Nicholas Nethercote-30/+46
2023-07-31Add some assertions.Nicholas Nethercote-0/+4
2023-07-31Add comments to `WorkItemResult`.Nicholas Nethercote-4/+14
2023-07-31Inline and remove `submit_pre_codegened_module_to_llvm`.Nicholas Nethercote-15/+9
2023-07-30Rollup merge of #113741 - compiler-errors:rpitit-projects-to-missing-opaque, ...Jubilee-8/+4
2023-07-30Don't install default projection bound for RPITITsMichael Goulet-8/+4
2023-07-30Rollup merge of #114258 - WaffleLapkin:reuse_in_derive_expansion, r=petrochenkovMatthias Krüger-1/+1
2023-07-30Rollup merge of #114256 - Urgau:fix-issue-114180, r=WaffleLapkinMatthias Krüger-2/+2
2023-07-30Rollup merge of #114246 - Bryanskiy:type-privacy-lints-fixes, r=petrochenkovMatthias Krüger-5/+1
2023-07-30Rollup merge of #114074 - matthiaskrgr:fmt_args_rustc_2, r=WaffleLapkinMatthias Krüger-481/+411
2023-07-30Simplify `Span::can_be_used_for_suggestions` a little tiny bitMaybe Waffle-1/+1
2023-07-30Fix invalid suggestion for mismatched types in closure argumentsUrgau-2/+2
2023-07-30Rollup merge of #114068 - matthiaskrgr:fmt_args_rustc_1, r=WaffleLapkinMatthias Krüger-437/+378
2023-07-30Rollup merge of #114018 - Enselic:multi-annotation, r=b-naberMatthias Krüger-7/+13
2023-07-30Rollup merge of #112655 - WaffleLapkin:must_use_map_or, r=workingjubileeMatthias Krüger-5/+6
2023-07-30inline format!() args up to and including rustc_codegen_llvmMatthias Krüger-481/+411
2023-07-30inline format!() args up to and including rustc_middleMatthias Krüger-437/+378
2023-07-30Weaken unnameable_types lintBryanskiy-5/+1
2023-07-30Mark `map_or` as `#[must_use]`Maybe Waffle-10/+11
2023-07-30Rollup merge of #114203 - fee1-dead-contrib:effects/pp-no-host, r=oli-obkfee1-dead-2/+29
2023-07-30Auto merge of #114226 - matthiaskrgr:rollup-wxdudsm, r=matthiaskrgrbors-32/+8
2023-07-30Rollup merge of #114222 - compiler-errors:lazy-type-alias-is-incomplete, r=ol...Matthias Krüger-1/+1
2023-07-30Rollup merge of #114152 - ttsugriy:master, r=WaffleLapkinMatthias Krüger-31/+7
2023-07-29some nits, bless testMichael Goulet-5/+27
2023-07-29Implement assumed_wf_types for RPITITs' implementationsMichael Goulet-33/+73
2023-07-29Take RPITITs inherit the assumed_wf_types of their parent fnMichael Goulet-88/+49
2023-07-29Mark lazy_type_alias as incompleteMichael Goulet-1/+1
2023-07-29Auto merge of #114156 - calebzulawski:simd-bswap, r=compiler-errorsbors-0/+55
2023-07-29Auto merge of #114028 - Centri3:ternary-operator, r=compiler-errorsbors-2/+57
2023-07-29Auto merge of #114148 - cuviper:drop-llvm-14, r=nikicbors-82/+28
2023-07-29Effects: don't print `host` param in diagnosticsDeadbeef-2/+29
2023-07-29[rustc][data_structures] Simplify binary_search_slice.Taras Tsugrii-31/+7
2023-07-29Auto merge of #114150 - clubby789:improve-option-ref-suggestion, r=WaffleLapkinbors-69/+94
2023-07-29Auto merge of #113422 - Urgau:cast_ref_to_mut-pre-beta, r=Nilstriebbors-15/+16
2023-07-29Auto merge of #113099 - bvanjoi:fix-112713-2, r=petrochenkovbors-46/+256
2023-07-29Auto merge of #114197 - matthiaskrgr:rollup-iluf7u4, r=matthiaskrgrbors-14/+34
2023-07-29Rollup merge of #113773 - compiler-errors:err-layout-bail, r=cjgillotMatthias Krüger-14/+34
2023-07-29Auto merge of #111916 - fee1-dead-contrib:noop-method-call-warn, r=compiler-e...bors-13/+13
2023-07-28Auto merge of #114181 - matthiaskrgr:rollup-14m8s7f, r=matthiaskrgrbors-22/+62
2023-07-28Type-check generic const itemsLeón Orell Valerian Liehr-103/+122
2023-07-28Resolve generic const itemsLeón Orell Valerian Liehr-69/+109
2023-07-28Lower generic const items to HIRLeón Orell Valerian Liehr-40/+82