]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2016-10-03 Scott OlsonMerge pull request #67 from oli-obk/master
2016-10-01 Oliver Schneiderrustup
2016-10-01 Oliver Schneiderbump compiletest
2016-09-30 Oliver Schneiderfix enum variants with multiple fields
2016-09-30 Oliver Schneiderremove some debug output
2016-09-29 Oliver Schneiderfactor out shared code
2016-09-29 Oliver Schneiderfix intrinsics and implement more of them
2016-09-28 Scott OlsonMerge pull request #65 from oli-obk/master
2016-09-28 Scott OlsonReword inline assembly error.
2016-09-28 Oliver Schneiderallow tuple field indexing into anonymous tuples
2016-09-28 Oliver Schneiderdon't panic on asm!
2016-09-28 Oliver Schneiderimplement slice patterns
2016-09-28 Oliver Schneiderfix run-pass test error message parsing
2016-09-28 Oliver Schneiderrun compile-fail tests after run-pass tests
2016-09-27 Scott OlsonMerge pull request #64 from oli-obk/bugfixes
2016-09-27 Oliver Schneiderwe can get the Session from the TyCtxt
2016-09-27 Oliver Schneiderimplement Arc<T> -> Arc<Trait> unsizing
2016-09-27 Oliver Schneiderdon't abort on the first failed test
2016-09-27 Oliver Schneiderbe able to find statics in other crates
2016-09-27 Oliver Schneiderprint stacktrace when miri can't find the MIR for something
2016-09-27 Oliver Schneiderrustup
2016-09-27 Oliver Schneiderfix matching on chars
2016-09-27 Scott OlsonMerge pull request #60 from oli-obk/dst
2016-09-27 Oliver Schneiderfix warnings
2016-09-27 Oliver Schneiderremove FIXME cleared up in the PR
2016-09-27 Oliver Schneidertypecheck `write_value` for `ByValPair`
2016-09-27 Oliver Schneiderreintroduce Lvalue and LvalueExtra
2016-09-26 Oliver Schneideractually error on failing miri-pass tests
2016-09-26 Oliver Schneiderrefactor `Lvalue` and `PrimVal::{SlicePtr, VtablePtr...
2016-09-26 Oliver Schneiderremove `move_value`, which is a dupe of `write_value`
2016-09-26 Oliver Schneidercheck `Pointer::to_int` for non-integer pointers
2016-09-26 Oliver SchneiderMerge remote-tracking branch 'origin/master' into dst
2016-09-24 Scott OlsonMerge pull request #59 from oli-obk/master
2016-09-23 Oliver Schneiderrefactor away `get_fat_ptr`
2016-09-23 Oliver Schneiderclean up get_fat_ptr usage in Unsize
2016-09-23 Oliver Schneiderimplement "type_name" intrinsic
2016-09-23 Oliver Schneiderrefactor away intermediate allocations, stage1
2016-09-22 Oliver Schneiderrefactor away IntegerPtr
2016-09-22 Oliver Schneiderremove the ZST allocation and abort all zero byte write...
2016-09-22 Oliver Schneidermake Memory::dump use `trace!` instead of `println!`
2016-09-22 Oliver Schneiderfully implement `size_of_val` and add various tests...
2016-09-22 Oliver SchneiderMerge branch 'master' of https://github.com/tsion/miri
2016-09-22 Scott OlsonRename AbstractPtr to Ptr.
2016-09-22 Scott OlsonUpdate for changes in rustc.
2016-09-22 Scott OlsonRemove more eval_operand_to_ptr.
2016-09-21 Oliver Schneiderenable A<Struct> -> A<Trait> downcasting
2016-09-21 Scott OlsonMerge pull request #58 from oli-obk/master
2016-09-21 Oliver Schneideronly split the Fn* arguments in case of closures and...
2016-09-21 Scott OlsonMerge pull request #57 from oli-obk/master
2016-09-21 Oliver Schneiderremove leftover debug print
2016-09-20 Oliver Schneiderfix calling Fn closures as FnOnce closures
2016-09-20 Oliver Schneiderimplement more intrinsics
2016-09-20 Oliver Schneiderexport `StackPopCleanup` (needed by priroda)
2016-09-20 Oliver Schneiderfix enum variant downcasting
2016-09-20 Oliver Schneiderprep for eddyb's find_method
2016-09-20 Oliver Schneiderfix miri backtrace panic
2016-09-20 Scott OlsonRemove a few instances of eval_operand_to_ptr.
2016-09-19 Scott OlsonSimplify read_primval of {i,u}size.
2016-09-19 Scott OlsonFix comment typo.
2016-09-19 Scott OlsonAdd inital implementation of ByValPair.
2016-09-19 Scott OlsonPrint "(immutable)" when dumping allocations.
2016-09-19 Scott OlsonFreeze static memory of string constants.
2016-09-19 Scott OlsonThere will never be a PrimVal for fat pointers.
2016-09-19 Scott OlsonRename Value variants and simplify ByteStr consts.
2016-09-19 Scott OlsonReplace const_to_ptr with const_to_value.
2016-09-19 Scott Olsonoption_eq test passes now since casts are implemented.
2016-09-17 Scott OlsonRemove unused extern crate rustc_trans.
2016-09-16 Scott OlsonMerge pull request #56 from oli-obk/rustc_run_pass
2016-09-16 Oliver Schneiderfix binding renaming in previous commit
2016-09-16 Oliver Schneiderproper binding naming
2016-09-15 Oliver Schneideradd some sanity tests
2016-09-15 Oliver Schneiderhackily fix calling function pointers through a Fn...
2016-09-15 Oliver Schneiderrun all tests found in folder given by MIRI_RUSTC_TEST...
2016-09-15 Oliver Schneiderforbid warnings only in the actual run-pass tests,...
2016-09-15 Oliver Schneideradd ctpop and ctlz intrinsic
2016-09-15 Oliver Schneiderppaux::parameterized $sometimes panics, let's catch...
2016-09-14 Scott OlsonFix allocation of fn items by allowing ZST alignment...
2016-09-14 Scott OlsonUndo accidental test deletion in previous commit.
2016-09-14 Scott OlsonFix tests broken by std::vec::SetLenOnDrop.
2016-09-14 Scott OlsonMerge pull request #54 from oli-obk/clippy
2016-09-13 Oliver Schneidererror on failed assumptions
2016-09-13 Oliver Schneiderneedless clones
2016-09-13 Oliver Schneiderneedless references
2016-09-11 Scott OlsonMerge pull request #53 from oli-obk/dont_touch_my_preci...
2016-09-11 Scott OlsonFix comment wording.
2016-09-11 Oliver Schneiderprevent the modification of vtables
2016-09-11 Oliver Schneideronly allow the modification of `static mut` or statics...
2016-09-11 Oliver Schneiderdocument the fields of `Allocation`
2016-09-11 Oliver Schneiderdon't load memory as mutable if not necessary
2016-09-11 Scott OlsonUpdate for changes in rustc.
2016-09-11 Scott OlsonMerge pull request #52 from oli-obk/vtable
2016-09-10 Oliver Schneideruse canonical formatting of `pub (super)`
2016-09-09 Oliver Schneiderclosures don't work yet
2016-09-09 Oliver Schneiderimplement calling methods through trait objects
2016-09-08 Scott OlsonMerge pull request #50 from oli-obk/casts
2016-09-08 Oliver Schneiderdon't use `type_is_immediate` for finding fat ptr casts
2016-09-08 Oliver Schneideruse cheap assertions instead of expensive debug assertions
2016-09-07 Oliver Schneiderimplement more casts
2016-09-07 Scott OlsonMerge pull request #48 from oli-obk/fix_call_stack_posi...
2016-09-07 Oliver Schneiderchange the block and stmt position after a function...
next