about summary refs log tree commit diff
path: root/src/librustc_codegen_llvm/debuginfo/utils.rs
AgeCommit message (Expand)AuthorLines
2020-08-30mv compiler to compiler/mark-43/+0
2020-03-30rustc -> rustc_middle part 3 (rustfmt)Mazdak Farrokhzad-1/+1
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-1/+1
2020-03-20remove redundant returns (clippy::needless_return)Matthias Krüger-3/+1
2020-02-26Use byte offsets when emitting debuginfo columnsTomasz Miąsko-8/+0
2020-01-05Remove rustc_hir reexports in rustc::hir.Mazdak Farrokhzad-1/+1
2020-01-01Rename `syntax_pos` to `rustc_span` in source codeVadim Petrochenkov-3/+3
2019-12-22Format the worldMark Rousskov-11/+6
2019-02-25librustc_codegen_llvm: deny(elided_lifetimes_in_paths)Mazdak Farrokhzad-2/+2
2019-02-18librustc_codegen_llvm => 2018Taiki Endo-4/+4
2019-02-10rustc: doc commentsAlexander Regueiro-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-1/+1
2018-11-16[eddyb] rustc_codegen_ssa: rename `interfaces` to `traits`.Eduard-Mihai Burtescu-1/+1
2018-11-16Finished moving backend-agnostic code to rustc_codegen_ssaDenis Merigoux-1/+1
2018-11-16Generalized mir::codegen_mir (and all subsequent functions)Denis Merigoux-0/+1
2018-08-19mv codemap() source_map()Donato Sciarra-1/+1
2018-07-30rustc_codegen_llvm: fix ownership of DIBuilder.Irina Popa-2/+5
2018-07-30rustc_codegen_llvm: use safe references for Metadata and DI*.Irina Popa-5/+4
2018-07-30rustc_codegen_llvm: use safe references for DIBuilder.Irina Popa-3/+3
2018-07-30rustc_codegen_llvm: use safe references for Type.Irina Popa-2/+1
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-2/+3
2018-05-17Rename trans to codegen everywhere.Irina Popa-0/+65