summary refs log tree commit diff
path: root/src/librustc_codegen_ssa/traits/builder.rs
AgeCommit message (Expand)AuthorLines
2020-07-02Rollup merge of #73724 - CryZe:wasm-saturating-casts, r=alexcrichtonManish Goregaokar-0/+2
2020-07-02Use WASM's saturating casts if they are availableChristopher Serr-0/+2
2020-06-29add spans to injected coverage countersRich Kadel-0/+2
2020-06-15[WIP] injects llvm intrinsic instrprof.increment for coverage reportsRich Kadel-0/+8
2020-04-02nix rustc_target::abi::* reexport in ty::layoutMazdak Farrokhzad-1/+2
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-2/+2
2020-02-03rustc_codegen_ssa: split declare_local into create_dbg_var and dbg_var_addr.Eduard-Mihai Burtescu-1/+1
2019-12-22Format the worldMark Rousskov-13/+8
2019-11-21Aggregation of drive-by cosmetic changes.Alexander Regueiro-1/+4
2019-11-03rustc_codegen_ssa: rename ArgTypeMethods to ArgAbiMethods.Eduard-Mihai Burtescu-2/+2
2019-10-13s/FuncId/Functionbjorn3-1/+1
2019-10-13Introduce FuncId backend typebjorn3-1/+1
2019-09-12codegen: be more explicit about setting giving names to allocas.Eduard-Mihai Burtescu-3/+2
2019-07-03Remove needless lifetimesJeremy Stucki-1/+1
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