File tree
1,057 files changed
+9676
-1327
lines changed- compiler
- rustc_ast/src
- rustc_borrowck/src
- rustc_codegen_cranelift/src/debuginfo
- rustc_codegen_llvm/src/debuginfo
- rustc_const_eval/src
- const_eval
- interpret
- util
- rustc_data_structures/src
- sync
- rustc_errors/src
- rustc_hir_analysis/src
- astconv
- collect
- rustc_hir/src
- rustc_lint/src
- rustc_llvm/llvm-wrapper
- rustc_metadata/src/rmeta
- rustc_middle/src
- dep_graph
- mir/interpret
- query
- rustc_mir_build/src
- build/custom
- parse
- thir/pattern
- rustc_mir_dataflow/src/framework
- rustc_mir_transform/src
- coverage
- rustc_monomorphize
- src
- rustc_parse/src
- parser
- rustc_query_impl
- rustc_query_system/src/ich
- rustc_smir/src
- rustc_internal
- rustc_smir
- stable_mir
- rustc_span/src
- analyze_source_file
- source_map
- rustc_trait_selection/src
- solve
- assembly
- traits
- error_reporting
- select
- rustc_traits
- rustc_transmute/src
- layout
- maybe_transmutable
- library
- core/src
- intrinsics
- num/dec2flt
- ops
- ptr
- std/src
- io
- buffered
- error
- os
- unix
- wasi
- sys
- hermit
- unix
- process
- windows
- src
- bootstrap
- ci/docker/host-x86_64/dist-x86_64-linux
- librustdoc
- html
- static/js
- tools
- clippy
- clippy_lints/src
- clippy_utils/src
- tests
- ui-toml
- absolute_paths
- allow_mixed_uninlined_format_args
- arithmetic_side_effects_allowed
- array_size_threshold
- await_holding_invalid_type
- conf_deprecated_key
- dbg_macro
- disallowed_macros
- disallowed_names_append
- disallowed_names_replace
- doc_valid_idents_append
- doc_valid_idents_replace
- excessive_nesting
- expect_used
- fn_params_excessive_bools
- functions_maxlines
- ifs_same_cond
- large_futures
- large_include_file
- lint_decimal_readability
- min_ident_chars
- min_rust_version
- missing_enforced_import_rename
- module_inception
- nonstandard_macro_braces
- print_macro
- pub_crate_missing_docs
- semicolon_block
- strict_non_send_fields_in_send_ty
- struct_excessive_bools
- suppress_lint_in_const
- toml_disallowed_methods
- toml_disallowed_types
- toml_disallow
- toml_trivially_copy
- undocumented_unsafe_blocks
- unwrap_used
- upper_case_acronyms_aggressive
- vec_box_sized
- ui
- cmp_owned
- crashes
- crate_level_checks
- declare_interior_mutable_const
- doc
- manual_memcpy
- missing_const_for_fn
- needless_bool
- out_of_bounds_indexing
- pattern_type_mismatch
- rc_clone_in_vec_init
- should_impl_trait
- size_of_in_element_count
- compiletest/src
- coverage-dump
- src
- parser
- miri
- miri-script/src
- src
- borrow_tracker
- stacked_borrows
- tree_borrows
- concurrency
- shims
- intrinsics
- unix
- android
- linux
- macos
- windows
- opt-dist/src
- environment
- utils
- rustfmt/src/parse
- tests
- coverage-map
- status-quo
- mir-opt
- building/custom
- rustdoc-gui
- ui-fulldeps
- plugin
- session-diagnostic
- stable-mir
- ui
- async-await
- closures/2229_closure_analysis/match
- consts/const-eval
- impl-trait/in-trait
- implied-bounds
- lint
- force-warn
- unused
- macros
- match
- object-safety
- parser
- pattern/usefulness
- auxiliary
- rfcs/rfc-2008-non-exhaustive
- rmeta
- auxiliary
- traits/new-solver
- transmute
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
1,057 files changed
+9676
-1327
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
722 | 722 | | |
723 | 723 | | |
724 | 724 | | |
| 725 | + | |
| 726 | + | |
| 727 | + | |
| 728 | + | |
| 729 | + | |
| 730 | + | |
| 731 | + | |
| 732 | + | |
| 733 | + | |
| 734 | + | |
| 735 | + | |
| 736 | + | |
725 | 737 | | |
726 | 738 | | |
727 | 739 | | |
| |||
2041 | 2053 | | |
2042 | 2054 | | |
2043 | 2055 | | |
| 2056 | + | |
| 2057 | + | |
| 2058 | + | |
| 2059 | + | |
| 2060 | + | |
| 2061 | + | |
2044 | 2062 | | |
2045 | 2063 | | |
2046 | 2064 | | |
| |||
4228 | 4246 | | |
4229 | 4247 | | |
4230 | 4248 | | |
4231 | | - | |
4232 | 4249 | | |
4233 | 4250 | | |
4234 | 4251 | | |
| |||
4437 | 4454 | | |
4438 | 4455 | | |
4439 | 4456 | | |
4440 | | - | |
4441 | 4457 | | |
4442 | 4458 | | |
4443 | 4459 | | |
4444 | 4460 | | |
4445 | 4461 | | |
4446 | | - | |
4447 | 4462 | | |
4448 | | - | |
4449 | 4463 | | |
4450 | 4464 | | |
4451 | 4465 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | | - | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
224 | 220 | | |
225 | 221 | | |
226 | 222 | | |
| |||
265 | 261 | | |
266 | 262 | | |
267 | 263 | | |
268 | | - | |
| 264 | + | |
| 265 | + | |
269 | 266 | | |
270 | | - | |
271 | | - | |
| 267 | + | |
272 | 268 | | |
273 | 269 | | |
274 | 270 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
603 | 603 | | |
604 | 604 | | |
605 | 605 | | |
606 | | - | |
| 606 | + | |
607 | 607 | | |
608 | 608 | | |
609 | 609 | | |
| |||
673 | 673 | | |
674 | 674 | | |
675 | 675 | | |
676 | | - | |
| 676 | + | |
677 | 677 | | |
678 | 678 | | |
679 | 679 | | |
| |||
784 | 784 | | |
785 | 785 | | |
786 | 786 | | |
787 | | - | |
| 787 | + | |
788 | 788 | | |
789 | 789 | | |
790 | 790 | | |
| |||
Lines changed: 2 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
85 | 86 | | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
| 87 | + | |
91 | 88 | | |
92 | 89 | | |
93 | 90 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
270 | | - | |
| 270 | + | |
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
| 150 | + | |
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| |||
370 | 370 | | |
371 | 371 | | |
372 | 372 | | |
373 | | - | |
| 373 | + | |
374 | 374 | | |
375 | 375 | | |
376 | 376 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments