about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa
AgeCommit message (Expand)AuthorLines
2023-01-12riscv: Fix ELF header flagsFawaz-5/+17
2023-01-12Auto merge of #106760 - compiler-errors:rollup-0bogyco, r=compiler-errorsbors-2/+1
2023-01-11Rollup merge of #106323 - starkat99:stabilize-f16c_target_feature, r=petroche...Michael Goulet-2/+1
2023-01-12Rollup merge of #106532 - compiler-errors:dyn-star-to-dyn, r=jackh726Matthias Krüger-3/+1
2023-01-11Allow codegen to unsize dyn* to dynMichael Goulet-3/+1
2023-01-11Fix some typos in code comments.Cedric-9/+9
2023-01-10Add comment to cleanup_kindsTomasz Miąsko-0/+3
2023-01-09Fix aarch64-unknown-linux-gnu_ilp32 targetAmanieu d'Antras-3/+9
2023-01-07Rollup merge of #104543 - JhonnyBillM:migrate-codegen-ssa-to-diagnostics-stru...Matthias Krüger-74/+460
2023-01-04Auto merge of #106224 - bjorn3:staticlib_fixes, r=wesleywiserbors-83/+81
2023-01-04Fix each_linked_rlib when the current crate has 0 crate typesbjorn3-0/+3
2023-01-02only specify --target by default for -Zgcc-ld=lld on wasmRémy Rakic-1/+20
2022-12-30Stabilize f16c_target_featureKathryn Long-2/+1
2022-12-28Explicitly pass in which crate type to use to each_linked_rlibbjorn3-76/+76
2022-12-28Don't translate --print native-static-libs outputbjorn3-7/+2
2022-12-27UPDATE - migrate outstanding diagnostic in link.rsJhonny Bill Mena-2/+2
2022-12-27DELETE - fn span_invalid_monomorphization_error and localize intrinsics macrosJhonny Bill Mena-6/+322
2022-12-27ADD - create and emit Bug support for DiagnosticsJhonny Bill Mena-1/+12
2022-12-27UPDATE - migrate fn simd_simple_float_intrinsic error messagesJhonny Bill Mena-0/+26
2022-12-27[WIP] UPDATE - migrate intrinsic.rs to new diagnostic infrastructureJhonny Bill Mena-52/+55
2022-12-27UPDATE - migrate constant.rs to new diagnostics infrastructureJhonny Bill Mena-2/+17
2022-12-27ADD - fixme in type_names.rs until we are able to translate InterpErrorJhonny Bill Mena-0/+1
2022-12-27UPDATE - migrate base.rs to new diagnostics infrastructureJhonny Bill Mena-11/+25
2022-12-26Auto merge of #105605 - inquisitivecrystal:attr-validation, r=cjgillotbors-2/+23
2022-12-25Auto merge of #106143 - matthiaskrgr:rollup-3kpy1dc, r=matthiaskrgrbors-4/+4
2022-12-25Rollup merge of #106137 - matthiaskrgr:clippy_style, r=jyn514Matthias Krüger-1/+1
2022-12-25Rollup merge of #105955 - Nilstrieb:no-trivial-opt-wrappers-we-have-field-acc...Matthias Krüger-3/+3
2022-12-25Auto merge of #105997 - RalfJung:immediate-abort, r=eholkbors-5/+4
2022-12-25fix more clippy::style findingsMatthias Krüger-1/+1
2022-12-24Rollup merge of #105975 - jeremystucki:rustc-remove-needless-lifetimes, r=eholkMatthias Krüger-10/+10
2022-12-22abort immediately on bad mem::zeroed/uninitRalf Jung-5/+4
2022-12-21Auto merge of #105613 - Nilstrieb:rename-assert_uninit_valid, r=RalfJungbors-3/+3
2022-12-20rustc: Remove needless lifetimesJeremy Stucki-10/+10
2022-12-20Remove wrapper functions for some unstable optionsNilstrieb-3/+3
2022-12-19Rollup merge of #105864 - matthiaskrgr:compl, r=NilstriebDylan DPC-1/+1
2022-12-19clippy::complexity fixesMatthias Krüger-1/+1
2022-12-18Auto merge of #105446 - erikdesjardins:vt-size, r=nikicbors-3/+12
2022-12-18don't restuct references just to reborrowMatthias Krüger-2/+2
2022-12-16don't copy symbols from dylibs with -Zdylib-ltoRémy Rakic-1/+1
2022-12-15Check `fn_sig` in more situations per reviewinquisitivecrystal-1/+1
2022-12-14Rollup merge of #105578 - erikdesjardins:addrspacecast, r=bjorn3Matthias Krüger-4/+9
2022-12-13Don't perform invalid checks in `codegen_attrs`inquisitivecrystal-2/+23
2022-12-14Auto merge of #105221 - alex:fat-archive-cleanup, r=bjorn3bors-36/+34
2022-12-14Auto merge of #104986 - compiler-errors:opaques, r=oli-obkbors-3/+2
2022-12-13Combine identical alias armsMichael Goulet-2/+1
2022-12-13Combine projection and opaque into aliasMichael Goulet-2/+2
2022-12-13ProjectionTy.item_def_id -> ProjectionTy.def_idMichael Goulet-1/+1
2022-12-13Rename `assert_uninit_valid` intrinsicNilstrieb-3/+3
2022-12-13Move some codegen-y methods from rustc_hir_analysis::collect -> rustc_codegen...Michael Goulet-10/+851
2022-12-12Auto merge of #105252 - bjorn3:codegen_less_pair_values, r=nagisabors-24/+12