summary refs log tree commit diff
path: root/src/librustc_codegen_ssa/traits/consts.rs
AgeCommit message (Expand)AuthorLines
2020-04-02nix rustc_target::abi::* reexport in ty::layoutMazdak Farrokhzad-11/+6
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-3/+3
2020-03-27Rename TyLayout to TyAndLayout.Ana-Maria Mihalache-1/+1
2020-01-01Rename `syntax_pos` to `rustc_span` in source codeVadim Petrochenkov-1/+1
2019-10-27Implement core::intrinsics::caller_location.Adam Perry-0/+2
2019-10-13Remove is_const_integral method from ConstMethodsbjorn3-3/+1
2019-08-02CTFE: simplify Value type by not checking for alignmentRalf Jung-1/+0
2019-07-09Fix float add/mul reduction codegenNikita Popov-0/+1
2019-06-19Weave the alignment through `ByRef`Oliver Scherer-0/+1
2019-03-29Remove const_{cstr,str_slice,get_elt,get_real} and is_const_real methods from...bjorn3-9/+0
2019-03-29Remove const_{fat_ptr,array,vector,bytes} from cg_ssabjorn3-4/+0
2019-02-09librustc_codegen_ssa => 2018Taiki Endo-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-11-29Rename StaticMethods::static_ptrcast to ConstMethods::const_ptrcastbjorn3-1/+2
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/+64