index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/upload-artifact-5
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
py
/
compile.c
Age
Commit message (
Expand
)
Author
2018-09-15
py/emit: Remove need to call set_native_type to set native/viper mode.
Damien George
2018-09-13
py: Fix native functions so they run with their correct globals context.
Damien George
2018-09-04
py/compile: Factor code that compiles start/end of exception handler.
Damien George
2018-09-04
py/emitnative: Add support for return/break/continue in try and with.
Damien George
2018-08-16
py/emitnative: Optimise and improve exception handling in native code.
Damien George
2018-08-13
py/compile: For dynamic compiler, widen literal 1 to get correct shift.
Damien George
2018-06-27
py/compile: Handle return/break/continue correctly in async with.
Damien George
2018-06-22
py/compile: Combine expr, xor_expr and and_expr into one function.
Damien George
2018-06-22
py/compile: Combine or_test and and_test compile functions.
Damien George
2018-06-22
py/compile: Combine global and nonlocal statement compile functions.
Damien George
2018-06-22
py/compile: Combine subscript_2 and subscript_3 into one function.
Damien George
2018-06-22
py/compile: Combine break and continue compile functions.
Damien George
2018-05-23
py/emit: Combine setup with/except/finally into one emit function.
Damien George
2018-05-23
py/emit: Merge build set/slice into existing build emit function.
Damien George
2018-05-23
py/emit: Combine import from/name/star into one emit function.
Damien George
2018-05-23
py/emit: Combine break_loop and continue_loop into one emit function.
Damien George
2018-05-23
py/emit: Combine load/store/delete attr into one emit function.
Damien George
2018-05-23
py/emit: Combine load/store/delete subscr into one emit function.
Damien George
2018-05-23
py/emit: Combine name and global into one func for load/store/delete.
Damien George
2018-05-23
py/emit: Combine build tuple/list/map emit funcs into one.
Damien George
2018-05-23
py/emit: Combine yield value and yield-from emit funcs into one.
Damien George
2018-05-23
py/emit: Combine fast and deref into one function for load/store/delete.
Damien George
2018-05-18
py/compile: Change comment about ITER_BUF_NSLOTS to a static assertion.
Damien George
2018-02-24
py/compile: Adjust c_assign_atom_expr() to use return instead of goto.
Damien George
2018-02-04
py/compile: Combine compiler-opt of 2 and 3 tuple-to-tuple assignment.
Damien George
2017-12-11
py: Convert all uses of alloca() to use new scoped allocation API.
Damien George
2017-11-01
py/compile: Use alloca instead of qstr_build when compiling import name.
Damien George
2017-08-21
py/compile: Remove unused pn_colon code when compiling func params.
Damien George
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-07-09
py/compile: Fix enum variable declaration.
Damien George
2017-07-05
py/compile: Use switch-case to match token and operator.
Krzysztof Blazewicz
2017-07-05
py/compile: Combine arith and bit-shift ops into 1 compile routine.
Krzysztof Blazewicz
2017-06-22
py/compile: Optimise emitter label indices to save a word of heap.
Damien George
2017-06-22
py/compile: Fix bug with break/continue in else of optimised for-range.
Damien George
2017-06-14
py/compile: Raise SyntaxError if positional args are given after */**.
Damien George
2017-05-29
various: Spelling fixes
Ville Skyttä
2017-04-22
py: Add LOAD_SUPER_METHOD bytecode to allow heap-free super meth calls.
Damien George
2017-04-22
py/compile: Refactor handling of special super() call.
Damien George
2017-04-22
py/compile: Don't do unnecessary check if iter parse node is a struct.
Damien George
2017-04-22
py/compile: Add COMP_RETURN_IF_EXPR option to enable return-if-else opt.
Damien George
2017-04-22
py/compile: Extract parse-node kind at start of func for efficiency.
Damien George
2017-04-22
py/compile: Don't do unnecessary check if parse node is a struct.
Damien George
2017-04-05
py: Raise a ValueError if range() step is zero.
Damien George
2017-03-29
py/compile: Provide terse error message for invalid dict/set literals.
Damien George
2017-03-29
py: Shorten a couple of error messages.
Damien George
2017-03-29
py/compile: Simplify syntax-error messages for illegal assignments.
Damien George
2017-03-27
py/compile: When compiling super(), handle closed-over self variable.
Damien George
2017-03-23
py: Define and use MP_OBJ_ITER_BUF_NSLOTS to get size of stack iter buf.
Damien George
2017-02-24
py: Create str/bytes objects in the parser, not the compiler.
Damien George
2017-02-17
py: Do adjacent str/bytes literal concatenation in lexer, not compiler.
Damien George
[prev]
[next]