| Age | Commit message (Expand) | Author |
| 2020-07-23 | add coroutine behavior for generators | Kenny |
| 2020-07-06 | Add license to some obvious files. | Diego Elio Pettenò |
| 2020-06-03 | Fix up end of file and trailing whitespace. | Diego Elio Pettenò |
| 2020-03-01 | Makefiles: add targets to build unix port, mpy-cross for fuzzing | Jeff Epler |
| 2020-01-25 | alphabetize | Jeff Epler |
| 2020-01-25 | rework gitignore file | Jeff Epler |
| 2020-01-25 | Add a makefile to cross-compile for raspbian | Jeff Epler |
| 2020-01-25 | Define serial_write, it was undefined in the Windows mpy-cross build | Jeff Epler |
| 2020-01-25 | mpy-cross: Make it easier to build mpy-cross static targets | Jeff Epler |
| 2019-03-12 | Stub out safe mode for mpy-cross | Scott Shawcroft |
| 2018-12-06 | Add stack.c stub for mpy-cross | Scott Shawcroft |
| 2018-08-07 | Support internationalisation. | Scott Shawcroft |
| 2018-07-10 | handle errno defns for mingw and use correct executable name | Dan Halbert |
| 2018-07-10 | Add STATIC_BUILD make flag for mpy-cross to build a static executable | Dan Halbert |
| 2017-10-04 | all: Remove inclusion of internal py header files. | Damien George |
| 2017-09-06 | all: Update Makefiles and others to build with new ports/ dir layout. | Damien George |
| 2017-08-11 | all: Make use of $(TOP) variable in Makefiles, instead of "..". | Damien George |
| 2017-07-31 | all: Use the name MicroPython consistently in comments | Alexander Steffen |
| 2017-07-24 | all: Don't include system errno.h when it's not needed. | Damien George |
| 2017-07-19 | all: Remove trailing spaces, per coding conventions. | Damien George |
| 2017-05-26 | mpy-cross/Makefile: Guard "override undefine" by test for make feature. | Damien George |
| 2017-05-11 | mpy-cross/Makefile: Override undefine any inherited variables. | Damien George |
| 2017-05-03 | mpy-cross: Fix compiler detection for including windows/fmode.c | stijn |
| 2017-04-22 | mpy-cross, unix, windows, stmhal: Enable return-if-else optimisation. | Damien George |
| 2017-04-01 | all: Move BYTES_PER_WORD definition from ports to py/mpconfig.h | Damien George |
| 2017-03-23 | all/Makefile: Remove -ansi from GCC flags, its ignored anyway. | Krzysztof Blazewicz |
| 2017-03-14 | mpy-cross/main: Move lexer constructor to within NLR handler block. | Damien George |
| 2016-11-16 | mpy-cross: Get compiling after recent persistent code refactors. | Damien George |
| 2016-09-05 | mpy-cross: Don't use the internal printf functions. | Damien George |
| 2016-08-15 | ports: Remove typedef of machine_ptr_t, it's no longer needed. | Damien George |
| 2016-07-30 | mpy-cross: Fix mingw and msys2 compilation | stijn |
| 2016-07-22 | mpy-cross: Use binary file translation mode for creating mpy files on windows | stijn |
| 2016-07-11 | mpy-cross: Fix Makefile to handle gc-sections linker flags on OS X. | Anton Sokolchenko |
| 2016-06-28 | py: Add MP_STATE_THREAD to hold state specific to a given thread. | Damien George |
| 2016-05-23 | mpy-cross: Add -s option to specify the embedded source filename. | Damien George |
| 2016-03-09 | mpy-cross: Remove setting of MICROPY_FORCE_32BIT=1 from Makefile. | Damien George |
| 2016-03-02 | mpy-cross: Give a more sensible error message when file doesn't exist. | Damien George |
| 2016-02-25 | mpy-cross: Add new component, a cross compiler for MicroPython bytecode. | Damien George |