]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2017-08-09 Oliver SchneiderMerge branch 'master' into oli-obk-patch-2
2017-08-09 Ralf JungMerge pull request #294 from oli-obk/cargo_miri
2017-08-09 Oliver SchneiderUpdate build.rs
2017-08-09 Oliver SchneiderMake cargo_miri a feature
2017-08-09 Oliver SchneiderMerge pull request #292 from oli-obk/static_alloc_ids
2017-08-09 Oliver SchneiderRename `destructure` method to `into_alloc_id_kind`
2017-08-09 Oliver Schneiderrename `memory::Kind` to `memory::MemoryKind`
2017-08-08 Oliver Schneiderc_int != usize
2017-08-08 Oliver SchneiderDump all allocs when dumping locals
2017-08-08 Oliver Schneiderclarify which function is pushing a global
2017-08-08 Oliver SchneiderRemove unused function
2017-08-08 Oliver SchneiderImplement packed statics
2017-08-08 Oliver SchneiderAlways allocate for globals
2017-08-08 Oliver SchneiderSplit the alloc id address space into functions and...
2017-08-07 Ralf JungMerge pull request #291 from RalfJung/cross-platform
2017-08-07 Ralf Jungmake xargo/build.sh more cross-platform
2017-08-07 Oliver SchneiderMerge pull request #288 from RalfJung/mir-validate
2017-08-07 Ralf JungRe-do memory locking (again). Now with proper support...
2017-08-07 Ralf JungMerge pull request #289 from RalfJung/rusutp
2017-08-07 Oliver SchneiderRustup
2017-08-05 Oliver SchneiderMerge pull request #283 from RalfJung/backtrace
2017-08-05 Ralf JungMerge pull request #286 from RalfJung/mir-validate
2017-08-04 Ralf Jungconsolidate making Undef release a NOP in one place
2017-08-04 Ralf Jungonly collect backtrace when RUST_BACKTRACE is set;...
2017-08-04 Oliver SchneiderMerge pull request #284 from oli-obk/no_more_llvm_madness
2017-08-04 Oliver SchneiderRustc reorders fields, but miri expects them in source...
2017-08-04 Ralf Jungselectively disable validation in compile-fail where...
2017-08-04 Ralf Jungfor now, disable validation on optimized tests -- inlin...
2017-08-04 Ralf JungLet -Zmir-emit-validate also control whether miri even...
2017-08-04 Ralf Jungmake test suite MIR validation aware. run-pass passes...
2017-08-04 Ralf JungRelease of an Undef local is fine, and a NOP
2017-08-04 Ralf Jungmake execution with full MIR work: need to whitelist...
2017-08-04 Ralf Jungwith the new 'limited validation when there is unsafe...
2017-08-04 Ralf Jungwith Validation MIR around drop being fixed, we can...
2017-08-04 Ralf JungRevert "disable validation code so that it all compiles...
2017-08-03 Oliver SchneiderMerge pull request #280 from solson/archeology
2017-08-03 Ralf Jungactually, we can use a plain constant
2017-08-03 Ralf Jungno need to do run-time formatting
2017-08-03 Ralf JungMerge pull request #281 from RalfJung/unsized
2017-08-03 Ralf JungAdd a build script to inform the binary about its profi...
2017-08-03 Ralf Jungfix comment
2017-08-03 Oliver SchneiderReuse the `Backtrace` object instead of rolling our own
2017-08-03 Oliver SchneiderRemove accidental text paste
2017-08-02 Ralf Jungfix size_of_val on unsized tuples
2017-08-02 Ralf Jungstep.rs: improve comment for clarity
2017-08-02 Oliver SchneiderChoose release miri for release tests
2017-08-02 Oliver SchneiderSpeed up travis by using release mode
2017-08-02 Oliver SchneiderProduce backtraces for miri internals
2017-08-02 Eduard-Mihai... Merge pull request #278 from solson/unions
2017-08-02 Oliver SchneiderAdd a test for untagged unions
2017-08-02 Oliver SchneiderMerge pull request #268 from oli-obk/upstream
2017-08-01 Oliver SchneiderBuild the rustc_tests binary on travis
2017-08-01 Oliver SchneiderProcess untagged unions
2017-08-01 Oliver SchneiderAdd a better error message than `syscall 318 not found`
2017-08-01 Oliver SchneiderFix running the rustc test suite
2017-08-01 Oliver SchneiderAddress comments
2017-08-01 Oliver SchneiderProperly process ptr_op for const eval
2017-08-01 Oliver SchneiderRemove redundant `members` field
2017-08-01 Oliver SchneiderRemove leftover unused file
2017-08-01 Oliver SchneiderMove tls code to its own file
2017-08-01 Oliver SchneiderAllow machines to create new memory kinds
2017-08-01 Oliver SchneiderUpdate Cargo.toml
2017-08-01 Oliver SchneiderAdjust travis to the directory changes
2017-08-01 Oliver SchneiderMove all intrinsics out of `interpret` and fail CTFE...
2017-08-01 Oliver SchneiderUpdate env_logger in order to share more dependencies
2017-08-01 Oliver SchneiderMove a method used everywhere out of `intrinsic.rs`
2017-08-01 Oliver SchneiderFix doc text
2017-08-01 Oliver SchneiderReduce the chance of accidentally calling functions...
2017-08-01 Oliver SchneiderMove the `global_item` function to the `EvalContext`
2017-08-01 Oliver SchneiderRename `const_eval::Evaluator` to `CompileTimeFunctionE...
2017-08-01 Oliver SchneiderMove more non-CTFE operations to the Machine
2017-08-01 Oliver SchneiderSplit "new" miri crate into modules
2017-08-01 Oliver SchneiderImplement the first machine function
2017-08-01 Oliver SchneiderSplit up miri into the librustc_mir and bin parts
2017-08-01 Ralf JungMerge pull request #277 from RalfJung/nightly
2017-07-31 Ralf Jungfix for latest nightly
2017-07-31 Oliver SchneiderMerge pull request #274 from RalfJung/packed2
2017-07-29 Ralf Jungremove some commented-out tracing
2017-07-29 Ralf Jungavoid anonymous bool
2017-07-27 Ralf Junguse Cell for memory's aligned flag to avoid infecting...
2017-07-27 Ralf Jungmake force_allocation handle packed ByValPair
2017-07-26 Oliver SchneiderMerge pull request #272 from oli-obk/mir-validate
2017-07-26 Ralf Jungdisable validation code so that it all compiles against...
2017-07-26 Ralf Jungwhitelist some more methods
2017-07-26 Oliver SchneiderMerge pull request #273 from RalfJung/ref
2017-07-26 Ralf Jungmove undef-check-on-release-validation out, to catch...
2017-07-26 Ralf Jungcheck mutable UnsafeCell; hack for AtomicBool::get_mut
2017-07-26 Ralf Jungmore hacks to make test cases pass
2017-07-26 Ralf JungTest that &* of a dangling (and even unaligned) ptr...
2017-07-25 Ralf Jungwhitelist things so that more tests pass
2017-07-25 Ralf Jungsuspend lvalues, not locks. refactor memory locking.
2017-07-25 Ralf Jungmake LockInfo non-Copy
2017-07-25 Ralf Jungfix checks when releasing write locks (101)
2017-07-25 Ralf Jungwe don't have to set the frame on every step
2017-07-25 Ralf Junghandle type of function definitions (98)
2017-07-25 Ralf Jungwe need to normalize associated types also deep in...
2017-07-25 Ralf JungHandle trait objects. Only very superficial checking...
2017-07-25 Ralf Jungnits. also, rustc now emits released for drop. (72)
2017-07-25 Ralf Jungexempt UnsafeCell from checks (69)
2017-07-25 Ralf Jungmove validation to its own file
next