]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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.
2017-02-10 Scott OlsonMerge pull request #139 from oli-obk/master
2017-02-10 Oliver Schneideronly print the index part
2017-02-10 Oliver Schneiderprint local fields as `_2.1` instead of `_2 (field 1)`
2017-02-10 Scott OlsonAdd test for #133.
2017-02-10 Scott OlsonResolve Drop impls to get the right substs.
2017-02-10 Oliver Schneiderremove a hack that is now useless
2017-02-10 Oliver Schneiderenable Lvalue::Local to refer to a ValPair field
2017-02-10 Scott OlsonMerge pull request #138 from oli-obk/master
2017-02-10 Scott OlsonImplement the fast float math intrinsics.
2017-02-10 Oliver Schneidermove some variables closer to their use site.
2017-02-10 Scott OlsonAdd test for assoc consts.
2017-02-10 Oliver Schneideruse the `lvalue_field` function more often to save...
2017-02-10 Oliver Schneiderfactor out lvalue field access into its own function
2017-02-10 Oliver Schneiderget rid of useless calls into `eval_lvalue`
2017-02-10 Oliver Schneidermove base computation into each projection to allow...
2017-02-10 Scott OlsonMark more errors as unsupported.
next