]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/utils/mod.rs
Use inputs/output getters for rustc::ty::FnSig instead of the now non-existent fields.
[rust.git] / clippy_lints / src / utils / mod.rs
2016-12-11 ArnavionUse inputs/output getters for rustc::ty::FnSig instead...
2016-12-06 Oliver Schneiderrustup to rustc 1.15.0-dev (3b248a184 2016-12-05)
2016-12-02 mcartonFix dogfood
2016-12-02 Oliver Schneider`enum glob use` and `copies` left
2016-12-01 Oliver SchneiderWIP compiles and doesn't crash (much) but tests are...
2016-11-24 Martin CartonMerge pull request #1360 from Manishearth/rustup
2016-11-23 mcartonRustup to *rustc 1.15.0-nightly (3bf2be9ce 2016-11...
2016-11-23 Martin CartonMerge pull request #1357 from Manishearth/rustup
2016-11-23 mcartonRustup to *rustc 1.15.0-nightly (7b3eeea22 2016-11...
2016-11-18 Martin CartonMerge pull request #1344 from Manishearth/rustup
2016-11-17 mcartonHandle closure with single expression blocks
2016-11-16 mcartonRustup to rustc 1.15.0-nightly (0ed951993 2016-11-14)
2016-11-09 Oliver SchneiderMerge pull request #1312 from devonhollowood/get-unwrap
2016-11-02 Martin CartonMerge pull request #1317 from oli-obk/cc_attr_used_fixed
2016-11-02 Oliver Schneidermark cyclomatic complexity attribute as used
2016-10-31 Oliver SchneiderMerge pull request #1307 from Kha/partialeq_ne
2016-10-30 Oliver SchneiderMerge pull request #1296 from Manishearth/features
2016-10-30 Sebastian Ullrichfactor out `is_automatically_derived` util fn
2016-10-24 Oliver SchneiderMerge pull request #1284 from oli-obk/deep_code_inspection
2016-10-24 Oliver SchneiderMerge branch 'master' of github.com:Manishearth/rust...
2016-10-22 Martin CartonMerge pull request #1287 from Manishearth/rustup
2016-10-22 mcartonRustup to *rustc 1.14.0-nightly (f09420685 2016-10...
2016-10-18 Oliver Schneiderinitial implementation of the code inspector lint
2016-10-06 mcartonRustup to *rustc 1.14.0-nightly (3210fd5c2 2016-10...
2016-10-04 Martin CartonMerge pull request #1257 from KitFreddura/master
2016-10-03 Martin CartonMerge pull request #1246 from Manishearth/rustup
2016-10-03 mcartonRustup to *rustc 1.14.0-nightly (144af3e97 2016-10...
2016-09-27 Martin CartonMerge pull request #1237 from Manishearth/rustup
2016-09-27 mcartonRustup to *rustc 1.13.0-nightly (d0623cf7b 2016-09...
2016-09-19 Oliver SchneiderMerge remote-tracking branch 'origin/master' into examples
2016-09-16 Manish GoregaokarMerge pull request #1229 from Manishearth/loops
2016-09-16 mcartonFix FP with `WHILE_LET_ON_ITERATOR` and refutable pats
2016-09-16 mcartonFix typo
2016-09-10 Martin CartonMerge pull request #1221 from Manishearth/rustup
2016-09-10 mcartonRustup to *rustc 1.13.0-nightly (f1f40f850 2016-09...
2016-08-29 Martin CartonMerge pull request #1200 from killercup/feature/gh...
2016-08-28 llogiqMerge pull request #1199 from Manishearth/shadow-builtin
2016-08-28 mcartonAdd a `builtin_type_shadow` lint
2016-08-28 Martin CartonMerge pull request #1201 from Manishearth/rustup
2016-08-28 mcartonRustup to rustc 1.13.0-nightly (a23064af5 2016-08-27)
2016-08-17 Oliver SchneiderMerge pull request #1173 from oli-obk/never_rustup
2016-08-17 Oliver Schneiderrustup for the ! type
2016-08-14 Manish GoregaokarMerge pull request #1162 from dtolnay/up
2016-08-13 David TolnayUpdate to rustc 1.12.0-nightly (1deb02ea6 2016-08-12)
2016-08-01 Manish GoregaokarMerge pull request #1129 from oli-obk/needless_ref
2016-08-01 Oliver Schneiderlint on by ref patterns for references
2016-07-19 Martin CartonMerge pull request #1109 from Manishearth/setup-gh...
2016-07-19 Martin CartonMerge pull request #1108 from Manishearth/setup-gh...
2016-07-19 Martin CartonMerge pull request #1107 from Manishearth/setup-gh...
2016-07-19 mcartonMerge branch 'feature/gh-pages-docs' of https://github...
2016-07-18 llogiqMerge pull request #1093 from oli-obk/serde_specific_lint
2016-07-18 Oliver Schneideradd an internal lint that catches misordered paths
2016-07-14 llogiqMerge pull request #1099 from Manishearth/fix
2016-07-14 mcartonFix FP with `USELESS_VEC` and non-copy types
2016-07-09 llogiqMerge pull request #1060 from Manishearth/sugg
2016-07-06 mcartonMerge remote-tracking branch 'origin/master' into sugg
2016-07-03 mcartonMerge branch 'master' into sugg
2016-07-03 Manish GoregaokarMerge pull request #1067 from Manishearth/pr-991
2016-07-03 mcartonAdd a new `not_unsafe_ptr_arg_deref` lint
2016-07-01 mcartonIntroduce `multispan_sugg`
2016-07-01 mcartonMerge remote-tracking branch 'origin/rustup' into sugg
2016-07-01 mcartonMove more functions to `utils::higher`
2016-07-01 mcartonMove `unsugar_range` to `utils::higher`
2016-07-01 mcartonAdd a module to pretty-print suggestions
2016-06-27 llogiqMerge pull request #1046 from oli-obk/unify_span_lint_usage
2016-06-27 Oliver Schneideruse span_lint_and_then instead of adding to the `Diagno...
2016-06-26 Oliver SchneiderMerge pull request #1041 from oli-obk/procedural
2016-06-25 Manish GoregaokarMerge pull request #1042 from oli-obk/raw_pointers
2016-06-25 Oliver 'ker' Schneiderdon't lint on comparing `*const f32`s
2016-06-09 Martin CartonMerge pull request #1000 from Manishearth/doc_whitelist
2016-06-09 llogiqMerge pull request #990 from Manishearth/rustfmt
2016-06-09 mcartonFormat all `if_let_chain` consistently
2016-06-09 mcartonRun rustfmt
2016-06-05 Manish GoregaokarMerge pull request #986 from Manishearth/disable-wiki...
2016-06-05 mcartonAdd environment variable to deactivate wiki links
2016-06-04 llogiqMerge pull request #962 from Manishearth/fix-doc
2016-05-31 llogiqMerge pull request #960 from oli-obk/libbin
2016-05-30 Oliver Schneideradd version check to the unit tests
2016-05-29 Andre BogusMerge branch 'pr-961'
2016-05-28 Martin CartonMerge pull request #958 from Manishearth/rustup
2016-05-28 mcartonRustup to *1.10.0-nightly (7bddce693 2016-05-27)*
2016-05-27 Manish GoregaokarMerge pull request #950 from oli-obk/split3
2016-05-27 Oliver Schneidersplit clippy into lints, plugin and cargo-clippy