about summary refs log tree commit diff
path: root/src/librustc_codegen_llvm/common.rs
AgeCommit message (Collapse)AuthorLines
2018-07-30rustc_codegen_llvm: use safe references for Context and Module.Irina Popa-3/+3
2018-07-16BinOpKindcsmoe-2/+2
2018-06-14Declare DebruijnIndex via newtype_index macroFabian Drinck-1/+1
2018-05-28stop invoking `DebruijnIndex::new` directlyNiko Matsakis-1/+1
Co-authored-by: csmoe <35686186+csmoe@users.noreply.github.com>
2018-05-21rustc: use intern_* instead of mk_* where possible.Eduard-Mihai Burtescu-2/+4
2018-05-17Rename trans to codegen everywhere.Irina Popa-0/+448