]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-01-17 pro-grammer1Remove numeric literals from print_literal and write_li...
2021-01-17 pro-grammer1Negate results of matches!
2021-01-17 pro-grammer1Replace another instance of match with matches
2021-01-17 pro-grammer1Run tests/ui/update-all-references.sh and refactor...
2020-12-01 pro-grammer1Fix false positive in write_literal and print_literal...
2020-11-28 borsAuto merge of #6377 - CDirkx:redundant-pattern-match...
2020-11-28 borsAuto merge of #6398 - rajcspsg:issue_6357, r=flip1995
2020-11-28 borsAuto merge of #6397 - matsujika:fix-6384, r=flip1995
2020-11-28 borsAuto merge of #6290 - alex-700:fix-match-like-matches...
2020-11-28 Philipp KronesFix formatting
2020-11-28 borsAuto merge of #6390 - pro-grammer1:master, r=ebroto
2020-11-28 borsAuto merge of #6396 - flip1995:rustup, r=ebroto
2020-11-28 Rajkumar Natarajanissue_6357 update unreachable macro usage
2020-11-28 Philipp KronesChange formulation of known problems section
2020-11-28 Aleksei Latyshevdo not trigger MATCH_LIKE_MATCHES_MACRO lint with attrs
2020-11-28 Hirochika MatsumotoMove `contains_return` to utils/mod.rs
2020-11-28 Hirochika MatsumotoFix a false positive in `unnecessary_wraps`
2020-11-28 flip1995items_after_statements: don't lint when they a separate...
2020-11-28 flip1995Fix weird dogfood error
2020-11-28 borsAuto merge of #6086 - Ryan1729:add-suspicious_chained_o...
2020-11-28 borsAuto merge of #6360 - mlegner:mod_one, r=llogiq
2020-11-28 Ryan1729add suspicious_operation_groupings lint
2020-11-27 borsAuto merge of #6392 - ebroto:rustup, r=ebroto
2020-11-27 Eduardo BrotoMerge remote-tracking branch 'upstream/master' into...
2020-11-27 borsAuto merge of #79318 - cjgillot:fitem, r=lcnr
2020-11-27 Markus LegnerFactor out `check_binary` from function `check_expr`.
2020-11-27 Markus LegnerRun `cargo dev fmt`.
2020-11-27 Markus LegnerTrigger modulo_one lint also on -1.
2020-11-27 borsAuto merge of #6386 - rust-lang:flip1995-patch-1, r...
2020-11-27 borsAuto merge of #6389 - giraffate:sync-from-rust, r=llogiq
2020-11-27 Takayuki Nakatacargo dev fmt
2020-11-27 Takayuki NakataMerge remote-tracking branch 'upstream/master' into...
2020-11-26 Camille GILLOTRemove ForeignMod struct.
2020-11-26 pro-grammer1Added known problem to comparison_chain docs
2020-11-26 borsAuto merge of #77671 - flip1995:lint_list_always_plugin...
2020-11-26 flip1995Note that it is possible to omit the patch version
2020-11-26 Philipp KronesRemove mention of possibility to specify the MSRV with...
2020-11-26 borsAuto merge of #6362 - nico-abram:unnecessary_cast_dot_f...
2020-11-25 unknownFix rust-lang/rust#79255 - Incorrect try suggestion...
2020-11-25 borsAuto merge of #6379 - Suyash458:master, r=flip1995
2020-11-25 Philipp KronesFix formatting in README.md
2020-11-25 Suyash458update README.md
2020-11-25 borsAuto merge of #6333 - PunitLodha:master, r=flip1995
2020-11-25 Suyash458update README.md for specifying msrv
2020-11-25 PunitLodhaadded lints str_to_string and string_to_string
2020-11-25 borsAuto merge of #6201 - Suyash458:master, r=flip1995
2020-11-25 flip1995Add test for multiple defined msrv attrs
2020-11-25 flip1995Add note where the first definition of msrv attr is
2020-11-25 flip1995Improve extract_msrv_attr! situation
2020-11-25 Suyash458add support for minimum supported rust version.
2020-11-25 Christiaan... Change `redundant_pattern_matching` to also lint `std...
2020-11-25 Arlie DavisMove lev_distance to rustc_ast, make non-generic
2020-11-24 borsAuto merge of #6339 - CDirkx:redundant-pattern-match...
2020-11-24 borsAuto merge of #6374 - flip1995:rustup, r=flip1995
2020-11-24 flip1995Merge remote-tracking branch 'upstream/master' into...
2020-11-24 flip1995clippy: Remove now obsolete lintlist module
2020-11-24 flip1995clippy: Let rustc handle describing lints
2020-11-24 borsAuto merge of #79228 - flip1995:clippyup, r=oli-obk
2020-11-23 borsAuto merge of #6313 - giraffate:fix_fp_needless_collect...
2020-11-23 borsAuto merge of #6371 - ebroto:rustup, r=ebroto
2020-11-23 borsAuto merge of #78343 - camelid:macros-qualify-panic...
2020-11-23 Eduardo BrotoMerge remote-tracking branch 'upstream/master' into...
2020-11-23 CamelidQualify `panic!` as `core::panic!` in non-built-in...
2020-11-23 borsAuto merge of #78439 - lzutao:rm-clouldabi, r=Mark...
2020-11-23 borsAuto merge of #6369 - camsteffen:cast-cfg, r=Manishearth
2020-11-23 borsAuto merge of #6317 - chansuke:add-external-macro,...
2020-11-23 flip1995Fix ICE in utils::implements_trait
2020-11-23 flip1995Merge commit '3e7c6dec244539970b593824334876f8b6ed0b18...
2020-11-23 Cameron SteffenDisable unnecessary_cast for cfg-dependant types
2020-11-22 Lzu TaoDrop support for cloudabi targets
2020-11-22 borsAuto merge of #6361 - integer32llc:doc-style, r=carols1...
2020-11-22 Carol (Nichols... Apply suggestions from code review to change "that...
2020-11-22 Carol (Nichols... Small grammar, punctuation, and code style improvements...
2020-11-22 borsAuto merge of #6363 - o752d:patch-2, r=flip1995
2020-11-22 borsAuto merge of #6364 - o752d:master, r=flip1995
2020-11-22 oliverupdate
2020-11-22 olivera typo
2020-11-22 Jonas SchievinkThread `Constness` through selection
2020-11-20 borsAuto merge of #6354 - Daniel-B-Smith:refcell_ref_await...
2020-11-20 Daniel SmithRevert "Convert the await holding lints to correctness"
2020-11-20 borsAuto merge of #6347 - flip1995:changelog, r=Manishearth
2020-11-20 borsAuto merge of #6351 - flip1995:rustup, r=flip1995
2020-11-20 flip1995Fix dogfood errors
2020-11-20 flip1995Properly deprecate panic_params lint
2020-11-19 Mara BosClippy: Match on assert!() expansions without an inner...
2020-11-19 Mara BosRemove the clippy::panic-params lint.
2020-11-19 flip1995Improve changlog update documentation
2020-11-19 flip1995Fix trailing whitespaces in CHANGELOG file
2020-11-19 flip1995Add CHANGELOG for 1.48
2020-11-19 borsAuto merge of #6345 - giraffate:follow_up_of_rustup...
2020-11-18 Mara BosRollup merge of #79145 - camelid:clippy-fix-panics...
2020-11-18 Takayuki NakataRevert "Add `rustfmt::skip` as a work around"
2020-11-18 borsAuto merge of #6340 - giraffate:improve_doc_for_map_clo...
2020-11-17 Takayuki NakataImprove doc about `map_clone`
2020-11-17 Christiaan... Change `redundant_pattern_matching` to also lint `std...
2020-11-17 borsAuto merge of #6070 - matsujika:unnecessary_wrap, r...
2020-11-17 CamelidFix handling of panic calls
2020-11-17 borsAuto merge of #6337 - ThibsG:FixIce6332, r=Manishearth
2020-11-17 borsAuto merge of #6338 - flip1995:rustup, r=flip1995
2020-11-17 flip1995Run cargo dev fmt
next