]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-05-27 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/72342...
2020-05-26 borsAuto merge of #5651 - ebroto:names_as_early_passes...
2020-05-26 borsAuto merge of #5650 - imbsky:actions-cache-v2, r=flip1995
2020-05-26 Eduardo BrotoAvoid triggering similar names on code from expansion
2020-05-26 Sora MorimotoBump actions/cache from v1 to v2
2020-05-26 flip1995Fix fallout in similar_names
2020-05-26 flip1995Fix fallout in redundant_field_names
2020-05-26 flip1995Register redundant_field_names and non_expressive_names...
2020-05-26 borsAuto merge of #5648 - returntrip:master, r=matthiaskrgr
2020-05-26 borsAuto merge of #5609 - phansch:empty-line-after-outer...
2020-05-26 Philipp HanschBe less specific about quote and syn versions
2020-05-26 Philipp HanschUsing dev-dependencies doesn't seem to work w/ compiletest
2020-05-26 Philipp HanschSpecify quote and syn versions
2020-05-26 Philipp HanschMake empty_line_after_outer_attr an early lint
2020-05-26 borsAuto merge of #5638 - ebroto:issue_5628_add_suggestion_...
2020-05-26 borsAuto merge of #5562 - flip1995:clippyup_up, r=phansch
2020-05-26 borsAuto merge of #5636 - ebroto:issue_5041, r=phansch
2020-05-25 borsAuto merge of #5647 - ebroto:5644_allow_ptr_arg_in_arg_...
2020-05-25 Eduardo Brotoptr_arg: honor `allow` attr on arguments
2020-05-25 returntripTo make it easier for Linux distributions, ship the...
2020-05-25 borsAuto merge of #4429 - jeremystucki:or_fun_call, r=flip1995
2020-05-25 Jeremy StuckiUpdate ui test
2020-05-25 Jeremy StuckiFix build
2020-05-25 Jeremy StuckiIgnore calls to 'len'
2020-05-25 Jeremy StuckiAdd tests
2020-05-25 borsAuto merge of #5641 - ThibsG:DocCommonTools, r=flip1995
2020-05-25 borsAuto merge of #5635 - montrivo:bugfix/option_option_tes...
2020-05-25 Eduardo Brotoreversed_empty_ranges: add suggestion for &slice[N..N]
2020-05-25 ThibsGAdd common lint tools doc
2020-05-25 Eduardo BrotoUse find_map instead of find() + map()
2020-05-25 Eduardo Brotomultiple_crate_versions: skip dev and build deps
2020-05-25 Eduardo BrotoMake the name of the crate available in cargo UI tests
2020-05-25 borsAuto merge of #5616 - euclio:no-derive-suggestion,...
2020-05-25 borsAuto merge of #5639 - nickrtorres:unnecessary-mut-passe...
2020-05-25 borsAuto merge of #5646 - flip1995:rustup, r=matthiaskrgr
2020-05-25 Philipp KronesAlso fetch origin before merging master into the rustup...
2020-05-23 Nick TorresClarify the documentation of the `unnecessary_mut_passe...
2020-05-22 Dylan MacKenzieUse `OnceCell` instead of `Once`
2020-05-22 Tim Nielensoption_option test case #4298
2020-05-22 Andy Russellnew_without_default: do not suggest deriving
2020-05-22 borsAuto merge of #5632 - flip1995:rustup, r=phansch
2020-05-22 flip1995Fix dogfood fallout
2020-05-22 flip1995Also install llvm-tools on toolchain setup
2020-05-21 borsAuto merge of #5614 - ebroto:test_cargo_lints, r=flip1995
2020-05-21 Eduardo BrotoRelax fs layout so that multiple pass/fail manifests...
2020-05-21 Eduardo BrotoAvoid triggering match_wildcard_for_single_variants
2020-05-21 Eduardo BrotoAddress comments from PR review
2020-05-21 Eduardo BrotoAdd documentation for testing cargo lints
2020-05-21 Eduardo BrotoAdapt `cargo dev new_lint` to create tests for cargo...
2020-05-21 Eduardo BrotoAdd test for multiple_crate_versions
2020-05-21 Eduardo BrotoAdd test for cargo_common_metadata
2020-05-21 Eduardo BrotoAdd test for wildcard_dependencies
2020-05-21 Eduardo BrotoAdapt compile-test to run tests for cargo lints
2020-05-20 borsAuto merge of #5611 - rrbutani:master, r=flip1995
2020-05-20 borsAuto merge of #5622 - elichai:2020-05-match_wild_err_ar...
2020-05-20 Elichai TurkelUpdate future-not-send stderr output
2020-05-20 Bastian Kauschkeintroduce newtype'd `Predicate<'tcx>`
2020-05-20 Elichai TurkelMake match_wild_err_arm pedantic, and update help messages
2020-05-20 Bastian Kauschkerename `Predicate` to `PredicateKind`, introduce alias
2020-05-20 borsAuto merge of #5582 - vtmargaryan:match_wildcard_for_si...
2020-05-20 borsAuto merge of #5621 - flip1995:rustup, r=phansch
2020-05-20 flip1995Fix dogfood fallout
2020-05-20 flip1995Update test after const_ptr functions are must_use now
2020-05-20 flip1995Merge remote-tracking branch 'upstream/master' into...
2020-05-19 borsAuto merge of #69171 - Amanieu:new-asm, r=nagisa,nikoma...
2020-05-19 flip1995Add note, that a merge commit after push is necessary
2020-05-19 flip1995Add note that a subtree fix and stack limit increase...
2020-05-19 borsAuto merge of #68717 - petrochenkov:stabexpat, r=varkor
2020-05-18 Amanieu d'AntrasHandle InlineAsm in clippy
2020-05-18 Rahul ButaniAdd to the list of words clippy::doc_markdown ignores
2020-05-17 flip1995Merge commit 'e214ea82ad0a751563acf67e1cd9279cf302db3a...
2020-05-17 borsAuto merge of #5568 - ThibsG:RenameIdentityConversionLi...
2020-05-17 borsAuto merge of #5529 - alex-700:improve-option-and-then...
2020-05-17 Aleksei Latyshevimprove and generalize `option_and_then_some` lint
2020-05-17 borsAuto merge of #5608 - flip1995:rustup, r=phansch
2020-05-16 Philipp KronesBetter explain remotes in the sync process.
2020-05-16 flip1995Run fmt
2020-05-16 flip1995Re-remove util/dev
2020-05-16 flip1995Merge remote-tracking branch 'upstream/master' into...
2020-05-16 Aleksei Latyshevsimplify multispan_sugg interface
2020-05-16 ThibsGRename lint `identity_conversion` to `useless_conversion`
2020-05-16 borsAuto merge of #5563 - ThibsG:MergeLints, r=flip1995
2020-05-16 Ralf JungRollup merge of #72047 - Julian-Wollersberger:literal_e...
2020-05-16 borsAuto merge of #5596 - ebroto:issue_5212, r=phansch
2020-05-16 borsAuto merge of #5602 - ebroto:issue_3430, r=phansch
2020-05-16 Dylan DPCRollup merge of #72090 - RalfJung:rustc_driver-exit...
2020-05-16 Dylan DPCRollup merge of #71948 - csmoe:issue-61076, r=oli-obk
2020-05-15 borsAuto merge of #5599 - dtolnay:letif, r=flip1995
2020-05-15 Vardan MargaryanAdd more test cases for match_wildcard_for_single_variants
2020-05-15 Vardan MargaryanFix check for missing enum variants from match expressions
2020-05-15 Vardan MargaryanRevert "Fix cases of match_wildcard_for_single_variants...
2020-05-15 Eduardo Brotoidentity_op: allow `1 << 0`
2020-05-15 ThibsGFix CHANGELOG.md and lint names plural
2020-05-15 borsAuto merge of #5592 - ebroto:extend_unused_unit, r...
2020-05-15 csmoeimplement type_implments_trait query
2020-05-15 ThibsGRename lint `map_unwrap` to `map_unwrap_or` and registe...
2020-05-14 Vardan MargaryanFix example code of wildcard_enum_match_arm lint
2020-05-14 Vardan MargaryanApply suggestions from PR review
2020-05-14 Vardan MargaryanFix cases of match_wildcard_for_single_variants lint...
2020-05-14 Vardan MargaryanFix trivial cases of new match_wildcard_for_single_vari...
next