]> git.lizzy.rs Git - rust.git/history - src/drop_ref.rs
Merge pull request #681 from oli-obk/split
[rust.git] / src / drop_ref.rs
2016-04-15 Manish GoregaokarMerge pull request #856 from Manishearth/stuffs
2016-04-14 mcartonMove paths to their own module
2016-04-08 mcartonRustup to 1.9.0-nightly (bf5da36f1 2016-04-06)
2016-03-27 josephDunneUpdate rust-clippy to rustc 1.9.0-nightly (d5a91e695...
2016-02-26 llogiqMerge pull request #689 from mcarton/entries
2016-02-24 Manish GoregaokarMerge branch 'pr-704'
2016-02-24 mcartonRustfmt and sort all `use` items
2016-02-09 Manish GoregaokarMerge branch 'pr-613'
2016-02-07 Manish GoregaokarMerge branch 'pr-581'
2016-02-06 Manish GoregaokarMerge pull request #623 from mcarton/redundant
2016-02-05 mcartonRemove redundancy in lint documentation
2016-02-05 mcartonFix util/update_wiki.py warnings and be consistent...
2016-02-02 Manish GoregaokarMerge branch 'pr-593'
2016-02-02 llogiqMerge pull request #612 from inrustwetrust/drop_ref_lint
2016-02-02 inrustwetrustFix typo in drop_ref lint description.
2016-02-02 llogiqMerge pull request #610 from inrustwetrust/drop_ref_lint
2016-02-02 inrustwetrustAdd lint to warn for calls to `std::mem::drop` with...