Commits
User selector
Commit History
Commits on Jul 6, 2020
Commits on May 22, 2018
py/emit: Combine name and global into one func for load/store/delete.
Show description for d298013committedpy/emit: Combine fast and deref into one function for load/store/delete.
Show description for 0a25fffcommitted
Commits on Jul 31, 2017
all: Use the name MicroPython consistently in comments
Show description for 55f3324authored andcommitted
Commits on Sep 30, 2016
py/scope: Factor common code to find locals and close over them.
Show description for 0d10517committedpy/scope: Use lookup-table to determine a scope's simple name.
Show description for 3dea8c9committed
Commits on Dec 18, 2015
py: Add MICROPY_ENABLE_COMPILER and MICROPY_PY_BUILTINS_EVAL_EXEC opts.
Show description for dd5353acommitted
Commits on Aug 17, 2015
unix-cpy: Remove unix-cpy. It's no longer needed.
Show description for 65dc960committed
Commits on Mar 26, 2015
py, compiler: Refactor load/store/delete_id logic to reduce code size.
Show description for 542bd6bcommitted
Commits on Jan 16, 2015
py: Remove unnecessary id_flags argument from emitter's load_fast.
Show description for 0abb560committed
Commits on Jan 1, 2015
py: Move to guarded includes, everywhere in py/ core.
Show description for 51dfcb4committed
Commits on Sep 8, 2014
py: Convert [u]int to mp_[u]int_t in emit.h and associated .c files.
Show description for 7ff996ccommitted
Commits on Jun 21, 2014
py: Include mpconfig.h before all other includes.
Show description for 59c675acommitted
Commits on May 3, 2014
Add license header to (almost) all files.
Show description for 04b9147committed
Commits on Apr 13, 2014
Merge pull request #471 from errordeveloper/misc_fix/unistd
Show description for d395a0ecommittedpy: Remove unique_codes from emitglue.c. Replace with pointers.
Show description for df8127acommitted
Commits on Apr 12, 2014
- committed
Ilya Dmitrichenko
Commits on Apr 9, 2014
py: Properly implement deletion of locals and derefs, and detect errors.
Show description for 2bf7c09committed
Commits on Mar 17, 2014
py: Clean up includes.
Show description for efe3422committed
Commits on Feb 26, 2014
Commits on Jan 21, 2014
Revamp qstrs: they now include length and hash.
Show description for 55baff4committed
Commits on Dec 21, 2013
Change object representation from 1 big union to individual structs.
Show description for d99b052committed
Commits on Oct 20, 2013
Commits on Oct 12, 2013
Commits on Oct 5, 2013
Commits on Oct 4, 2013
- committed
Loading