Commits
User selector
Commit History
Commits on Jul 6, 2020
Commits on May 22, 2018
py/emit: Merge build set/slice into existing build emit function.
Show description for 436e0d4committed
Commits on Oct 11, 2017
Commits on Oct 4, 2017
all: Remove inclusion of internal py header files.
Show description for a3dc1b1committed
Commits on Aug 15, 2017
py: Add verbose debug compile-time flag MICROPY_DEBUG_VERBOSE.
Show description for ace9fb5authored andcommitted
Commits on Jul 31, 2017
all: Use the name MicroPython consistently in comments
Show description for 55f3324authored andcommitted
Commits on Apr 22, 2017
py: Add LOAD_SUPER_METHOD bytecode to allow heap-free super meth calls.
Show description for dd11af2committed
Commits on Feb 16, 2017
Commits on Dec 9, 2016
py: Allow inline-assembler emitter to be generic.
Show description for ad297a1committed
Commits on Feb 9, 2016
py/viper: Allow casting of Python integers to viper pointers.
Show description for 3e02b1dcommitted
Commits on Feb 2, 2016
py: Extend native type-sig to use 4 bits, so uint is separate to ptr.
Show description for 5f3e005committed
Commits on Jan 27, 2016
py/inlineasm: Add ability to specify return type of asm_thumb funcs.
Show description for 8f54c08committed
Commits on Jan 7, 2016
Commits on Oct 11, 2015
Commits on Jun 25, 2015
py: Remove mp_load_const_bytes and instead load precreated bytes object.
Show description for 59fba2dcommitted- committed
Commits on Apr 7, 2015
py: Implement full func arg passing for native emitter.
Show description for 9988618committed
Commits on Apr 6, 2015
Commits on Apr 3, 2015
py: Implement closures in native code generator.
Show description for 4cd9cedcommitted
Commits on Feb 8, 2015
py: Parse big-int/float/imag constants directly in parser.
Show description for 7d414a1committed
Commits on Jan 21, 2015
py: Implement proper re-raising in native codegen's finally handler.
Show description for b6e6b52committed
Commits on Jan 1, 2015
py: Move to guarded includes, everywhere in py/ core.
Show description for 51dfcb4committed
Commits on Sep 29, 2014
py: Add casting to viper; add native mem stores to viper.
Show description for e9dac3bcommitted
Commits on Sep 6, 2014
Commits on Aug 30, 2014
py: Change uint to mp_uint_t in runtime.h, stackctrl.h, binary.h.
Show description for 4abff75committed
Commits on Aug 28, 2014
py: Move native glue code from runtime.c to new file nativeglue.c.
Show description for 110ba35committed
Loading