]> git.lizzy.rs Git - rust.git/history - src/interpreter/stepper.rs
simplify the stepper interface
[rust.git] / src / interpreter / stepper.rs
2016-06-10 Oliver Schneidersimplify the stepper interface
2016-06-09 Oliver Schneiderget rid of the constants cache in the stepper
2016-06-09 Oliver Schneiderprint errors in one central location
2016-06-09 Oliver SchneiderNo more terminators
2016-06-09 Oliver Schneidermerge FnEvalContext into GlobalEvalContext
2016-06-09 Oliver Schneiderrename `static_item` to `global_item`
2016-06-09 Oliver Schneidermake sure globals that yield function pointers aren...
2016-06-09 Oliver Schneiderwe already have the constant's type, no need to recompu...
2016-06-09 Oliver Schneiderrefactor away the closures and `Event` enum
2016-06-08 Oliver Schneiderthe statement/terminator has already been computed...
2016-06-08 Oliver Schneiderimprove the docs of ConstantId
2016-06-08 Oliver Schneiderput `ConstantId`'s common fields into a struct
2016-06-08 Oliver Schneiderno more function pointers
2016-06-08 Oliver Schneiderdirectly push stackframes for constants when they are...
2016-06-08 Oliver Schneiderrebase leftovers
2016-06-08 Oliver Schneiderdon't cache the MIR in the Stepper
2016-06-08 Oliver Schneiderclippy nits
2016-06-08 Oliver Schneidermove load_mir to the global eval context
2016-06-03 Oliver Schneiderglobally cache statics and promoteds
2016-06-03 Oliver Schneidermove constants stack to stackframe
2016-06-03 Oliver Schneiderfactor out the statement index into the stackframe
2016-06-03 Oliver Schneiderstore the current block in the frame
2016-06-03 Oliver Schneiderjit interpretation of constants
2016-06-02 Oliver Schneidermerge the three stacks in the interpreter
2016-06-02 Oliver Schneiderremove a debug message that snuck into the commit
2016-06-02 Oliver Schneideralso step through promoteds, constants and statics
2016-06-01 Oliver Schneiderrename `iterator` module to `stepper`