]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/trivially_copy_pass_by_ref.rs
MutImmutable -> Immutable, MutMutable -> Mutable, CaptureClause -> CaptureBy
[rust.git] / clippy_lints / src / trivially_copy_pass_by_ref.rs
2018-12-06 Philipp HanschMerge pull request #3494 from daxpedda/master
2018-12-05 Philipp KronesMerge pull request #3495 from flip1995/tykind_fix
2018-12-05 flip1995Fix TyKind::<kind> usage in codebase
2018-11-28 Oliver S̶c̶h̶n̶e̶i... Merge pull request #3465 from flip1995/rustfmt
2018-11-27 flip1995Run rustfmt on clippy_lints
2018-11-27 Oliver S̶c̶h̶n̶e̶i... Merge pull request #3459 from flip1995/sugg_appl
2018-11-27 flip1995Add applicability level to (nearly) every span_lint_and...
2018-11-27 flip1995Add Applicability::Unspecified to span_lint_and_sugg...
2018-11-24 Oliver S̶c̶h̶n̶e̶i... Merge pull request #3439 from dtolnay/npbv
2018-11-22 Oliver S̶c̶h̶n̶e̶i... Merge branch 'master' into version_ids
2018-11-21 bors[bot]Merge #3437
2018-11-21 Wayne WarrenAddress 'clippy::single-match' dogfood lint
2018-11-21 Philipp KronesFix nit
2018-11-21 Wayne WarrenAddress travis CI lint failure
2018-11-21 Wayne Warrenissue#3318 run trivially_copy_pass_by_ref for traits
2018-10-08 Philipp HanschMerge pull request #3265 from mikerite/fix-export
2018-10-08 Philipp HanschMerge pull request #3285 from devonhollowood/pedantic...
2018-10-06 Manish GoregaokarMerge pull request #3269 from rust-lang-nursery/relicense
2018-10-06 Manish GoregaokarAdd license header to Rust files
2018-09-15 Oliver S̶c̶h̶n̶e̶i... Merge pull request #3189 from eddyb/rextern
2018-09-15 Eduard-Mihai BurtescuReintroduce `extern crate` for non-Cargo dependencies.
2018-09-13 Philipp HanschMerge pull request #3085 from mikerite/revert-98dbce
2018-09-02 Daniel Wagner-HallMerge branch 'master' into issue-2879
2018-09-02 Philipp HanschMerge remote-tracking branch 'upstream/master' into prs
2018-09-01 daubarisresolved conflicts
2018-09-01 Manish GoregaokarMerge pull request #2977 from flip1995/tool_lints
2018-08-31 Oliver SchneiderMerge pull request #3081 from mikerite/fix-3078
2018-08-30 Oliver SchneiderMerge pull request #2962 from phansch/further_automate_...
2018-08-29 Philipp HanschMerge pull request #3076 from mbrubeck/patch-1
2018-08-29 flip1995Switch to declare_tool_lint macro
2018-08-28 Oliver SchneiderUpdate imports and rustup
2018-08-27 Oliver SchneiderMerge pull request #3018 from rust-lang-nursery/beta
2018-08-24 Philipp KronesMerge pull request #3048 from goodmanjonathan/assign_op
2018-08-24 Philipp KronesMerge pull request #3059 from elpiel/writeln_empty_stri...
2018-08-23 Philipp KronesMerge pull request #3072 from matthiaskrgr/rustup
2018-08-22 Matthias Krügerrustup, fix breakage introduced by https://github.com...
2018-08-08 Oliver SchneiderMerge pull request #2823 from flip1995/thingies_things
2018-08-06 Philipp HanschMerge pull request #2999 from flip1995/single_char_pattern
2018-08-05 Philipp HanschMerge pull request #2975 from aaudiber/lint-identity...
2018-08-05 Philipp HanschMerge pull request #2991 from mikerite/issue2979
2018-08-02 Philipp KronesMerge pull request #2992 from etaoins/allow-pass-by...
2018-08-02 Ryan CummingAllow pass by ref when returning ADT with ref
2018-07-25 Philipp HanschMerge pull request #2948 from Nemo157/patch-1
2018-07-25 Matthias KrügerMerge branch 'master' into typos
2018-07-25 Michael WrightMerge branch 'master' into issue2894
2018-07-24 Philipp KronesMerge pull request #2951 from etaoins/allow-pass-by...
2018-07-24 Ryan CummingMerge branch 'master' into allow-pass-by-ref-on-ref...
2018-07-23 Ryan CummingWrap comment at 80 columns
2018-07-23 Ryan CummingAdd Known Problem for multiple lifetimes
2018-07-23 Ryan CummingAllow pass by reference if we return a reference
2018-07-20 Manish GoregaokarMerge branch 'macro-use' into HEAD
2018-07-20 Manish GoregaokarRemove import of if_chain
2018-07-19 Manish GoregaokarRemove import of matches
2018-07-19 Manish GoregaokarRemove import of rustc
2018-07-17 Michael WrightMerge branch 'master' into issue2894
2018-07-16 Manish GoregaokarMerge pull request #2923 from rust-lang-nursery/kind
2018-07-16 Oliver SchneiderUpdate for hir renamings in rustc
2018-07-16 csmoeTyKind
2018-06-28 Oliver SchneiderMerge pull request #2832 from kennytm/non-copy-const
2018-06-26 Michael WrightMerge branch 'master' into issue_2741
2018-06-25 Oliver SchneiderMerge pull request #2871 from flip1995/gen_gen_nightly
2018-06-25 flip1995Resolve field, struct and function renaming
2018-06-20 Philipp HanschMerge pull request #2858 from phansch/update_allowed_fa...
2018-06-19 Oliver SchneiderMerge pull request #2837 from fanzier/panicking_unwrap
2018-06-19 Oliver SchneiderMerge pull request #2844 from illicitonion/default_trai...
2018-06-15 Philipp KronesMerge pull request #2803 from Nemo157/trivially_copy_pa...
2018-06-15 Wim LoomanAllow configuring the trivial copy size limit
2018-06-15 Wim LoomanNew Lint: Pass small trivially copyable objects by...