| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-09-02 | Revert introduction of `[workspace.dependencies]`. | Nicholas Nethercote | -2/+2 | |
| This was done in #145740 and #145947. It is causing problems for people using r-a on anything that uses the rustc-dev rustup package, e.g. Miri, clippy. This repository has lots of submodules and subtrees and various different projects are carved out of pieces of it. It seems like `[workspace.dependencies]` will just be more trouble than it's worth. | ||||
| 2025-08-28 | Add `tempfile` to `[workspace.dependencies]`. | Nicholas Nethercote | -1/+1 | |
| 2025-08-28 | Add `serde_json` to `[workspace.dependencies]`. | Nicholas Nethercote | -1/+1 | |
| 2025-08-11 | Update `sysinfo` version to `0.37.0` | Guillaume Gomez | -1/+1 | |
| 2025-07-11 | Update sysinfo version to `0.36.0` | Guillaume Gomez | -1/+1 | |
| 2025-05-08 | Migrate `opt-dist` to edition 2024 | Jakub Beránek | -1/+1 | |
| 2025-05-08 | Remove unused dependency from opt-dist | Jakub Beránek | -1/+0 | |
| 2025-05-02 | Update sysinfo to `0.35.0` in `src/tools/opt-dist` | Guillaume Gomez | -1/+1 | |
| 2025-01-06 | Don't enable anyhow's `backtrace` feature in opt-dist | Zalathar | -1/+1 | |
| As of the stabilization of `std::backtrace` in Rust 1.65, this package flag has no effect other than to enable an unused dependency on the `backtrace` crate. | ||||
| 2024-11-11 | move `src/tools/build_helper` into `src/build_helper` | onur-ozkan | -1/+1 | |
| Signed-off-by: onur-ozkan <work@onurozkan.dev> | ||||
| 2024-08-01 | Update sysinfo version to 0.31.2 | Guillaume Gomez | -1/+1 | |
| 2024-05-20 | refactor(opt-dist): use rustc-perf from rustc checkout | Bernardo Meurer Costa | -2/+0 | |
| This replaces the hardcoded rustc-perf commit and ad-hoc downloading and unpacking of its zipped source with defaulting to use the new rustc-perf submodule. While it would be nice to make `opt-dist` able to initialize the submodule automatically when pointing to a Rust checkout _other_ than the one opt-dist was built in, that would require a bigger refactor that moved `update_submodule`, from bootstrap, into build_helper. Regardless, I imagine it must be quite rare to use `opt-dist` with a checkout that is neither from a rust-src tarball (which will contain the submodule), nor the checkout opt-dist itself was built (bootstrap will update the submodule when opt-dist is built). | ||||
| 2024-05-09 | opt-dist: use xz2 instead of xz crate | klensy | -1/+1 | |
| xz crate consist of simple reexport of xz2 crate. Why? Idk. | ||||
| 2024-02-22 | dedupe env_logger, drop is-terminal | klensy | -1/+1 | |
| 2024-02-22 | bump tabled | klensy | -1/+1 | |
| 2024-02-22 | bump sysinfo | klensy | -1/+1 | |
| 2024-02-18 | opt-dist: bump derive_builder to dedupe darling* and remove one more syn 1.* dep | klensy | -1/+1 | |
| 2023-10-16 | opt-dist: disable unused features for tabled crate | klensy | -1/+1 | |
| 2023-10-02 | Add artifact size and step duration summaries from `opt-dist` to github job ↵ | Jakub Beránek | -0/+1 | |
| summary | ||||
| 2023-09-12 | Refactor Environment | Jakub Beránek | -0/+2 | |
| 2023-07-31 | Implement BOLT optimization in the `opt-dist` tool | Jakub Beránek | -0/+1 | |
| 2023-07-09 | Port PGO/LTO/BOLT optimized build pipeline to Rust | Jakub Beránek | -0/+22 | |
