about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-08-08Detect missing `;` that parses as function callEsteban Küber-12/+17
2023-08-01Auto merge of #114318 - matthiaskrgr:rollup-c7gcw18, r=matthiaskrgrbors-3/+2
2023-08-01Rollup merge of #114313 - ttsugriy:sm-insert, r=petrochenkovMatthias Krüger-3/+2
2023-08-01Auto merge of #111753 - cjgillot:simp-place-conflict, r=compiler-errorsbors-90/+87
2023-07-31[rustc_data_structures] Simplify SortedMap::insert.Taras Tsugrii-3/+2
2023-07-31Auto merge of #114308 - matthiaskrgr:rollup-m64bkm7, r=matthiaskrgrbors-20/+114
2023-07-31Rollup merge of #114200 - compiler-errors:detect-tail-unsize-then-upcast, r=lcnrMatthias Krüger-5/+20
2023-07-31Rollup merge of #114193 - crlf0710:lexer_unicode15, r=ManishearthMatthias Krüger-8/+9
2023-07-31Rollup merge of #114165 - ouz-a:smir1, r=spastorinoMatthias Krüger-7/+85
2023-07-31Rollup merge of #113920 - bvanjoi:fix-81413, r=petrochenkovMatthias Krüger-23/+30
2023-07-31Rollup merge of #113717 - cuishuang:master, r=NilstriebMatthias Krüger-2/+2
2023-07-31Rollup merge of #112858 - chriswailes:riscv64-android, r=Mark-SimulacrumMatthias Krüger-0/+20
2023-07-31add missing rvalues to smirouz-a-7/+85
2023-07-31Rollup merge of #114286 - nbdd0121:upcast, r=compiler-errorsMatthias Krüger-0/+1
2023-07-31Rollup merge of #114267 - compiler-errors:rpitit-opaque-bounds, r=spastorinoMatthias Krüger-47/+53
2023-07-31Rollup merge of #114228 - fmease:wf-lazy-ty-aliases, r=oli-obkMatthias Krüger-9/+17
2023-07-31Rollup merge of #114169 - lcnr:unsize, r=compiler-errorsMatthias Krüger-219/+272
2023-07-31Add missing feature gate in multiple_supertrait_upcastable docGary Guo-0/+1
2023-07-31Auto merge of #113879 - nnethercote:codegen_ssa-cleanups, r=bjorn3bors-199/+192
2023-07-31remove repetitive wordscui fliter-2/+2
2023-07-31Remove unnecessary semicolon.Nicholas Nethercote-1/+1
2023-07-31Clean up `generate_lto_work`.Nicholas Nethercote-22/+23
2023-07-31Fix LLVM thread names on Windows.Nicholas Nethercote-3/+3
2023-07-31Introduce `running_with_any_token` closure.Nicholas Nethercote-7/+10
2023-07-31Use standard Rust capitalization rules for names containing "LTO".Nicholas Nethercote-22/+22
2023-07-31Tweak structure of the message loop.Nicholas Nethercote-17/+20
2023-07-31Tweak a loop condition.Nicholas Nethercote-7/+11
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-31Auto merge of #114266 - calebzulawski:simd-bswap, r=compiler-errorsbors-11/+10
2023-07-30Rollup merge of #113741 - compiler-errors:rpitit-projects-to-missing-opaque, ...Jubilee-8/+4
2023-07-31We don't need impl_trait_in_trait_parent_fn anymoreMichael Goulet-15/+4
2023-07-30Don't install default projection bound for RPITITsMichael Goulet-8/+4
2023-07-30No need to expect RPITIT projections in opaque item boundsMichael Goulet-30/+3
2023-07-30Remap explicit item bounds of RPITIT's opaque back to ty::OpaqueMichael Goulet-2/+46
2023-07-30Fix simd_bswap for i8/u8Caleb Zulawski-11/+10
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