Home
last modified time | relevance | path

Searched +full:mdbook +full:- +full:v0 (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/rust/src/tools/clippy/.github/workflows/
Dremark.yml6 - auto
7 - try
10 - '**.md'
14 runs-on: ubuntu-latest
18 - name: Checkout
21 - name: Setup Node.js
22 uses: actions/setup-node@v3
24 node-version: '14.x'
26 - name: Install remark
27 …run: npm install remark-cli remark-lint remark-lint-maximum-line-length remark-preset-lint-recomme…
[all …]
/third_party/rust/crates/bindgen/.github/workflows/
Ddeploy-book.yml6 - main
9 deploy-book:
10 runs-on: ubuntu-latest
12 - uses: actions/checkout@v4
14 persist-credentials: false
16 - name: Test book
18 …curl -L https://github.com/rust-lang/mdBook/releases/download/v0.4.5/mdbook-v0.4.5-x86_64-unknown-
19 ./mdbook build book
20 ./mdbook test book
22 - name: Deploy book
[all …]
Dbindgen.yml6 - main
9 - main
12 - main
15 rustfmt-clippy:
16 runs-on: ubuntu-latest
19 - uses: actions/checkout@v4
21 - name: Install stable
22 uses: dtolnay/rust-toolchain@master
24 # TODO: Should ideally be stable, but we use some nightly-only
29 - name: Run rustfmt
[all …]
/third_party/rust/rust/
DRELEASES.md1 Version 1.77.2 (2024-04-09)
6 - [CVE-2024-24576: fix escaping of Windows batch file arguments in `std::process::Command`](https:/…
7 - Fix `Command`'s batch files argument escaping not working when file name has trailing whitespace …
9 Version 1.72.0 (2023-08-24)
12 <a id="1.72.0-Language"></a>
15 --------
17 - [Replace const eval limit by a lint and add an exponential backoff warning](https://github.com/ru…
18 - [expand: Change how `#![cfg(FALSE)]` behaves on crate root](https://github.com/rust-lang/rust/pul…
19 - [Stabilize inline asm for LoongArch64](https://github.com/rust-lang/rust/pull/111235/)
20 - [Uplift `clippy::undropped_manually_drops` lint](https://github.com/rust-lang/rust/pull/111530/)
[all …]