]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-10-26 dvermdclippy_lint: Add 'ref_option_ref' remove unused import
2020-10-26 dvermdclippy_lint: Add 'ref_option_ref' move to check_ty...
2020-10-26 dvermdclippy_lint: Add 'ref_option_ref' refactor code
2020-10-26 dvermdclippy_lint: Add 'ref_option_ref'
2020-10-25 borsAuto merge of #6225 - rust-lang:flip1995-patch-1, r...
2020-10-25 Philipp KronesUpdate triagebot.toml
2020-10-25 borsAuto merge of #6202 - giraffate:fix_invalid_suggestion_...
2020-10-25 borsAuto merge of #6194 - giraffate:remove_an_extra_blank_l...
2020-10-25 borsAuto merge of #6183 - cgm616:hex_bin_digit_grouping...
2020-10-25 borsAuto merge of #6224 - flip1995:rustup, r=flip1995
2020-10-25 flip1995Merge remote-tracking branch 'upstream/master' into...
2020-10-25 cgm616Integrate suggestions from code review
2020-10-25 Takayuki NakataAdd test case
2020-10-25 Takayuki NakataFix an invalid suggestion in `needless_collect` test
2020-10-25 cgm616Fix logic mistake
2020-10-25 cgm616Remove accidental test inclusion
2020-10-25 cgm616Allow hex literals to pass w/ groups of 2
2020-10-25 Florian HartwigAdd lint for unusually-grouped hex/binary literals
2020-10-25 borsAuto merge of #6222 - JohnTitor:redundant-local-def...
2020-10-25 borsAuto merge of #6211 - ThibsG:NeedlessBoolCfg, r=flip1995
2020-10-25 borsAuto merge of #6198 - montrivo:needless-lifetime, r...
2020-10-25 borsAuto merge of #6177 - rust-lang:manual-range-contains...
2020-10-25 Yuki OkushiRemove redundant `expect_local()` call
2020-10-25 borsAuto merge of #6103 - FrancisMurillo:mut_mutex_lock...
2020-10-25 borsAuto merge of #6162 - josephlr:empty-loop-no-std, r...
2020-10-25 Yuki OkushiRollup merge of #78326 - Aaron1011:fix/min-stmt-lints...
2020-10-25 Francis MurilloChange from correctness to style and MaybeIncorrect...
2020-10-25 Francis MurilloUse `sugg_lint_and_help`
2020-10-25 Francis MurilloInline is_mut_mutex_lock_call
2020-10-25 Francis MurilloRun update_lints
2020-10-25 Francis MurilloChange lint doc test
2020-10-25 borsAuto merge of #6181 - cgm616:undropped-manually-drops...
2020-10-25 Francis MurilloAdd lint for `&mut Mutex::lock`
2020-10-25 borsAuto merge of #6109 - patrickelectric:single_element_fo...
2020-10-25 borsAuto merge of #6029 - Daniel-B-Smith:refcell_ref_await...
2020-10-24 borsAuto merge of #6187 - geoffreycopin:master, r=ebroto
2020-10-24 borsAuto merge of #6190 - montrivo:manual_result_unwrap_or...
2020-10-24 borsAuto merge of #6135 - cauebs:master, r=ebroto
2020-10-24 Cauê Baasch... Add large_types_passed_by_value lint
2020-10-24 Aaron HillFix inconsistencies in handling of inert attributes...
2020-10-24 Geoffrey CopinKeep separators in cast_size_32bits stderr
2020-10-24 Tim Nielensmanual-unwrap-or / pr remarks, round 3
2020-10-24 ThibsGNo lint with `cfg!` and fix sugg for macro in `needless...
2020-10-23 Geoffrey CopinKeep sign in int-to-float casts
2020-10-23 Eduardo BrotoRemove duplicate import of `Target`
2020-10-23 Eduardo BrotoMerge commit 'bf1c6f9871f430e284b17aa44059e0d0395e28a6...
2020-10-23 borsAuto merge of #6206 - ebroto:rustup, r=ebroto
2020-10-23 Eduardo BrotoMerge remote-tracking branch 'upstream/master' into...
2020-10-23 Joe Richeyclippy_lints: Update empty_loop lint
2020-10-22 Geoffrey CopinFix test file
2020-10-22 Geoffrey CopinAdd test case for negative literals
2020-10-22 Geoffrey CopinAddress review comments
2020-10-22 Tim Nielensmanual-unwrap-or / pr remarks, round 2
2020-10-22 Tim Nielensmanual-unwrap-or / pr remarks
2020-10-22 varkorFix clippy tests
2020-10-22 borsAuto merge of #6203 - giraffate:fix_link_to_labeled_iss...
2020-10-22 Andre BogusNew lint: manual-range-contains
2020-10-22 cgm616Update tests and add known problems to docs
2020-10-22 cgm616Add new lint for undropped ManuallyDrop values
2020-10-21 Takayuki NakataFix links to labeled issues
2020-10-21 Daniel SmithSeparate tests for each lint
2020-10-21 Daniel SmithMerge lints into one pass
2020-10-21 Daniel SmithConvert the await holding lints to correctness
2020-10-21 Daniel SmithMove refcell lint into shared module
2020-10-21 Daniel SmithMove existing lint into shared file
2020-10-21 Daniel SmithAdd another test case
2020-10-21 Daniel SmithBetter naming post copy/paste
2020-10-21 Daniel Smithupdate_lints
2020-10-21 Daniel Smithfmt
2020-10-21 Daniel SmithAdd lint for holding RefCell Ref across an await
2020-10-20 borsAuto merge of #6193 - Ryan1729:add-more-LintStore-docum...
2020-10-19 Tim Nielensneedless-lifetime / multiple where clause predicates...
2020-10-19 borsAuto merge of #6167 - ThibsG:IdenticalArgumentsAssertEq...
2020-10-19 ThibsGSplit `eq_op` ui tests to avoid file limit error in CI
2020-10-19 borsAuto merge of #6166 - achris:master, r=flip1995
2020-10-19 Patrick José... tests: if_same_then_else2: Ignore single_element_loop...
2020-10-19 Patrick José... Add linter for a single element for loop
2020-10-19 borsAuto merge of #6195 - giraffate:sync-from-rust, r=ebroto
2020-10-19 Takayuki NakataMerge remote-tracking branch 'upstream/master' into...
2020-10-19 Takayuki NakataRemove an extra blank line in doc examples
2020-10-18 Ryan WiedemannAdd more infomation about LintStore registration
2020-10-17 Tim Nielensmanual_unwrap_or / support Result::unwrap_or
2020-10-17 borsAuto merge of #6189 - ebroto:rustup, r=ebroto
2020-10-17 Eduardo BrotoMerge remote-tracking branch 'upstream/master' into...
2020-10-17 Yuki OkushiRollup merge of #77851 - exrook:split-btreemap, r=dtolnay
2020-10-17 Jacob HughesAppease the almightly lord clippy, hallowed be thy...
2020-10-17 Geoffrey CopinLint unnecessary int-to-int and float-to-float casts
2020-10-17 ThibsGAssert macro args extractor as a common function in...
2020-10-16 borsAuto merge of #6123 - montrivo:less_concise_than, r...
2020-10-16 borsAuto merge of #6184 - ebroto:bump_cargo_metadata, r...
2020-10-16 Santiago PastorinoHandle ExprKind::ConstBlock on clippy
2020-10-16 Eduardo Brotobump cargo_metadata version
2020-10-16 borsAuto merge of #6180 - flip1995:rustup, r=flip1995
2020-10-16 flip1995Update semver 0.10 -> 0.11
2020-10-16 borsAuto merge of #6178 - josephlr:sync-from-rust, r=phansch
2020-10-16 Joe RicheyRun cargo dev fmt
2020-10-16 Dylan DPCRollup merge of #77493 - hosseind88:ICEs_should_always_...
2020-10-15 est31Remove rustc_session::config::Config
2020-10-15 borsAuto merge of #6173 - Lotterleben:docs-typo, r=ebroto
2020-10-14 borsAuto merge of #6174 - upsuper-forks:transmute-ptr-to...
next