]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-02-21 borsAuto merge of #6771 - MortenLohne:master, r=flip1995
2021-02-21 borsAuto merge of #6770 - ThibsG:PostfixEnumVariant, r...
2021-02-21 borsAuto merge of #6765 - camsteffen:unnecessary-wraps...
2021-02-21 borsAuto merge of #6754 - camsteffen:spanlesseq-res, r...
2021-02-20 Morten LohneFix FP in inherent_to_string when the function has...
2021-02-20 Yoshitomo NakanishiFix unnecessary_sort_by.rs that fails the dogfood test
2021-02-20 Yoshitomo NakanishiNew lint: inconsistent_struct_constructor
2021-02-20 ThibsGFix camel case postfix for `enum_variant_names` lint
2021-02-20 borsAuto merge of #6717 - booleancoercion:master, r=llogiq
2021-02-20 borsAuto merge of #6766 - matthiaskrgr:nestedmatch, r=flip1995
2021-02-20 borsAuto merge of #6764 - matthiaskrgr:lintcheck_par_iter...
2021-02-19 Matthias Krügerlintcheck: add -j <N> option to configure threads.
2021-02-19 Matthias Krügerlintcheck: sort crates before linting
2021-02-19 Matthias Krügerlintcheck: show progress percentage in the "Linting...
2021-02-19 Matthias Krügerlintheck: show output (and compiler errors!) when compi...
2021-02-19 Matthias Krügerlintcheck: tweak some comments
2021-02-19 boolFixed the known problems section
2021-02-19 boolUpdated from_str_radix_10 sugg to be slightly smarter...
2021-02-19 Camille GILLOTMove try_print_query_stack to rustc_interface.
2021-02-19 Matthias Krügercollapsible_match: fix lint message capitalization
2021-02-19 Cameron SteffenChange known problems
2021-02-19 Cameron SteffenChange unnecessary_wraps to pedantic
2021-02-19 Dylan DPCRollup merge of #82238 - petrochenkov:nocratemod, r...
2021-02-18 Matthias Krügerlintcheck: parallelize
2021-02-18 borsAuto merge of #6665 - pag4k:unnecessary_wraps_bug_6640...
2021-02-18 Pierre-Andre... Changed fn body suggestion msg
2021-02-18 borsAuto merge of #6763 - flip1995:fix_lintcheck, r=matthia...
2021-02-18 flip1995Fix lintcheck by excluding checked crates from workspace
2021-02-18 borsAuto merge of #6759 - Y-Nak:fix-fp-of-result_unit_err...
2021-02-18 Dylan DPCRollup merge of #82215 - TaKO8Ki:replace-if-let-while...
2021-02-18 Vadim Petrochenkovast: Keep expansion status for out-of-line module items
2021-02-18 Yoshitomo NakanishiFix FP of result_unit_err when using type aliases
2021-02-17 borsAuto merge of #81993 - flip1995:clippyup, r=Manishearth
2021-02-17 Pierre-Andre... Added detailled suggs for new case
2021-02-17 Cameron SteffenFix match_same_arms with SpanlessEq changes
2021-02-17 Cameron SteffenMake expr_fallback FnMut
2021-02-17 Cameron SteffenTeach SpanlessEq binding IDs
2021-02-17 borsAuto merge of #6750 - flip1995:lintcheck_options, r...
2021-02-17 Takayuki Maedareplace if-let and while-let with `if let` and `while...
2021-02-17 flip1995lintcheck: Add a note that -Wclippy::all is enabled...
2021-02-16 flip1995Reformat clippy_dev README
2021-02-16 borsAuto merge of #6749 - camsteffen:test-all, r=Manishearth
2021-02-16 Cameron SteffenTest workspace at once
2021-02-16 Cameron SteffenAdd workspace to manifest
2021-02-16 flip1995lintcheck: Slight improvements to the error reporting
2021-02-16 flip1995Add command line options option to lintcheck crates...
2021-02-16 borsAuto merge of #6662 - Y-Nak:default-numeric-fallback...
2021-02-16 Yoshitomo NakanishiChange to span_lint_and_sugg from span_lint_and_help
2021-02-16 borsAuto merge of #6744 - matthiaskrgr:lintcheck, r=flip1995
2021-02-16 Yoshitomo NakanishiHandle struct ctor case
2021-02-15 Matthias Krügerlintcheck: update logs
2021-02-15 Matthias Krügerlintcheck: filter out messages that come from cargo...
2021-02-15 Matthias Krügerlintcheck: print warnings if we can't check out or...
2021-02-15 Matthias Krügerlintcheck: fix bug in downloade_and_extract() for git...
2021-02-15 Matthias Krügerlintcheck: put some code into a gather_stats() function
2021-02-15 Matthias Krügerlintcheck: rename a few symbols, add documentation...
2021-02-15 Matthias Krügerlintcheck: rename struct field
2021-02-15 borsAuto merge of #6743 - rust-lang:update-compiletest...
2021-02-15 Philipp HanschUpgrade compiletest-rs to 0.6 and tester to 0.9
2021-02-15 Camille GILLOTOnly store a LocalDefId in hir::ImplItem.
2021-02-15 Camille GILLOTOnly store a LocalDefId in hir::TraitItem.
2021-02-15 Camille GILLOTOnly store a LocalDefId in hir::Item.
2021-02-15 Camille GILLOTUse ItemId as a strongly typed index.
2021-02-15 Yoshitomo NakanishiAdd more tests for default_numeric_fallback
2021-02-15 Yoshitomo NakanishiAdd fn_sig_opt to get fn signature from HirId
2021-02-15 Yoshitomo NakanishiAdd some restrictions to default_numeric_fallback to...
2021-02-14 borsAuto merge of #6741 - ThibsG:BlockInIfConditions1141...
2021-02-14 ThibsGDo not lint when the closure is called using an iterator
2021-02-14 borsAuto merge of #6701 - camsteffen:collapsible-if, r...
2021-02-14 borsAuto merge of #6697 - camsteffen:vec-init-push-fp,...
2021-02-13 borsAuto merge of #81238 - RalfJung:copy-intrinsics, r...
2021-02-13 borsAuto merge of #6736 - Y-Nak:reproducer-for-use_self...
2021-02-13 Mara BosFix clippy's path to the copy intrinsics.
2021-02-13 Yoshitomo NakanishiAdd minimal reproducer for ICE in #6179
2021-02-13 borsAuto merge of #6735 - matthiaskrgr:lintcheck, r=flip1995
2021-02-13 Philipp KronesUse title case in clippy_dev README
2021-02-13 borsAuto merge of #6738 - xFrednet:0000-update-labels-in...
2021-02-13 xFrednetUpdated labels in template files
2021-02-13 Matthias Krügerlintcheck: explain sources.toml configuration
2021-02-12 Matthias Krügerlintcheck: env var LINTCHECK_TOML can be used to overri...
2021-02-12 boolean_coercionMade parens addition smarter and added tests with bless
2021-02-12 borsAuto merge of #6700 - daxpedda:panics-doc-unreachable...
2021-02-12 boolean_coercionFixed typos and updated to matches! where applicable
2021-02-12 boolean_coercionFixed doctests that shouldn't have been compiled
2021-02-12 boolean_coercionRan bless and rustfmt
2021-02-12 boolean_coercionChanged applicability to MaybeIncorrect because of...
2021-02-12 boolean_coercionfrom_str_radix_10 should be done
2021-02-12 boolean_coercionImplemented majority of from_str_radix_10
2021-02-12 boolean_coercionAdded boilerplate
2021-02-12 borsAuto merge of #6179 - flip1995:rewrite_use_self, r...
2021-02-11 borsAuto merge of #6719 - flip1995:changelog, r=xFrednet...
2021-02-11 flip1995Update changelog for 1.51
2021-02-11 borsAuto merge of #6720 - flip1995:backport_remerge, r...
2021-02-11 flip1995Merge remote-tracking branch 'upstream/beta' into backp...
2021-02-11 flip1995Merge commit '70c0f90453701e7d6d9b99aaa1fc6a765937b736...
2021-02-11 borsAuto merge of #6718 - flip1995:rustup, r=flip1995
2021-02-11 flip1995Bump nightly version -> 2021-02-11
2021-02-11 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-02-11 borsAuto merge of #6708 - matthiaskrgr:lintcheck, r=flip1995
2021-02-11 Matthias Krügerlintcheck: collect ICEs
next