]> git.lizzy.rs Git - rust.git/history - src/vec.rs
Rustup to *1.10.0-nightly (cd6a40017 2016-05-16)*
[rust.git] / src / vec.rs
2016-04-15 Manish GoregaokarMerge pull request #856 from Manishearth/stuffs
2016-04-14 mcartonrustfmt all the things
2016-04-14 mcartonMove paths to their own module
2016-04-08 mcartonRustup to 1.9.0-nightly (bf5da36f1 2016-04-06)
2016-03-28 llogiqMerge pull request #807 from mcarton/vec
2016-03-28 mcartonAdd `for _ in vec![…]` to the `USELESS_VEC` lint
2016-03-27 josephDunneUpdate rust-clippy to rustc 1.9.0-nightly (d5a91e695...
2016-03-05 Manish GoregaokarMerge branch 'pr-737'
2016-03-04 Martin CartonMerge pull request #736 from mcarton/vec
2016-03-03 mcarton`vec!` now uses `box`
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-01-30 llogiqMerge branch 'devonhollowood-for-loop-over-option'
2016-01-30 llogiqMerge pull request #599 from mcarton/lt
2016-01-29 mcartonFix formatting on wiki
2016-01-29 llogiqMerge pull request #589 from mcarton/vec
2016-01-29 mcartonAdd a lint to warn about &vec![_] if &[_] would do