summary refs log tree commit diff
path: root/src/librustc_codegen_ssa/traits/builder.rs
AgeCommit message (Expand)AuthorLines
2019-06-18rustc: remove 'x: 'y bounds (except from comments/strings).Eduard-Mihai Burtescu-1/+1
2019-06-11rustc_codegen_*: deny(unused_lifetimes).Eduard-Mihai Burtescu-1/+1
2019-06-03add support for unchecked mathlcnr/Bastian Kauschke-0/+6
2019-05-14removes `AbiMethods`Saleem Jaffer-0/+2
2019-05-04adding HasParamEnv traitSaleem Jaffer-1/+3
2019-03-29Use ExactSizeIterator + TrustedLen instead of num_cases arg for switchbjorn3-2/+2
2019-03-29Add a method for emiting a switch.bjorn3-2/+3
2019-03-29Remove inline_asm_call from cg_ssabjorn3-14/+0
2019-03-29Remove type_variadic_func and typ_array from cg_ssabjorn3-7/+8
2019-03-29Move get_param and set_value_namebjorn3-2/+1
2019-03-29Remove a lot of methods from BuilderMethodsbjorn3-47/+0
2019-02-25librustc_codegen_ssa: deny(elided_lifetimes_in_paths)Mazdak Farrokhzad-1/+1
2019-02-09librustc_codegen_ssa => 2018Taiki Endo-4/+5
2018-12-25Remove licensesMark Rousskov-10/+0
2018-11-29Move get_static from CodegenCx to Builderbjorn3-1/+2
2018-11-29Move IntrinsicCallMethods::call_overflow_intrinsics to BuilderMethods::checke...bjorn3-0/+16
2018-11-29Remove call_lifetime_intrinsic from cg_ssabjorn3-10/+4
2018-11-22rustc_target: avoid using AbiAndPrefAlign where possible.Eduard-Mihai Burtescu-13/+12
2018-11-22rustc_target: rename abi::Align to AbiAndPrefAlign.Eduard-Mihai Burtescu-13/+14
2018-11-16[eddyb] rustc_codegen_ssa: rename `interfaces` to `traits`.Eduard-Mihai Burtescu-0/+323