about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/callee.rs
AgeCommit message (Expand)AuthorLines
2023-05-09CFI: Fix SIGILL reached via trait objectsRamon de C Valle-2/+2
2023-04-27rename `needs_infer` to `has_infer`Boxy-1/+1
2023-02-22Remove type-traversal trait aliasesAlan Egerton-1/+1
2023-01-17Remove double spaces after dots in commentsMaybe Waffle-2/+2
2022-11-18Workaround for private global symbol issueDaniel Paoliello-1/+14
2022-10-19Get rid of native_library projection queriesnils-1/+2
2022-09-01Always import all tracing macros for the entire crate instead of piecemeal by...Oli Scherer-1/+0
2022-08-26Implementation of import_name_typeDaniel Paoliello-3/+9
2022-07-06Update TypeVisitor pathsAlan Egerton-1/+1
2021-12-16Remove `in_band_lifetimes` from `rustc_codegen_llvm`LegionMammal978-1/+1
2021-10-06add platform support details file for armv7-unknown-linux-uclibcJonah Petri-2/+1
2021-10-06Add new target armv7-unknown-linux-uclibceabihfYannick Koehler-0/+1
2021-10-01Fix clippy lintsGuillaume Gomez-2/+2
2021-09-18Querify `fn_abi_of_{fn_ptr,instance}`.Eduard-Mihai Burtescu-1/+1
2021-09-18ty::layout: replicate `layout_of` setup for `fn_abi_of_{fn_ptr,instance}`.Eduard-Mihai Burtescu-3/+3
2021-05-28Fix static relocation model for PowerPC64Boris-Chengbiao Zhou-2/+1
2021-04-03Manually set dso_local when its valid to do soSimonas Kazlauskas-8/+11
2020-11-08rustc_target: Rename some target options to avoid tautologyVadim Petrochenkov-1/+1
2020-10-15Replace target.target with target and target.ptr_width with target.pointer_widthest31-1/+1
2020-08-30mv compiler to compiler/mark-0/+192