]> git.lizzy.rs Git - rust.git/history - src/lib.rs
Merge branch 'master' into eq-hash
[rust.git] / src / lib.rs
2018-07-13 Ralf JungMerge branch 'master' into eq-hash
2018-07-11 Oliver SchneiderMerge pull request #391 from bjorn3/clippy_fixes
2018-07-10 bjorn3Fix some clippy lints
2018-07-02 Alexander RegueiroRustup
2018-07-01 Oliver SchneiderRustup
2018-06-30 Dylan MacKenzieImplement `Eq` and `Hash` for MemoryData and Evaluator
2018-06-12 Oliver SchneiderMerge pull request #385 from bjorn3/patch-1
2018-06-12 bjorn3Add missing pub
2018-06-11 Oliver SchneiderMerge pull request #384 from bjorn3/create_ecx
2018-06-11 bjorn3Split create_ecx out of eval_main
2018-06-10 Oliver SchneiderMerge pull request #383 from bjorn3/rustup
2018-06-10 bjorn3Rustup to rustc 1.28.0-nightly (2a0062974 2018-06-09)
2018-06-05 Oliver SchneiderMerge pull request #376 from bjorn3/fix_some_tests
2018-06-05 bjorn3Convert legitimate failing errors to the new error...
2018-06-03 Oliver SchneiderReenable the rustc tester
2018-06-03 Oliver SchneiderUse correct bit size when reading usize values
2018-06-03 Oliver Schneider`to_u64` and `to_bytes` are horribly easy to use wrongly.
2018-06-03 Oliver SchneiderTlsKey is messy because it changes types between systems
2018-06-03 Oliver Schneider`memcmp` returns `i32`
2018-06-03 bjorn3Partial rustup
2018-06-03 bjorn3s/allocate_cached/allocate_bytes
2018-06-03 bjorn3Rustup to rustc 1.28.0-nightly (a3085756e 2018-05-19)
2018-06-03 Oliver SchneiderReenable the rustc tester
2018-06-03 Oliver SchneiderUse correct bit size when reading usize values
2018-05-30 Oliver Schneider`to_u64` and `to_bytes` are horribly easy to use wrongly.
2018-05-30 Oliver SchneiderTlsKey is messy because it changes types between systems
2018-05-30 Oliver Schneider`memcmp` returns `i32`
2018-05-26 bjorn3Partial rustup
2018-05-25 bjorn3s/allocate_cached/allocate_bytes
2018-05-20 bjorn3Rustup to rustc 1.28.0-nightly (a3085756e 2018-05-19)
2018-05-09 Oliver SchneiderMerge pull request #374 from solson/cleanups
2018-05-09 Oliver SchneiderMove back to a normal folder structure
2017-07-21 Oliver SchneiderMerge pull request #258 from oli-obk/upstream
2017-07-21 Oliver SchneiderPrep miri repository for rustc merger
2017-07-20 Oliver SchneiderMerge pull request #259 from RalfJung/ref-validate
2017-07-19 Oliver SchneiderMerge pull request #257 from oli-obk/cleanups
2017-07-19 Oliver SchneiderExport types and functions needed by priroda
2017-07-12 Oliver SchneiderMerge pull request #241 from solson/rustc_integration
2017-07-12 Oliver SchneiderProduce `ConstInt` from a `def_id` for rustc
2017-07-11 Oliver SchneiderMerge pull request #236 from oli-obk/pointers
2017-07-11 Oliver SchneiderRename Pointer to MemoryPointer
2017-05-05 Eduard-Mihai BurtescuMerge pull request #163 from solson/rustup
2017-05-05 Oliver SchneiderRemoved unused crate imports
2017-05-04 Oliver SchneiderRustup to rustc 1.19.0-nightly (2d4ed8e0c 2017-05-03)
2017-03-23 Oliver SchneiderMerge branch 'master' of https://github.com/tsion/miri
2017-03-23 Scott OlsonMerge pull request #155 from dwrensha/feature-gates
2017-03-22 David Renshawremove feature opt-ins that are no longer needed
2017-03-21 Oliver SchneiderRustup to rustc 1.17.0-nightly (134c4a0f0 2017-03-20)
2017-02-24 Scott OlsonMerge pull request #143 from oli-obk/master
2017-02-24 Oliver Schneiderrustup
2017-02-10 Scott OlsonRename "vtable" mod to "traits".
2017-01-31 Oliver Schneiderdocument our packed struct strategy
2017-01-30 Oliver Schneiderimplement packed struct field access
2017-01-22 Scott OlsonMake clippy-suggested fixes.
2017-01-17 Scott OlsonUse the new field init shorthand.
2017-01-12 Scott OlsonMerge pull request #98 from oli-obk/rustup
2017-01-12 Oliver Schneiderrustup (i128)
2016-12-22 Scott OlsonUpdate for changes in rustc.
2016-12-22 Scott OlsonClean up useless `pub use`.
2016-12-11 Scott OlsonSplit primval into operator and value.
2016-12-08 Scott OlsonMove lvalue data structures out of eval_context.
2016-12-08 Scott OlsonFlatten 'interpreter' mod tree into the root.
2016-11-27 Scott OlsonRefactor passing of resource limits.
2016-11-04 Scott OlsonMerge pull request #73 from oli-obk/rustup
2016-11-03 Oliver Schneiderrustup to rustc 1.14.0-nightly (7c69b0d5a 2016-11-01)
2016-10-21 Scott OlsonMerge pull request #68 from oli-obk/master
2016-10-20 Oliver Schneidermake some pieces public that are required by priroda
2016-10-15 Scott OlsonUpdate for changes in rustc.
2016-09-21 Scott OlsonMerge pull request #57 from oli-obk/master
2016-09-20 Oliver Schneiderexport `StackPopCleanup` (needed by priroda)
2016-09-17 Scott OlsonRemove unused extern crate rustc_trans.
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-23 Scott OlsonMake `step` an `EvalContext` method and remove `Stepper`.
2016-06-20 Scott OlsonMerge pull request #28 from oli-obk/oflo
2016-06-20 Oliver SchneiderMerge remote-tracking branch 'origin/master' into oflo
2016-06-18 Scott OlsonGet benchmarks running again and factor out some parts...
2016-06-17 Oliver Schneiderremove code repetition and fix overflowing intrinsics
2016-06-17 Oliver Schneiderimplement overflowing ops
2016-06-13 Scott OlsonMerge pull request #21 from oli-obk/function_pointers2
2016-06-13 Oliver SchneiderMerge remote-tracking branch 'origin/master' into funct...
2016-06-13 Oliver SchneiderMerge pull request #1 from solson/fixup-function_pointers2
2016-06-11 Scott OlsonMerge remote-tracking branch 'oli/function_pointers2...
2016-06-11 Scott OlsonUpdate for changes in rustc nightly.
2016-06-10 Oliver Schneiderdisplay the full path to the function if no MIR is...
2016-06-10 Scott OlsonMerge pull request #20 from oli-obk/error_reporting
2016-06-10 Oliver Schneiderrename GlobalEvalContext to EvalContext
2016-06-10 Oliver Schneiderexpose a minimal API and use it in the binary
2016-06-10 Scott OlsonMerge pull request #18 from oli-obk/hold_the_state
2016-06-01 Oliver Schneiderstepwise interpretation
2016-06-01 Scott OlsonMerge pull request #16 from oli-obk/logs
2016-06-01 Oliver Schneideradd the `log` crate + `env_logger` to be able to choose...
2016-05-10 Scott OlsonDo or do not.
2016-05-09 Scott OlsonMerge branch 'new-data-layout'
2016-04-23 Scott OlsonReplace Repr with the new ty::layout in rustc.
2016-04-07 Scott OlsonImplement filling drop.
2016-04-07 Scott OlsonUpdate for changes in rustc master.
2016-03-21 Scott OlsonRefactor handling of relocations.
next