about summary refs log tree commit diff
path: root/src/librustc_codegen_llvm/debuginfo/metadata.rs
AgeCommit message (Expand)AuthorLines
2018-10-09codegen_llvm/misc: convert string literals with to_ownedljedrz-5/+5
2018-10-09codegen_llvm/misc: improve common patternsljedrz-24/+23
2018-10-09codegen_llvm/misc: remove explicit returnsljedrz-3/+3
2018-10-09codegen_llvm/misc: whitespace & formatting improvementsljedrz-15/+15
2018-09-14Remove LLVM 3.9 workaround.Unknown-7/+1
2018-08-23use String::new() instead of String::from(""), "".to_string(), "".to_owned() ...Matthias Krüger-2/+2
2018-08-22Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str}varkor-12/+12
2018-08-22Remove Ty prefix from Ty{Foreign|Param}varkor-1/+1
2018-08-22Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...varkor-22/+22
2018-08-22miri/CTFE refactorRalf Jung-0/+1
2018-08-19mv FileMap SourceFileDonato Sciarra-1/+1
2018-08-10Introduce SmallCStr and use it where applicable.Michael Woerister-38/+36
2018-08-10Introduce const_cstr!() macro and use it where applicable.Michael Woerister-2/+2
2018-08-09Move Fingerprint to data structuresMark Rousskov-1/+2
2018-08-09Move path2cstr to rustc_fs_utilMark Rousskov-1/+1
2018-07-30rustc_codegen_llvm: use safe references for Value.Irina Popa-8/+13
2018-07-30rustc_codegen_llvm: use safe references for Metadata and DI*.Irina Popa-175/+212
2018-07-30rustc_codegen_llvm: use safe references for Context and Module.Irina Popa-1/+1
2018-07-30rustc_codegen_llvm: move from empty enums to extern types.Irina Popa-28/+30
2018-07-29Replace push loops with collect() and extend() where possibleljedrz-12/+11
2018-06-30Fortify dummy span checkingVadim Petrochenkov-1/+1
2018-05-26Use `Ident`s for fields in HIRVadim Petrochenkov-3/+3
2018-05-24Add constant for `Size::from_bytes(0)`Oliver Schneider-6/+6
2018-05-17Fixed accidental removal of StableHasher declaration.iancormac84-0/+1
2018-05-17Removed use of TypeIdHasher in debuginfo and replaced it with StableHasher. A...iancormac84-6/+10
2018-05-17Rename trans to codegen everywhere.Irina Popa-0/+1773