]> git.lizzy.rs Git - rust.git/history - src
format codebase.
[rust.git] / src /
2020-01-12 xiongmao86Declare lint.
2020-01-09 borsAuto merge of #4960 - ThibsG:patterns_with_wildcard_...
2020-01-09 borsAuto merge of #5025 - JohnTitor:rustup-0109, r=flip1995
2020-01-09 Yuki OkushiRustup to rust-lang/rust#68024
2020-01-08 borsAuto merge of #5017 - sinkuu:mir_no_opt_fallout, r...
2020-01-08 borsAuto merge of #5015 - krishna-veerareddy:change-float...
2020-01-07 Krishna Sai Veera... Move `transmute_float_to_int` lint to `complexity`
2020-01-07 ThibsGSpan help without suggestion
2020-01-07 ThibsGChange lint name to WILDCARD_IN_OR_PATTERNS
2020-01-07 ThibsGMove to complexity and adapt test
2020-01-07 ThibsGNew lint: pats_with_wild_match_arm
2020-01-07 borsAuto merge of #5000 - JohnTitor:backticks, r=flip1995
2020-01-07 Yuki OkushiApply suggestion from code review
2020-01-07 Yuki OkushiUpdate lintlist
2020-01-07 borsAuto merge of #5011 - JohnTitor:split-collapsible-if...
2020-01-07 borsAuto merge of #5010 - lzutao:recurse-remove_blocks...
2020-01-07 borsAuto merge of #5002 - lzutao:fmt-fallout, r=flip1995
2020-01-07 borsAuto merge of #4999 - krishna-veerareddy:issue-4679...
2020-01-07 Krishna Sai Veera... Prevent doc-tests from running and fix lint description
2020-01-07 Krishna Sai Veera... Add lint to detect usage of invalid atomic ordering
2020-01-05 borsAuto merge of #4996 - JohnTitor:rustup, r=matthiaskrgr
2020-01-04 borsAuto merge of #4966 - bradsherman:iter-nth-zero, r...
2020-01-04 Brad ShermanAdd lint for iter.nth(0)
2020-01-04 borsAuto merge of #4881 - krishna-veerareddy:issue-4871...
2019-12-31 Krishna Veera ReddyIndicate anonymous lifetimes for types
2019-12-31 Krishna Veera ReddyMove `mem_replace_with_default` out of nursery
2019-12-31 Krishna Veera ReddyUse `mem::take` instead of `mem::replace` when applicable
2019-12-30 borsAuto merge of #4634 - m-ober:feature/2320-map-or, r...
2019-12-28 borsAuto merge of #4964 - JohnTitor:fix-potential-ice,...
2019-12-28 borsAuto merge of #4867 - mgr-inz-rafal:modulo_arithmetic...
2019-12-28 mgr-inz-rafalAdd new lint (modulo_arithmetic)
2019-12-24 borsAuto merge of #4947 - rust-lang:doc-main-extern-crate...
2019-12-24 borsAuto merge of #4885 - rust-lang:mut-key-types, r=flip1995
2019-12-24 Andre Bogusnew lint: mutable_key_type
2019-12-23 borsAuto merge of #4946 - lzutao:take, r=flip1995
2019-12-23 Lzu Taodo minor cleanups
2019-12-23 borsAuto merge of #4934 - illicitonion:exhaustive_match...
2019-12-23 borsAuto merge of #4911 - phansch:update_changelog, r=flip1995
2019-12-23 borsAuto merge of #4939 - matthiaskrgr:bump_git_dep, r...
2019-12-23 borsAuto merge of #4823 - Areredify:must_use_res, r=flip1995
2019-12-22 Mikhail Babenkoimplemented `let_underscore` lint
2019-12-22 borsAuto merge of #4937 - mikerite:fix-4824, r=phansch
2019-12-22 borsAuto merge of #4930 - flip1995:unused_label, r=phansch
2019-12-21 flip1995Deprecate unused_label lint
2019-12-20 borsAuto merge of #4920 - lily-commure:fix-unnecessary...
2019-12-20 borsAuto merge of #4913 - mikerite:step-by-zero-20191218...
2019-12-20 Michael WrightUpdate lints for `iterator_step_by_zero` changes
2019-12-18 Michael WrightFix `iterator_step_by_zero` definition
2019-12-17 borsAuto merge of #4907 - krishna-veerareddy:fix-clippy...
2019-12-17 Krishna Veera ReddyFix clippy build failure
2019-12-12 borsAuto merge of #4883 - krishna-veerareddy:issue-4818...
2019-12-11 borsAuto merge of #4886 - rust-lang:must-use-pub-only,...
2019-12-08 borsAuto merge of #4889 - krishna-veerareddy:issue-3993...
2019-12-08 Krishna Veera ReddyAdd lint to detect transmutes from float to integer
2019-12-06 borsAuto merge of #4884 - RobbieClarken:warn-missing-errors...
2019-12-06 RobbieClarkenAdd lint for pub fns returning a `Result` without docum...
2019-11-30 borsAuto merge of #4865 - phansch:fix_master_deployment...
2019-11-29 borsAuto merge of #4588 - phansch:add_custom_ice_hook,...
2019-11-29 Philipp HanschFeed the dog
2019-11-29 Philipp HanschUpdate custom ICE function with latest rustc
2019-11-29 Philipp HanschUse Clippy version in ICE message
2019-11-29 Philipp HanschAdd custom ICE message that points to Clippy repo
2019-11-29 borsAuto merge of #4837 - flip1995:integration, r=phansch
2019-11-29 borsAuto merge of #4856 - lzutao:rtim-non-installed, r...
2019-11-29 borsAuto merge of #4863 - phansch:use_self, r=flip1995
2019-11-29 borsAuto merge of #4845 - flip1995:clippy_toml_deps, r...
2019-11-29 Philipp HanschMove use_self to nursery
2019-11-28 flip1995Don't error on clippy.toml of dependencies
2019-11-28 borsAuto merge of #4849 - flip1995:deny_warnings, r=phansch
2019-11-28 Phil HanschRollup merge of #4847 - rust-lang:offest, r=phansch
2019-11-28 Phil HanschRollup merge of #4842 - timbodeit:comparison-chain...
2019-11-28 Phil HanschRollup merge of #4832 - dario23:i4829, r=phansch
2019-11-28 borsAuto merge of #4851 - daxpedda:float-arithmetic, r...
2019-11-28 borsAuto merge of #4821 - Areredify:as_conversions, r=flip1995
2019-11-28 borsAuto merge of #4808 - euclio:string-lit-as-bytes, r...
2019-11-28 borsAuto merge of #4848 - lzutao:result-map_or, r=flip1995
2019-11-28 Lzu Taomake use of Result::map_or
2019-11-25 Mikhail Babenkoimplemented `as_conversions` lint
2019-11-23 borsAuto merge of #4840 - flip1995:rollup-jqk3a3i, r=flip1995
2019-11-23 Philipp KronesRollup merge of #4830 - lzutao:str-repeat, r=flip1995
2019-11-23 Philipp KronesRollup merge of #4820 - guanqun:comment-fix, r=flip1995
2019-11-23 Philipp KronesRollup merge of #4811 - mikerite:lit_repr_20191113...
2019-11-23 Philipp KronesRollup merge of #4766 - phansch:fix_fp_in_derive_hash_x...
2019-11-23 Philipp KronesRollup merge of #4730 - yerke:fix-check_infinite_loop...
2019-11-23 borsAuto merge of #4839 - flip1995:rollup-new-lints, r...
2019-11-23 flip1995Run update_lints
2019-11-23 flip1995Merge remote-tracking branch 'FlorianRohm/issue/4623...
2019-11-23 flip1995Merge remote-tracking branch 'Areredify/large_stack_arr...
2019-11-23 flip1995Merge remote-tracking branch 'popzxc/if-same-cond-fn...
2019-11-23 flip1995Merge remote-tracking branch 'upstream/zst-offset'...
2019-11-23 borsAuto merge of #4825 - Manishearth:rustup, r=flip1995
2019-11-23 flip1995Add comment for mir_opt_level=0
2019-11-22 flip1995Set mir_opt_level=0
2019-11-20 Igor AleksanovImplement if_same_cond_fn lint
2019-11-15 Andre BogusNew lint: zst_offset
2019-11-15 Florian Rohmregister new lint "tabs in doc comments" and update...
2019-11-13 AreredifyAdd new lint: large stack array
2019-11-13 borsAuto merge of #4810 - Areredify:4716-fix, r=flip1995
2019-11-13 Mikhail Babenkodisplay help on empty command line arguments
2019-11-11 borsAuto merge of #4803 - tomprogrammer:issue-4732, r=phansch
next