]> git.lizzy.rs Git - rust.git/history - clippy_dev
Auto merge of #5864 - rust-lang:ci_debug, r=Manishearth
[rust.git] / clippy_dev /
2020-07-16 flip1995Merge remote-tracking branch 'upstream/rust-1.44.1...
2020-06-23 borsAuto merge of #5695 - esamudera:lint_mem_uninitialized...
2020-06-09 Lzu TaoMerge commit 'ff0993c5e9162ddaea78e83d0f0161e68bd4ea73...
2020-06-07 flip1995Merge remote-tracking branch 'upstream/master' into...
2020-06-06 borsAuto merge of #5674 - ThibsG:DocTypeDefinesMethod,...
2020-06-05 borsAuto merge of #5688 - ebroto:fix_cargo_tests_in_rustc...
2020-06-05 Eduardo BrotoFix cargo ui tests when running inside rust repo
2020-06-05 flip1995Merge remote-tracking branch 'upstream/beta' into backp...
2020-06-02 borsAuto merge of #5597 - esamudera:slice_iter_next, r...
2020-05-31 borsAuto merge of #5667 - djugei:master, r=flip1995
2020-05-31 borsAuto merge of #5666 - flip1995:rollup-yjyvvbg, r=flip1995
2020-05-31 borsAuto merge of #5655 - matthiaskrgr:source_mod, r=flip1995
2020-05-29 borsAuto merge of #72671 - flip1995:clippyup, r=Xanewok
2020-05-28 flip1995Merge commit '7ea7cd165ad6705603852771bf82cc2fd6560db5...
2020-05-28 Matthias Krügerclippy_dev: add ra_setup
2020-05-27 borsAuto merge of #5631 - ThibsG:ExtendUselessConversion...
2020-05-26 borsAuto merge of #5648 - returntrip:master, r=matthiaskrgr
2020-05-26 borsAuto merge of #5638 - ebroto:issue_5628_add_suggestion_...
2020-05-26 borsAuto merge of #5562 - flip1995:clippyup_up, r=phansch
2020-05-26 borsAuto merge of #5636 - ebroto:issue_5041, r=phansch
2020-05-25 borsAuto merge of #5635 - montrivo:bugfix/option_option_tes...
2020-05-25 Eduardo BrotoMake the name of the crate available in cargo UI tests
2020-05-25 borsAuto merge of #5616 - euclio:no-derive-suggestion,...
2020-05-25 borsAuto merge of #5646 - flip1995:rustup, r=matthiaskrgr
2020-05-22 borsAuto merge of #5632 - flip1995:rustup, r=phansch
2020-05-21 borsAuto merge of #5614 - ebroto:test_cargo_lints, r=flip1995
2020-05-21 Eduardo BrotoAvoid triggering match_wildcard_for_single_variants
2020-05-21 Eduardo BrotoAddress comments from PR review
2020-05-21 Eduardo BrotoAdapt `cargo dev new_lint` to create tests for cargo...
2020-04-27 borsAuto merge of #5522 - CrazyRoka:match_vec_item, r=phansch
2020-04-25 Philipp KronesRollup merge of #5517 - flip1995:deploy_time_travel...
2020-04-25 Philipp KronesRollup merge of #5516 - flip1995:doc_release, r=phansch
2020-04-25 Philipp KronesRollup merge of #5505 - flip1995:avoid_running_lints...
2020-04-23 borsAuto merge of #5513 - matthiaskrgr:reg, r=phansch
2020-04-23 Matthias Krügerclippy_dev: make it fatal when the regex for updating...
2020-04-15 Jane LusbyMerge remote-tracking branch 'upstream/master' into...
2020-04-10 borsAuto merge of #5446 - rust-lang:gimme-a-second, r=flip1995
2020-04-08 borsAuto merge of #5437 - rabisg0:should-impl-trait, r...
2020-04-08 borsAuto merge of #5438 - flip1995:rollup-pi762oy, r=flip1995
2020-04-08 Philipp KronesRollup merge of #5425 - xiongmao86:issue5367, r=flip1995
2020-04-08 Philipp KronesRollup merge of #5424 - jpospychala:suspicious_op_assig...
2020-04-08 Philipp KronesRollup merge of #5422 - nickrtorres:contributing-triage...
2020-04-08 Philipp KronesRollup merge of #5420 - dtolnay:newret, r=flip1995
2020-04-08 Philipp KronesRollup merge of #5419 - dtolnay:unreadable, r=flip1995
2020-04-08 Philipp KronesRollup merge of #5417 - flip1995:doc_update, r=flip1995
2020-04-08 Philipp KronesRollup merge of #5415 - nickrtorres:master, r=flip1995
2020-04-08 Philipp KronesRollup merge of #5412 - dtolnay:tostring, r=flip1995
2020-04-08 Philipp KronesRollup merge of #5410 - dtolnay:trivially, r=flip1995
2020-04-08 Philipp KronesRollup merge of #5409 - dtolnay:letunit, r=flip1995
2020-04-08 Philipp KronesRollup merge of #5406 - flip1995:update_lints_fix,...
2020-04-03 flip1995Make lint modules private
2020-04-03 flip1995Don't filter lints in code generation functions
2020-04-03 flip1995Build lint lists once and the reuse them to update...
2020-04-03 flip1995Get rid of Lint::is_internal method
2020-04-03 flip1995Clean up update_lints
2020-03-31 borsAuto merge of #5398 - flip1995:deescalate, r=Manishearth
2020-03-31 flip1995Don't use an exact lint counter anymore
2020-03-31 flip1995Move update_lints logic to its own module
2020-03-31 flip1995Make limit_stderr_length a subcommand
2020-03-31 flip1995Define modules in lib.rs instead of main.rs
2020-03-30 borsAuto merge of #5365 - mgr-inz-rafal:issue4983_bool_upda...
2020-03-30 borsAuto merge of #5373 - flip1995:doc_release_backport...
2020-03-30 borsAuto merge of #5380 - lzutao:deprecate-REPLACE_CONSTS...
2020-03-29 borsAuto merge of #5381 - lzutao:itertools, r=matthiaskrgr
2020-03-29 Lzu TaoBump itertools
2020-03-25 borsAuto merge of #5334 - flip1995:backport_remerge, r...
2020-03-23 borsAuto merge of #5319 - 1tgr:master, r=flip1995
2020-03-20 borsAuto merge of #5323 - rabisg0:fix/5284, r=flip1995
2020-03-19 Philipp KronesRollup merge of #5333 - matthiaskrgr:rustup_34, r=flip1995
2020-03-19 Philipp KronesRollup merge of #5326 - matthiaskrgr:rustup_33, r=flip1995
2020-03-18 borsAuto merge of #5335 - flip1995:changelog, r=Manishearth
2020-03-18 borsAuto merge of #5329 - matthiaskrgr:int_arith_on_ref_532...
2020-03-18 borsAuto merge of #5331 - matthiaskrgr:lint_docs1, r=flip1995
2020-03-18 flip1995Fix limit-stderr-files test
2020-03-18 borsAuto merge of #5330 - matthiaskrgr:newlint_expl, r...
2020-03-18 Matthias Krügernew_lint.rs: encourage authors to write more detailed...
2020-03-05 borsAuto merge of #5235 - flip1995:tag_deploy_fix, r=phansch
2020-03-02 borsAuto merge of #5242 - matthiaskrgr:5238_test, r=flip1995
2020-03-01 JarredAllenMerge branch 'master' of github.com:rust-lang/rust...
2020-03-01 borsAuto merge of #5247 - JohnTitor:syntax, r=flip1995
2020-03-01 Yuki OkushiRustup to rust-lang/rust#69592
2020-02-21 borsAuto merge of #5029 - flip1995:wildcard_imports, r...
2020-02-21 flip1995Fix fallout
2020-02-15 borsAuto merge of #4809 - iankronquist:patch-1, r=flip1995
2020-02-15 borsAuto merge of #5156 - flip1995:dev_add_internal, r...
2020-02-14 flip1995Adapt gen_lint_group_list test to also generate interna...
2020-02-14 flip1995Rename lint_count -> usable_lint_count
2020-02-14 flip1995Let update_lints also generate the internal lints
2020-02-14 flip1995Save Lint::module as full path of module
2020-02-14 flip1995Make Lint::by_lint_group take impl Iterator as argument
2020-02-11 borsAuto merge of #5158 - lzutao:callbackshook, r=flip1995
2020-02-11 borsAuto merge of #5152 - flip1995:rustup, r=flip1995
2020-02-11 borsAuto merge of #5155 - krishna-veerareddy:remove-unused...
2020-02-11 Krishna Sai Veera... Remove unnecessary imports from `new_lint` tool
2020-02-07 borsAuto merge of #5140 - lzutao:cleanup-replace, r=flip1995
2020-02-07 Lzu Taodev: Move DOCS_LINK out of lazy_static and reuse it
2020-02-07 Lzu Taodev: Make UpdateMode a copy type
2020-02-07 Lzu Taodev: Prefer `fs::read*` and improvement to replace...
2020-02-06 borsAuto merge of #5139 - lzutao:linecount, r=llogiq
2020-02-06 Lzu Taodev: Use bytecount for faster line count
next