]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-04-11 Oliver SchneiderMerge pull request #2661 from devonhollowood/ptr-ptr...
2018-04-11 Devon HollowoodDeprecate misaligned_transmute
2018-04-11 Devon HollowoodFix misaligned_transmute lint
2018-04-11 Oliver SchneiderMerge pull request #2660 from phansch/fix_travis
2018-04-11 Philipp HanschFix travis.yml
2018-04-11 Philipp HanschMerge pull request #2659 from phansch/debug_deployment_...
2018-04-11 Philipp HanschAdd set -x for debugging
2018-04-11 Philipp HanschDebug deployment script issues
2018-04-10 Oliver SchneiderMerge pull request #2655 from rust-lang-nursery/oli...
2018-04-10 Oliver SchneiderExplain nursery lints
2018-04-10 Oliver SchneiderMerge pull request #2654 from killercup/feature/lint...
2018-04-10 Pascal HertleifDocs: Reorganize layout a bit and show lint groups
2018-04-10 Pascal HertleifAdd lint groups to doc export
2018-04-08 Oliver SchneiderVersion bump
2018-04-08 Oliver SchneiderTemporarily disable the needless_borrow lint
2018-04-08 Oliver SchneiderMerge pull request #2645 from TimNN/regex-bytes-utf8
2018-04-08 Oliver SchneiderMerge pull request #2630 from estk/fix-2613
2018-04-08 Evan SimmonsNew lints for write! / writeln! macros.
2018-04-07 Tim Neumannallow invalid UTF-8 in bytes Regexes
2018-04-07 Oliver SchneiderMerge pull request #2644 from phansch/fix_nonminimal_bo...
2018-04-07 Philipp HanschFix nonminimal_bool false positive
2018-04-07 Oliver SchneiderMerge pull request #2643 from phansch/split_up_match_bo...
2018-04-07 Philipp HanschSplit up match_bool UI tests
2018-04-07 Oliver SchneiderMerge pull request #2641 from rcoh/patch-2
2018-04-07 Oliver SchneiderMerge pull request #2640 from mikerite/fix_compilation_...
2018-04-07 Russell CohenFix docs to match behavior
2018-04-07 Michael WrightFix compilation for nightly 2018-04-06
2018-04-06 Oliver SchneiderMerge pull request #2633 from mikerite/ref_cow_tests
2018-04-06 Oliver SchneiderMerge pull request #2635 from phansch/split_up_some_mat...
2018-04-05 Philipp HanschSplit up some single_match UI tests
2018-04-05 Michael WrightMove ref cow tests
2018-04-05 Oliver SchneiderMerge pull request #2632 from phansch/fix_useless_forma...
2018-04-05 Philipp HanschFix useless_format false positive with macros
2018-04-05 Manish Goregaokarargh
2018-04-05 Manish GoregaokarMerge pull request #2629 from memoryleak47/typo
2018-04-05 memoryleak47typo
2018-04-05 Manish GoregaokarFix driver dogfood bug
2018-04-05 Manish GoregaokarBump version to 0.0.192
2018-04-05 Manish GoregaokarUpdate changelog
2018-04-05 Manish GoregaokarRemove uses of ExprKind::Inplace
2018-04-04 Manish GoregaokarMerge pull request #2628 from TimNN/patch-2
2018-04-04 Tim NeumannAdd missing `clippy_` prefix to lint groups in Readme
2018-04-04 Manish GoregaokarMerge pull request #2625 from mikerite/clippy_warning
2018-04-04 Manish Goregaokarfix other instance of internals docs
2018-04-04 Michael WrightFix clippy warning
2018-04-04 Manish Goregaokarnew internals docs
2018-04-03 Oliver SchneiderMerge pull request #2622 from flip1995/imm_while_fields
2018-04-03 flip1995Don't trigger while_immutable_condition for mutable...
2018-04-03 Oliver SchneiderMerge pull request #2616 from mikerite/reenable_win_dogfood
2018-04-03 Oliver SchneiderMerge pull request #2618 from rcoh/patch-1
2018-04-03 Russell CohenMove `set -e` to before the deploy
2018-04-03 Michael WrightRe-enable dogfood test on Windows
2018-04-02 Oliver SchneiderMerge pull request #2608 from mrecachinas/feature/print...
2018-04-02 Michael RecachinasRevert adding env! to tests
2018-04-02 Michael RecachinasAdd edge case with env! arg to test and known problems
2018-04-02 Oliver SchneiderMerge pull request #2612 from phansch/document_how_to_u...
2018-04-02 Philipp HanschDocument the author lint
2018-04-02 Oliver SchneiderMerge pull request #2611 from phansch/improve_readme
2018-04-02 Oliver SchneiderMerge pull request #2605 from mikerite/dogfood_target_dir
2018-04-02 Philipp HanschReadme: Explain nightly install and clippy update
2018-04-02 Michael WrightSupport non-unicode paths for dogfood test
2018-04-02 Michael WrightFix clippy warning
2018-04-02 Michael WrightMerge branch 'master' into dogfood_target_dir
2018-04-02 Michael WrightFix clippy warning
2018-04-02 Michael WrightFix clippy warning
2018-04-02 Michael WrightFix clippy warning
2018-04-02 Michael WrightFix clippy warning
2018-04-01 Michael RecachinasChange declare_lint! to declare_clippy_lint!
2018-04-01 Michael RecachinasAdd #![allow(print_literal)] to other test/ui/print_...
2018-04-01 Michael RecachinasAdd implementation and tests for literal checking in...
2018-04-01 Martin CartonMerge pull request #2606 from phansch/improve_contribut...
2018-04-01 Philipp HanschImprove CONTRIBUTING.md
2018-04-01 Michael WrightFix clippy warnings from last commit
2018-04-01 Michael WrightMake dogfood test output to seperate directory
2018-03-31 Oliver SchneiderMerge pull request #2601 from flip1995/export
2018-03-31 flip1995Fix lintlib script
2018-03-30 Oliver SchneiderMerge pull request #2590 from phansch/fix_another_false...
2018-03-30 Philipp HanschHandle nested block comments
2018-03-30 Philipp HanschMove empty_line_after_outer_attribute to nursery
2018-03-30 Philipp HanschFix false positive in empty_line_after_outer_attr
2018-03-30 Manish GoregaokarMerge pull request #2593 from rust-lang-nursery/rustup
2018-03-30 Manish GoregaokarBump to 0.191
2018-03-30 Manish GoregaokarUpdate changelog for 0.191
2018-03-30 Manish GoregaokarRustup to rustc 1.26.0-nightly (ae544ee1c 2018-03-29)
2018-03-29 Manish GoregaokarMerge pull request #2589 from rust-lang-nursery/rangearg
2018-03-29 Oliver SchneiderMerge pull request #2579 from rust-lang-nursery/lint_au...
2018-03-29 Oliver SchneiderAddress review comments
2018-03-29 Manish GoregaokarMove RangeArgument
2018-03-29 Oliver SchneiderDocument lint groups
2018-03-29 Oliver SchneiderMerge pull request #2585 from bjgill/use-check-manifest...
2018-03-28 Benjamin GillDelete all code for handling manifest path
2018-03-28 Oliver SchneiderUpdate test suite
2018-03-28 Oliver SchneiderCategorize all the lints!
2018-03-28 Oliver SchneiderMerge pull request #2582 from rust-lang-nursery/clippy_...
2018-03-28 Oliver SchneiderUse cargo check instead of cargo rustc
2018-03-27 Oliver SchneiderImplementation + move one lint
2018-03-27 Oliver SchneiderUndo current_dir -> CARGO_MANIFEST_DIR move
2018-03-27 Oliver SchneiderVersion bump
2018-03-27 Oliver SchneiderMerge pull request #2572 from flip1995/immut_while
2018-03-27 Oliver SchneiderMerge pull request #2578 from mikerite/fix_issue_2397_pr_2
next