]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-09-05 Oliver S̶c̶h̶n̶e̶i̶d... Merge pull request #3131 from JoshMcguigan/ptr_arg...
2018-09-05 Josh McguiganAdded test case for ptr_arg
2018-09-04 Philipp KronesMerge pull request #3108 from daubaris/range-plus-one
2018-09-04 daubarisswitched to ticks for chars
2018-09-04 daubarisMerge branch 'master' of https://github.com/rust-lang...
2018-09-04 Oliver S̶c̶h̶n̶e̶i̶d... Merge pull request #3125 from nrc/pub-conf
2018-09-04 Oliver S̶c̶h̶n̶e̶i̶d... Merge pull request #3124 from phansch/cleanup_old_min_v...
2018-09-04 Oliver S̶c̶h̶n̶e̶i̶d... Merge pull request #3109 from shssoichiro/3034-needless...
2018-09-04 Josh HolmerDelete needless file
2018-09-04 Josh HolmerMore if_chain
2018-09-04 Josh HolmerRustup
2018-09-04 Josh HolmerApply applicability
2018-09-04 Josh HolmerMajority of PR changes
2018-09-04 Josh HolmerLint against needless uses of `collect()`
2018-09-03 Nick CameronMake `Default` do what `default` used to do
2018-09-03 Philipp HanschCleanup old min_version stuff
2018-09-03 daubarisfixed known problems expression
2018-09-03 daubarisMerge branch 'master' of https://github.com/rust-lang...
2018-09-03 daubarisbackticks and testcase
2018-09-03 Philipp HanschMerge pull request #3092 from illicitonion/issue-2879
2018-09-03 daubarisMerge branch 'master' of https://github.com/rust-lang...
2018-09-03 Manish GoregaokarMerge pull request #3120 from rust-lang-nursery/ci_inte...
2018-09-03 Philipp KronesMerge pull request #3119 from joshtriplett/a-message...
2018-09-03 Philipp KronesUpdate travis integration tests to tool_lints
2018-09-03 Josh Triplettiter conservation efforts: save the endangered .iter...
2018-09-03 Philipp HanschMerge pull request #3116 from phansch/fix_warning
2018-09-03 Philipp HanschFix clippy -> clippy::all warning in CI
2018-09-03 Manish GoregaokarMerge pull request #3115 from rust-lang-nursery/rm...
2018-09-03 Manish GoregaokarRemove dependence of ci on github token
2018-09-03 Manish GoregaokarMerge pull request #2941 from rust-lang-nursery/prs
2018-09-03 Manish GoregaokarMerge pull request #3114 from nrc/pub-conf
2018-09-03 Nick CameronMake `Conf::default` available
2018-09-02 Daniel Wagner... Merge branch 'master' into issue-2879
2018-09-02 Daniel Wagner... Simplify
2018-09-02 Daniel Wagner... Use types rather than strings
2018-09-02 Philipp HanschTrigger rebuild for AppVeyor (and fix grammar)
2018-09-02 Philipp HanschMerge remote-tracking branch 'upstream/master' into prs
2018-09-02 Manish GoregaokarMerge pull request #3113 from mikerite/fix-3112
2018-09-02 Michael WrightFix #3112
2018-09-01 daubarisresolved conflicts
2018-09-01 Manish GoregaokarMerge pull request #2977 from flip1995/tool_lints
2018-08-31 Manish GoregaokarFix ptr offset tests
2018-08-31 Manish Goregaokardeclare_lint -> declare_tool_lint
2018-08-31 Oliver SchneiderMerge pull request #3081 from mikerite/fix-3078
2018-08-31 Michael WrightMerge branch 'master' into fix-3078
2018-08-31 Michael WrightRevert "fix-3078: verify test case"
2018-08-30 daubarisrange_plus_one suggestion should not remove braces fix
2018-08-30 Oliver SchneiderMerge pull request #2962 from phansch/further_automate_...
2018-08-30 Philipp HanschRemove git diffing part
2018-08-29 Philipp HanschMerge pull request #3076 from mbrubeck/patch-1
2018-08-29 Manish GoregaokarMerge pull request #3105 from frewsxcv/frewsxcv-private
2018-08-29 flip1995Implement backwards compatibility changes introduced...
2018-08-29 flip1995Fix some rebase fallout
2018-08-29 flip1995Adapt codebase to the tool_lints
2018-08-29 flip1995Adapt ui-toml-tests to the tool_lints
2018-08-29 flip1995Adapt run-pass tests to the tool_lints
2018-08-29 flip1995Adapt the *.stderr files of the ui-tests to the tool_lints
2018-08-29 flip1995Adapt ui-tests to the tool_lints
2018-08-29 flip1995Adapt scripts to the tool_lints
2018-08-29 flip1995Adapt documentation to the tool_lints
2018-08-29 flip1995Switch to declare_tool_lint macro
2018-08-29 flip1995Switch to tool_lints
2018-08-29 Oliver SchneiderMerge pull request #3104 from frewsxcv/frewsxcv-ptr...
2018-08-29 Corey Farwelldont deref
2018-08-29 Corey Farwellclippy suggestion
2018-08-29 Corey Farwellderive copy/clone
2018-08-29 Corey Farwellbring back sugg::range
2018-08-29 Corey Farwelleof newline
2018-08-29 Corey Farwellutilize carrier
2018-08-29 Corey Farwellsuggest wrapping_offset as well
2018-08-29 Corey Farwellif no suggestion, dont add suggestion
2018-08-29 Corey Farwellutilize .is_unsafe_ptr
2018-08-29 Corey Farwellutilize cx.tcx.types.usize
2018-08-29 Corey Farwelltweak comment
2018-08-29 Corey Farwellswitch lint from 'style' to 'complexity'
2018-08-29 Corey FarwellNew lint: Suggest `ptr.add([usize])` over `ptr.offset...
2018-08-29 Corey FarwellMake clippy_lints::{utils,consts} modules private,...
2018-08-28 Oliver SchneiderUpdate imports and rustup
2018-08-28 Philipp HanschMerge pull request #3101 from pickfire/patch-1
2018-08-28 Ivan ThamFix typo for panel cursor
2018-08-27 Daniel Wagner... default_trait_access skips <F as Default>::default()
2018-08-27 llogiqMerge pull request #3090 from matthiaskrgr/new_without_...
2018-08-27 Matthias Krügerdocs: make example in new_without_default lint syntax...
2018-08-27 Oliver SchneiderMerge pull request #3018 from rust-lang-nursery/beta
2018-08-26 Oliver SchneiderMerge pull request #3087 from rust-lang-nursery/run
2018-08-26 Oliver SchneiderUse the compilers exit code computation instead of...
2018-08-26 Philipp KronesMerge pull request #3082 from mikerite/move-range-lints
2018-08-26 Oliver SchneiderMerge pull request #3084 from mikerite/fix-3083
2018-08-26 Michael WrightRemove `iterator_find_map` feature attribute
2018-08-26 Michael WrightMove some range lints to complexity
2018-08-25 Michael Wrightfix-3078: verify test case
2018-08-25 Michael WrightFix #3078
2018-08-24 Philipp HanschMerge pull request #3079 from matthiaskrgr/update_cargo...
2018-08-24 Philipp KronesMerge pull request #3080 from matthiaskrgr/manual_swap_...
2018-08-24 Matthias Krügeradd how-to example for std::mem::transmute() usage...
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-24 Matthias Krügerdeps: update cargo_metadata from 0.5 to 0.6.
2018-08-24 Philipp KronesMerge pull request #2924 from niklasf/copy-iterator
2018-08-24 Niklas FiekasAdd copy_iterator lint (#1534)
next