rust/src/librustc_trans/debuginfo
Andrew Cann 9b15ddb29e remove defaulting to unit
Types will no longer default to `()`, instead always defaulting to `!`.
This disables the associated warning and removes the flag from TyTuple
2018-03-14 12:44:51 +08:00
..
create_scope_map.rs rustc_trans: rename ccx to cx. 2018-01-14 08:56:44 +02:00
doc.rs rustc_trans: rename mircx: MirContext to fx: FunctionCx. 2018-01-14 08:56:44 +02:00
gdb.rs rustc_trans: rename bcx to bx. 2018-01-14 08:56:44 +02:00
metadata.rs remove defaulting to unit 2018-03-14 12:44:51 +08:00
mod.rs remove defaulting to unit 2018-03-14 12:44:51 +08:00
namespace.rs Use DefId instead of NodeId while generating debuginfo for statics. 2018-02-19 12:41:10 +01:00
source_loc.rs rustc_trans: rename bcx to bx. 2018-01-14 08:56:44 +02:00
type_names.rs remove defaulting to unit 2018-03-14 12:44:51 +08:00
utils.rs Rename exported_symbol_ids query to something more explicit and document what it is doing. 2018-03-06 09:47:43 +01:00