summary refs log tree commit diff
path: root/compiler/rustc_passes/src/naked_functions.rs
AgeCommit message (Expand)AuthorLines
2021-03-09Do not store attrs in FnKind.Camille GILLOT-2/+3
2021-01-07Reintroduce hir::ExprKind::IfCaio-0/+1
2021-01-02reduce borrowing and (de)referencing around match patterns (clippy::match_ref...Matthias Krüger-1/+1
2020-12-07Validate naked functions definitionsTomasz Miąsko-15/+224
2020-11-25Validate use of parameters in naked functionsTomasz Miąsko-0/+113