about summary refs log tree commit diff
path: root/src/librustc_codegen_ssa/traits/asm.rs
AgeCommit message (Expand)AuthorLines
2020-08-30mv compiler to compiler/mark-61/+0
2020-08-17rust_ast::ast => rustc_astUjjwal Sharma-1/+1
2020-05-29Improve inline asm error diagnosticsAmanieu d'Antras-1/+1
2020-05-18Move InlineAsmTemplatePiece and InlineAsmOptions to librustc_astAmanieu d'Antras-1/+2
2020-05-18Implement asm! codegenAmanieu d'Antras-0/+41
2020-03-26Rename asm! to llvm_asm!Amanieu d'Antras-3/+3
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-1/+1
2019-11-21reduce size of hir::ExprKindMazdak Farrokhzad-2/+2
2019-08-17Remove SyntaxContext from {ast, hir}::{GlobalAsm, InlineAsm}Matthew Jasper-0/+2
2019-06-11rustc_codegen_*: deny(unused_lifetimes).Eduard-Mihai Burtescu-1/+1
2019-02-09librustc_codegen_ssa => 2018Taiki Endo-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-11-29Use BackendTypes instead of Backend or HasCodegen in a few placesbjorn3-5/+4
2018-11-16[eddyb] rustc_codegen_ssa: rename `interfaces` to `traits`.Eduard-Mihai Burtescu-0/+28