about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa
AgeCommit message (Expand)AuthorLines
2023-10-30Clean up `rustc_*/Cargo.toml`.Nicholas Nethercote-14/+17
2023-10-28Remove asmjs from compilerJubilee Young-3/+3
2023-10-29Auto merge of #117335 - workingjubilee:rollup-jsomm41, r=workingjubileebors-0/+1
2023-10-28Rollup merge of #115773 - simlay:arch64-apple-tvos-sim-for-rustc, r=thomccJubilee-0/+1
2023-10-29Auto merge of #116447 - oli-obk:gen_fn, r=compiler-errorsbors-0/+3
2023-10-28share the track_caller handling within a mir::BodyRalf Jung-32/+4
2023-10-28interpret: call caller_location logic the same way codegen does, and share so...Ralf Jung-8/+1
2023-10-27Auto merge of #116035 - lqd:mcp-510-target-specs, r=petrochenkovbors-38/+93
2023-10-26Add hir::GeneratorKind::GenOli Scherer-0/+3
2023-10-26Auto merge of #117115 - zetafunction:linking, r=bjorn3bors-25/+31
2023-10-25Rename `AsyncCoroutineKind` to `CoroutineSource`Oli Scherer-4/+4
2023-10-24Mark .rmeta files as /SAFESEH on x86 Windows.Daniel Cheng-25/+31
2023-10-24compiler: Add target features for LoongArchWANG Rui-0/+16
2023-10-21Removes fields from `CrateInfo` that are no longer used.DianQK-6/+1
2023-10-21Treat extern in compiler-builtins as `used`DianQK-3/+7
2023-10-20Rename `CoroutineKind::Gen` to `::Coroutine`Oli Scherer-1/+1
2023-10-20s/generator/coroutine/Oli Scherer-15/+15
2023-10-20s/Generator/Coroutine/Oli Scherer-10/+10
2023-10-18make `self_contained` return `LinkSelfContainedComponents`Rémy Rakic-50/+65
2023-10-18unify `LinkSelfContained` and `LinkSelfContainedDefault`Rémy Rakic-6/+6
2023-10-18limit `lld` flavors to the llvm backendRémy Rakic-2/+21
2023-10-18allow target specs to declare self-contained linking componentsRémy Rakic-9/+30
2023-10-17[RFC 3127 - Trim Paths]: Condition remapped filepath on remap scopesUrgau-1/+2
2023-10-15Auto merge of #116688 - compiler-errors:rustfmt-up, r=WaffleLapkin,Nilstriebbors-47/+103
2023-10-15Restore `#![no_builtins]` crates participation in LTO.DianQK-50/+6
2023-10-14Auto merge of #116702 - durin42:compress-debuginfo, r=compiler-errorsbors-0/+9
2023-10-13linker: also pass debuginfo compression flagsAugie Fackler-0/+9
2023-10-13Format all the let chains in compilerMichael Goulet-47/+103
2023-10-13Auto merge of #115964 - bjorn3:cgu_reuse_tracker_global_state, r=cjgillotbors-9/+399
2023-10-11Auto merge of #116014 - lqd:mcp510-2-electric-boogaloo, r=petrochenkovbors-3/+4
2023-10-11Stabilize Ratified RISC-V Target FeaturesGijs Burghoorn-20/+20
2023-10-09Fix review commentsbjorn3-4/+4
2023-10-09Remove interior mutability from CguReuseTrackerbjorn3-28/+15
2023-10-09Remove cgu_reuse_tracker from Sessionbjorn3-4/+411
2023-10-09Remove an LTO dependent cgu_reuse_tracker.set_actual_reuse callbjorn3-4/+0
2023-10-09Reuse determine_cgu_reuse from cg_ssa in cg_clifbjorn3-1/+1
2023-10-08rustdoc: remove rust logo from non-Rust cratesMichael Howell-0/+3
2023-10-08implement opt out `-Clink-self-contained=-linker`Rémy Rakic-3/+4
2023-10-08Auto merge of #116454 - tmiasko:small-dominators, r=cjgillotbors-16/+1
2023-10-08Auto merge of #116514 - petrochenkov:nogccld, r=lqdbors-22/+7
2023-10-08linker: Remove `-Zgcc-ld` optionVadim Petrochenkov-22/+7
2023-10-08Auto merge of #116487 - tamird:avoid-unwrap-absolute, r=bjorn3bors-8/+6
2023-10-06Rollup merge of #116277 - RalfJung:post-mono, r=oli-obkJubilee-11/+6
2023-10-06add some comments explaining how the required_consts stuff fits togetherRalf Jung-0/+6
2023-10-06Fix sdkname for tvos simulatorSebastian Imlay-0/+1
2023-10-06rustc_codegen_ssa: use try_canonicalize in rpathTamir Duberstein-8/+6
2023-10-05Move DefLocation from rustc_codegen_ssa to rustc_middleTomasz Miąsko-16/+1
2023-10-05Rollup merge of #116223 - catandcoder:master, r=cjgillotJubilee-1/+1
2023-10-04Fix misuses of a vs ancui fliter-1/+1
2023-10-03Auto merge of #115025 - ouz-a:ouz_testing, r=lcnrbors-0/+1