summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src/mono_item.rs
AgeCommit message (Expand)AuthorLines
2023-11-21Fix `clippy::needless_borrow` in the compilerNilstrieb-4/+4
2023-07-30inline format!() args up to and including rustc_codegen_llvmMatthias Krüger-2/+2
2023-07-14refactor(rustc_middle): Substs -> GenericArgMahdi Dibaiee-2/+2
2022-11-13Store a LocalDefId in hir::AnonConst.Camille GILLOT-6/+6
2022-04-15Add codegen for global_asm! sym operandsAmanieu d'Antras-1/+23
2022-03-29Make some rustc code conform to strict provenance.Aria Beingessner-1/+1
2021-09-02rustc_target: move `LayoutOf` to `ty::layout`.Eduard-Mihai Burtescu-2/+1
2021-05-13Add support for const operands and options to global_asm!Amanieu d'Antras-4/+32
2021-02-15Use an ItemId inside mir::GlobalAsm.Camille GILLOT-2/+2
2020-08-30ty: remove obsolete printerDavid Wood-4/+4
2020-08-30mv compiler to compiler/mark-0/+98