]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/const_static_lifetime.rs
Merge branch 'macro-use' into HEAD
[rust.git] / clippy_lints / src / const_static_lifetime.rs
2018-07-20 Manish GoregaokarMerge branch 'macro-use' into HEAD
2018-07-19 Manish GoregaokarRemove import of rustc
2018-06-06 Oliver SchneiderMerge pull request #2804 from utaal/expr-call-author
2018-06-05 Oliver SchneiderMerge pull request #2814 from VKlayd/fn_to_int
2018-06-03 Oliver SchneiderMerge pull request #2813 from terry90/master
2018-05-31 Oliver SchneiderMerge pull request #2816 from mockersf/multiple-impl
2018-05-31 Oliver SchneiderMerge pull request #2819 from zayenz/no-op-ref-in-macro
2018-05-30 Oliver SchneiderMerge pull request #2821 from mati865/rust-2018-migration
2018-05-30 Mateusz MikułaRun rustfix
2018-04-11 Oliver SchneiderMerge pull request #2661 from devonhollowood/ptr-ptr...
2018-04-07 Oliver SchneiderMerge pull request #2641 from rcoh/patch-2
2018-04-07 Oliver SchneiderMerge pull request #2640 from mikerite/fix_compilation_...
2018-04-07 Michael WrightFix compilation for nightly 2018-04-06
2018-03-29 Manish GoregaokarMerge pull request #2589 from rust-lang-nursery/rangearg
2018-03-29 Oliver SchneiderMerge pull request #2579 from rust-lang-nursery/lint_au...
2018-03-28 Oliver SchneiderCategorize all the lints!
2018-02-23 Manish GoregaokarMerge branch 'rustup'
2018-02-07 Oliver SchneiderMerge pull request #2444 from phansch/fix_incorrect_use...
2018-02-06 Oliver SchneiderMerge pull request #2443 from goodmanjonathan/fix-2438
2018-02-06 Jonathan Goodmandon't suggest eliding 'static on associated consts
2018-02-05 Oliver SchneiderMerge pull request #2433 from kimsnj/matches_sugg
2018-02-05 Oliver SchneiderMerge pull request #2415 from HMPerson1/fix-2356
2018-02-02 HMPerson1Fix `const_static_lifetime`
2018-01-23 Oliver SchneiderMerge pull request #2362 from flip1995/master
2018-01-19 Oliver SchneiderMerge branch 'master' of github.com:Manishearth/rust...
2018-01-19 Oliver SchneiderMerge pull request #2364 from flip1995/precedence
2018-01-17 Oliver SchneiderMerge pull request #2298 from goodmanjonathan/else_if_w...
2018-01-17 Michael WrightMerge branch 'master' into option_option_pr
2018-01-16 Oliver SchneiderMerge pull request #2366 from rust-lang-nursery/const...
2018-01-16 Manish GoregaokarShow wider and more accurate suggestion for const_stati...
2017-12-07 Oliver SchneiderTry fixing const_with_static_lifetime docs
2017-11-20 Oliver SchneiderMerge pull request #2203 from clippered/float_cmp_const
2017-11-19 Oliver SchneiderMerge pull request #2232 from rust-lang-nursery/fixup...
2017-11-18 Georg Brandlconst_static_lifetime: this applies not only to path...
2017-11-06 laurentFix merge issues.
2017-11-06 Oliver SchneiderMerge pull request #2202 from topecongiro/format
2017-11-04 topecongiroCargo fmt
2017-11-03 cgm616Merge branch 'master' of github.com:rust-lang-nursery...
2017-11-02 Oliver SchneiderMerge pull request #2194 from martinlindhe/master
2017-10-31 Martin Lindhefix some typos
2017-10-28 Manish GoregaokarMerge branch 'pr-2140'
2017-10-27 Oliver SchneiderMerge pull request #2129 from vorner/update-script
2017-10-23 Oliver SchneiderMerge pull request #2136 from ykrivopalov/identity_op_f...
2017-10-20 Oliver SchneiderMerge pull request #2146 from MaloJaffre/println_empty_...
2017-10-20 Oliver SchneiderMerge pull request #2151 from gbip/master
2017-10-20 Paul FlorenceMerge branch 'master' of https://github.com/rust-lang...
2017-10-20 Paul FlorenceRemove "#![feature(plugin)]" in the test".
2017-10-20 Paul FlorenceBetter linting : use of span_lint_and_then.
2017-10-20 Paul FlorenceFixed some code in clippy to pass the new, removed...
2017-10-20 Paul FlorenceImplementation of the `const_static_lifetime` lint.