]> git.lizzy.rs Git - rust.git/history - src
merge multiple equal terminals into one
[rust.git] / src /
2016-03-29 Oliver Schneidermerge multiple equal terminals into one
2016-03-29 Oliver Schneiderimprove lint attribute detail
2016-03-29 Oliver Schneideralso compute minimal product of sum form
2016-03-29 Oliver Schneiderimprove bracket display
2016-03-29 Oliver Schneiderbetter simplification
2016-03-29 Manish GoregaokarMerge pull request #808 from mcarton/copies
2016-03-28 mcartonFix false positive in `MATCH_SAME_ARMS` and guards
2016-03-28 llogiqMerge pull request #807 from mcarton/vec
2016-03-28 mcartonAdd `for _ in vec![…]` to the `USELESS_VEC` lint
2016-03-28 llogiqMerge pull request #780 from mcarton/doc
2016-03-28 mcartonAddress nits in DOC_MARKDOWN
2016-03-28 mcartonImprove the DOC_MARKDOWN lint
2016-03-28 mcartonAdd a lint for bad documentation formatting
2016-03-28 mcartonBeautify more docs
2016-03-28 mcartonFix some spelling mistakes here and there
2016-03-28 llogiqMerge pull request #801 from mcarton/transmute
2016-03-28 mcartons/cx.span_lint/span_lint(cx, /
2016-03-28 mcartonLint transmute from ptr to ref
2016-03-27 Manish GoregaokarFix ICE
2016-03-27 josephDunneUpdate rust-clippy to rustc 1.9.0-nightly (d5a91e695...
2016-03-26 Manish GoregaokarRm extraneous infcx
2016-03-26 Manish GoregaokarMerge pull request #803 from Manishearth/fixes
2016-03-26 Manish GoregaokarStop using ast_ty_to_ty_cache
2016-03-26 Manish GoregaokarAllow trailing commas in if_let_chain
2016-03-26 Manish GoregaokarFix ICE with unknown defids
2016-03-26 Manish GoregaokarFix ICE with relating late bound regions
2016-03-24 llogiqMerge pull request #797 from cramertj/master
2016-03-24 Taylor CramerCleanup and added transmute to ugly path list
2016-03-24 Taylor CramerAdded crosspointer transmute error and tests
2016-03-24 Manish GoregaokarMerge pull request #795 from mcarton/deprecated
2016-03-24 mcartonDeprecates 4 lints
2016-03-24 Martin CartonMerge pull request #794 from Keats/master
2016-03-24 Vincent ProuilletUpdate float_cmp message
2016-03-23 Martin CartonMerge pull request #791 from Jascha-N/fix-fnkind-pattern
2016-03-23 JaschaMatch attributes in FnKind patterns
2016-03-21 Manish GoregaokarMerge pull request #727 from oli-obk/similar_names
2016-03-20 Andre Bogusfixed the build
2016-03-20 llogiqMerge pull request #781 from badboy/patch-1
2016-03-20 Jan-Erik RedigerFix typo in new_without_default docu
2016-03-18 llogiqMerge pull request #778 from mcarton/fix-new_without_de...
2016-03-18 mcartonFix `new_without_default` with lts and generics
2016-03-18 Oliver Schneideruse snippet_opt and span_suggestion
2016-03-18 Oliver Schneiderimprove needless_bool to catch odd construct in non_exp...
2016-03-18 Oliver Schneidermake single char names threshold configurable
2016-03-18 Oliver Schneiderrefactor for speed
2016-03-18 Oliver Schneiderfix and rebase
2016-03-18 Oliver Schneiderrefactoring and bugfix
2016-03-18 Oliver Schneiderlint on too many single character bindings
2016-03-18 Oliver Schneidersuggest inserting underscores for simple cases
2016-03-18 Oliver Schneiderlint on binding-names that are too similar
2016-03-17 Martin CartonMerge pull request #772 from oli-obk/const_int
2016-03-17 Oliver Schneiderfix `Eq`+`Hash` for `Constant`
2016-03-17 Oliver Schneiderrefactor clippy-consts to use ConstInt
2016-03-16 Martin CartonMerge pull request #773 from mcarton/rustup
2016-03-16 mcartonRustup to *1.9.0-nightly (c66d2380a 2016-03-15)*
2016-03-15 Manish GoregaokarMerge pull request #767 from mcarton/fix-ice
2016-03-15 mcartonFix problem in PANIC_PARAMS with inner `format!`
2016-03-15 mcartonUse `span_suggestion` in `STRING_LIT_AS_BYTES`
2016-03-15 mcartonFix false positive with STRING_LIT_AS_BYTES and stringify!
2016-03-15 mcartonFix ICE in `OUT_OF_BOUNDS_INDEXING` with ranges
2016-03-15 Martin CartonMerge pull request #769 from oli-obk/rustup
2016-03-15 Oliver 'ker' Schneiderrustup const eval changes
2016-03-15 Manish GoregaokarUpdate to rustc 1.9.0-nightly (6d215fe04 2016-03-14)
2016-03-14 Martin CartonMerge pull request #764 from oli-obk/fix/cc/multi_diverge
2016-03-14 Oliver Schneiderprevent cc lint from panicking on unreachable code
2016-03-13 Manish GoregaokarMerge pull request #698 from mcarton/conf
2016-03-12 llogiqMerge pull request #760 from mcarton/small-fix
2016-03-12 mcartonFix false-positive in `panic_params`
2016-03-12 mcartonAdd `str` to types considered by `len_zero`
2016-03-12 mcartonDogfood
2016-03-12 mcartons/Clippy.toml/clippy.toml
2016-03-12 mcartonLint function with too many arguments
2016-03-12 mcartonDon’t make conf errors fatal errors
2016-03-12 mcartonmv src/conf.rs src/utils
2016-03-12 mcartonWhite-list `third-party` in conf files
2016-03-12 mcartonRustfmt
2016-03-12 mcartonAdd a `BLACKLISTED_NAME` lint
2016-03-12 mcartonAdd configuration variables to wiki
2016-03-12 mcartonUse configuration in the `TYPE_COMPLEXITY` lint
2016-03-12 mcartonStart implementing a configuration file
2016-03-11 mcartonMerge branch 'aochagavia-indexing_slicing'
2016-03-11 mcartonSmall nits on INDEXING_SLICING
2016-03-11 Adolfo OchagavíaLint against indexing and slicing
2016-03-11 Martin CartonMerge pull request #757 from mcarton/fix-ranges
2016-03-11 mcartonFix `unsugar_range` with `..`
2016-03-11 Martin CartonMerge pull request #754 from mcarton/rustup
2016-03-11 mcartonRustup to 1.9.0-nightly (c9629d61c 2016-03-10)
2016-03-11 Manish GoregaokarMerge pull request #742 from ctjhoa/master
2016-03-09 Martin CartonMerge pull request #752 from mcarton/rustup
2016-03-09 mcartonImprove the MATCH_REF_PATS suggestions
2016-03-09 mcartonHandle the new TryDesugar variant
2016-03-09 Manish GoregaokarMerge pull request #730 from mcarton/unused-labels
2016-03-08 mcartonFix types comparison
2016-03-08 mcartonRemove uses of `ast_ty_to_ty_cache`
2016-03-08 mcartonLint types with `fn new() -> Self` and no `Default...
2016-03-08 mcartonLint unused labels
2016-03-08 Martin CartonMerge pull request #751 from oli-obk/fix/cc
2016-03-08 Oliver Schneiderfix cyclomatic complexity lint triggering because of...
2016-03-08 llogiqMerge pull request #741 from martiansideofthemoon/blastoise
2016-03-08 KALPESH KRISHNAAdding symmetric lints and test cases
next