Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | builtin.c: Fix up 730f927 | Karl Williamson | 2022-02-01 | 1 | -2/+3 |
* | builtin.c: Use correct 32bit printing format | Karl Williamson | 2022-02-01 | 1 | -2/+4 |
* | Warn about experimental builtins at runtime as well as compile time | Dagfinn Ilmari Mannsåker | 2022-01-25 | 1 | -6/+17 |
* | Emit experimental::builtin warnings from the builtin function callchecker | Paul "LeoNerd" Evans | 2022-01-25 | 1 | -0/+8 |
* | Add ceil & floor to builtin | James Raspass | 2022-01-24 | 1 | -0/+10 |
* | Add builtin::blessed, refaddr and reftype | Paul "LeoNerd" Evans | 2021-12-08 | 1 | -0/+15 |
* | Add builtin:: funcs for handling weakrefs | Paul "LeoNerd" Evans | 2021-12-04 | 1 | -15/+38 |
* | Improvements to OP_ISBOOL | Paul "LeoNerd" Evans | 2021-12-03 | 1 | -2/+2 |
* | Direct optree implementations of builtin:: functions | Paul "LeoNerd" Evans | 2021-12-01 | 1 | -11/+122 |
* | builtin.c: Fix C++ compilation errors | Dagfinn Ilmari Mannsåker | 2021-11-30 | 1 | -7/+6 |
* | Add a builtin:: namespace, with true/false/isbool | Paul "LeoNerd" Evans | 2021-11-29 | 1 | -0/+103 |