]> git.lizzy.rs Git - rust.git/history - src
also step through promoteds, constants and statics
[rust.git] / src /
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.
2016-04-15 Scott OlsonMerge pull request #3 from killercup/feature/tests
2016-04-14 Scott OlsonFix over-long bitshift on 32-bit hosts.
2016-04-14 Scott OlsonMerge pull request #2 from killercup/feature/update...
2016-04-13 Pascal HertleifUpdate to Rust Nightly 2016-04-11
2016-04-10 Scott OlsonStore AllocIds directly in allocation map.
2016-04-07 Scott OlsonImplement filling drop.
2016-04-07 Scott OlsonHandle missing allocations in Memory::dump.
2016-04-07 Scott OlsonImplement drop/deallocation for Box.
2016-04-07 Scott OlsonSimplify intrinsic/c_abi call argument evaluation.
2016-04-07 Scott OlsonChange debug log format.
2016-04-07 Scott OlsonRename ty_size -> type_size and ty_to_repr -> type_repr.
2016-04-07 Scott OlsonUpdate for changes in rustc master.
2016-04-06 Scott OlsonPrint sizes in allocation dumps.
2016-04-06 Scott OlsonPartially implement reallocation (e.g. for growing...
2016-04-06 Scott OlsonFix undef mask initialization and test undef reads.
2016-04-06 Scott OlsonAdd a test for overwriting part of a relocation.
2016-04-06 Scott OlsonImplement a naive, slow version of undef mask copying.
2016-04-06 Scott OlsonSwitch to bitmask-based undef mask.
2016-04-05 Scott OlsonRearrange code in memory.rs.
2016-04-05 Scott OlsonPrint terminator kinds (without spans) when debugging.
2016-04-01 Scott OlsonUpdate for changes in rustc master.
2016-03-31 Scott OlsonAdd stack traces to error notes.
2016-03-30 Scott OlsonMove substs stack management into main stack managment...
2016-03-30 Scott OlsonAdd initial error reporting via rustc's interface.
2016-03-30 Scott OlsonRemove unnecessary Result return in push_stack_frame.
2016-03-29 Scott OlsonHandle custom discriminant values and detect invalid...
2016-03-28 Scott OlsonUpdate for changes in rustc master.
2016-03-28 Scott OlsonMark bytes undefined in uninit intrinsic.
2016-03-27 Scott OlsonMark partially-overwritten relocations as undefined.
2016-03-27 Scott OlsonFix bug where &str's lengths were not copied.
2016-03-27 Scott OlsonCheck for undefinedness when reading from memory.
2016-03-27 Scott OlsonAdd method for checking if a range is defined in an...
2016-03-27 Scott OlsonAdd undefined byte tracking.
2016-03-24 Scott OlsonReorganize memory methods.
2016-03-24 Scott OlsonRefactor memory/allocation handling.
2016-03-22 Scott OlsonUse Box<[u8]> instead of Vec<u8> for allocations.
2016-03-22 Scott OlsonAssert the absence of fat pointers more often.
2016-03-21 Scott OlsonWrite the correct size for PrimVall::IntegerPtr.
2016-03-21 Scott OlsonRefactor handling of relocations.
2016-03-21 Scott OlsonHide execution traces (they are getting long...)
2016-03-21 Scott OlsonMake more MIR match statements exhaustive.
2016-03-21 Scott OlsonSupport intrinsics::overflowing_sub for vec![x; n].
2016-03-21 Scott OlsonSupport [x; N] array repeat rvalues.
2016-03-21 Scott OlsonMake mir::Rvalue handling exhaustive (some still unimpl...
2016-03-21 Scott OlsonAbort miri if the Rust code had compilation errors.
2016-03-21 Scott OlsonAdd array indexing for-loop test.
next