summary refs log tree commit diff
path: root/src/librustc_trans/debuginfo/source_loc.rs
AgeCommit message (Expand)AuthorLines
2018-01-14rustc_trans: rename bcx to bx.Eduard-Mihai Burtescu-8/+8
2018-01-14rustc_trans: rename ccx to cx.Eduard-Mihai Burtescu-2/+2
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-3/+3
2017-01-04Add Builder::sess and Builder::tcx methodsMark Simulacrum-1/+1
2016-12-20Make debuginfo take debug_context instead of MirContextMark Simulacrum-14/+12
2016-12-20Move debug_context to MirContext from FunctionContextMark Simulacrum-9/+10
2016-12-20Remove global builderMark-Simulacrum-16/+4
2016-12-20Remove DebugLoc.Mark-Simulacrum-19/+8
2016-12-20Unbox FunctionDebugContextData.Mark-Simulacrum-8/+2
2016-08-24Remove AST from metadata except for consts and const fns.Eduard Burtescu-4/+1
2016-08-24rustc_trans: remove the bulk of old trans and most of its support code.Eduard Burtescu-93/+2
2016-08-03begin auditing the C++ types in RustWrapperAriel Ben-Yehuda-1/+1
2016-06-23Move errors from libsyntax to its own crateJonathan Turner-3/+3
2016-04-11trans: initial implementation of MIR debuginfo.Eduard Burtescu-52/+52
2016-03-27rustc_trans: move the contents of the trans module to top-level.Eduard Burtescu-0/+231