]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2016-08-27 Scott OlsonUpdate for changes in rustc.
2016-07-25 Scott OlsonMerge pull request #44 from oli-obk/alignment
2016-07-25 Oliver Schneideraddress nits
2016-07-22 Oliver Schneiderdon't allow runtime-aligning of memory
2016-07-07 Oliver Schneiderclippy
2016-07-07 Oliver SchneiderMerge remote-tracking branch 'origin/master' into alignment
2016-07-07 Scott OlsonMerge pull request #43 from oli-obk/the_outer_limits
2016-07-07 Oliver Schneiderallocating memory for floats can fail, too
2016-07-07 Oliver SchneiderMerge remote-tracking branch 'origin/master' into the_o...
2016-07-07 Oliver Schneidershrink_to_fit some vectors to prevent interpreted code...
2016-07-07 Oliver Schneideruse usize instead of u64 for memory limits
2016-07-07 Oliver Schneiderinfer type of the various limits
2016-07-07 Oliver Schneiderremove unused extern crate
2016-07-07 Scott OlsonMerge pull request #42 from oli-obk/floating_in_space
2016-07-06 Oliver Schneidercomparing floats is necessary in rare cases
2016-07-06 Oliver Schneideruse byteorder's write_f{32,64} instead of transmuting
2016-07-06 Oliver Schneideradd a test
2016-07-06 Oliver Schneidercheck alignment in various places
2016-07-06 Oliver Schneidersome methods to check pointers for correct alignment
2016-07-06 Oliver Schneiderabi alignment is the correct one
2016-07-05 Oliver Schneideralign allocations in the worst possible way
2016-07-05 Oliver Schneideradd attribute to limit the stack size
2016-07-05 Oliver Schneideradd execution time limit
2016-07-05 Oliver Schneidertest the memory limit
2016-07-05 Oliver Schneidermake the memory limit configurable
2016-07-05 Oliver Schneideradd a memory limit
2016-07-05 Oliver Schneiderimplement floats by running the ops on the host archite...
2016-07-01 Scott OlsonCompare against ZST_ALLOC_ID in points_to_zst.
2016-07-01 Scott OlsonMerge pull request #41 from oli-obk/master
2016-07-01 Oliver Schneideraddress comments
2016-07-01 Oliver Schneideroptimize all ZST allocations into one single allocation
2016-07-01 Scott OlsonRemove AddCallGuards. It's useless for Miri.
2016-07-01 Scott OlsonRun Mir passes (copied from rustc pre-trans).
2016-07-01 Scott OlsonRemove filling drop to prep for elaborated drops.
2016-06-30 Scott OlsonMerge pull request #40 from oli-obk/miri_upstream
2016-06-30 Oliver Schneiderthings priroda needs to be public or changed
2016-06-29 Scott OlsonMerge pull request #39 from oli-obk/can_you_read_me_now
2016-06-29 Oliver Schneideruse the item path printer that prints user friendly...
2016-06-28 Scott OlsonMerge pull request #38 from oli-obk/dont_step_up_to_the...
2016-06-28 Oliver Schneiderdon't execute the first statement of a constant/static...
2016-06-25 Scott OlsonMerge pull request #36 from oli-obk/alignment
2016-06-25 Oliver 'ker... use free methods instead of traits
2016-06-23 Oliver Schneiderfix const -> pointer writing (noticeable on big endian)
2016-06-23 Oliver Schneideruse target byte order
2016-06-23 Oliver Schneidersimplify write_ptr
2016-06-23 Scott OlsonMerge pull request #34 from oli-obk/alignment
2016-06-23 Oliver Schneideradjust all pointer_size checks to use the method
2016-06-23 Oliver Schneideradd a pointer_size method to Memory for easy access
2016-06-23 Oliver Schneiderimprove rustdoc rendering
2016-06-23 Oliver Schneiderstore full TargetDataLayout in Memory instead of just...
2016-06-23 Oliver Schneiderthere can never be too many tests
2016-06-23 Oliver Schneideradd test for invalid char
2016-06-23 Scott OlsonSplit terminator evaluation into a new module.
2016-06-23 Scott OlsonRename `stepper` module to `step`.
2016-06-23 Scott OlsonMake `step` an `EvalContext` method and remove `Stepper`.
2016-06-21 Scott OlsonMerge pull request #31 from oli-obk/chars
2016-06-21 Oliver Schneidermake sure miri never switches over an invalid char...
2016-06-21 Oliver Schneiderno need to cast chars as u32 before casting to u64
2016-06-21 Oliver Schneidererror message improvements
2016-06-21 Oliver Schneiderimplement char handling
2016-06-20 Scott OlsonMerge pull request #28 from oli-obk/oflo
2016-06-20 Oliver Schneidersimplify even more
2016-06-20 Oliver Schneidersimplify the masked rhs computation
2016-06-20 Oliver Schneiderremove the bad rhs value error and panic instead. the...
2016-06-20 Oliver Schneideradd a comment explaining the magic numbers
2016-06-20 Oliver Schneiderimplement bit masks as the compiler would translate...
2016-06-20 Oliver Schneiderno need for EvalContext::eval_binop
2016-06-20 Oliver Schneiderrename function cache member
2016-06-20 Oliver Schneiderrustc does overflow checking for us, don't duplicate it.
2016-06-20 Oliver Schneiderfix master
2016-06-20 Oliver SchneiderMerge remote-tracking branch 'origin/master' into oflo
2016-06-20 Oliver Schneiderfix comparing of function pointers
2016-06-20 Oliver Schneidercompiletest 2.0 uses json errors and doesn't depend...
2016-06-20 Oliver Schneiderimprove method names and add documentation
2016-06-19 Scott OlsonRemove stray backquote.
2016-06-19 Scott OlsonTry moving stuff into README header.
2016-06-19 Scott OlsonUpdate README. Recommend rustup.
2016-06-18 Scott OlsonRemove now-useless #[miri_run] attributes.
2016-06-18 Scott OlsonReorganize benches.
2016-06-18 Scott OlsonGet benchmarks running again and factor out some parts...
2016-06-18 Scott OlsonIgnore non-Rust files in run-pass.
2016-06-18 Scott OlsonRename max indentation constant for clarity.
2016-06-18 Scott OlsonOnly indent trace logs.
2016-06-17 Oliver Schneiderimplement fn -> unsafe fn pointer casts
2016-06-17 Oliver Schneiderclippy
2016-06-17 Oliver Schneidercfail test for std::env::args()
2016-06-17 Oliver Schneiderrun the *compiled* run-pass tests on the host machine
2016-06-17 Oliver Schneiderremove code repetition and fix overflowing intrinsics
2016-06-17 Oliver Schneiderimplement overflowing ops
2016-06-16 Scott OlsonMerge pull request #27 from oli-obk/travis
2016-06-16 Oliver Schneidermiri knows about `--sysroot`
2016-06-16 Oliver Schneidermiri needs to be *built* with RUST_SYSROOT, not *run*
2016-06-16 Oliver Schneidercaught by travis
2016-06-16 Oliver Schneiderforward `RUST_SYSROOT` to miri test calls
2016-06-16 Oliver Schneidererror out if a run-pass test fails
2016-06-16 Oliver Schneiderundo all travis script changes
2016-06-16 Oliver Schneidertravis didn't fail when compiling miri on nightly
2016-06-16 Oliver Schneiderfix travis
2016-06-16 Oliver Schneidersimplify target name extraction
2016-06-16 Oliver Schneideractually execute miri-pass tests
next