]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/dbg_macro.rs
Auto merge of #4938 - flip1995:rustup, r=flip1995
[rust.git] / clippy_lints / src / dbg_macro.rs
2019-12-04 borsAuto merge of #4879 - matthiaskrgr:rustup_23, r=flip1995
2019-12-04 Matthias KrügerRustup to rust-lang/rust#66878
2019-12-03 borsAuto merge of #4877 - flip1995:manual_swap_4853, r...
2019-12-03 borsAuto merge of #4878 - flip1995:rustup, r=flip1995
2019-12-03 flip1995Rustup to rust-lang/rust#66935
2019-10-28 flip1995Merge remote-tracking branch 'upstream/rust-1.38.0...
2019-10-28 flip1995Merge remote-tracking branch 'upstream/rust-1.36.0...
2019-09-11 borsAuto merge of #4478 - tsurai:master, r=flip1995
2019-09-09 borsAuto merge of #4458 - flip1995:block_in_if_ext_macro...
2019-09-06 borsAuto merge of #4508 - rust-lang:reduced-symbolism,...
2019-09-06 borsAuto merge of #4500 - jeremystucki:refactoring, r=flip1995
2019-09-04 Jeremy StuckiRefactor option handling
2019-08-21 borsAuto merge of #4372 - phansch:changelog_update, r=flip1995
2019-08-18 Jeremy StuckiMerge branch 'origin/master' into suspicious_map
2019-08-16 borsAuto merge of #4392 - phansch:cleanups, r=flip1995
2019-08-16 borsAuto merge of #4395 - lzutao:rustup-63586, r=phansch
2019-08-16 Lzu TaoRustup "Remove `Spanned` from `{ast,hir}::FieldPat`"
2019-05-27 Philipp KronesRollup merge of #4102 - Urriel:fix/4096_match_same_arms...
2019-05-19 borsAuto merge of #4109 - Manishearth:backport-merge, r...
2019-05-19 borsAuto merge of #4099 - flip1995:ul_4094, r=oli-obk
2019-05-19 borsAuto merge of #4100 - phansch:add_stderr_length_check...
2019-05-17 borsAuto merge of #4110 - rust-lang:symbolic_wasteland...
2019-05-17 Oliver SchererPrevent symbocalypse
2019-05-17 Manish GoregaokarMerge remote-tracking branch 'origin/beta1.35' into...
2019-05-17 Manish GoregaokarMerge remote-tracking branch 'origin/rust-1.34.1' into...
2019-05-17 Manish GoregaokarMerge remote-tracking branch 'origin/rust-1.31.0' into...
2019-05-17 Manish GoregaokarMerge remote-tracking branch 'origin/beta_backport...
2019-05-14 borsAuto merge of #4084 - mikerite:fix-4019, r=oli-obk
2019-05-14 borsAuto merge of #4093 - rust-lang:rustup, r=oli-obk
2019-05-14 Oliver SchererRustfmt all the things
2019-05-14 Oliver SchererUse symbols instead of strings
2019-04-18 borsAuto merge of #3978 - phansch:rustfix_len_zero, r=flip1995
2019-04-18 borsAuto merge of #3985 - phansch:move_some_cast_tests...
2019-04-18 borsAuto merge of #3987 - phansch:rustfix_option_map_or_non...
2019-04-18 borsAuto merge of #3984 - phansch:bytecount_sugg, r=flip1995
2019-04-18 borsAuto merge of #3968 - kraai:lint-pass-macros, r=flip1995
2019-04-17 Matthew KraaiUse lint pass macros
2019-03-12 Michael WrightMerge branch 'master' into fix-3739
2019-03-09 borsAuto merge of #3824 - phansch:adding_lints, r=phansch
2019-03-06 borsAuto merge of #3845 - euclio:unused-comments, r=phansch
2019-03-05 Andy Russellmove lint documentation into macro invocations
2019-02-06 borsAuto merge of #3665 - jsgf:master, r=oli-obk
2019-02-04 borsAuto merge of #3725 - mikerite:fix-2728, r=phansch
2019-02-04 Manish GoregaokarMerge pull request #3735 from jsgf/setup-toolchain
2019-02-03 borsAuto merge of #3723 - rhysd:issue3721, r=oli-obk
2019-02-03 rhysdrun `util/dev update_lints` and `cargo fmt --all`
2019-02-03 rhysdMerge branch 'master' into issue3721
2019-02-03 rhysdprefer `if` to `match`
2019-02-03 rhysduse snippet for making a suggestion if possible
2019-02-01 rhysdadd more test cases for dbg_macro rule
2019-02-01 rhysduse span_help_and_lint() instead of span_lint_and_sugg()
2019-02-01 rhysd`cargo +nightly fmt` at clippy_lints/
2019-02-01 rhysdremove TODO comment which was already done
2019-02-01 rhysdfix category and use suggestion
2019-01-30 rhysdimplement dbg_macro rule (fixes #3721)