]> git.lizzy.rs Git - rust.git/history - src/interpreter/mod.rs
Rename next_block to block and reorganize Frame fields.
[rust.git] / src / interpreter / mod.rs
2016-06-15 Scott OlsonRename next_block to block and reorganize Frame fields.
2016-06-13 Scott OlsonMerge pull request #21 from oli-obk/function_pointers2
2016-06-13 Oliver SchneiderMerge remote-tracking branch 'origin/master' into funct...
2016-06-13 Oliver SchneiderMerge remote-tracking branch 'origin/master' into funct...
2016-06-13 Oliver SchneiderMerge pull request #1 from solson/fixup-function_pointers2
2016-06-13 Scott OlsonAdd a casting hack to make more tests pass.
2016-06-13 Scott OlsonSimplify the common case of type_size and type_layout.
2016-06-13 Scott OlsonHandle Misc casts slightly more sanely.
2016-06-11 Scott OlsonMerge remote-tracking branch 'oli/function_pointers2...
2016-06-11 Scott OlsonAdd hacky stub version of CheckedBinaryOp.
2016-06-11 Scott OlsonUpdate for changes in rustc nightly.
2016-06-10 Oliver Schneiderfunction pointers
2016-06-10 Oliver Schneiderdisplay the full path to the function if no MIR is...
2016-06-10 Scott OlsonMerge pull request #20 from oli-obk/error_reporting
2016-06-10 Oliver Schneideradjust lifetimes and bindings to the GlobalEvalContext...
2016-06-10 Oliver Schneiderremove unused method
2016-06-10 Oliver Schneiderrename GlobalEvalContext to EvalContext
2016-06-10 Oliver Schneiderexpose a minimal API and use it in the binary
2016-06-10 Oliver Schneidersimplify the stepper interface
2016-06-10 Scott OlsonMerge pull request #18 from oli-obk/hold_the_state
2016-06-09 Oliver Schneiderthe `type_size` method's `substs` argument allows compu...
2016-06-09 Oliver Schneiderinline the `call` method into `interpret_start_points`
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 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 Schneiderimprove the docs of ConstantId
2016-06-08 Oliver Schneiderimprove fn argument naming
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 Schneidermove load_mir to the global eval context
2016-06-08 Oliver Schneidermove some methods from FnEvalContext to GlobalEvalContext
2016-06-03 Oliver Schneiderglobally cache statics and promoteds
2016-06-03 Oliver Schneidermove constants stack to stackframe
2016-06-03 Oliver Schneiderupdate documentation
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 Schneideralso step through promoteds, constants and statics
2016-06-01 Oliver Schneidernote that not all literal items are function pointers
2016-06-01 Oliver Schneiderrename `iterator` module to `stepper`
2016-06-01 Oliver Schneiderstepwise interpretation