]> git.lizzy.rs Git - rust.git/history - src/main.rs
Fix small nits on the help message
[rust.git] / src / main.rs
2016-10-25 mcartonFix small nits on the help message
2016-10-24 mcartonAllow `--help` to be any argument
2016-10-24 mcartonRevert "Revert "Automatically defines the `clippy`...
2016-10-24 mcartonBe more helping with `cargo clippy --help`
2016-10-24 Oliver SchneiderMerge pull request #1288 from Arnavion/fix-1247
2016-10-23 ArnavionUse .expect() for extracting the current_dir.
2016-10-23 ArnavionChanged signature of cargo::metadata according to revie...
2016-10-23 ArnavionDon't assume the first package in the result of `cargo...
2016-09-30 Martin CartonMerge pull request #1248 from Manishearth/rustup2
2016-09-30 mcartonRustup to *rustc 1.14.0-nightly (289f3a4ca 2016-09...
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-09-06 Martin CartonMerge pull request #1217 from Manishearth/rustup
2016-09-06 mcartonRustup to *rustc 1.13.0-nightly (cbe4de78e 2016-09...
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 Schneiderunify "test", "bench", "example" and "bin" into one...
2016-08-17 Oliver Schneiderno println output
2016-08-17 Oliver Schneideralso run clippy on examples
2016-08-17 llogiqMerge pull request #1170 from Manishearth/travis-gh...
2016-08-17 Oliver SchneiderMerge pull request #1143 from birkenfeld/issue-455
2016-08-17 Manish GoregaokarMerge pull request #1167 from Manishearth/rustup
2016-08-17 Manish GoregaokarBump to 0.0.82
2016-08-16 Sascha Hansemake clippy compile again with the latest nightly after...
2016-07-06 mcartonMerge remote-tracking branch 'origin/master' into sugg
2016-07-04 llogiqMerge pull request #1069 from oli-obk/lets_assume_depen...
2016-07-04 Oliver Schneiderdon't run clippy on dependencies when running cargo...
2016-07-02 Martin CartonMerge pull request #1054 from Manishearth/rustup
2016-07-01 mcartonMerge remote-tracking branch 'origin/rustup' into sugg
2016-07-01 mcartonRustup to ea0dc9297283daff6486807f43e190b4eb561412
2016-06-29 Oliver SchneiderMerge pull request #1057 from Manishearth/1055
2016-06-29 mcartonRevert "Automatically defines the `clippy` feature"
2016-06-22 Martin CartonMerge pull request #1031 from oli-obk/travis2pointOH
2016-06-22 llogiqMerge pull request #995 from oli-obk/oh_the_horror
2016-06-21 Martin CartonMerge pull request #1012 from Manishearth/nohyg
2016-06-21 Manish GoregaokarMerge pull request #1029 from oli-obk/manifest2
2016-06-21 Oliver Schneiderfix cargo clippy when using with `--manifest-path`
2016-06-21 Manish GoregaokarRevert "fix cargo clippy when using with `--manifest...
2016-06-21 Manish GoregaokarMerge pull request #1028 from oli-obk/manifest_path
2016-06-21 Oliver Schneiderfix cargo clippy when using with `--manifest-path`
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-06-09 mcartonDogfood
2016-06-09 mcartonRun rustfmt
2016-06-09 llogiqMerge pull request #999 from Manishearth/whitelist
2016-06-09 Manish GoregaokarMerge pull request #996 from Manishearth/feature
2016-06-08 mcartonAutomatically defines the `clippy` feature
2016-06-06 Martin CartonMerge pull request #988 from oli-obk/metadata3
2016-06-06 Oliver Schneiderclippy should work on all systems
2016-06-06 Oliver Schneiderdon't abort after successfully linting a target
2016-06-04 llogiqMerge pull request #962 from Manishearth/fix-doc
2016-06-02 Martin CartonMerge pull request #974 from oli-obk/metadata2
2016-06-02 Oliver Schneiderno indexing
2016-06-02 Oliver Schneiderprocess more kinds of metadata
2016-05-31 llogiqMerge pull request #960 from oli-obk/libbin
2016-05-30 Oliver Schneideradd version check to the unit tests
2016-05-30 Oliver Schneiderdogfood
2016-05-30 Oliver Schneiderdon't require `cargo clippy` to pass a `--lib` or ...
2016-05-27 Manish GoregaokarMerge pull request #950 from oli-obk/split3
2016-05-27 Oliver Schneidersplit clippy into lints, plugin and cargo-clippy