Age | Commit message (Expand) | Author |
---|---|---|
2018-10-01 | py/emitnative: Implement yield and yield-from in native emitter. | Damien George |
2018-09-15 | py: Make viper functions have the same entry signature as native. | Damien George |
2018-09-13 | py: Fix native functions so they run with their correct globals context. | Damien George |
2018-09-04 | py/emitnative: Add support for return/break/continue in try and with. | Damien George |
2018-08-17 | py/emitnx86: Fix number of args passed to mp_setup_code_state, 4 not 5. | Damien George |
2018-08-16 | py/emitnative: Optimise and improve exception handling in native code. | Damien George |
2018-05-04 | py/emitnx86: Fix 32-bit x86 native emitter build by including header. | Damien George |
2018-04-10 | py: Refactor how native emitter code is compiled with a file per arch. | Damien George |