]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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 OlsonAdd a commented-out RefCell test.
2016-03-22 Scott OlsonAdd a fat byte-slice coercion test.
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 OlsonAdd simple test of assert_eq!.
2016-03-21 Scott OlsonHide execution traces (they are getting long...)
2016-03-21 Scott OlsonAdd tests involving Rc, Arc, and Cell.
2016-03-21 Scott OlsonFix typo in test name.
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 OlsonAdd vec::IntoIter and fold test.
2016-03-21 Scott OlsonAbort miri if the Rust code had compilation errors.
2016-03-21 Scott OlsonUncomment now-working vec! macro test.
2016-03-21 Scott OlsonFix vec test compile error.
2016-03-21 Scott OlsonAdd slice iterator for-loop test.
2016-03-21 Scott OlsonAdd array indexing for-loop test.
2016-03-21 Scott OlsonRemove debug print.
2016-03-21 Scott OlsonRefactor isize/usize read/writes.
2016-03-21 Scott OlsonMonomorphize lvalue types.
2016-03-21 Scott OlsonSimplify handling of Result in eval_assignment.
2016-03-21 Scott OlsonSupport fat pointer reborrowing, length checking.
2016-03-21 Scott OlsonRefactor some names.
2016-03-21 Scott OlsonImplement length access and indexing for fixed-sized...
2016-03-21 Scott OlsonReduce duplication for integer reprs.
2016-03-21 Scott OlsonAdd first test for std::vec::Vec.
2016-03-21 Scott OlsonSupport fn pointer type sizes.
2016-03-21 Scott OlsonStop unintentionally clearing source relocations when...
2016-03-21 Scott OlsonImplement the move_val_init intrinsic.
2016-03-21 Scott OlsonImplement the __rust_allocate C ABI function.
2016-03-19 Scott OlsonSimplify Misc casts (still incorrect).
2016-03-19 Scott OlsonImplement min_align_of and a hacky mul_with_overflow.
2016-03-19 Scott OlsonWrite intrinsic result to correct lvalue.
2016-03-19 Scott OlsonHandle "offset" intrinsic on integer pointers.
2016-03-19 Scott OlsonImplement bytestring literals.
2016-03-19 Scott OlsonImplement string literals.
2016-03-19 Scott OlsonImplement the dummy 'assume' intrinsic.
2016-03-19 Scott OlsonImplement pointer primvals and comparison ops on them.
2016-03-18 Scott OlsonImplement transmute.
2016-03-18 Scott OlsonAvoid an integer underflow error.
2016-03-18 Scott OlsonAdd error message for missing MIR.
2016-03-18 Scott OlsonReformat for consistency.
2016-03-18 Scott OlsonImplement more intrinsics.
2016-03-18 Scott OlsonNormalize associated types when monomorphizing.
2016-03-18 Scott OlsonAdd initial support for closures.
2016-03-17 Scott OlsonRemove some TODOs.
2016-03-17 Scott OlsonChoose pointer size dynamically.
2016-03-17 Scott OlsonChange invalid pointer read panic into Err.
2016-03-17 Scott OlsonFix boolean tests and clean up code.
2016-03-17 Scott OlsonSimplify integer reading/writing.
2016-03-17 Scott OlsonRemove fn_ty argument from call_intrinsic for now.
2016-03-17 Scott OlsonExtract intrinsic function handling.
2016-03-17 Scott OlsonShorten ty_to_repr(ty).size() to ty_size(ty).
2016-03-17 Scott Olsonwhitespace.
2016-03-17 Scott OlsonCached those outputs.
2016-03-17 Scott OlsonArena allocate and cache type representations.
2016-03-17 Scott OlsonUse total size instead of max variant size in aggregates.
2016-03-17 Scott OlsonSimplify make_aggregate_repr.
2016-03-17 Scott OlsonMerge sum and product representations.
2016-03-17 Scott OlsonSimplify primitive type reprs.
2016-03-17 Scott OlsonFix typo.
2016-03-17 Scott OlsonSimplify Repr::Array's elem size.
2016-03-17 Scott OlsonSimplify PrimVals.
2016-03-17 Scott OlsonSimplify FieldRepr sizes.
2016-03-17 Scott OlsonSimplify some Repr code.
2016-03-17 Scott OlsonAdd fixmes to horrible casting code.
2016-03-17 Scott OlsonWIP: Support array indexing including a `get_unchecked...
2016-03-17 Scott OlsonCreate a pointer-only version of eval_operand. Fix...
2016-03-15 Scott OlsonUpdate for changes in rustc master.
2016-03-15 Scott OlsonSplit Repr creation out of eval_lvalue.
2016-03-15 Scott OlsonImplement fixed-sized arrays.
2016-03-15 Scott OlsonImplement the size_of intrinsic.
2016-03-15 Scott OlsonTest the unstable box syntax.
2016-03-15 Scott OlsonAdd unsigned integers.
2016-03-15 Scott OlsonFix substs in nested generic function calls.
2016-03-15 Scott OlsonClarify output allocations.
2016-03-15 Scott OlsonImplement Rvalue::Box allocations.
2016-03-15 Scott OlsonReorganize and simplify.
2016-03-15 Scott OlsonImprove execution trace logging.
2016-03-15 Scott OlsonExtract Terminator evaluation out of the main loop.
2016-03-15 Scott OlsonHandle recursive calls without recursing in miri.
2016-03-14 Scott OlsonProperly handle generic fn calls.
2016-03-13 Scott OlsonReimplement cross-crate function calls.
2016-03-13 Scott OlsonReimplement crate-local function calls.
2016-03-13 Scott OlsonFix typo.
2016-03-13 Scott OlsonAdd support for pointers.
2016-03-13 Scott OlsonUncomment now-working test.
2016-03-13 Scott OlsonUncomment now-working test.
2016-03-13 Scott OlsonRemove unused variable.
2016-03-13 Scott OlsonRemove old commented-out code.
2016-03-13 Scott OlsonReimplement variant downcast projection.
2016-03-13 Scott OlsonReimplement field lvalue projection.
next