summary refs log tree commit diff
path: root/src/librustc_trans/debuginfo
AgeCommit message (Expand)AuthorLines
2016-04-09Auto merge of #32781 - michaelwoerister:dont-use-svh-in-debuginfo, r=alexcric...bors-8/+10
2016-04-07Rollup merge of #32734 - tromey:dwarf-5-DW_LANG_Rust, r=michaelwoeristerManish Goregaokar-1/+3
2016-04-06Use crate name/disambiguator instead of SVH for debuginfo typeid.Michael Woerister-8/+10
2016-04-06rustc: retire hir::map's paths.Eduard Burtescu-100/+74
2016-04-06rustc: move middle::{def,def_id,pat_util} to hir.Eduard Burtescu-7/+7
2016-04-06rustc: dismantle hir::util, mostly moving functions to methods.Eduard Burtescu-2/+2
2016-04-06rustc: move rustc_front to rustc::hir.Eduard Burtescu-11/+9
2016-04-04Use DWARF 5 value for DW_LANG_RustTom Tromey-1/+3
2016-03-31librustc_trans: use bug!(), span_bug!()Benjamin Herr-114/+103
2016-03-27rustc_trans: move the contents of the trans module to top-level.Eduard Burtescu-0/+4291