COMMITS
September 25, 2026
R
feat(config): Add build.profile, install.profile (#17215)
rustbot committed
W
feat(builtin-deps): Add `SourceKind::Builtin` (#17513)
Weihang Lo committed
R
R
fix(package): preserve feature metadata in normalized manifests (#17509)
rustbot committed
W
fix(diag): Don't report unused normal deps when static libs are skipped (#17515)
Weihang Lo committed
September 24, 2026
A
feat(sourceid): Add SourceKind::Builtin
Adam Gemmell committed
E
fix(diag): Don't report unused normal deps when static libs are skipped
Ed Page committed
E
test(diag): Show bad unused dep with staticlib
Ed Page committed
D
fix(package): preserve feature metadata
darkraider01 committed
D
test(package): cover feature metadata preservation
darkraider01 committed
September 23, 2026
S
docs: Update environment-variables.md to clarify when OUT_DIR is available
Suryansh-Dey committed
S
fix(compilation): Preventing OUT_DIR from leaking into cargo run
Suryansh-Dey committed
W
test(builtin-deps): Additional manifest regression tests (#17500)
Weihang Lo committed
W
fix(builtin-deps): Builtin dependencies manifest validation (#17499)
Weihang Lo committed
A
fix(builtin-deps): Reject `builtin` when `workspace = true`
Adam Gemmell committed
A
test(builtin-deps): Reject builtin = true in inherited dep
Adam Gemmell committed
A
fix(builtin-deps): Reject `builtin = false`
Adam Gemmell committed
W
feat(builtin-deps): Add builtin dependencies manifest syntax (#17498)
Weihang Lo committed
September 22, 2026
S
test(run): Asserting OUR_DIR is leaking to cargo run
Suryansh-Dey committed
A
test(builtin-deps): `builtin = false` should be rejected
Adam Gemmell committed
September 21, 2026
A
test(builtin-deps): Add regression test for inherited build dependency
Adam Gemmell committed
A
test(builtin-deps): Add regression test for target-specific build dependencies
Adam Gemmell committed
A
fix(builtin-deps): Require unstable feature for unused workspace dependency
Adam Gemmell committed
September 17, 2026
A
test(builtin-deps): Add regression test for patching `builtin`
Adam Gemmell committed
A
fix(build-dep): Reject builtin dependencies in build-dependencies
Adam Gemmell committed
A
test(builtin-deps): Test build-dependency section
Adam Gemmell committed
September 16, 2026
A
fix(builtin-deps): Reject version specifier on builtin deps
Adam Gemmell committed
A
test(builtin-deps): Builtin dep with version specifier should be rejected
Adam Gemmell committed
A
fix(builtin-deps): Reject `builtin = true` in combination with other sources
Adam Gemmell committed
A
test(builtin-deps): Builtin source cannot be combined with other sources
Adam Gemmell committed