]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2017-01-28 Oliver Schneideradd cargo-miri subcommand to directly interpret the...
2017-01-22 Scott OlsonMake clippy-suggested fixes.
2017-01-17 Scott OlsonUpdate for changes in rustc.
2017-01-17 Scott OlsonUse the new field init shorthand.
2017-01-14 Scott OlsonMerge pull request #102 from oli-obk/rustup
2017-01-13 Oliver Schneiderrustup to 2017-01-12
2017-01-12 Scott OlsonMerge pull request #101 from oli-obk/small_fixes
2017-01-12 Oliver Schneiderfix copy pasted code
2017-01-12 Oliver Schneiderpriroda required functions
2017-01-12 Oliver Schneideradd test for unions and remove needles forced alloc
2017-01-12 Oliver Schneideradd memrchr libc function
2017-01-12 Oliver Schneidermore intrinsics
2017-01-12 Scott OlsonMerge pull request #100 from oli-obk/tuple_struct_const...
2017-01-12 Oliver Schneiderremove old comment
2017-01-12 Oliver Schneideralso test transmutes to empty enums
2017-01-12 Oliver Schneiderprevent intrinsics from creating uninhabited types
2017-01-12 Oliver Schneiderfix ICE when transmuting inhabited types to uninhabited
2017-01-12 Oliver Schneideradd a test for dereferencing a pointer to a `!`
2017-01-12 Scott OlsonMerge pull request #99 from oli-obk/travis
2017-01-12 Oliver Schneiderremove typo
2017-01-12 Oliver Schneiderallow the use of tuple struct constructors as functions
2017-01-12 Oliver Schneideraux tests only run if the host is set
2017-01-12 Oliver Schneidermsvc has different internals for mutexes and thus fails...
2017-01-12 Oliver Schneidertravis fix
2017-01-12 Oliver Schneideranalyze travis
2017-01-12 Oliver Schneidertest more targets on travis
2017-01-12 Oliver Schneiderclamp down on hacks in compiletest
2017-01-12 Oliver Schneidertry to pin down the travis failure
2017-01-12 Oliver Schneiderfix travis
2017-01-12 Scott OlsonMerge pull request #98 from oli-obk/rustup
2017-01-12 Oliver Schneiderre-enable auxiliary tests for the host only
2017-01-12 Oliver Schneiderrustup (i128)
2016-12-22 Scott OlsonAdd test for #95.
2016-12-22 Scott OlsonUpdate for changes in rustc.
2016-12-22 Scott OlsonClean up useless `pub use`.
2016-12-19 Scott OlsonUpdate MIR passes to match rustc.
2016-12-19 Scott OlsonChange Option<Value> to Value, using ByVal(Undef).
2016-12-17 Scott OlsonReading undef local/globals gets PrimVal::Undef.
2016-12-17 Scott OlsonRename bits to bytes for consistency.
2016-12-17 Scott OlsonRefactor PrimVal::bits() out of existence.
2016-12-17 Scott OlsonEnable an old test that works now!
2016-12-17 Scott OlsonThis test appears to work on 32-bit now.
2016-12-17 Scott OlsonRefactor PrimVal::relocation out of existence.
2016-12-17 Scott OlsonHandle writing undefined PrimVals and mask properly.
2016-12-17 Scott OlsonAdd regression test for write_primval bug.
2016-12-17 Scott OlsonImprove compiletest target detection.
2016-12-17 Scott OlsonMake layout SizeOverflow test trigger on i686.
2016-12-17 Scott OlsonStop before trans so I can test non-x86_64 targets.
2016-12-17 Scott OlsonAllow compiletest to see symlinked targets.
2016-12-17 Scott OlsonRename PrimVal::from_{u,}int to from_{u,i}64.
2016-12-17 Scott OlsonTurn invalid panics into Results and rename fns.
2016-12-17 Scott OlsonShorten PrimVal::Undefined to PrimVal::Undef.
2016-12-17 Scott OlsonRemove potentially wrong PartialEq from PrimVal.
2016-12-17 Scott OlsonRename PrimVal::Pointer to PrimVal::Ptr.
2016-12-17 Scott OlsonTurn PrimVal into an enum including Undefined.
2016-12-17 Scott OlsonMerge pull request #97 from solson/revert-94-revert...
2016-12-17 Scott OlsonUpdate compiletest_rs to 0.2.5.
2016-12-17 Scott OlsonRevert "Revert "rustup to rustc 1.15.0-dev (ace092f56...
2016-12-15 Scott OlsonMerge pull request #94 from solson/revert-93-always_enc...
2016-12-15 Scott OlsonRevert "rustup to rustc 1.15.0-dev (ace092f56 2016...
2016-12-15 Scott OlsonMerge pull request #93 from oli-obk/always_encode_mir
2016-12-15 Oliver Schneiderimprove variable name
2016-12-15 Oliver Schneidercheck that the null terminator is defined and not part...
2016-12-15 Oliver Schneiderremove unused import
2016-12-14 Oliver Schneiderenable auxiliary builds
2016-12-14 Oliver Schneiderre-use `mir-opt` compiletest instead of rolling our own
2016-12-14 Oliver Schneiderrustup to rustc 1.15.0-dev (ace092f56 2016-12-13) ...
2016-12-11 Scott OlsonMove binop functions to operator module.
2016-12-11 Scott OlsonClean up vtable imports.
2016-12-11 Scott OlsonRename intrinsics to intrinsic for consistency.
2016-12-11 Scott OlsonSplit primval into operator and value.
2016-12-08 Scott OlsonAdd support for untagged unions.
2016-12-08 Scott OlsonReplace some stray `try!`s with `?`.
2016-12-08 Scott OlsonMove lvalue-related methods to lvalue mod.
2016-12-08 Scott OlsonDump allocations within PrimVal pointers.
2016-12-08 Scott OlsonMove lvalue data structures out of eval_context.
2016-12-08 Scott OlsonFlatten 'interpreter' mod tree into the root.
2016-12-07 Scott OlsonMerge pull request #91 from oli-obk/master
2016-12-07 Oliver Schneiderfix documentation
2016-12-07 Oliver Schneidersimplify the interpreter locals, since they always...
2016-12-07 Oliver Schneiderrustup
2016-12-06 Oliver Schneiderstop leaking memory on closure calls
2016-12-06 Oliver Schneidersupply a real "caller" span to drop calls
2016-12-06 Oliver Schneiderrustup
2016-12-03 Scott OlsonUpdate for changes in rustc.
2016-11-29 Scott OlsonIntroduce try_read_value to avoid allocations.
2016-11-28 Scott OlsonMerge pull request #89 from solson/unkind-primval
2016-11-28 Scott OlsonRemove useless map.
2016-11-27 Scott Olsons/init/zero/
2016-11-27 Scott OlsonRemove unnecessary transmute_primval function.
2016-11-27 Scott OlsonRemove useless binding.
2016-11-27 Scott OlsonProduce PrimValKinds for small, simple layout ADTs.
2016-11-27 Scott Olsoncompiletest: Don't automatically enable MIRI_LOG=trace.
2016-11-27 Scott OlsonRemove PrimValKind field from PrimVal.
2016-11-27 Scott OlsonRemove unnecessary qualification.
2016-11-27 Scott OlsonDump return value when returning.
2016-11-27 Scott OlsonRefactor passing of resource limits.
2016-11-27 Scott OlsonUpdate for changes in rustc and refactor.
2016-11-19 Scott OlsonMerge pull request #88 from oli-obk/patch-1
2016-11-19 Scott OlsonMerge pull request #87 from oli-obk/no_u_size_is_wong
next