about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-10-09Remove an LTO dependent cgu_reuse_tracker.set_actual_reuse callbjorn3-13/+1
2023-10-09Reuse determine_cgu_reuse from cg_ssa in cg_clifbjorn3-30/+2
2023-10-09Rollup merge of #116556 - bjorn3:sync_cg_clif-2023-10-09, r=bjorn3Matthias Krüger-709/+1205
2023-10-09Rollup merge of #116549 - DaniPopes:miropts-let-chains, r=oli-obkMatthias Krüger-86/+43
2023-10-09Rollup merge of #116543 - ouz-a:crate_return_vec, r=oli-obkMatthias Krüger-9/+16
2023-10-09Rollup merge of #116537 - gurry:116473-ice-sugg-overlap, r=compiler-errorsMatthias Krüger-3/+5
2023-10-09Rollup merge of #115882 - aliemjay:diag-name-region-1, r=compiler-errorsMatthias Krüger-320/+213
2023-10-09Merge commit '81dc066758ec150b43822d4a0c84aae20fe10f40' into sync_cg_clif-202...bjorn3-709/+1205
2023-10-09return crates instead of a crateOğuz Ağcayazı-9/+16
2023-10-09Auto merge of #116533 - cjgillot:skip-trivial-mir, r=oli-obkbors-0/+9
2023-10-09Simplify some mir passes by using let chainsDaniPopes-86/+43
2023-10-09Fix suggestion span involving wrongly placed generic arg on enum variantsGurinder Singh-3/+5
2023-10-09Auto merge of #116096 - cjgillot:debuginfo-fndef-size, r=nikicbors-2/+10
2023-10-09Auto merge of #116468 - nnethercote:rustc_serialize, r=Mark-Simulacrumbors-318/+240
2023-10-08Make FnDef 1-ZST in LLVM debuginfo.Camille GILLOT-2/+10
2023-10-08Auto merge of #116515 - petrochenkov:nolegflavor, r=lqdbors-12/+3
2023-10-08Auto merge of #116454 - tmiasko:small-dominators, r=cjgillotbors-115/+134
2023-10-08Do not run optimizations on trivial MIR.Camille GILLOT-0/+9
2023-10-08Auto merge of #116183 - cjgillot:debug-dse-always, r=oli-obkbors-8/+43
2023-10-08remove trailing dotsAli MJ Al-Nasrawy-1/+1
2023-10-08always show and explain sub regionAli MJ Al-Nasrawy-37/+23
2023-10-08improve the suggestion of generic_bound_failureAli MJ Al-Nasrawy-309/+216
2023-10-08Auto merge of #116514 - petrochenkov:nogccld, r=lqdbors-42/+10
2023-10-08linker: Remove `-Zgcc-ld` optionVadim Petrochenkov-42/+10
2023-10-08Auto merge of #116487 - tamird:avoid-unwrap-absolute, r=bjorn3bors-28/+30
2023-10-08Auto merge of #116486 - van-ema:master, r=nikicbors-14/+14
2023-10-07Auto merge of #116437 - nnethercote:rustc_features, r=Nilstriebbors-165/+148
2023-10-07linker: Remove unstable legacy CLI linker flavorsVadim Petrochenkov-12/+3
2023-10-07Auto merge of #116330 - RalfJung:dont-key-on-allocid, r=oli-obkbors-33/+0
2023-10-07Auto merge of #116310 - Enselic:check_fn_args_move_size, r=oli-obkbors-58/+83
2023-10-07Auto merge of #115583 - RalfJung:packed-unsized, r=lcnrbors-1/+9
2023-10-07Auto merge of #116457 - RalfJung:try_eval_scalar_int, r=cjgillotbors-15/+15
2023-10-07rustc_monomorphize: Introduce check_fn_args_move_size()Martin Nordholts-56/+76
2023-10-07rustc_monomorphize: Move limit check into check_move_size()Martin Nordholts-5/+10
2023-10-06Rollup merge of #116400 - estebank:issue-78585, r=WaffleLapkinJubilee-19/+89
2023-10-06Rollup merge of #116277 - RalfJung:post-mono, r=oli-obkJubilee-79/+31
2023-10-06Auto merge of #116492 - matthiaskrgr:rollup-xzfhmq1, r=matthiaskrgrbors-157/+69
2023-10-06Rollup merge of #116474 - nnethercote:rustc_assorted, r=spastorinoMatthias Krüger-79/+28
2023-10-06Rollup merge of #116466 - nnethercote:rustc_transmute, r=oli-obkMatthias Krüger-78/+36
2023-10-06Rollup merge of #116297 - RalfJung:hooks, r=oli-obkMatthias Krüger-0/+5
2023-10-06Auto merge of #114811 - estebank:impl-ambiguity, r=wesleywiserbors-3511/+3644
2023-10-06add some comments explaining how the required_consts stuff fits togetherRalf Jung-0/+10
2023-10-06Preserve DebugInfo in DeadStoreElimination.Camille GILLOT-8/+43
2023-10-06Auto merge of #115304 - Enselic:trailing-gt, r=cjgillotbors-1/+0
2023-10-06rustc_metadata: use try_canonicalizeTamir Duberstein-2/+3
2023-10-06rustc_codegen_ssa: use try_canonicalize in rpathTamir Duberstein-8/+6
2023-10-06rustc_driver: avoid fallible conversionsTamir Duberstein-15/+18
2023-10-06compiler: always use var_os("RUST_BACKTRACE")Tamir Duberstein-3/+3
2023-10-06fix to register analysis pass from llvm pluginEmanuele Vannacci-14/+14
2023-10-06Rollup merge of #116329 - RalfJung:swap-comments, r=scottmcmGuillaume Gomez-1/+1