about summary refs log tree commit diff
path: root/src/librustc_codegen_llvm/debuginfo/namespace.rs
AgeCommit message (Expand)AuthorLines
2020-07-15Change `SymbolName::name` to a `&str`.Nicholas Nethercote-1/+1
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-1/+1
2020-03-24normalize some imports, prefer direct ones.Mazdak Farrokhzad-1/+1
2020-03-09Use slices in preference to 0-terminated stringsTomasz Miąsko-8/+4
2020-01-05Remove rustc_hir reexports in rustc::hir.Mazdak Farrokhzad-1/+1
2019-12-22Format the worldMark Rousskov-12/+10
2019-11-02Simplify various `Symbol` use points.Nicholas Nethercote-3/+3
2019-10-21Convert fields within `DefPathData` from `InternedString` to `Symbol`.Nicholas Nethercote-1/+1
2019-06-02remove unneeded depsMark Mansi-2/+1
2019-06-02remove reexport of rustc::ty::InstanceMark Mansi-1/+1
2019-02-18librustc_codegen_llvm => 2018Taiki Endo-4/+4
2018-12-25Remove licensesMark Rousskov-10/+0
2018-08-10Introduce SmallCStr and use it where applicable.Michael Woerister-2/+2
2018-07-30rustc_codegen_llvm: use safe references for Metadata and DI*.Irina Popa-5/+4
2018-07-30rustc_codegen_llvm: move from empty enums to extern types.Irina Popa-4/+4
2018-05-17Rename trans to codegen everywhere.Irina Popa-0/+66