]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2015-08-16 llogiqMerge pull request #179 from nweston/step-by-zero
2015-08-16 Nathan WestonNew lint: Range::step_by(0) (fixes #95)
2015-08-16 Manish Goregaokarrestrict toplevel_ref_arg to only functions (fixes...
2015-08-16 Manish GoregaokarMerge pull request #180 from birkenfeld/small_changes
2015-08-16 Georg Brandladd some imports to guard against crate moves
2015-08-16 Georg Brandlall: organize imports
2015-08-16 Georg Brandlall: remove unneeded as_str() calls for ast::Name
2015-08-15 Manish GoregaokarMerge pull request #177 from birkenfeld/if_let_mini_fix
2015-08-15 llogiqMerge pull request #178 from birkenfeld/dogfood_shebang
2015-08-15 Georg Brandlutil: make dogfood executable and give it a shebang
2015-08-15 Georg Brandlmisc: fix check for unit body in "match -> if let"...
2015-08-15 Manish GoregaokarMerge pull request #176 from birkenfeld/static_lt_fix
2015-08-15 Georg Brandllifetimes: fix case with one unnamed and one static...
2015-08-15 llogiqMerge pull request #174 from birkenfeld/small_fixes
2015-08-15 Georg Brandlmethods: allow Option.unwrap by default
2015-08-14 Manish GoregaokarMerge pull request #166 from Manishearth/contrib
2015-08-14 llogiqMerge pull request #168 from Manishearth/eta-reduction
2015-08-14 llogiqRemoved #![allow(redundant_closure)] on eq_op
2015-08-14 llogiqMerge branch 'eta-reduction' of https://github.com...
2015-08-14 llogiqfixed false positives (at the cost of some false negatives)
2015-08-14 llogiqremoved String::from_str(..) to fix build with 1.4...
2015-08-14 llogiqMerge pull request #169 from Manishearth/rustup
2015-08-14 llogiqremoved String::from_str(..) to fix build with 1.4...
2015-08-14 llogiqfixed false positives (at the cost of some false negatives)
2015-08-14 llogiqadd a few words on dogfood + update_lints
2015-08-13 Manish GoregaokarMerge pull request #141 from Manishearth/multilinetrim
2015-08-13 Manish GoregaokarFix dogfood
2015-08-13 Manish Goregaokartrim_multiline: ignore empty lines
2015-08-13 llogiqadded empty line test
2015-08-13 llogiqadded a few unit tests to trim_multiline
2015-08-13 Manish GoregaokarHandle tabs
2015-08-13 Manish GoregaokarAdd trim_multiline utility (fixes #139)
2015-08-13 Manish GoregaokarMerge pull request #151 from birkenfeld/needless_bool_msg
2015-08-13 Manish GoregaokarMerge pull request #160 from Manishearth/dogfood
2015-08-13 Manish GoregaokarAddress review comments, move to travis
2015-08-13 Manish GoregaokarAdd dogfood script
2015-08-13 Georg Brandllifetimes: try to fix w.r.t. lifetimes from parent...
2015-08-13 Manish Goregaokarfix
2015-08-13 Manish Goregaokaroh the irony
2015-08-13 Manish GoregaokarSome fixes from dogfooding clippy
2015-08-13 Manish GoregaokarMerge pull request #158 from birkenfeld/iter_methods
2015-08-13 Georg Brandlnew lint: looping over x.iter() or x.iter_mut() (fixes...
2015-08-13 Manish GoregaokarDon't run `cargo build` (fixes #156)
2015-08-13 llogiqMerge pull request #154 from birkenfeld/travis_check_script
2015-08-13 Georg Brandlspelling fix, rework needless_bool with snippet (fixes...
2015-08-13 Georg Brandlupdate_lints: add a check mode for travis runs
2015-08-13 Manish GoregaokarMerge branch 'pr-152'
2015-08-13 llogiqMerge
2015-08-13 Andre Bogusfixed error messages in compile-fail test
2015-08-13 Andre Bogusgrammar
2015-08-13 llogiqadded `string_add` to `clippy` lint group
2015-08-13 llogiqpulled strings passes together, added more tests
2015-08-13 llogiqfixed formatting
2015-08-13 llogiqadded string_add lint and fixed string_add_assign ...
2015-08-13 llogiqimproved string_add/string_add_assign messages, Allow...
2015-08-13 Georg Brandlupdate script: also generate lint list in lib.rs
2015-08-13 Georg Brandlall: DRY for lint descriptions
2015-08-13 Manish GoregaokarMerge branch 'pr-149'
2015-08-13 Manish GoregaokarMerge branch 'pr-140'
2015-08-13 Manish GoregaokarMerge pull request #147 from birkenfeld/forloop
2015-08-13 Georg Brandllint messages: remove trailing period
2015-08-13 Georg Brandltests: use fragment of lint text for error checking
2015-08-13 Georg Brandllifetimes test: use explicit message prefix
2015-08-13 Georg Brandllifetimes lint: include support for lifetimes as generi...
2015-08-13 Georg Brandllifetimes lint: straighten some code, add a few comments
2015-08-13 Georg Brandlnew lint for needless lifetimes (fixes #115)
2015-08-13 Georg Brandlnew lint: using `for i in 0..x { .. vec[i] .. }` instea...
2015-08-13 Georg Brandlif_let_chain: allow mixing in normal ifs as well
2015-08-12 Manish GoregaokarMerge pull request #146 from birkenfeld/unicode
2015-08-12 Andre Bogusfixed error messages in compile-fail test
2015-08-12 Andre Bogusgrammar
2015-08-12 Georg Brandlunicode: add lint against non-ascii chars in literals...
2015-08-12 Manish GoregaokarUpdate README.md
2015-08-12 Manish GoregaokarMerge branch 'pr-138'
2015-08-12 Manish GoregaokarMerge pull request #145 from birkenfeld/string_to_string
2015-08-12 Georg Brandlmethods: lint against String.to_string (fixes #100)
2015-08-12 llogiqadded `string_add` to `clippy` lint group
2015-08-12 llogiqpulled strings passes together, added more tests
2015-08-12 llogiqfixed formatting
2015-08-12 llogiqadded string_add lint and fixed string_add_assign ...
2015-08-12 Manish GoregaokarMerge pull request #143 from birkenfeld/more_methods
2015-08-12 Georg Brandlmethods: move misc.StrToStringPass to MethodsPass
2015-08-12 Georg Brandlnew lint: warn if let-binding has unit value (fixes...
2015-08-12 Manish GoregaokarBump to 0.0.11
2015-08-12 Manish GoregaokarUse snippet, pprust methods expand AST
2015-08-12 Manish GoregaokarMerge pull request #137 from birkenfeld/collapsible_if_fix
2015-08-12 Manish GoregaokarMerge pull request #136 from birkenfeld/len_zero_expr
2015-08-12 Manish GoregaokarMerge pull request #135 from birkenfeld/consistent_msgs
2015-08-12 Georg Brandlcollapsible_if: do not show Debug display of expression
2015-08-12 Georg Brandllen_zero: display full suggested expr in message
2015-08-12 Georg Brandlall: make style of lint messages consistent
2015-08-12 Manish GoregaokarMerge pull request #134 from birkenfeld/if_let_chain_macro
2015-08-12 Manish GoregaokarMerge pull request #133 from birkenfeld/readme_fix
2015-08-12 Georg BrandlREADME: update lint output
2015-08-12 Georg Brandlutils: implement if_let_chain macro as suggested by...
2015-08-11 Manish GoregaokarUpdate CONTRIBUTING.md
2015-08-11 Manish GoregaokarMerge pull request #132 from birkenfeld/let_and_return
2015-08-11 Georg Brandlnew lint for "let x = EXPR; x" at the end of functions...
2015-08-11 Georg Brandlmove NeedlessReturn pass out to its own module and...
2015-08-11 Manish GoregaokarMerge pull request #130 from birkenfeld/use_help
next