about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa
AgeCommit message (Expand)AuthorLines
2023-01-27Revert "Avoid a temporary file when processing macOS fat archives"bjorn3-34/+36
2023-01-26add EarlyBinder::no_bound_varsKyle Matsuda-1/+1
2023-01-26change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyB...Kyle Matsuda-4/+4
2023-01-27Auto merge of #106959 - tmiasko:opt-funclets, r=davidtwcobors-43/+40
2023-01-26replace usages of fn_sig query with bound_fn_sigKyle Matsuda-3/+3
2023-01-27Fix def-use dominance checkTomasz Miąsko-11/+22
2023-01-26Rollup merge of #106904 - khuey:preserve_debuginfo_for_rlibs, r=davidtwcoMatthias Krüger-6/+0
2023-01-26Auto merge of #107318 - matthiaskrgr:rollup-776kd81, r=matthiaskrgrbors-1/+2
2023-01-26Rollup merge of #106811 - khuey:dwp_extension, r=davidtwcoMatthias Krüger-1/+2
2023-01-26Auto merge of #107314 - matthiaskrgr:rollup-j40lnlj, r=matthiaskrgrbors-9/+12
2023-01-26Auto merge of #105582 - saethlin:instcombine-assert-inhabited, r=cjgillotbors-2/+2
2023-01-24Move FFI attribute validation to `check_attr`inquisitivecrystal-47/+3
2023-01-23Thread a ParamEnv down to might_permit_raw_initBen Kimock-2/+2
2023-01-23Create stable metric to measure long computation in Const EvalBryan Garza-0/+1
2023-01-22abi: add `AddressSpace` field to `Primitive::Pointer`Erik Desjardins-9/+12
2023-01-19Allow for more efficient sorting when exporting Unord collections.Michael Woerister-1/+1
2023-01-19Use UnordMap instead of FxHashMap in define_id_collections!().Michael Woerister-5/+9
2023-01-19Use UnordSet instead of FxHashSet in define_id_collections!().Michael Woerister-6/+9
2023-01-17Rollup merge of #104505 - WaffleLapkin:no-double-spaces-in-comments, r=jackh726Matthias Krüger-14/+14
2023-01-17Remove double spaces after dots in commentsMaybe Waffle-14/+14
2023-01-16Append .dwp to the binary filename instead of replacing the existing extension.Kyle Huey-1/+2
2023-01-17Omit needless funclet partitioningTomasz Miąsko-43/+40
2023-01-15Preserve split DWARF files when building archives.Kyle Huey-6/+0
2023-01-14Auto merge of #106646 - Amanieu:ilp32-object, r=Mark-Simulacrumbors-3/+9
2023-01-13Rollup merge of #106797 - FawazTirmizi:dev/issues/104284, r=bjorn3Matthias Krüger-5/+17
2023-01-13Improve linker-flavor detectionJonathan Schwender-1/+10
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