Searched +full:rust +full:- +full:lang (Results 1 – 25 of 1128) sorted by relevance
12345678910>>...46
| /third_party/rust/rust/src/tools/clippy/ |
| D | CHANGELOG.md | 7 ## Unreleased / Beta / In Rust Nightly 9 [83e42a23...master](https://github.com/rust-lang/rust-clippy/compare/83e42a23...master) 11 ## Rust 1.70 13 Current stable, released 2023-06-01 15 …](https://github.com/rust-lang/rust-clippy/pulls?q=is%3Apr+is%3Aclosed+merged%3A2023-04-20..2023-0… 20 [#10414](https://github.com/rust-lang/rust-clippy/pull/10414) 22 [#10362](https://github.com/rust-lang/rust-clippy/pull/10362) 24 [#10528](https://github.com/rust-lang/rust-clippy/pull/10528) 26 [#10448](https://github.com/rust-lang/rust-clippy/pull/10448) 28 [#10415](https://github.com/rust-lang/rust-clippy/pull/10415) [all …]
|
| /third_party/rust/rust/ |
| D | RELEASES.md | 1 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 …]
|
| D | Cargo.lock | 8 source = "registry+https://github.com/rust-lang/crates.io-index" 17 source = "registry+https://github.com/rust-lang/crates.io-index" 22 "rustc-std-workspace-alloc", 23 "rustc-std-workspace-core", 29 source = "registry+https://github.com/rust-lang/crates.io-index" 33 "rustc-std-workspace-core", 39 source = "registry+https://github.com/rust-lang/crates.io-index" 50 source = "registry+https://github.com/rust-lang/crates.io-index" 53 "cfg-if", 59 name = "aho-corasick" [all …]
|
| /third_party/rust/rust/tests/run-make/thumb-none-qemu/example/ |
| D | Cargo.lock | 6 source = "registry+https://github.com/rust-lang/crates.io-index" 8 "as-slice 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", 12 name = "as-slice" 14 source = "registry+https://github.com/rust-lang/crates.io-index" 16 "generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)", 17 "generic-array 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", 18 "stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 22 name = "bare-metal" 24 source = "registry+https://github.com/rust-lang/crates.io-index" 26 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", [all …]
|
| /third_party/rust/rust/src/tools/clippy/book/src/ |
| D | lint_configuration.md | 1 <!-- 2 This file is generated by `cargo collect-metadata`. 4 --> 11 --- 13 ## `arithmetic-side-effects-allowed` 21 arithmetic-side-effects-allowed = ["SomeType", "AnotherType"] 31 --- 33 * [`arithmetic_side_effects`](https://rust-lang.github.io/rust-clippy/master/index.html#arithmetic_… 36 ## `arithmetic-side-effects-allowed-binary` 49 arithmetic-side-effects-allowed-binary = [["SomeType" , "f32"], ["AnotherType", "*"]] [all …]
|
| /third_party/rust/rust/src/tools/rustfmt/ |
| D | Cargo.lock | 6 name = "aho-corasick" 8 source = "registry+https://github.com/rust-lang/crates.io-index" 15 name = "annotate-snippets" 17 source = "registry+https://github.com/rust-lang/crates.io-index" 20 "unicode-width", 21 "yansi-term", 27 source = "registry+https://github.com/rust-lang/crates.io-index" 31 "anstyle-parse", 32 "anstyle-wincon", 33 "concolor-override", [all …]
|
| D | CHANGELOG.md | 6 ## [1.6.0] 2023-07-02 10 - Support for formatting let-else statements [#5690] 11 - New config option, `single_line_let_else_max_width`, that allows users to configure the maximum l… 13 [#5690]: (https://github.com/rust-lang/rustfmt/pulls/5690) 14 [#5684]: https://github.com/rust-lang/rustfmt/issues/5684 16 ## [1.5.3] 2023-06-20 20 - When formatting doc comments with `wrap_comments = true` rustfmt will no longer wrap markdown tab… 21 - Properly handle wrapping comments that include a numbered list in markdown [#5416](https://github… 22 - Properly handle markdown sublists that utilize a `+` [#4041](https://github.com/rust-lang/rustfmt… 23 - rustfmt will no longer use shorthand initialization when rewriting a tuple struct even when `use_… [all …]
|
| /third_party/rust/rust/src/tools/miri/ |
| D | Cargo.lock | 8 source = "registry+https://github.com/rust-lang/crates.io-index" 17 source = "registry+https://github.com/rust-lang/crates.io-index" 21 name = "aho-corasick" 23 source = "registry+https://github.com/rust-lang/crates.io-index" 32 source = "registry+https://github.com/rust-lang/crates.io-index" 38 source = "registry+https://github.com/rust-lang/crates.io-index" 41 "hermit-abi 0.1.19", 49 source = "registry+https://github.com/rust-lang/crates.io-index" 55 source = "registry+https://github.com/rust-lang/crates.io-index" 60 "cfg-if", [all …]
|
| /third_party/rust/crates/clap/ |
| D | Cargo.lock | 8 source = "registry+https://github.com/rust-lang/crates.io-index" 17 source = "registry+https://github.com/rust-lang/crates.io-index" 23 source = "registry+https://github.com/rust-lang/crates.io-index" 29 source = "registry+https://github.com/rust-lang/crates.io-index" 33 "anstyle-parse", 34 "anstyle-wincon", 35 "concolor-override", 36 "concolor-query", 37 "is-terminal", 44 source = "registry+https://github.com/rust-lang/crates.io-index" [all …]
|
| /third_party/rust/rust/src/bootstrap/ |
| D | Cargo.lock | 6 name = "aho-corasick" 8 source = "registry+https://github.com/rust-lang/crates.io-index" 17 source = "registry+https://github.com/rust-lang/crates.io-index" 23 source = "registry+https://github.com/rust-lang/crates.io-index" 29 source = "registry+https://github.com/rust-lang/crates.io-index" 33 name = "block-buffer" 35 source = "registry+https://github.com/rust-lang/crates.io-index" 38 "generic-array", 50 "fd-lock", 77 source = "registry+https://github.com/rust-lang/crates.io-index" [all …]
|
| D | CHANGELOG.md | 10 - Vendoring is no longer done automatically when building from git sources. To use vendoring, run `… 11 - `llvm-libunwind` now accepts `in-tree` (formerly true), `system` or `no` (formerly false) [#77703… 12 - The options `infodir`, `localstatedir`, and `gpg-password-file` are no longer allowed in config.t… 13 - Change the names for `dist` commands to match the component they generate. [#90684](https://githu… 14 - The `build.fast-submodules` option has been removed. Fast submodule checkouts are enabled uncondi… 15 - Several unsupported `./configure` options have been removed: `optimize`, `parallel-compiler`. The… 16 - `remote-test-server`'s `verbose` argument has been removed in favor of the `--verbose` flag 17 - `remote-test-server`'s `remote` argument has been removed in favor of the `--bind` flag. Use `--b… 18 - `x.py fmt` now formats only files modified between the merge-base of HEAD and the last commit in … 19 - The `llvm.version-check` config option has been removed. Older versions were never supported. If … [all …]
|
| /third_party/rust/crates/bindgen/ |
| D | Cargo.lock | 6 name = "aho-corasick" 8 source = "registry+https://github.com/rust-lang/crates.io-index" 15 name = "annotate-snippets" 17 source = "registry+https://github.com/rust-lang/crates.io-index" 20 "unicode-width", 21 "yansi-term", 28 "annotate-snippets", 31 "clang-sys", 35 "proc-macro2", 38 "rustc-hash", [all …]
|
| /third_party/rust/crates/nix/ |
| D | Cargo.lock.msrv | 6 name = "assert-impl" 8 source = "registry+https://github.com/rust-lang/crates.io-index" 14 source = "registry+https://github.com/rust-lang/crates.io-index" 20 source = "registry+https://github.com/rust-lang/crates.io-index" 26 source = "registry+https://github.com/rust-lang/crates.io-index" 32 source = "registry+https://github.com/rust-lang/crates.io-index" 38 source = "registry+https://github.com/rust-lang/crates.io-index" 48 source = "registry+https://github.com/rust-lang/crates.io-index" 55 name = "cfg-if" 57 source = "registry+https://github.com/rust-lang/crates.io-index" [all …]
|
| /third_party/rust/crates/memchr/bench/ |
| D | Cargo.lock | 6 source = "registry+https://github.com/rust-lang/crates.io-index" 9 "hermit-abi", 17 source = "registry+https://github.com/rust-lang/crates.io-index" 23 source = "registry+https://github.com/rust-lang/crates.io-index" 29 source = "registry+https://github.com/rust-lang/crates.io-index" 33 "memchr 2.3.4 (registry+https://github.com/rust-lang/crates.io-index)", 34 "regex-automata", 41 source = "registry+https://github.com/rust-lang/crates.io-index" 47 source = "registry+https://github.com/rust-lang/crates.io-index" 53 source = "registry+https://github.com/rust-lang/crates.io-index" [all …]
|
| /third_party/rust/rust/src/tools/miri/cargo-miri/ |
| D | Cargo.lock | 8 source = "registry+https://github.com/rust-lang/crates.io-index" 14 source = "registry+https://github.com/rust-lang/crates.io-index" 20 source = "registry+https://github.com/rust-lang/crates.io-index" 27 name = "cargo-miri" 32 "rustc-build-sysroot", 40 name = "cargo-platform" 42 source = "registry+https://github.com/rust-lang/crates.io-index" 51 source = "registry+https://github.com/rust-lang/crates.io-index" 55 "cargo-platform", 65 source = "registry+https://github.com/rust-lang/crates.io-index" [all …]
|
| /third_party/rust/rust/src/tools/rust-analyzer/ |
| D | Cargo.lock | 8 source = "registry+https://github.com/rust-lang/crates.io-index" 17 source = "registry+https://github.com/rust-lang/crates.io-index" 21 name = "always-assert" 23 source = "registry+https://github.com/rust-lang/crates.io-index" 32 source = "registry+https://github.com/rust-lang/crates.io-index" 37 version = "1.0.0-beta.2" 38 source = "registry+https://github.com/rust-lang/crates.io-index" 44 source = "registry+https://github.com/rust-lang/crates.io-index" 50 source = "registry+https://github.com/rust-lang/crates.io-index" 56 source = "registry+https://github.com/rust-lang/crates.io-index" [all …]
|
| /third_party/rust/rust/compiler/rustc_codegen_cranelift/ |
| D | Cargo.lock | 8 source = "registry+https://github.com/rust-lang/crates.io-index" 11 "cfg-if", 19 source = "registry+https://github.com/rust-lang/crates.io-index" 25 source = "registry+https://github.com/rust-lang/crates.io-index" 31 source = "registry+https://github.com/rust-lang/crates.io-index" 37 source = "registry+https://github.com/rust-lang/crates.io-index" 43 source = "registry+https://github.com/rust-lang/crates.io-index" 47 name = "cfg-if" 49 source = "registry+https://github.com/rust-lang/crates.io-index" 53 name = "cranelift-bforest" [all …]
|
| /third_party/rust/rust/src/tools/miri/test_dependencies/ |
| D | Cargo.lock | 8 source = "registry+https://github.com/rust-lang/crates.io-index" 14 source = "registry+https://github.com/rust-lang/crates.io-index" 20 source = "registry+https://github.com/rust-lang/crates.io-index" 26 source = "registry+https://github.com/rust-lang/crates.io-index" 30 name = "cfg-if" 32 source = "registry+https://github.com/rust-lang/crates.io-index" 38 source = "registry+https://github.com/rust-lang/crates.io-index" 41 "cfg-if", 43 "wasi 0.9.0+wasi-snapshot-preview1", 49 source = "registry+https://github.com/rust-lang/crates.io-index" [all …]
|
| /third_party/rust/rust/compiler/rustc_codegen_cranelift/patches/ |
| D | regex-lock.toml | 6 name = "aho-corasick" 8 source = "registry+https://github.com/rust-lang/crates.io-index" 17 source = "registry+https://github.com/rust-lang/crates.io-index" 23 source = "registry+https://github.com/rust-lang/crates.io-index" 26 "bzip2-sys", 31 name = "bzip2-sys" 33 source = "registry+https://github.com/rust-lang/crates.io-index" 38 "pkg-config", 44 source = "registry+https://github.com/rust-lang/crates.io-index" 48 name = "cfg-if" [all …]
|
| D | rand-lock.toml | 8 source = "registry+https://github.com/rust-lang/crates.io-index" 14 source = "registry+https://github.com/rust-lang/crates.io-index" 17 "easy-cast", 18 "float-ord", 19 "num-traits", 25 source = "registry+https://github.com/rust-lang/crates.io-index" 32 name = "cfg-if" 34 source = "registry+https://github.com/rust-lang/crates.io-index" 38 name = "crossbeam-channel" 40 source = "registry+https://github.com/rust-lang/crates.io-index" [all …]
|
| /third_party/skia/m133/bazel/external/vello/ |
| D | Cargo.lock | 6 name = "aho-corasick" 8 source = "registry+https://github.com/rust-lang/crates.io-index" 17 source = "registry+https://github.com/rust-lang/crates.io-index" 23 source = "registry+https://github.com/rust-lang/crates.io-index" 27 name = "bit-set" 29 source = "registry+https://github.com/rust-lang/crates.io-index" 32 "bit-vec", 36 name = "bit-vec" 38 source = "registry+https://github.com/rust-lang/crates.io-index" 44 source = "registry+https://github.com/rust-lang/crates.io-index" [all …]
|
| /third_party/skia/m133/bazel/external/cxx/ |
| D | Cargo.lock | 8 source = "registry+https://github.com/rust-lang/crates.io-index" 14 source = "registry+https://github.com/rust-lang/crates.io-index" 23 source = "registry+https://github.com/rust-lang/crates.io-index" 32 source = "registry+https://github.com/rust-lang/crates.io-index" 43 source = "registry+https://github.com/rust-lang/crates.io-index" 47 name = "codespan-reporting" 49 source = "registry+https://github.com/rust-lang/crates.io-index" 53 "unicode-width", 61 "cxx-build", 62 "cxx-gen", [all …]
|
| /third_party/rust/crates/regex/ |
| D | CHANGELOG.md | 1 1.7.1 (2023-01-09) 8 * [PERF #930](https://github.com/rust-lang/regex/pull/930): 13 * [BUG #945](https://github.com/rust-lang/regex/issues/945): 17 1.7.0 (2022-11-05) 23 * [FEATURE #832](https://github.com/rust-lang/regex/issues/916): 27 1.6.0 (2022-07-05) 33 * [FEATURE #832](https://github.com/rust-lang/regex/pull/832): 35 * [FEATURE #857](https://github.com/rust-lang/regex/pull/857): 37 * [FEATURE #861](https://github.com/rust-lang/regex/pull/861): 39 * [FEATURE #877](https://github.com/rust-lang/regex/issues/877): [all …]
|
| /third_party/rust/rust/compiler/rustc_codegen_gcc/ |
| D | Cargo.lock | 6 name = "aho-corasick" 8 source = "registry+https://github.com/rust-lang/crates.io-index" 17 source = "registry+https://github.com/rust-lang/crates.io-index" 21 name = "cfg-if" 23 source = "registry+https://github.com/rust-lang/crates.io-index" 29 source = "registry+https://github.com/rust-lang/crates.io-index" 54 source = "registry+https://github.com/rust-lang/crates.io-index" 57 "unicode-width", 63 source = "registry+https://github.com/rust-lang/crates.io-index" 66 "cfg-if", [all …]
|
| /third_party/rust/rust/src/tools/clippy/book/src/development/infrastructure/ |
| D | sync.md | 1 # Syncing changes between Clippy and [`rust-lang/rust`] 5 In the `rust-lang/rust` repository, where rustc resides, there's a copy of 11 `rust-lang/rust` repository. 13 To avoid flooding the `rust-lang/rust` PR queue, this two-way sync process is 14 done in a bi-weekly basis if there's no urgent changes. This is done starting on 15 the day of the Rust stable release and then every other week. That way we 19 2020-08-27. 22 information about `subtree`s in the Rust repository see [the rustc-dev-guide][subtree]. 24 ## Patching git-subtree to work with big repos 26 Currently, there's a bug in `git-subtree` that prevents it from working properly [all …]
|
12345678910>>...46