COMMITS
/ Cargo.toml September 2, 2025
N
Revert introduction of `[workspace.dependencies]`.
Nicholas Nethercote committed
August 27, 2025
N
Add `rustc-demangle` to `[workspace.dependencies]`.
Nicholas Nethercote committed
N
Add `polonius-engine` to `[workspace.dependencies]`.
Nicholas Nethercote committed
N
Add `odht` to `[workspace.dependencies]`.
Nicholas Nethercote committed
N
Add `scoped-tls` to `[workspace.dependencies]`.
Nicholas Nethercote committed
N
Add `measureme` to `[workspace.dependencies]`.
Nicholas Nethercote committed
N
Add `derive-where` to `[workspace.dependencies]`.
Nicholas Nethercote committed
N
Add `rustc-hash` to `[workspace.dependencies]`.
Nicholas Nethercote committed
N
Add `indexmap` to `[workspace.dependencies]`.
Nicholas Nethercote committed
N
Add `tempfile` to `[workspace.dependencies]`.
Nicholas Nethercote committed
N
Add `rustc_apfloat` to `[workspace.dependencies]`.
Nicholas Nethercote committed
N
Add `proc-macro2` and `quote` to `[workspace.dependencies]`.
Nicholas Nethercote committed
N
Add `either` to `[workspace.dependencies]`.
Nicholas Nethercote committed
N
Add `serde_json` to `[workspace.dependencies]`.
Nicholas Nethercote committed
N
Add `libc` to `[workspace.dependencies]`.
Nicholas Nethercote committed
August 22, 2025
N
Add `itertools` to `[workspace.dependencies]`.
Nicholas Nethercote committed
N
Add `tracing` to `[workspace.dependencies]`.
Nicholas Nethercote committed
August 21, 2025
N
Add `rustc-literal-escaper` to `[workspace.dependencies]`.
Nicholas Nethercote committed
N
Add `memchr` to `[workspace.dependencies]`.
Nicholas Nethercote committed
N
Add `bitflags` to `[workspace.dependencies]`.
Nicholas Nethercote committed
N
Add `thin-vec` to newly added `[workspace.dependencies]`.
Nicholas Nethercote committed
July 8, 2025
J
Remove current implementation of `./x suggest`
Jieyou Xu committed
June 25, 2025
B
Auto merge of #140999 - hkBst:update-escaper, r=nnethercote
bors committed
March 7, 2025
M
update to literal-escaper 0.0.4 for better API without `unreachable` and faster string parsing
Marijn Schouten committed
J
Alphabetize the root workspace members
Josh Stone committed
J
Add `src/tools/x` to the main workspace
Josh Stone committed
June 11, 2025
C
Another round of tidy / warning fixes
Celina G. Val committed
June 3, 2025
O
move `test-float-parse` tool into `src/tools` dir
onur-ozkan committed
March 10, 2025
O
remove rls source from the repository
onur-ozkan committed
许
Revert "Use workspace lints for crates in `compiler/` #138084"
许杰友 Jieyou Xu (Joe) committed
March 6, 2025
N
Add `unreachable_pub` to the default lints for `compiler/` crates.
Nicholas Nethercote committed
N
Specify rust lints for `compiler/` crates via Cargo.
Nicholas Nethercote committed
February 17, 2025
E
Move error_index_generator to the rustbook workspace
Eric Huss committed
February 4, 2025
J
Remove the `rustc-perf-wrapper` tool
Jakub Beránek committed
January 26, 2025
许
features-status-dump: add new build-metrics tool
许杰友 Jieyou Xu (Joe) committed
November 10, 2024
O
move `src/tools/build_helper` into `src/build_helper`
onur-ozkan committed
November 3, 2024
R
update rustc-std-workspace crates
Ralf Jung committed
August 7, 2024
T
Switch to using the v2 resolver in most workspaces
Trevor Gross committed
August 1, 2024
B
Move the standard library to a separate workspace
bjorn3 committed
July 15, 2024
E
Move rustbook to its own workspace.
Eric Huss committed
July 20, 2024
T
Move `test-float-parse` to the global workspace
Trevor Gross committed
June 24, 2024
A
Promote the `wasm32-wasip2` target to Tier 2
Alex Crichton committed
June 27, 2024
J
Implement `x perf` as a separate tool
Jakub Beránek committed
June 1, 2024
Z
Remove `src/tools/rust-demangler`
Zalathar committed
April 25, 2024
J
Remove the `expand-yaml-anchors` tool
Jakub Beránek committed
April 26, 2024
A
Remove unused `[patch]` for clippy_lints
Alex Macleod committed
April 7, 2024
M
Remove debuginfo from rustc-demangle too
Mark Rousskov committed
March 18, 2024
B
Add a test
Ben Kimock committed
February 6, 2024
K
LLVM Bitcode Linker: Added crate
Kjetil Kjeka committed
January 20, 2024
许
Add supporting infrastructure for `run-make` V2 tests
许杰友 Jieyou Xu (Joe) committed