]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-05-08 Matthias Krügerdeps: remove unused regex dependency from root crate
2020-05-08 borsAuto merge of #5541 - DarkEld3r:patch-1, r=flip1995
2020-05-08 borsAuto merge of #5576 - ebroto:manual_async_fn, r=flip1995
2020-05-07 Eduardo BrotoApply suggestions from PR review
2020-05-07 Eduardo BrotoFix doc comment in lint declaration
2020-05-07 Eduardo BrotoAdd the manual_async_fn lint
2020-05-06 borsAuto merge of #5566 - oli-obk:sync-from-rustc, r=flip1995
2020-05-05 Oliver SchererUpdate ui tests
2020-05-04 Oliver SchererUpdate to rustc changes
2020-05-02 borsAuto merge of #5560 - CrazyRoka:fix-match-on-vector...
2020-05-02 borsAuto merge of #5558 - ThibsG:FixUnwrapInArgs, r=flip1995
2020-05-02 borsAuto merge of #5559 - alex-700:fix-while-let-on-iterato...
2020-05-02 CrazyRokaChanged RANGE_FULL constant in utils
2020-05-02 borsAuto merge of #5550 - ebroto:manual_non_exhaustive...
2020-05-02 CrazyRokaFix match on vec items: match on vec[..]
2020-05-02 Aleksei Latyshevfix fp on while-let-on-iterator
2020-05-02 ThibsGFix unwrap lint when checks are done in parameters
2020-05-02 borsAuto merge of #5555 - flip1995:pedantic_match_on_vec_it...
2020-05-02 borsAuto merge of #5536 - rail-rain:fix_manual_memcpy,...
2020-05-01 ebrotoUse the only variant left instead of a wildcard
2020-05-01 flip1995Move match_on_vec_items to pedantic
2020-05-01 Eduardo BrotoApply suggestions from PR review
2020-05-01 borsAuto merge of #5548 - matthiaskrgr:traget_os, r=flip1995
2020-05-01 Eduardo BrotoImplement the manual_non_exhaustive lint
2020-04-30 Matthias Krügermismatched_target_os: link to respective section in...
2020-04-30 railAdd missing tests
2020-04-29 borsAuto merge of #5547 - CrazyRoka:fix-clone-double-ref...
2020-04-29 CrazyRokaFixed incorrect suggestion of `clone_double_ref` lint
2020-04-29 borsAuto merge of #5545 - flip1995:rustup, r=flip1995
2020-04-29 flip1995Rustup to rust-lang/rust#71518
2020-04-28 borsAuto merge of #5543 - matthiaskrgr:rustup_45, r=flip1995
2020-04-28 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/71292/
2020-04-28 Stanislav TkachExtend example for the `unneeded_field_pattern` lint
2020-04-28 borsAuto merge of #5535 - ebroto:issue_5360, r=phansch
2020-04-27 Eduardo BrotoTest that we lint the awaited expression
2020-04-27 Eduardo Brotoused_underscore_binding: do not lint on `await` desugaring
2020-04-27 borsAuto merge of #5538 - csmoe:rustup, r=phansch
2020-04-27 csmoerustup: rust-lang/rust#71628
2020-04-27 railRemoved unused lifetimes and a needless bool
2020-04-27 railMerge branch 'master' into fix_manual_memcpy
2020-04-27 railExtract building the suggestion of `manual_memcpy`
2020-04-27 railDelay getting the snippet from slices
2020-04-27 railSeparate getting offsets and getting index expressions
2020-04-27 railExtract roles getting indexes from `get_indexed_assignm...
2020-04-27 railExtract `get_fixed_offset_var`` from `fetch_cloned_fixe...
2020-04-27 railUse `fn` instead of closures where unnecessary
2020-04-27 railRename `negate` to `sign` and make it strong types...
2020-04-27 railRefactor `if` to use `else` and iterator combinators
2020-04-27 railRemove all `ref` keyword
2020-04-27 railDo not trigger `manual_memcpy` for `RangeTo`
2020-04-27 borsAuto merge of #5522 - CrazyRoka:match_vec_item, r=phansch
2020-04-27 railPrint 0 when `end` and `offset` is 0, and also simplify...
2020-04-27 railDon't negate resulted offsets when `offset` is subtract...
2020-04-27 borsAuto merge of #5506 - ebroto:mismatched_target_os,...
2020-04-26 Eduardo BrotoSplit tests in unix/non-unix
2020-04-26 Eduardo BrotoRemove some OSes from the test to comply with stderr...
2020-04-26 Eduardo BrotoUse the span of the attribute for the error message
2020-04-26 Eduardo BrotoApply suggestions from PR review
2020-04-26 Eduardo BrotoImplement mismatched_target_os lint
2020-04-26 CrazyRokaUpdated lint info in lib.rs
2020-04-26 CrazyRokaSmall lint update
2020-04-26 borsAuto merge of #5534 - phansch:remove-util-dev, r=flip1995
2020-04-26 borsAuto merge of #5509 - phansch:more-diagnostic-items2...
2020-04-26 Philipp HanschFix cargo crash
2020-04-26 Philipp HanschRemove util/dev script
2020-04-26 Philipp Hanschcargo dev fmt
2020-04-26 Philipp HanschMore diagnostic items
2020-04-26 borsAuto merge of #5533 - phansch:rustup001, r=matthiaskrgr
2020-04-26 Philipp Hanschrustup to https://github.com/rust-lang/rust/pull/70043
2020-04-25 borsAuto merge of #5511 - alex-700:fix-redundant-pattern...
2020-04-25 borsAuto merge of #5525 - flip1995:issue_1654, r=phansch
2020-04-25 borsAuto merge of #5530 - ebroto:issue_5524, r=flip1995
2020-04-25 Eduardo Brotomap_clone: avoid suggesting `copied()` for &mut
2020-04-25 Aleksei Latyshevfix redundant_pattern_matching lint
2020-04-25 borsAuto merge of #5527 - flip1995:rollup-pr2htfd, r=flip1995
2020-04-25 Philipp KronesRollup merge of #5523 - phansch:add-new-ret-no-self...
2020-04-25 Philipp KronesRollup merge of #5517 - flip1995:deploy_time_travel...
2020-04-25 Philipp KronesRollup merge of #5516 - flip1995:doc_release, r=phansch
2020-04-25 Philipp KronesRollup merge of #5505 - flip1995:avoid_running_lints...
2020-04-25 Philipp KronesRollup merge of #5408 - dtolnay:matchbool, r=flip1995
2020-04-25 flip1995Add tests for #1654
2020-04-25 flip1995Don't trigger while_let_on_iterator when the iterator...
2020-04-25 borsAuto merge of #5520 - matthiaskrgr:rustup_44, r=flip199...
2020-04-25 flip1995Update issue_2356.stderr reference file
2020-04-25 flip1995Update while_let_on_iterator tests
2020-04-25 flip1995Fix while_let_on_iterator suggestion and make it Machin...
2020-04-25 Philipp HanschAdd lifetime test case for `new_ret_no_self`
2020-04-25 CrazyRokaRenamed lint to `match_on_vec_items`
2020-04-24 CrazyRokaRemoved unnecessary code, added support for vector...
2020-04-24 CrazyRokaAdded lint `match_vec_item`
2020-04-24 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/71215/
2020-04-23 David TolnayDowngrade match_bool to pedantic
2020-04-23 flip1995Run fetch before testing if master contains beta
2020-04-23 flip1995The beta branch update should not require a force push
2020-04-23 flip1995Add a note to the beta sections of release.md
2020-04-23 borsAuto merge of #5513 - matthiaskrgr:reg, r=phansch
2020-04-23 flip1995Remove apt-get upgrade again
2020-04-23 flip1995Always use the deploy script and templates of the maste...
2020-04-23 borsAuto merge of #5498 - phansch:update_changelog, r=flip1995
2020-04-23 Matthias KrügerREADME: fix lit count line
next