summary refs log tree commit diff
path: root/src/librustc_codegen_ssa/mir/mod.rs
AgeCommit message (Expand)AuthorLines
2019-06-18Auto merge of #59625 - immunant:copy_variadics_typealias, r=eddybbors-22/+11
2019-06-18Run `rustfmt --file-lines ...` for changes from previous commits.Eduard-Mihai Burtescu-5/+6
2019-06-18rustc: remove 'x: 'y bounds (except from comments/strings).Eduard-Mihai Burtescu-6/+6
2019-06-17Expose `VaListImpl` as the Rust equivalent of `__va_list_tag` and implement C...Andrei Homescu-22/+11
2019-06-05Add `walk_chain`.Nicholas Nethercote-8/+1
2019-06-02remove reexport of rustc::ty::InstanceMark Mansi-2/+1
2019-05-30Auto merge of #61253 - nnethercote:avoid-hygiene_data-lookups, r=petrochenkovbors-1/+1
2019-05-29Introduce and use `SyntaxContext::outer_expn_info()`.Nicholas Nethercote-1/+1
2019-05-28Changes the type `mir::Mir` into `mir::Body`Claude-Alban RANÉLY-VERGÉ-DÉPRÉ-4/+4
2019-05-22Simplify use of keyword symbolsVadim Petrochenkov-3/+3
2019-05-14removes `AbiMethods`Saleem Jaffer-2/+2
2019-05-03Split out debuginfo from type info in MIR GeneratorLayoutTyler Mandry-3/+5
2019-04-25Preserve visibility scopes in stored generator localsTyler Mandry-9/+17
2019-04-25Support variantful generatorsTyler Mandry-10/+27
2019-04-25Give GeneratorLayout a list of fields for each variantTyler Mandry-2/+4
2019-04-23rustc: dissuade compiler developers from misusing upvar debuginfo.Eduard-Mihai Burtescu-5/+6
2019-04-23rustc_codegen_ssa: rename debuginfo_upvar_decls_ops_sequence to debuginfo_upv...Eduard-Mihai Burtescu-1/+1
2019-03-29Move get_param and set_value_namebjorn3-7/+7
2019-03-29[WIP] Make some debug info methods take &mut FunctionDebugContextbjorn3-9/+5
2019-03-29Remove internal mutability from source_locations_enabledbjorn3-1/+1
2019-03-29Remove param_substs from FunctionCxbjorn3-9/+3
2019-03-29Use Builder instead of CodegenCx for OperandRef and LocalRefbjorn3-7/+7
2019-03-29Don't use c_uint in cg_ssabjorn3-7/+6
2019-03-09Auto merge of #59012 - pietroalbini:rollup, r=pietroalbinibors-0/+1
2019-03-08Rollup merge of #58906 - Nemo157:generator-state-debug-info, r=ZoxcPietro Albini-0/+1
2019-03-07Fix segfaults in release build C-variadic fnsDan Robertson-7/+1
2019-03-04Monomorphize generator field types for debuginfoWim Looman-0/+1
2019-03-02Auto merge of #58077 - Nemo157:generator-state-debug-info, r=Zoxcbors-4/+31
2019-02-27Rename variadic to c_variadicDan Robertson-1/+1
2019-02-27Support defining C compatible variadic functionsDan Robertson-6/+58
2019-02-26replace &'tcx Substs with SubstsRefcsmoe-2/+2
2019-02-23Add debug-info to access variables from generator stateWim Looman-4/+31
2019-02-12Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnikbors-1/+1
2019-02-10rustc: doc commentsAlexander Regueiro-1/+1
2019-02-09librustc_codegen_ssa => 2018Taiki Endo-3/+3
2019-01-27Update generator upvar debug infoWim Looman-0/+7
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-11Remove env_alloca hackNikita Popov-24/+2
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-2/+2
2018-11-29Use implicit deref instead of BuilderMethods::cx()bjorn3-18/+18
2018-11-22rustc_target: avoid using AbiAndPrefAlign where possible.Eduard-Mihai Burtescu-2/+2
2018-11-16[eddyb] rustc_codegen_ssa: rename `interfaces` to `traits`.Eduard-Mihai Burtescu-1/+1
2018-11-16[eddyb] rustc_codegen_ssa: handle LLVM unsafety correctly.Eduard-Mihai Burtescu-1/+3
2018-11-16All Builder methods now take &mut self instead of &selfDenis Merigoux-9/+13
2018-11-16Added some docs + start to &mut self builder methodsDenis Merigoux-8/+8
2018-11-16Great separation of librustc_codegen_llvm: librustc_codegen_ssa compilesDenis Merigoux-0/+673