forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is needed for fixing the missing license issue. See rust-lang#125465.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule rustc-perf
updated
12 files
+31 −87 | Cargo.lock | |
+1 −1 | collector/Cargo.toml | |
+6 −1 | collector/README.md | |
+3 −0 | collector/src/artifact_stats.rs | |
+9 −5 | collector/src/bin/collector.rs | |
+4 −0 | collector/src/compile/execute/mod.rs | |
+4 −0 | collector/src/runtime/benchmark.rs | |
+9 −5 | collector/src/toolchain.rs | |
+1 −1 | site/Cargo.toml | |
+1 −1 | site/src/api.rs | |
+1 −1 | site/src/request_handlers/github.rs | |
+153 −0 | triage/2024-05-27.md |