| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-11-20 | Never inline naked functions | Tomasz Miąsko | -0/+30 | |
| The `#[naked]` attribute disabled prologue / epilogue emission for the function and it is responsibility of a developer to provide them. The compiler is no position to inline such functions correctly. Disable inlining of naked functions at LLVM and MIR level. | ||||
