This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
File tree
861 files changed
+30157
-7055
lines changed- compiler/rustc_errors/src
- src/tools/clippy/tests
- ui
- checked_unwrap
- cmp_owned
- crashes
- crate_level_checks
- doc
- manual_memcpy
- needless_bool
- ui-toml
- array_size_threshold
- decimal_literal_representation
- explicit_iter_loop
- large_futures
- large_types_passed_by_value
- lint_decimal_readability
- manual_let_else
- min_rust_version
- missing_enforced_import_rename
- nonstandard_macro_braces
- toml_trivially_copy
- toml_unknown_key
- too_large_for_stack
- unnecessary_box_returns
- unwrap_used
- upper_case_acronyms_aggressive
- useless_vec
- vec_box_sized
- verbose_bit_mask
- wildcard_imports
- wildcard_imports_whitelist
- tests
- rustdoc-ui
- doctest
- lints
- ui
- argument-suggestions
- array-slice-vec
- associated-item
- associated-types
- async-await
- in-trait
- blind
- borrowck
- cast
- closures
- 2229_closure_analysis
- diagnostics
- coercion
- compare-method
- compiletest-self-test
- conditional-compilation
- confuse-field-and-method
- const-generics
- adt_const_params
- early
- generic_arg_infer
- generic_const_exprs
- const_kind_expr
- consts
- const-blocks
- coroutine
- cross-crate
- delegation
- deprecation
- derives
- did_you_mean
- empty
- error-codes
- errors
- expr
- if
- feature-gates
- fmt
- fn
- generic-associated-types
- parse
- generic-const-items
- generics
- hygiene
- impl-trait
- explicit-generic-args-with-impl-trait
- in-trait
- imports
- indexing
- issues
- issue-57741-dereference-boxed-value
- label
- late-bound-lifetimes
- let-else
- lifetimes
- lifetime-errors
- lint
- force-warn
- non-local-defs
- non-snake-case
- liveness/liveness-assign
- loops
- macros
- macro-metavar-expr-concat
- rfc-3086-metavar-expr
- match
- ref_pat_eat_one_layer_2024
- methods
- mismatched_types
- nll
- object-safety
- parser
- issues
- issue-87217-keyword-order
- raw
- recover
- removed-syntax
- pattern
- proc-macro
- regions
- resolve
- return
- rfcs
- rfc-2005-default-binding-mode
- rfc-2632-const-trait-impl
- effects
- rust-2021
- rust-2024
- self
- span
- specialization
- stability-attribute
- structs
- suggestions
- target-feature
- traits
- associated_type_bound
- object
- transmutability
- try-block
- tuple
- type
- type-alias-enum-variants
- type-alias-impl-trait
- typeck
- ufcs
- unboxed-closures
- unsafe
- variance
- ui-fulldeps/session-diagnostic
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
861 files changed
+30157
-7055
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
9 | 13 |
| |
10 | 14 |
| |
11 | 15 |
| |
12 | 16 |
| |
13 | 17 |
| |
14 |
| - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
15 | 24 |
| |
16 | 25 |
| |
17 | 26 |
| |
18 | 27 |
| |
19 | 28 |
| |
20 |
| - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
21 | 35 |
| |
22 | 36 |
| |
23 | 37 |
| |
24 | 38 |
| |
25 | 39 |
| |
26 |
| - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
27 | 46 |
| |
28 | 47 |
| |
29 | 48 |
| |
30 | 49 |
| |
31 | 50 |
| |
32 |
| - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
33 | 57 |
| |
34 | 58 |
| |
35 | 59 |
| |
36 | 60 |
| |
37 | 61 |
| |
38 |
| - | |
| 62 | + | |
39 | 63 |
| |
40 | 64 |
| |
41 | 65 |
| |
42 | 66 |
| |
43 | 67 |
| |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
44 | 72 |
| |
45 | 73 |
| |
46 | 74 |
| |
47 | 75 |
| |
48 | 76 |
| |
49 |
| - | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
50 | 83 |
| |
51 | 84 |
| |
52 | 85 |
| |
53 | 86 |
| |
54 | 87 |
| |
55 |
| - | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
56 | 94 |
| |
57 | 95 |
| |
58 | 96 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
9 | 13 |
| |
10 | 14 |
| |
11 | 15 |
| |
12 | 16 |
| |
13 | 17 |
| |
14 |
| - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
15 | 24 |
| |
16 | 25 |
| |
17 | 26 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
248 | 248 |
| |
249 | 249 |
| |
250 | 250 |
| |
251 |
| - | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
252 | 257 |
| |
253 | 258 |
| |
254 | 259 |
|
There was a problem loading the remainder of the diff.
0 commit comments