| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-11-25 | Enable deny-warnings feature everywhere in CI | flip1995 | -0/+2 | |
| 2019-10-14 | new lints around `#[must_use]` fns | Andre Bogus | -0/+3 | |
| `must_use_unit` lints unit-returning functions with a `#[must_use]` attribute, suggesting to remove it. `double_must_use` lints functions with a plain `#[must_use]` attribute, but which return a type which is already `#[must_use]`, so the attribute has no benefit. `must_use_candidate` is a pedantic lint that lints functions and methods that return some non-unit type that is not already `#[must_use]` and suggests to add the annotation. | ||||
| 2019-08-01 | Update formatting | Michael Wright | -1/+0 | |
| 2019-05-23 | rustc_tool_utils: bump version to 0.2.0 | Matthias Krüger | -4/+4 | |
| 2019-04-28 | rustc_tools_util: try to handle case of not having CFG_RELEASE_CHANNEL ↵ | Matthias Krüger | -10/+29 | |
| better when getting compiler channel. | ||||
| 2019-02-10 | removing redundant closures in the whole project | Grzegorz | -2/+2 | |
| 2019-01-08 | Remove all copyright license headers | Philipp Hansch | -9/+0 | |
| Discussion previously happened in https://github.com/rust-lang/rust/pull/43498 | ||||
| 2019-01-02 | rustc_tool_utils: fix failure to create proper non-repo version string when ↵ | Matthias Krüger | -10/+11 | |
| used in crates on crates.io, bump version | ||||
| 2018-11-27 | Run rustfmt on rustc_tools_util | flip1995 | -1/+0 | |
| 2018-10-06 | Add license header to Rust files | Manish Goregaokar | -0/+10 | |
| 2018-09-29 | rustc_tools_util: remove test and tool_lints features, both are actually unused. | Matthias Krüger | -3/+0 | |
| Fixes build with beta. | ||||
| 2018-09-13 | rustc_tools_util: clean up pedantic clippy warnings | Matthias Krüger | -31/+27 | |
| 2018-09-09 | impl std::fmt::Debug for VersionInfo | Matthias Krüger | -2/+35 | |
| For clippy, this would print: VersionInfo { crate_name: "clippy", major: 0, minor: 0, patch: 212, commit_hash: "084be7ba", commit_date: "2018-09-09" } | ||||
| 2018-09-07 | rustc_tools_util: add test | Matthias Krüger | -0/+26 | |
| 2018-09-07 | rustc_tools_util: don't hardcode crate name | Matthias Krüger | -2/+6 | |
| 2018-09-06 | print git commit hash and commit date in version output | Matthias Krüger | -0/+82 | |
| clippy 0.0.212 (964fcbe0 2018-09-06) | ||||
