| Age | Commit message (Expand) | Author |
| 2017-08-21 | all: Make static dicts use mp_rom_map_elem_t type and MP_ROM_xxx macros. | 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-06-15 | qemu-arm/Makefile: Include relevant sources in list for qstr extraction. | Damien George |
| 2017-06-15 | stmhal: Move pybstdio.c to lib/utils/sys_stdio_mphal.c for common use. | Damien George |
| 2017-06-06 | qemu-arm: Enable micropython.mem_*() functions to allow more tests. | Paul Sokolovsky |
| 2017-05-29 | various: Spelling fixes | Ville Skyttä |
| 2017-05-26 | qemu-arm/Makefile: Adjust object-file lists to get correct dependencies. | Damien George |
| 2017-05-10 | ports: Add ilistdir in uos module. | Damien George |
| 2017-04-28 | qemu-arm, stmhal: Remove dummy memory.h since it's no longer needed. | Damien George |
| 2017-04-01 | all: Move BYTES_PER_WORD definition from ports to py/mpconfig.h | Damien George |
| 2017-03-24 | py/modbuiltins: For round() builtin use nearbyint instead of round. | Damien George |
| 2017-03-23 | all/Makefile: Remove -ansi from GCC flags, its ignored anyway. | Krzysztof Blazewicz |
| 2017-03-14 | qemu-arm: Move lexer constructors to within NLR handler block. | Damien George |
| 2017-03-13 | qemu-arm: Add basic uos module with generic VFS capabilities. | Damien George |
| 2017-03-06 | py/nlr.h: Mark nlr_jump_fail as NORETURN. | Damien George |
| 2017-03-02 | qemu-arm: Enable machine module and associated tests. | Damien George |
| 2017-02-03 | qemu-arm/mpconfigport.h: Enable MICROPY_PY_BUILTINS_POW3 option. | Damien George |
| 2017-01-27 | qemu-arm: Don't compile tests in "REPL" mode. | Damien George |
| 2016-11-03 | qemu-arm: Enable software floating point support, and float tests. | Damien George |
| 2016-10-21 | py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros. | Damien George |
| 2016-10-14 | qemu-arm: Remove SRC_TEST_C from SRC_QSTR list, it's not needed. | Damien George |
| 2016-10-14 | qemu-arm: Enable lots of extmods and enable tests for them. | Damien George |
| 2016-09-05 | py: Add MICROPY_USE_INTERNAL_PRINTF option, defaults to enabled. | Delio Brignoli |
| 2016-08-17 | qemu-arm: Enable MICROPY_PY_ALL_SPECIAL_METHODS. | Damien George |
| 2016-08-15 | ports: Remove typedef of machine_ptr_t, it's no longer needed. | Damien George |
| 2016-07-11 | qemu-arm: Enable gcc LTO option for nlrthumb.c | Daniel Tralamazza |
| 2016-06-28 | qemu-arm: Disable gcc LTO option for nlrthumb.c. | Damien George |
| 2016-06-28 | py: Add MP_STATE_THREAD to hold state specific to a given thread. | Damien George |
| 2016-03-15 | qemu-arm: Enable builtin override feature, and enable more tests. | Damien George |
| 2016-03-15 | qemu-arm: Reinitialise uPy heap and runtime at start of each test. | Damien George |
| 2016-01-29 | py/runtime: mp_stack_ctrl_init() should be called immediately on startup. | Paul Sokolovsky |
| 2016-01-11 | py: Change type signature of builtin funs that take variable or kw args. | Damien George |
| 2016-01-03 | py: Change struct and macro for builtin fun so they can be type checked. | Damien George |
| 2015-10-31 | all: Add py/mphal.h and use it in all ports. | Damien George |
| 2015-10-24 | Makefiles: Remove duplicate object files when linking. | Paul Sokolovsky |
| 2015-10-19 | all: Make netutils.h available to all ports by default. | Paul Sokolovsky |
| 2015-10-15 | py: Remove dependency on printf/fwrite in mp_plat_print. | Damien George |
| 2015-10-02 | py: Allocate parse nodes in chunks to reduce fragmentation and RAM use. | Damien George |
| 2015-07-20 | qemu-arm: Enable array slice assignment to get memoryview1 test to pass. | Delio Brignoli |
| 2015-06-22 | bare-arm, minimal, qemu-arm: Make do_str() take parse-input-kind as arg. | Damien George |
| 2015-04-16 | qemu-arm: Get compiling again with recent changes to print framework. | Damien George |
| 2015-04-16 | py: Overhaul and simplify printf/pfenv mechanism. | Damien George |
| 2015-04-04 | stmhal, qemu-arm: Enable sys.maxsize attribute. | Damien George |
| 2015-02-28 | qemu-arm: Handle sys.exit() to allow skip tests in testsuite. | Paul Sokolovsky |
| 2015-02-16 | qemu-arm: Enable source line numbers, for easier debugging. | Damien George |
| 2015-02-07 | py: Protect mp_parse and mp_compile with nlr push/pop block. | Damien George |
| 2015-01-12 | qemu-arm: Enable GC and native code-gen; enable more tests. | Damien George |
| 2015-01-09 | py: Disable stack checking by default; enable on most ports. | Damien George |
| 2015-01-09 | qemu-arm: Add 'test' target to Makefile to run and verify test suite. | Damien George |