]> git.lizzy.rs Git - rust.git/history - src
Add a casting hack to make more tests pass.
[rust.git] / src /
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-13 Scott OlsonImplement reallocating to a smaller size.
2016-06-13 Scott OlsonFix bug in relocation ranges.
2016-06-11 Scott OlsonAdd hacky stub version of CheckedBinaryOp.
2016-06-11 Scott OlsonRemove inception test for now.
2016-06-11 Scott OlsonFix infinite loop when debug trace is disabled.
2016-06-11 Scott OlsonUpdate for changes in rustc nightly.
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 Schneiderstyle nit
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 Schneiderget rid of the constants cache in the stepper
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 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 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 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-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 Schneiderremove a debug message that snuck into the commit
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 Schneiderstyle: spaces between functions
2016-06-01 Oliver Schneiderstepwise interpretation
2016-06-01 Oliver Schneiderdon't clone the MIR Rc in every iteration
2016-06-01 Oliver Schneiderremove one layer of indirection when interpreting const...
2016-06-01 Oliver Schneidercan't evaluate failed assertions yet
2016-06-01 Scott OlsonMerge pull request #16 from oli-obk/logs
2016-06-01 Oliver Schneiderremove intermediate vars
2016-06-01 Oliver Schneideruse format! compile time magics for indentation
2016-06-01 Oliver Schneiderwraparound when reaching indentation lvl 40
2016-06-01 Oliver Schneideruse a number for the maximum indentation instead of...
2016-06-01 Oliver Schneideruse MIRI_LOG instead of RUST_LOG, because rustc's outpu...
2016-06-01 Scott OlsonMerge pull request #15 from oli-obk/step_by_step
2016-06-01 Oliver Schneiderre-introduce the module name to the logs and show verti...
2016-06-01 Oliver Schneideradd the `log` crate + `env_logger` to be able to choose...
2016-06-01 Oliver Schneideradd a note to Memory::new mentioning tcx.data_layout
2016-06-01 Oliver Schneiderimprove out of bounds error message
2016-06-01 Oliver Schneider4byte pointers
2016-06-01 Oliver Schneiderreplace `panic!`s with `Result`
2016-05-30 Scott OlsonMerge pull request #13 from oli-obk/master
2016-05-30 Oliver Schneiderremove unnecessary printlns for benchmarks
2016-05-27 Oliver Schneiderclippy nit
2016-05-25 Scott OlsonHandle some cases of StructWrappedNullablePointer.
2016-05-14 Scott OlsonUpdate for changes in rustc nightly.
2016-05-10 Scott OlsonHandle discriminant_value intrinsic.
2016-05-10 Scott OlsonSupport C ABI memcmp function.
2016-05-10 Scott OlsonHandle size_of_val for slice types.
2016-05-10 Scott OlsonHandle size_of_val for sized types.
2016-05-10 Scott OlsonUpdate for my github username change.
2016-05-10 Scott OlsonHandle statics.
2016-05-10 Scott OlsonDo or do not.
2016-05-10 Scott OlsonHandle promoted rvalues by recursing with call_nested.
2016-05-09 Scott OlsonUpdate to a new nightly.
2016-05-09 Scott OlsonHandle CEnum layouts with signed representations.
2016-05-09 Scott OlsonMerge branch 'new-data-layout'
2016-05-09 Scott OlsonHandle CEnum layouts with unsigned representations.
2016-04-30 Scott OlsonFully handle RawNullablePointer layout.
2016-04-30 Scott OlsonRe-implement support for downcast lvalues.
2016-04-29 Scott OlsonMerge pull request #10 from llogiq/clippy
2016-04-29 Andre Bogusback out similar_names change
2016-04-29 Andre BogusFixed some clippy warnings
2016-04-24 Scott OlsonRemove unused eval_operand_and_layout fn.
2016-04-24 Scott OlsonAdd missing boolean binops.
2016-04-23 Scott OlsonImplement boolean binops.
2016-04-23 Scott OlsonFix lvalue projections with fat pointer bases.
2016-04-23 Scott OlsonReplace Repr with the new ty::layout in rustc.
2016-04-22 Scott OlsonMerge pull request #9 from oli-obk/improve_tests
2016-04-22 Oliver Schneidervarious testing improvements
2016-04-22 Scott OlsonMerge pull request #7 from oli-obk/compiletest
2016-04-22 Oliver Schneideruse compiletest_rs
2016-04-15 Scott OlsonUse 8-byte pointers on 32-bit hosts for now.
2016-04-15 Scott OlsonFix drop fill checking on 32-bit hosts.
next