]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-11-27 Eduardo BrotoMake --fix imply --no-deps
2020-11-27 Eduardo BrotoApply suggestion regarding clippy_enabled bool
2020-11-27 Eduardo BrotoUpdate README.md
2020-11-27 Eduardo BrotoAdd --no-deps command-line argument
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 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 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 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
2020-11-17 Hirochika MatsumotoPluralize lint name
2020-11-17 Hirochika MatsumotoFix embarrassing grammatical error
2020-11-17 Hirochika MatsumotoIgnore trait implementations
2020-11-17 Hirochika MatsumotoUpdate stderr files
2020-11-17 Hirochika MatsumotoUpdate stderr files
2020-11-17 Hirochika MatsumotoFix clippy error
2020-11-17 Hirochika MatsumotoSkip functions in PartialOrd
2020-11-17 Hirochika MatsumotoRemove wildcard use
2020-11-17 Hirochika MatsumotoDowngrade applicability to MaybeIncorrect
2020-11-17 Hirochika MatsumotoAllow this lint on lint tests
2020-11-17 Hirochika MatsumotoSkip function with no exprs contained
2020-11-17 Hirochika MatsumotoMake lint skip macros
2020-11-17 Hirochika MatsumotoAdd support for methods
2020-11-17 Hirochika MatsumotoMake lint skip closures
2020-11-17 Hirochika MatsumotoRun `cargo dev fmt`
2020-11-17 Hirochika MatsumotoImprove lint message
2020-11-17 Hirochika MatsumotoUpdate clippy_lints/src/unnecessary_wrap.rs
2020-11-17 Hirochika MatsumotoMove `find_all_ret_expressions` into `utils`
2020-11-17 Hirochika MatsumotoAdd test case
2020-11-17 Hirochika MatsumotoSplit lint suggestion into two
2020-11-17 Hirochika MatsumotoRun rustfmt
2020-11-17 Hirochika MatsumotoCall `diag.multipart_suggestion` instead
2020-11-17 Hirochika MatsumotoFix typo
next