about summary refs log tree commit diff
path: root/src/librustc_trans/debuginfo/namespace.rs
AgeCommit message (Expand)AuthorLines
2018-05-17Rename trans to codegen everywhere.Irina Popa-66/+0
2018-04-27Rename InternedString to LocalInternedString and introduce a new thread-safe ...John Kåre Alsaker-1/+1
2018-02-19Use DefId instead of NodeId while generating debuginfo for statics.Michael Woerister-11/+0
2018-01-14rustc_trans: rename ccx to cx.Eduard-Mihai Burtescu-12/+12
2018-01-14rustc_trans: rename CrateContext to CodegenCx.Eduard-Mihai Burtescu-4/+4
2018-01-14rustc_trans: access fields directly on CrateContext.Eduard-Mihai Burtescu-4/+4
2017-12-20dwarf: set dwarf linkage_name for fns and statics to its mangled symbol namem4b-23/+18
2017-07-07incr.comp.: Don't include span information in the ICH of type definitions.Michael Woerister-13/+4
2017-04-26Implement a file-path remapping feature in support of debuginfo and reproduci...Michael Woerister-1/+1
2016-11-30rustc: track the Span's of definitions across crates.Eduard-Mihai Burtescu-1/+1
2016-11-21Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p...Jeffrey Seyfried-2/+2
2016-08-03begin auditing the C++ types in RustWrapperAriel Ben-Yehuda-1/+1
2016-07-29Remove NO_FILE_METADATA; always use unknown_file_metadata instead of passing 0Vladimir Vukicevic-2/+2
2016-06-23Move errors from libsyntax to its own crateJonathan Turner-1/+1
2016-06-16Add an abs_path member to FileMap, use it when writing debug info.Ted Mielczarek-1/+1
2016-04-11trans: use DefKey directly in debuginfo for paths.Eduard Burtescu-98/+62
2016-04-06rustc: retire hir::map's paths.Eduard Burtescu-74/+66
2016-04-06rustc: move middle::{def,def_id,pat_util} to hir.Eduard Burtescu-1/+1
2016-04-06rustc: move rustc_front to rustc::hir.Eduard Burtescu-1/+1
2016-03-31librustc_trans: use bug!(), span_bug!()Benjamin Herr-3/+3
2016-03-27rustc_trans: move the contents of the trans module to top-level.Eduard Burtescu-0/+135