| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-02-14 | Make rust_tools_util package compatible with current stable by lowering rust ↵ | Sebastian Jeltsch | -3/+3 | |
| edition to 2021. | ||||
| 2025-02-13 | rustc_tools_util: Change release channel default to stable | Sebastian Jeltsch | -22/+33 | |
| Fixes the exposed release channel Bump version to 0.4.1 | ||||
| 2024-10-07 | rustc_tools_util: bump version | Ralf Jung | -3/+3 | |
| 2024-10-07 | rustc_tools_util: rerun when git commit changes | Ralf Jung | -21/+48 | |
| 2024-08-06 | Auto merge of #13225 - Jarcho:warnings, r=flip1995 | bors | -2/+0 | |
| Use `-D warnings` instead of `deny-warnings` feature. r? `@flip1995` changelog: none | ||||
| 2024-08-06 | Use `-D warnings` instead of `deny-warnings` feature. | Jason Newcomb | -2/+0 | |
| 2024-08-05 | Use a deterministic number of digits in rustc_tools_util commit hashes | David Tolnay | -2/+3 | |
| 2024-08-04 | Check exit status of subcommands spawned by rustc_tools_util | David Tolnay | -29/+27 | |
| 2022-12-15 | rustc_tools_util: changelog and 0.3.0 release | xFrednet | -7/+5 | |
| 2022-11-21 | Cleanup `rustc_tool_util` and add a convenient macro for `build.rs` | xFrednet | -8/+28 | |
| 2022-10-01 | rustc_tool_utils bump version in anticipation of a new release | Matthias Krüger | -3/+3 | |
| cc https://github.com/rust-lang/rust-clippy/issues/9553 | ||||
| 2022-09-23 | and a few more from other dirs | Yuri Astrakhan | -3/+3 | |
| 2022-08-16 | Fix adjacent code | Samuel E. Moelius III | -2/+2 | |
| 2021-05-26 | Eat dogfood | Cameron Steffen | -6/+6 | |
| 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) | ||||
