]> git.lizzy.rs Git - rust.git/history - src
Improvements from PR feedback
[rust.git] / src /
2020-11-03 Piti the little... Run `cargo dev update_lints`
2020-11-02 Takayuki NakataMerge remote-tracking branch 'upstream/master' into...
2020-10-31 Eduardo BrotoMerge remote-tracking branch 'upstream/master' into...
2020-10-30 borsAuto merge of #6260 - matthiaskrgr:ices, r=ebroto
2020-10-30 borsAuto merge of #6197 - ThibsG:ImproveFilterNext, r=ebroto
2020-10-30 borsAuto merge of #6229 - henil:improve-integer-division...
2020-10-30 borsAuto merge of #6200 - rail-rain:borrowed_box_invalid_su...
2020-10-29 borsAuto merge of #6248 - giraffate:replace_e_easy_with_goo...
2020-10-29 borsAuto merge of #6227 - HMPerson1:collect_map, r=phansch
2020-10-29 borsAuto merge of #6226 - Urcra:master, r=flip1995
2020-10-29 borsAuto merge of #6176 - achris:issues/578, r=phansch
2020-10-29 borsAuto merge of #6212 - ThibsG:MacroTopLevelRefArg, r...
2020-10-28 Eduardo BrotoMerge commit '645ef505da378b6f810b1567806d1bcc2856395f...
2020-10-28 borsAuto merge of #6257 - giraffate:sync-from-rust, r=ebroto
2020-10-28 Takayuki NakataMerge remote-tracking branch 'upstream/master' into...
2020-10-27 borsAuto merge of #6216 - alex-700:improve-match-like-match...
2020-10-27 Aleksei Latyshevimprove MATCH_LIKE_MATCHES_MACRO lint
2020-10-26 Nathan WhitakerRemove lint from clippy
2020-10-26 HMPerson1Add lint for replacing `.map().collect()` with `.try_fo...
2020-10-26 UrcraRun update lints
2020-10-25 UrcraInitial implementation of comparison_to_empty
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 flip1995Merge remote-tracking branch 'upstream/master' into...
2020-10-25 cgm616Integrate suggestions from code review
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 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 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 de SouzaAdd large_types_passed_by_value lint
2020-10-23 Eduardo BrotoMerge commit 'bf1c6f9871f430e284b17aa44059e0d0395e28a6...
2020-10-23 Eduardo BrotoMerge remote-tracking branch 'upstream/master' into...
2020-10-22 Andre BogusNew lint: manual-range-contains
2020-10-22 cgm616Add new lint for undropped ManuallyDrop values
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 Smithupdate_lints
2020-10-19 borsAuto merge of #6167 - ThibsG:IdenticalArgumentsAssertEq...
2020-10-19 borsAuto merge of #6166 - achris:master, r=flip1995
2020-10-19 Patrick José PereiraAdd linter for a single element for loop
2020-10-19 Takayuki NakataMerge remote-tracking branch 'upstream/master' into...
2020-10-17 Tim Nielensmanual_unwrap_or / support Result::unwrap_or
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-16 borsAuto merge of #6123 - montrivo:less_concise_than, r...
2020-10-16 borsAuto merge of #6180 - flip1995:rustup, r=flip1995
2020-10-16 borsAuto merge of #6178 - josephlr:sync-from-rust, r=phansch
2020-10-16 Dylan DPCRollup merge of #77493 - hosseind88:ICEs_should_always_...
2020-10-14 Tim Nielensmanual-unwrap-or / remove unwrap_or_else suggestion...
2020-10-14 Tim Nielensmanual-unwrap-or / pr remarks
2020-10-14 Tim Nielensadd lint less_concise_than_option_unwrap_or
2020-10-13 borsAuto merge of #6169 - ThibsG:SameFunctionsInIfCondition...
2020-10-13 Eduardo BrotoMerge remote-tracking branch 'upstream/master' into...
2020-10-13 borsAuto merge of #77796 - jonas-schievink:switchint-refact...
2020-10-12 borsAuto merge of #6163 - phansch:remove-one-lazy-static...
2020-10-12 Philipp Hanschfmt
2020-10-12 Philipp Hanschdriver.rs: Replace lazy_static with once_cell
2020-10-12 Philipp Hanschlintlist.rs: Replace lazy_static with once_cell
2020-10-12 borsAuto merge of #6158 - giraffate:improve_updating_refere...
2020-10-11 borsAuto merge of #6157 - rust-lang:result-unit-err, r...
2020-10-11 Andre BogusNew lint: result-unit-err
2020-10-11 borsAuto merge of #6160 - ebroto:rustup, r=ebroto
2020-10-11 Eduardo BrotoMerge remote-tracking branch 'upstream/master' into...
2020-10-11 borsAuto merge of #77649 - dash2507:replace_run_compiler...
2020-10-10 borsAuto merge of #6107 - nahuakang:ref_style_link_false_po...
2020-10-10 borsAuto merge of #5727 - rail-rain:manual_memcpy_with_coun...
2020-10-09 borsAuto merge of #6151 - bofh69:master, r=ebroto
2020-10-09 borsAuto merge of #6144 - rust-lang:float-cmp-ref, r=ebroto
2020-10-09 borsAuto merge of #6152 - flip1995:ice_6139, r=ebroto
2020-10-09 hosseind75rebase with master
2020-10-09 hosseind75run full query stack print just when RUST_BACKTRACE...
2020-10-09 hosseind75ICEs should print the top of the query stack
2020-10-09 borsAuto merge of #6130 - Ambroisie:lint-ptr-eq, r=Manishearth
2020-10-09 borsAuto merge of #6131 - Ambroisie:fix-doc-tools, r=flip1995
2020-10-09 flip1995Merge commit '2f6439ae6a6803d030cceb3ee14c9150e91b328b...
2020-10-09 borsAuto merge of #6136 - dtolnay:serve, r=flip1995
2020-10-09 borsAuto merge of #6115 - ebroto:changelog_1_48, r=flip1995
2020-10-09 flip1995Merge remote-tracking branch 'upstream/beta' into backp...
2020-10-08 borsAuto merge of #6133 - JPTIZ:no-box-for-c-ffi, r=ebroto
2020-10-08 borsAuto merge of #6117 - dtolnay:string_lit_as_bytes,...
2020-10-08 Darshan KathiriyaReplace run_compiler with RunCompiler builder pattern.
2020-10-08 borsAuto merge of #6138 - giraffate:note_that_we_follow_rus...
2020-10-08 borsAuto merge of #6132 - rust-lang:regex-unicode, r=ebroto
2020-10-07 borsAuto merge of #6128 - dtolnay:rc_buffer, r=yaahc
2020-10-07 Bruno BELANYIfixup! New lint: Recommend using `ptr::eq` when possible
2020-10-07 David TolnayDowngrade rc_buffer to restriction
next