about summary refs log tree commit diff
path: root/src/librustc_codegen_ssa/traits/statics.rs
AgeCommit message (Expand)AuthorLines
2020-07-17Generating the coverage mapRich Kadel-0/+12
2020-04-02nix rustc_target::abi::* reexport in ty::layoutMazdak Farrokhzad-1/+1
2020-03-30rustc -> rustc_middle part 3 (rustfmt)Mazdak Farrokhzad-1/+1
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-1/+1
2020-01-05Remove rustc_hir reexports in rustc::hir.Mazdak Farrokhzad-1/+1
2019-10-27Always use consteval to codegen caller_location.Adam Perry-2/+0
2019-10-27Panicking infra uses &core::panic::Location.Adam Perry-9/+0
2019-10-27Implement core::intrinsics::caller_location.Adam Perry-0/+2
2019-09-04Remove `LocalInternedString` uses from `librustc_codegen_llvm`.Nicholas Nethercote-3/+3
2019-06-11rustc_codegen_*: deny(unused_lifetimes).Eduard-Mihai Burtescu-1/+1
2019-03-29Remove const_{cstr,str_slice,get_elt,get_real} and is_const_real methods from...bjorn3-0/+9
2019-03-29Miscbjorn3-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-11-29Move get_static from CodegenCx to Builderbjorn3-1/+4
2018-11-29Remove static_addr_of_mut from cg_ssabjorn3-1/+0
2018-11-29Rename StaticMethods::static_ptrcast to ConstMethods::const_ptrcastbjorn3-1/+0
2018-11-29Remove static_bitcast from cg_ssabjorn3-1/+0
2018-11-29Remove static_replace_all_uses and statics_to_rauw from cg_ssabjorn3-1/+0
2018-11-29Make ConstMethods and StaticMethods require BackendTypes instead of Backendbjorn3-2/+2
2018-11-16[eddyb] rustc_codegen_ssa: rename `interfaces` to `traits`.Eduard-Mihai Burtescu-0/+23