rust/src/librustc_codegen_llvm/debuginfo
kennytm fd616f0170
Rollup merge of #54933 - ljedrz:cleanup_codegen_llvm/misc, r=varkor
Cleanup the rest of codegen_llvm

- improve common patterns
- convert string literals with `to_owned`
- remove explicit `return`s
- whitespace & formatting improvements
2018-10-18 12:54:45 +08:00
..
create_scope_map.rs codegen_llvm/misc: improve common patterns 2018-10-09 15:15:41 +02:00
doc.rs Rename trans to codegen everywhere. 2018-05-17 15:08:30 +03:00
gdb.rs Normalize DebugInfoLevel to standard style 2018-08-04 06:54:34 -06:00
metadata.rs Rollup merge of #54933 - ljedrz:cleanup_codegen_llvm/misc, r=varkor 2018-10-18 12:54:45 +08:00
mod.rs codegen_llvm/misc: improve common patterns 2018-10-09 15:15:41 +02:00
namespace.rs Introduce SmallCStr and use it where applicable. 2018-08-10 11:13:00 +02:00
source_loc.rs end return statements and void expressions with a semicolon 2018-10-16 11:14:10 +02:00
type_names.rs Rollup merge of #54933 - ljedrz:cleanup_codegen_llvm/misc, r=varkor 2018-10-18 12:54:45 +08:00
utils.rs mv codemap() source_map() 2018-08-19 23:01:01 +02:00