Commit 17463fd
committed
fixed documentation and regenaration of the pages
Fix all the broken intra-doc links
docs(build-rs): Fix broken intra-doc links
These were caught with the latest nightly
This was pulled from rust-lang#15800
chore(deps): update rust crate cargo_metadata to 0.21.0
docs: `-Zpackage-workspace` has been stabilized
chore: bump to 0.92.0
docs: update changelog for 1.90.0
Add test for multiple build scripts in different order
Preserve order of build scripts
Update semver tests for 1.89
This updates the tests where messages have changed in 1.89.
chore(deps): update msrv (1 version) to v1.89
chore: Bump versions
test(build-std): relax the thread name assertion
rust-lang/rust#115746 changed to print thread ID,
so we update accordingly.
chore(deps): update cargo-semver-checks to v0.43.0
docs(unstable): Link out to the Plumbing commands effort
This is intended to help people discover where to go to discuss plumbing
command efforts.
chore(deps): update compatible
add is_inherited method to InheritableDependency
add is_inherited method to InheritableField
Add unstable `-Zsection-timings` flag
Pass `--json=timings` to rustc when `--timings` and `-Zsection-timings` is enabled
Parse and store section timing events
Add section timing data to JSON `--timings` output
Make headers of the HTML `--timings` unit table dynamic
Add compilation sections to the HTML unit table
Duplicates of unknown_feature test
More helpful error for invalid cargo-features = []
test(package): Add test to verify package build cache behavior
fix(package): Fixed inconsistent build cache behavior during package verify
When running `cargo package` the verify the build cache
(target-dir/build-dir) will not be used and all dependencies will be
recompiled.
This is inconsistent as setting target dir (via `CARGO_TARGET_DIR` for
example) will cause `cargo package` to reuse the build cache.
This commit changes the default behavior to always use the build cache,
matching the behavior of having target-dir set.
chore(deps): update msrv (3 versions) to v1.87
chore: remove x86_64-apple-darwin from CI and tests
RFC 3841 has merged, and x86_64-apple-darwin will be demoted to tier-2
in 1.90.0. In Cargo we usually run test against tier-1 platforms, so
x86_64-apple-darwin should be removed.
Also, that target platform is often the slowest one in CI,
we are happy to remove it to save us a couple of minutes.
https://rust-lang.github.io/rfcs/3841-demote-x86_64-apple-darwin.html
chore(deps): bump slab from 0.4.10 to 0.4.11
Bumps [slab](https://github.com/tokio-rs/slab) from 0.4.10 to 0.4.11.
- [Release notes](https://github.com/tokio-rs/slab/releases)
- [Changelog](https://github.com/tokio-rs/slab/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/slab@v0.4.10...v0.4.11)
---
updated-dependencies:
- dependency-name: slab
dependency-version: 0.4.11
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected]>
refactor: make resolve features public
feat(build-dir): Stabilize build-dir
docs: Formatting and cross-linking to build-dir/target-dir docs
Update src/doc/man/cargo-doc.md as per the feedback recieved
regenerated pages using cargo build-man and ran ./ci/validate-man.sh and sync branch with master branch1 parent c204194 commit 17463fd
File tree
4 files changed
+10
-0
lines changed- src
- doc
- man
- generated_txt
- src/commands
- etc/man
4 files changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
13 | 17 | | |
14 | 18 | | |
15 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
| |||
0 commit comments