]> git.lizzy.rs Git - rust.git/history - src/escape.rs
Rustup to 1.9.0-nightly (5ab11d72c 2016-04-02)
[rust.git] / src / escape.rs
2016-04-03 mcartonRustup to 1.9.0-nightly (5ab11d72c 2016-04-02)
2016-03-27 josephDunneUpdate rust-clippy to rustc 1.9.0-nightly (d5a91e695...
2016-03-16 Martin CartonMerge pull request #773 from mcarton/rustup
2016-03-16 mcartonRustup to *1.9.0-nightly (c66d2380a 2016-03-15)*
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 Manish GoregaokarMerge pull request #602 from mcarton/#594
2016-02-02 mcartonPartially apply rustfmt
2016-02-01 Manish GoregaokarMerge pull request #611 from Manishearth/fix-606
2016-02-01 llogiqfixed #606
2016-02-01 llogiqMerge pull request #609 from oli-obk/prefixed_enum_variants
2016-02-01 llogiqMerge pull request #608 from sanxiyn/escape-closure-arg
2016-02-01 Seo SanghyeonSkip escape analysis for closure arguments
2016-01-30 scurestAdd a lint to suggest uint == 0 over uint <= 0
2016-01-28 Manish GoregaokarMerge pull request #549 from mcarton/ifs
2016-01-22 Manish GoregaokarMerge branch 'rustup'
2016-01-22 Manish GoregaokarUpgrade Rust to rustc 1.8.0-nightly (18b851bc5 2016...
2016-01-18 Manish GoregaokarMerge pull request #556 from mcarton/or_fun_call
2016-01-18 mcartonUpdate to rustc 1.7.0-nightly (d0bac3f14 2016-01-18)
2016-01-15 llogiqMerge pull request #523 from sanxiyn/escape-arg
2016-01-04 Manish GoregaokarMerge pull request #540 from Manishearth/fmt
2016-01-04 Manish Goregaokarfmt clippy
2016-01-02 mcartonMerge branch 'master' of https://github.com/Manishearth...
2016-01-01 llogiqMerge pull request #527 from karyon/master
2016-01-01 Johannes LinkeMinor documentation cleanups
2016-01-01 Johannes LinkeAdd "warn/allow by default" to lint descriptions where...
2015-12-28 Seo SanghyeonExtend escape analysis to arguments
2015-12-19 Manish GoregaokarMerge pull request #499 from devonhollowood/underscore_...
2015-12-17 Manish GoregaokarMerge pull request #494 from sanxiyn/suggestion-2
2015-12-14 llogiqfix boxed_local example
2015-12-13 Manish GoregaokarMerge branch 'more_wiki'
2015-12-13 Manish GoregaokarAdd wiki note for escape analysis
2015-12-06 Manish GoregaokarMerge pull request #481 from fhartwig/lifetime-with...
2015-12-04 llogiqMerge pull request #477 from Manishearth/escape
2015-12-04 Manish GoregaokarRudimentary escape analysis for Box<T>