]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/new_without_default.rs
Merge branch 'macro-use' into HEAD
[rust.git] / clippy_lints / src / new_without_default.rs
2018-07-20 Manish GoregaokarMerge branch 'macro-use' into HEAD
2018-07-20 Manish GoregaokarRemove import of if_chain
2018-07-19 Manish GoregaokarRemove import of rustc
2018-07-16 Manish GoregaokarMerge pull request #2923 from rust-lang-nursery/kind
2018-07-16 Oliver SchneiderUpdate for hir renamings in rustc
2018-06-29 Oliver SchneiderMerge pull request #2880 from mati865/rustup_hir
2018-06-29 Mateusz MikułaRustup
2018-06-28 Oliver SchneiderMerge pull request #2832 from kennytm/non-copy-const
2018-06-26 Michael WrightMerge branch 'master' into issue_2741
2018-06-25 Oliver SchneiderMerge pull request #2871 from flip1995/gen_gen_nightly
2018-06-25 flip1995Resolve field, struct and function renaming
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-05-30 Mateusz MikułaAdd rust_2018_preview feature and fix rustfmt annotation
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!
2017-12-22 Manish GoregaokarMerge pull request #2289 from rust-lang-nursery/rustup
2017-12-22 Manish GoregaokarUpdate to handle GenericParam
2017-11-29 Oliver SchneiderFix placement of new_without_default suggestion
2017-11-29 Oliver SchneiderFix #2196
2017-11-20 Oliver SchneiderMerge pull request #2203 from clippered/float_cmp_const
2017-11-06 laurentFix merge issues.
2017-11-06 Oliver SchneiderMerge pull request #2202 from topecongiro/format
2017-11-04 topecongiroFix lines that exceed max width manually
2017-11-04 topecongiroCargo fmt
2017-11-04 topecongiroFix excessive indentation in if_chain!
2017-11-03 cgm616Merge branch 'master' of github.com:rust-lang-nursery...
2017-10-30 Manish GoregaokarMerge pull request #2187 from rust-lang-nursery/rustup
2017-10-29 Manish GoregaokarUpdate tests; make it work with generics on context
2017-10-28 Manish GoregaokarMerge branch 'pr-2140'
2017-10-28 cgm616Merge branch 'master' of github.com:rust-lang-nursery...
2017-10-27 Oliver SchneiderMerge pull request #2129 from vorner/update-script
2017-10-24 Oliver SchneiderMerge pull request #2154 from durka/ifchain
2017-10-23 Alex Burkamanual fixups if_let_chain -> if_chain
2017-10-23 Alex Burkamechanically swap if_let_chain -> if_chain
2017-10-15 Sunjay VarmaUpdated clippy to account for changes from rust-lang...
2017-09-06 Oliver SchneiderMerge pull request #1963 from rust-lang-nursery/upstream
2017-09-05 Oliver SchneiderMerge pull request #2021 from marcusklaas/needless...
2017-09-05 Oliver SchneiderRun nightly rustfmt
2017-08-14 Oliver SchneiderMerge branch 'master' into move_links
2017-08-14 Oliver SchneiderRustfmt
2017-06-14 Martin CartonMerge pull request #1830 from scott-linder/generic...
2017-06-14 scott-linderIgnore new-without-default lint when `new` method has...
2017-06-11 Cameron SteffenMerge branch 'master' into never_loop
2017-06-11 Manish GoregaokarMerge pull request #1823 from eddyb/nightly-magic
2017-06-11 Eduard-Mihai BurtescuRemove uses of span_if_local.
2017-06-11 Eduard-Mihai BurtescuAbide by the common rustc::ty conventions.
2017-06-11 Eduard-Mihai BurtescuUpdate for rustc 1.19.0-nightly (4bf5c99af 2017-06...
2017-05-14 Oliver SchneiderUpdate to rustc 1.19.0-nightly (826d8f385 2017-05-13)
2017-04-27 Oliver SchneiderUpdate to latest rustc version
2017-03-30 Oliver SchneiderMerge pull request #1613 from Manishearth/dont_ref_oper...
2017-03-30 Oliver SchneiderDo some additional cleanup around `InternedString`...
2017-03-30 Oliver SchneiderFix fallout
2017-02-21 Oliver SchneiderMerge pull request #1543 from Manishearth/fix-windows...
2017-02-21 Oliver SchneiderMerge pull request #1544 from bood/master
2017-02-21 Oliver SchneiderMerge pull request #1538 from Manishearth/publish
2017-02-18 Oliver SchneiderMerge pull request #1550 from sinkuu/should_assert_eq
2017-02-18 sinkuuSupport generic type
2017-02-07 Martin CartonMerge pull request #1506 from bood/master
2017-02-04 Oliver SchneiderMerge pull request #1505 from Mrmaxmeier/rustup-2017...
2017-02-03 MrmaxmeierTyCtxt::map is now called TyCtxt::hir
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 Josh HolmerRustup to rustc 1.16.0-nightly (468227129 2017-01-03...
2016-12-29 llogiqMerge pull request #1409 from Manishearth/fx-new-default
2016-12-29 Manish GoregaokarFix suggestion span on new_without_default (fixes ...
2016-12-21 Oliver SchneiderMerge branch 'master' into allow_deprecated
2016-12-21 Oliver SchneiderMerge pull request #1392 from oli-obk/rustfmt
2016-12-21 Oliver Schneiderfunction definition style simplification
2016-12-21 Oliver Schneiderremove nondeterminism by adjusting thresholds
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-07 Oliver Schneiderupdate to the rust-PR that unblocks clippy
2016-12-06 Oliver Schneiderrustup to rustc 1.15.0-dev (3b248a184 2016-12-05)
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-16 mcartonRustup to rustc 1.15.0-nightly (0ed951993 2016-11-14)
2016-09-19 Oliver SchneiderMerge remote-tracking branch 'origin/master' into examples
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-17 Oliver SchneiderMerge pull request #1173 from oli-obk/never_rustup
2016-08-17 Oliver Schneiderrustup for the ! type
2016-08-08 llogiqMerge pull request #1146 from birkenfeld/housekeeping
2016-08-07 Georg BrandlMake the lint docstrings more consistent.
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-10 Manish GoregaokarMerge pull request #1082 from Manishearth/small-fixes
2016-07-10 mcartonFix suggestions for `NEW_WITHOUT_DEFAULT`
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-09 Martin CartonMerge pull request #1000 from Manishearth/doc_whitelist
next