]> git.lizzy.rs Git - rust.git/history - src/lib.rs
Merge pull request #2948 from Nemo157/patch-1
[rust.git] / src / lib.rs
2018-07-25 Philipp HanschMerge pull request #2948 from Nemo157/patch-1
2018-07-24 Philipp KronesMerge pull request #2953 from dwijnand/misrefactored_as...
2018-07-24 Ryan CummingMerge branch 'master' into allow-pass-by-ref-on-ref...
2018-07-24 Oliver SchneiderMerge pull request #2949 from rust-lang-nursery/preexpa...
2018-07-23 Oliver SchneiderRustup
2018-06-28 Oliver SchneiderMerge pull request #2832 from kennytm/non-copy-const
2018-06-26 Manish GoregaokarMerge pull request #2872 from rust-lang-nursery/pedanti...
2018-06-26 Oliver SchneiderMerge pull request #2873 from mati865/edition2018_next_step
2018-06-25 Mateusz MikułaEnable rust_2018_idioms warning
2018-06-06 Oliver SchneiderMerge pull request #2804 from utaal/expr-call-author
2018-06-05 Oliver SchneiderMerge pull request #2814 from VKlayd/fn_to_int
2018-06-03 Oliver SchneiderMerge pull request #2813 from terry90/master
2018-05-31 Oliver SchneiderMerge pull request #2816 from mockersf/multiple-impl
2018-05-31 Oliver SchneiderMerge pull request #2819 from zayenz/no-op-ref-in-macro
2018-05-30 Oliver SchneiderMerge pull request #2821 from mati865/rust-2018-migration
2018-05-30 Mateusz MikułaAdd rust_2018_preview feature and fix rustfmt annotation
2018-05-25 Philipp HanschMerge pull request #2800 from phansch/no_deploy_in_inte...
2018-05-23 Oliver SchneiderMerge pull request #2794 from mati865/rustup
2018-05-22 Mateusz MikułaFormat code
2018-05-12 Oliver SchneiderMerge pull request #2712 from rust-lang-nursery/oli...
2018-05-11 Oliver SchneiderRemove all mention and testing of #[plugin(clippy)...
2018-04-24 Oliver SchneiderMerge pull request #2684 from 17cupsofcoffee/infallible...
2018-04-19 Oliver SchneiderMerge pull request #2681 from phansch/fix_latest_nightl...
2018-04-18 Philipp HanschFix latest nightly breakage
2017-11-03 cgm616Merge branch 'master' of github.com:rust-lang-nursery...
2017-11-02 Oliver SchneiderMerge pull request #2194 from martinlindhe/master
2017-11-02 Oliver SchneiderMerge pull request #2189 from gendx/pr-1590
2017-10-31 Manish GoregaokarMerge pull request #2191 from rust-lang-nursery/rustup
2017-10-31 Manish GoregaokarUpdate clippy for rustc 1.23.0-nightly (f0fe716db 2017...
2017-08-14 Oliver SchneiderMerge branch 'master' into move_links
2017-08-14 Oliver SchneiderHandfix dogfood issues with the rustfmt changes
2017-04-25 Oliver SchneiderMerge remote-tracking branch 'origin/master' into yati_...
2017-04-12 Oliver SchneiderRun rustfmt
2016-12-21 Oliver SchneiderMerge branch 'master' into allow_deprecated
2016-12-19 mcartonFix a couple warnings
2016-09-19 Manish GoregaokarMerge pull request #1235 from Manishearth/transmute_ptr...
2016-09-19 Martin CartonMerge pull request #1171 from oli-obk/examples
2016-09-19 Oliver SchneiderMerge remote-tracking branch 'origin/master' into examples
2016-08-24 llogiqMerge pull request #1189 from Manishearth/easy
2016-08-23 mcartonAdd a `MISSING_DOCS_IN_PRIVATE_ITEMS` lint
2016-08-17 Oliver Schneiderfallout
2016-08-17 Oliver Schneiderplugin mode still needs to work
2016-08-17 Oliver Schneiderrunning cargo clippy on a crate that has the clippy...
2016-06-09 Martin CartonMerge pull request #1000 from Manishearth/doc_whitelist
2016-06-09 llogiqMerge pull request #990 from Manishearth/rustfmt
2016-06-09 mcartonCleanup dependencies and features
2016-05-27 Manish GoregaokarMerge pull request #950 from oli-obk/split3
2016-05-27 Oliver Schneidersplit clippy into lints, plugin and cargo-clippy
2016-05-24 llogiqMerge pull request #938 from Manishearth/fix-876
2016-05-24 Andre BogusSplit `new_without_default` and `new_without_default_de...
2016-05-24 Manish GoregaokarMerge pull request #948 from BenoitZugmeyer/cargo-clipp...
2016-05-23 Benoît ZugmeyerLet cargo-clippy exit with a code > 0 if some error...
2016-05-23 Martin CartonMerge pull request #944 from Manishearth/rustup
2016-05-23 mcartonRustup to *1.10.0-nightly (9c6904ca1 2016-05-18)*
2016-05-18 Manish GoregaokarMerge branch 'pr-942'
2016-05-16 Manish GoregaokarDon't panic if cargo rustc fails
2016-05-16 Martin CartonMerge pull request #934 from Manishearth/allow-upcast
2016-05-16 Manish GoregaokarAllow invalid upcast comparisons
2016-05-13 Martin CartonMerge pull request #928 from oli-obk/unnecessary_operation
2016-05-13 Oliver Schneideradd a companion lint to `no_effect` with suggestions...
2016-05-11 llogiqMerge pull request #913 from oli-obk/assign_ops
2016-05-11 llogiqMerge pull request #915 from Manishearth/sysroot
2016-05-11 llogiqMerge pull request #914 from oli-obk/non_expressive_names
2016-05-11 Manish GoregaokarUse rustc --print sysroot, bump to v66
2016-05-11 Oliver Schneidersuggest `a op= b` over `a = a op b`
2016-05-10 llogiqMerge pull request #911 from cuviper/rustup
2016-05-10 Josh StoneSupport either rustup or multirust environment variables
2016-05-10 Manish GoregaokarMerge pull request #681 from oli-obk/split
2016-05-09 Oliver Schneider`cargo clippy` subcommand
2016-05-09 Martin CartonMerge pull request #884 from oli-obk/needless_ref2
2016-05-09 Oliver Schneiderneedless borrows found in clippy
2016-05-09 Oliver Schneideradd needless_borrow lint
2016-05-02 Manish GoregaokarMerge branch 'pr-890'
2016-04-30 Manish GoregaokarMerge pull request #889 from Manishearth/fix-887
2016-04-30 Andre Bogusfixed tests, added clippy_restrictions lint group
2016-04-30 Andre Bogusfix #887: New lints for integer/floating-point arithmetic
2016-04-23 llogiqMerge pull request #867 from Manishearth/#830
2016-04-23 Manish GoregaokarMerge pull request #870 from Manishearth/fix-722
2016-04-23 Andre Bogusallow items_after_statements by default
2016-04-21 Manish GoregaokarMerge pull request #868 from cramertj/master
2016-04-20 Taylor CramerRan update_lints and updated CHANGELOG.md to reflect...
2016-04-20 Taylor CramerAdded lint for mem_forget
2016-04-20 Martin CartonMerge pull request #866 from cramertj/master
2016-04-19 Taylor CramerRan update_lints script
2016-04-19 Taylor CramerAdded lint for use imports which remove unsafe from...
2016-04-17 llogiqadd neg_multiply lint (#862)
2016-04-17 Martin CartonMerge pull request #861 from birkenfeld/issue859
2016-04-17 Georg BrandlMake if_not_else lint Allow by default (fixes #859)
2016-04-15 Manish GoregaokarMerge pull request #856 from Manishearth/stuffs
2016-04-14 mcartonAdd a `TEMPORARY_CSTRING_AS_PTR` lint
2016-04-08 mcartonRustup to 1.9.0-nightly (bf5da36f1 2016-04-06)
2016-04-04 llogiqMerge pull request #836 from Manishearth/doc
2016-04-04 mcartonFix false positive with `DOC_MARKDOWN` and `32MiB`
2016-04-02 Martin CartonMerge pull request #802 (through #828)
2016-04-02 Taylor CramerUpdated lints with script
2016-04-02 Taylor CramerInitial attempt at linting invalid upcast comparisons
2016-03-31 Martin CartonMerge pull request #821 from mcarton/rustup
2016-03-31 mcartonRustup to 1.9.0-nightly (30a3849f2 2016-03-30)
2016-03-30 llogiqMerge pull request #790 from oli-obk/bool_opt
2016-03-30 Oliver Schneidermake `nonminimal_bool` allow-by-default
next