]> git.lizzy.rs Git - rust.git/history - src/lifetimes.rs
rustup to 1.5.0-nightly (7bf4c885f 2015-09-26)
[rust.git] / src / lifetimes.rs
2015-09-28 Manish Goregaokarrustup to 1.5.0-nightly (7bf4c885f 2015-09-26)
2015-09-19 Manish GoregaokarUpgrade Rust to rustc 1.5.0-nightly (cff041170 2015...
2015-09-04 Manish GoregaokarMerge pull request #298 from birkenfeld/as_mut
2015-09-04 Manish GoregaokarMerge pull request #295 from Manishearth/hir3
2015-09-03 Manish GoregaokarUpdate rust to 0efb9dab8c7c07fa28e9df0eccc5c07ea3c17fbb...
2015-08-31 Manish GoregaokarMerge branch 'pr-260'
2015-08-31 llogiqMerge pull request #264 from birkenfeld/fix2
2015-08-31 Georg Brandllifetimes lint: walk type bounds as well as types ...
2015-08-30 llogiqMerge pull request #254 from birkenfeld/lifetimes-where
2015-08-30 Georg Brandllifetimes lint: take "where" clauses into account ...
2015-08-27 Manish GoregaokarMerge branch 'pr-228'
2015-08-27 Manish GoregaokarMerge branch 'pr-228'
2015-08-25 llogiqMerge pull request #230 from birkenfeld/eq_op_fix
2015-08-25 Manish GoregaokarMerge branch 'master' of github.com:Manishearth/rust...
2015-08-25 Georg Brandlall: remove unneeded deref and/or ref operations
2015-08-25 Manish GoregaokarMerge pull request #235 from birkenfeld/fix
2015-08-25 Georg Brandlall: remove unneeded deref and/or ref operations
2015-08-17 Manish GoregaokarMerge pull request #184 from Manishearth/identity_op
2015-08-16 llogiqMerge pull request #179 from nweston/step-by-zero
2015-08-16 Manish GoregaokarMerge pull request #180 from birkenfeld/small_changes
2015-08-16 Georg Brandlall: organize imports
2015-08-16 Georg Brandlall: remove unneeded as_str() calls for ast::Name
2015-08-15 Manish GoregaokarMerge pull request #177 from birkenfeld/if_let_mini_fix
2015-08-15 llogiqMerge pull request #178 from birkenfeld/dogfood_shebang
2015-08-15 Manish GoregaokarMerge pull request #176 from birkenfeld/static_lt_fix
2015-08-15 Georg Brandllifetimes: fix case with one unnamed and one static...
2015-08-14 llogiqMerge branch 'eta-reduction' of https://github.com...
2015-08-13 Manish GoregaokarMerge pull request #151 from birkenfeld/needless_bool_msg
2015-08-13 Manish GoregaokarMerge pull request #160 from Manishearth/dogfood
2015-08-13 Manish GoregaokarAddress review comments, move to travis
2015-08-13 Georg Brandllifetimes: try to fix w.r.t. lifetimes from parent...
2015-08-13 Manish Goregaokaroh the irony
2015-08-13 Manish GoregaokarSome fixes from dogfooding clippy
2015-08-13 Manish GoregaokarMerge branch 'pr-152'
2015-08-13 llogiqMerge
2015-08-13 Georg Brandlall: DRY for lint descriptions
2015-08-13 llogiqMerge branch 'const' of https://github.com/Manishearth...
2015-08-13 Manish GoregaokarMerge branch 'pr-149'
2015-08-13 Manish GoregaokarMerge branch 'pr-140'
2015-08-13 Georg Brandllifetimes lint: include support for lifetimes as generi...
2015-08-13 Georg Brandllifetimes lint: straighten some code, add a few comments
2015-08-13 Georg Brandlnew lint for needless lifetimes (fixes #115)