about summary refs log tree commit diff
path: root/src/librustc_codegen_llvm/debuginfo
AgeCommit message (Expand)AuthorLines
2020-08-30mv compiler to compiler/mark-3645/+0
2020-08-17rust_ast::ast => rustc_astUjjwal Sharma-1/+1
2020-08-10Merge branch 'master' into feature/incorporate-tracingpawanbisht62-5/+6
2020-08-08Auto merge of #74932 - nnethercote:rm-ast-session-globals, r=petrochenkovbors-3/+4
2020-08-08Eliminate the `SessionGlobals` from `librustc_ast`.Nicholas Nethercote-3/+4
2020-08-08fix clippy::needless_return: remove unneeded return statementsMatthias Krüger-2/+2
2020-08-06Incorporate tracing cratebishtpawan-2/+2
2020-07-20mir: `unused_generic_params` queryDavid Wood-1/+1
2020-07-20debuginfo: add type metadata for paramsDavid Wood-0/+16
2020-07-20debuginfo: no type metadata if substs reqdDavid Wood-2/+4
2020-07-15Change `SymbolName::name` to a `&str`.Nicholas Nethercote-4/+3
2020-07-11Rollup merge of #73715 - MaulingMonkey:pr-natvis-tuples, r=AmanieuManish Goregaokar-1/+71
2020-06-26Rollup merge of #72620 - tmiasko:linkage-name, r=eddybManish Goregaokar-12/+6
2020-06-24debuginfo: Define int/float types in terms of MSVC-recognized types.MaulingMonkey-1/+71
2020-06-24Add generator-debug test for MSVCTyler Mandry-8/+10
2020-06-24Allow calling GeneratorSubsts::variant_name() without substsTyler Mandry-8/+6
2020-06-24Add Artificial flag to generator variantsTyler Mandry-14/+53
2020-06-24Emit line info for generator variantsTyler Mandry-10/+56
2020-06-19Rollup merge of #72497 - RalfJung:tag-term, r=oli-obkRalf Jung-55/+53
2020-06-15add FIXME to EnumTagInfoRalf Jung-0/+3
2020-05-30tag/niche terminology cleanupRalf Jung-55/+50
2020-05-27Add -Z profile-emit=<path> for Gcov gcda output.Ivan Lozano-4/+4
2020-05-27Omit DW_AT_linkage_name when it is the same as DW_AT_nameTomasz Miąsko-12/+6
2020-05-21rustllvm: Fix warnings about unused function parametersVadim Petrochenkov-17/+4
2020-05-08Remove ast::{Ident, Name} reexports.Camille GILLOT-6/+4
2020-04-27Change return type of `entry_fn` query to return a `LocalDefId`marmeladema-1/+1
2020-04-14Update the minimum external LLVM to 8Josh Stone-15/+3
2020-04-05Fix performance regression in debuginfo file_metadata.Arlo Siemsen-11/+10
2020-04-02Add hash of source files in debug infoArlo Siemsen-3/+31
2020-04-02nix rustc_target::abi::* reexport in ty::layoutMazdak Farrokhzad-53/+43
2020-03-30Use if let instead of match when only matching a single variant (clippy::sing...Matthias Krüger-10/+8
2020-03-30rustc -> rustc_middle part 3 (rustfmt)Mazdak Farrokhzad-6/+6
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-19/+19
2020-03-27Rename TyLayout to TyAndLayout.Ana-Maria Mihalache-5/+5
2020-03-24normalize some imports, prefer direct ones.Mazdak Farrokhzad-1/+1
2020-03-23Rollup merge of #69968 - eddyb:tupled-closure-captures, r=nikomatsakisMazdak Farrokhzad-2/+2
2020-03-23Rollup merge of #69940 - tmiasko:llvm-api, r=hanna-kruppeMazdak Farrokhzad-1/+1
2020-03-23rustc_codegen_llvm: don't generate static and vtable debuginfo for -Cdebuginf...Eduard-Mihai Burtescu-0/+10
2020-03-23rustc_codegen_llvm: don't generate Self type debuginfo for methods for -Cdebu...Eduard-Mihai Burtescu-1/+6
2020-03-23rustc_codegen_llvm: don't generate "lexical block" scopes for -Cdebuginfo=1.Eduard-Mihai Burtescu-4/+13
2020-03-21rustc: keep upvars tupled in {Closure,Generator}Substs.Eduard-Mihai Burtescu-2/+2
2020-03-20remove redundant returns (clippy::needless_return)Matthias Krüger-15/+13
2020-03-16use direct imports for `rustc::{lint, session}`.Mazdak Farrokhzad-3/+3
2020-03-15Rollup merge of #69357 - tmiasko:debuginfo-column, r=michaelwoeristerDylan DPC-43/+57
2020-03-11librustc_codegen_llvm: Replace deprecated API usageTomasz Miąsko-1/+1
2020-03-09Avoid unnecessary interning of enum variant part idTomasz Miąsko-4/+1
2020-03-09Use slices in preference to 0-terminated stringsTomasz Miąsko-126/+155
2020-03-08Rollup merge of #69734 - tmiasko:di-enumerator, r=ecstatic-morseMazdak Farrokhzad-7/+16
2020-03-07Rollup merge of #69773 - matthiaskrgr:typos, r=petrochenkovMazdak Farrokhzad-1/+1
2020-03-06fix various typosMatthias Krüger-1/+1