]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/consts.rs
TyCtxt::map is now called TyCtxt::hir
[rust.git] / clippy_lints / src / consts.rs
2017-02-03 MrmaxmeierTyCtxt::map is now called TyCtxt::hir
2017-01-17 Oliver Schneiderapply rustfmt
2017-01-13 Martin CartonMerge pull request #1441 from Manishearth/rustup
2017-01-13 Oliver Schneiderrustup to 2017-01-12
2017-01-05 Oliver SchneiderMerge pull request #1414 from samueltardieu/no-short...
2017-01-05 Manish GoregaokarMerge pull request #1419 from Manishearth/rustup
2017-01-04 Manish GoregaokarRerun rustfmt
2017-01-04 Manish GoregaokarRustup to rustc 1.16.0-nightly (468227129 2017-01-03...
2017-01-04 Manish GoregaokarRustup to rustc 1.16.0-nightly (468227129 2017-01-03...
2017-01-04 Josh HolmerRustup to rustc 1.16.0-nightly (468227129 2017-01-03...
2017-01-04 Josh HolmerRustup to rustc 1.16.0-nightly (468227129 2017-01-03...
2016-12-21 Oliver SchneiderMerge branch 'master' into allow_deprecated
2016-12-21 Oliver SchneiderMerge pull request #1392 from oli-obk/rustfmt
2016-12-20 Oliver Schneideralso run rustfmt on clippy-lints
2016-12-19 Manish GoregaokarMerge pull request #1345 from EpocSquadron/epocsquadron...
2016-12-19 Manish GoregaokarMerge pull request #1355 from philipturnbull/deref...
2016-12-17 Martin CartonMerge pull request #1373 from Manishearth/rustup
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-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-10-03 Manish GoregaokarMerge pull request #1255 from Manishearth/cov
2016-10-02 mcartonRemove a useless method
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 mcartonMerge branch 'feature/gh-pages-docs' of https://github...
2016-07-18 llogiqMerge pull request #1093 from oli-obk/serde_specific_lint
2016-07-14 llogiqMerge pull request #1099 from Manishearth/fix
2016-07-14 Oliver SchneiderMerge pull request #1096 from cramertj/1086-negative...
2016-07-13 Taylor CramerCheck for comparison of -0.0 and 0.0 in PartialOrd...
2016-07-13 Taylor CramerChange floating point constant to mem::transmute u64...
2016-07-13 Taylor CramerAdded sign check on Constant f64 PartialEq implementation
2016-06-04 llogiqMerge pull request #962 from Manishearth/fix-doc
2016-05-31 Martin CartonMerge pull request #970 from Manishearth/rustup
2016-05-31 Andre Bogusdogfood error in consts fixed
2016-05-27 Manish GoregaokarMerge pull request #950 from oli-obk/split3
2016-05-27 Oliver Schneidersplit clippy into lints, plugin and cargo-clippy