]> git.lizzy.rs Git - rust.git/history - src/terminator/drop.rs
Address things complained about by clippy
[rust.git] / src / terminator / drop.rs
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-04-21 Eduard-Mihai BurtescuMerge pull request #156 from oli-obk/master
2017-03-23 Oliver SchneiderMerge branch 'master' of https://github.com/tsion/miri
2017-03-22 Oliver SchneiderRefactor drop into its own module and fix Vec
2017-03-21 Oliver SchneiderCompiles again
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-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-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 #143 from oli-obk/master
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 Schneiderrustup
2017-02-24 Scott OlsonMerge pull request #141 from oli-obk/bug1
2017-02-14 Oliver Schneiderfix a bug in drop code of structs with unsized fields
2017-02-10 Scott OlsonDo drop glue for closures.
2017-02-10 Scott OlsonMerge pull request #139 from oli-obk/master
2017-02-10 Scott OlsonResolve Drop impls to get the right substs.
2017-02-10 Scott OlsonMerge pull request #138 from oli-obk/master
2017-02-10 Oliver Schneideruse the `lvalue_field` function more often to save...
2017-02-10 Scott OlsonMerge pull request #136 from oli-obk/master
2017-02-09 Oliver Schneiderrefactor drop glue
2017-02-09 Oliver Schneideradd some comments for clarification
2017-02-09 Oliver Schneiderproperly extract the inner type in a drop impl
2017-02-09 Oliver Schneidermove drop code into its own file