]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2017-05-05 Oliver SchneiderRemoved unused crate imports
2017-05-05 Oliver SchneiderAddress things complained about by clippy
2017-05-04 Oliver SchneiderRustup to rustc 1.19.0-nightly (2d4ed8e0c 2017-05-03)
2017-05-02 Oliver SchneiderUpdate to rustc 1.19.0-nightly (777ee2079 2017-05-01)
2017-04-27 Oliver SchneiderUpdate to the latest rustc version
2017-04-26 Eduard-Mihai... Merge pull request #161 from oli-obk/master
2017-04-26 Oliver SchneiderAddress clippy lints
2017-04-25 Eduard-Mihai... Merge pull request #160 from oli-obk/master
2017-04-25 Oliver SchneiderAlso test subdirectories of `rust/src/test/run-pass`
2017-04-25 Oliver SchneiderUpdate for latest rustc changes
2017-04-23 Eduard-Mihai... Merge pull request #159 from dwrensha/is-freeze-needs...
2017-04-23 David Renshawupdate for latest rustc nightly: type_needs_drop_given_...
2017-04-21 Eduard-Mihai... Merge pull request #156 from oli-obk/master
2017-04-21 Eduard-Mihai... Import EvalError in lvalue.
2017-04-21 Eduard-Mihai... Handle Use of ! as Unreachable is not emitted nowadays.
2017-04-21 Eduard-Mihai... Update for changes in LocalDecl on nightly.
2017-04-20 Eduard-Mihai... Update byteorder commit hash in Cargo.lock.
2017-03-29 Oliver SchneiderCleanup the diff
2017-03-27 Oliver SchneiderRustup to `rustc 1.17.0-nightly (7846dbe0c 2017-03...
2017-03-24 Oliver SchneiderAdd regression test for bad substs
2017-03-23 Oliver SchneiderThinify the fat pointer on virtual function calls
2017-03-23 Oliver SchneiderFix casting generic functions to concrete function...
2017-03-23 Oliver Schneider`print` doesn't add a stack frame, so don't write arguments
2017-03-23 Oliver SchneiderAdd regression test for single field by val tuples
2017-03-23 Oliver SchneiderFix single field by val tuples
2017-03-23 Oliver SchneiderTry to fix travis
2017-03-23 Oliver SchneiderReduce noisyness
2017-03-23 Oliver SchneiderMerge branch 'master' of https://github.com/tsion/miri
2017-03-23 Oliver SchneiderSkip the transmute checks for closure glue
2017-03-23 Oliver SchneiderReintroduce fn ptr transmute check
2017-03-23 Oliver SchneiderFix manual rust-call impls
2017-03-23 Oliver SchneiderFix virtual function calls
2017-03-23 Oliver SchneiderFix virtual function calls
2017-03-23 Oliver SchneiderRefactor function calls
2017-03-23 Oliver SchneiderReuse more rustc code instead of copying it into miri
2017-03-23 Oliver SchneiderFix function pointer calls
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-22 Oliver SchneiderRefactor drop into its own module and fix Vec
2017-03-22 Oliver SchneiderDropping slices works again
2017-03-22 Oliver SchneiderDropping trait objects works again
2017-03-22 Oliver SchneiderDropping arrays works again
2017-03-22 Oliver SchneiderRoll our own MIR for dropping arrays.
2017-03-22 Oliver SchneiderFix drop terminator
2017-03-22 Oliver SchneiderClosures work again
2017-03-21 Scott OlsonMerge pull request #154 from dwrensha/update-rustc
2017-03-21 David Renshawast::Attribute no longer has a 'value' field
2017-03-21 Oliver SchneiderCompiles again
2017-03-21 Oliver SchneiderRustup to rustc 1.17.0-nightly (134c4a0f0 2017-03-20)
2017-03-14 Scott OlsonMerge pull request #152 from oli-obk/intrinsics
2017-03-14 Scott OlsonMerge pull request #146 from oli-obk/peephole1
2017-03-14 Scott OlsonMerge pull request #147 from oli-obk/rustup
2017-03-14 Oliver SchneiderDon't unconditionally mask bitshift rhs
2017-03-14 Oliver SchneiderImplement more atomic intrinsics
2017-03-14 Oliver SchneiderImplement more float intrinsics
2017-03-14 Oliver SchneiderFix warnings in unit test
2017-03-14 Oliver SchneiderAdd a method that hides the lifetime erasing boilerplate
2017-03-14 Oliver SchneiderI say we take off and nuke the lifetimes from orbit
2017-03-14 Oliver SchneiderUse deterministic keyword renaming (append `_`)
2017-03-14 Scott OlsonMerge pull request #149 from dwrensha/check-align-argum...
2017-03-14 David Renshawfix argument order on check_align
2017-03-14 Scott OlsonMerge pull request #148 from dwrensha/write-bytes-intrinsic
2017-03-14 David Renshawsimplify write_bytes() by using memory.write_repeat()
2017-03-14 David Renshawadd write_bytes() test for a larger-than-u128 struct
2017-03-14 David Renshawwrite_bytes(): fix handling of types that are larger...
2017-03-13 David Renshawadd write-bytes test
2017-03-13 David Renshawimplement write_bytes intrinsic
2017-03-13 Oliver SchneiderRustup to rustc 1.17.0-nightly (824c9ebbd 2017-03-12)
2017-03-07 Oliver SchneiderRustup to rustc 1.17.0-nightly (b1e31766d 2017-03-03)
2017-03-02 Oliver SchneiderRustup to rustc 1.17.0-nightly (be760566c 2017-02-28)
2017-02-28 Oliver Schneiderrustup to rustc 1.17.0-nightly (60a0edc6c 2017-02-26)
2017-02-24 Scott OlsonMerge pull request #145 from oli-obk/zst_bug2
2017-02-24 Scott OlsonMerge pull request #144 from oli-obk/vtable_refactor2
2017-02-24 Scott OlsonMerge pull request #142 from oli-obk/memleak
2017-02-24 Scott OlsonMerge pull request #143 from oli-obk/master
2017-02-24 Oliver Schneiderdon't allocate for primvals
2017-02-24 Oliver Schneiderdrop zst fields of null pointer optimized structs and...
2017-02-24 Oliver Schneidermove all code accessing vtable internals into the ...
2017-02-24 Oliver Schneiderrepresent single field structs as their single field
2017-02-24 Oliver SchneiderMerge `move_fn_closure` run-passtest into `closure...
2017-02-24 Oliver Schneideradd test with an Rc cycle to create a memleak
2017-02-24 Oliver Schneideradd a test for the memory leak error
2017-02-24 Oliver Schneiderwrite_primval used to leak memory if the destination...
2017-02-24 Oliver Schneiderremove memory leak from run-pass test
2017-02-24 Oliver Schneiderdetect memory leaks
2017-02-24 Oliver Schneiderdrop all temporary closure allocations
2017-02-24 Oliver Schneiderrustup
2017-02-24 Scott OlsonMerge pull request #141 from oli-obk/bug1
2017-02-24 Scott OlsonMerge pull request #140 from oli-obk/master
2017-02-14 Oliver Schneiderrustup
2017-02-14 Oliver Schneiderfix a bug in drop code of structs with unsized fields
2017-02-14 Oliver Schneiderrustup
2017-02-14 Oliver Schneiderdon't duplicate field access logic, always go through...
2017-02-14 Oliver Schneiderfast path for zsts
2017-02-10 Scott OlsonRemove stable feature flag.
2017-02-10 Scott OlsonAdd test for closure drop.
2017-02-10 Scott OlsonDo drop glue for closures.
2017-02-10 Scott OlsonFix fabsf{32,64} intrinsics.
2017-02-10 Scott OlsonFormatting.
2017-02-10 Scott OlsonCache string and bytestring literal allocs.
next