about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa
AgeCommit message (Expand)AuthorLines
2023-11-26Avoid need for `{D,Subd}iagnosticMessage` imports.Nicholas Nethercote-1/+0
2023-11-22Call FileEncoder::finish in rmeta encodingBen Kimock-1/+1
2023-11-22Rollup merge of #118147 - Nilstrieb:no-redundant-casts, r=WaffleLapkinMichael Goulet-7/+5
2023-11-22Rollup merge of #118013 - sivadeilra:user/ardavis/ehcont, r=wesleywiserMichael Goulet-0/+26
2023-11-22Auto merge of #117928 - nnethercote:rustc_ast_pretty, r=fee1-deadbors-1/+1
2023-11-21convert ehcont-guard to an unstable optionArlie Davis-1/+1
2023-11-21Add support for generating the EHCont sectionArlie Davis-0/+26
2023-11-22Update itertools to 0.11.Nicholas Nethercote-1/+1
2023-11-21Fix some unnecessary castsNilstrieb-7/+5
2023-11-21Fix `clippy::needless_borrow` in the compilerNilstrieb-75/+70
2023-11-20Auto merge of #118082 - compiler-errors:rollup-ejsc8yd, r=matthiaskrgrbors-2/+7
2023-11-19Rollup merge of #117832 - RalfJung:interpret-shift, r=cjgillotMichael Goulet-2/+7
2023-11-20Auto merge of #115526 - arttet:master, r=jackh726bors-1/+10
2023-11-17Rollup merge of #117338 - workingjubilee:asmjs-meets-thanatos, r=b-naberMatthias Krüger-3/+3
2023-11-17rename bound region instantiationlcnr-1/+1
2023-11-15Bump cfg(bootstrap)sMark Rousskov-3/+3
2023-11-15Add arm64e-apple-ios targetArtyom Tetyukhin-1/+10
2023-11-15Auto merge of #117359 - tmiasko:call-def, r=cjgillotbors-6/+13
2023-11-14Fix def-use check for call terminatorsTomasz Miąsko-6/+13
2023-11-13features must be additiveRalf Jung-1/+6
2023-11-12interpret: simplify handling of shifts by no longer trying to handle signed a...Ralf Jung-2/+7
2023-11-12target_feature: make it more clear what that 'Option' meansRalf Jung-242/+270
2023-11-09Auto merge of #117712 - lcnr:expand-coroutine, r=jackh726bors-1/+1
2023-11-09Remove `-Z strip`.Nicholas Nethercote-10/+2
2023-11-08rename `BorrowKind::Shallow` to `Fake`lcnr-1/+1
2023-11-07Rollup merge of #117616 - RalfJung:unstable-target-features, r=compiler-errorsMatthias Krüger-0/+9
2023-11-06warn when using an unstable feature with -Ctarget-featureRalf Jung-0/+9
2023-11-05Update doc comment for CodegenBackend::linkbjorn3-5/+1
2023-11-03Add crate `compiler_builtins` to LTO even if the `Linkage` is `IncludedFromDy...dianqk-2/+8
2023-11-02Minimize `pub` usage in `source_map.rs`.Nicholas Nethercote-3/+2
2023-10-31Support enum variants in offset_of!George Bateman-1/+1
2023-10-30Rollup merge of #117317 - RalfJung:track-caller, r=oli-obkGuillaume Gomez-39/+4
2023-10-30Rollup merge of #117068 - nnethercote:clean-up-Cargo-toml, r=wesleywiserGuillaume Gomez-14/+17
2023-10-30Auto merge of #116485 - coastalwhite:stabilize-riscv-target-features, r=Amanieubors-20/+20
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