File tree
857 files changed
+10886
-6885
lines changed- .github/workflows
- compiler
- rustc_ast_lowering/src
- rustc_ast_passes/src
- rustc_ast/src
- rustc_attr/src
- rustc_borrowck/src
- type_check
- rustc_codegen_llvm/src
- back
- debuginfo
- rustc_codegen_ssa
- src/back
- rustc_const_eval
- src
- check_consts
- const_eval
- interpret
- rustc_errors
- src
- markdown
- rustc_expand/src
- rustc_feature/src
- rustc_fluent_macro
- src
- rustc_hir_analysis/src
- check
- compare_impl_item
- collect
- type_of
- hir_ty_lowering
- variance
- rustc_hir_typeck/src
- fn_ctxt
- method
- rustc_hir/src
- rustc_incremental
- src
- persist
- rustc_index/src
- rustc_infer/src/infer
- rustc_interface/src
- rustc_lint_defs/src
- rustc_lint
- src
- rustc_llvm
- llvm-wrapper
- rustc_metadata/src
- rmeta
- rustc_middle/src
- middle
- mir
- interpret
- traits
- ty
- print
- rustc_mir_build
- src
- build
- expr
- thir
- cx
- pattern
- rustc_mir_transform/src
- rustc_monomorphize/src
- rustc_parse/src
- parser
- rustc_passes
- src
- rustc_query_impl/src
- rustc_query_system/src/dep_graph
- rustc_resolve/src
- rustc_sanitizers/src/cfi/typeid/itanium_cxx_abi
- rustc_smir/src/rustc_smir
- rustc_span/src
- rustc_target/src/abi/call
- rustc_trait_selection/src
- error_reporting
- infer
- nice_region_error
- traits
- traits
- rustc_transmute/src
- layout
- maybe_transmutable
- rustc_ty_utils/src
- rustc_type_ir
- src
- search_graph
- library
- alloc
- src
- vec
- tests
- core
- src
- alloc
- ascii
- cell
- ffi
- fmt
- iter
- sources
- traits
- mem
- num
- ptr
- str
- tests
- fmt
- num
- profiler_builtins
- std
- src
- os
- wasip2
- wasi
- sys_common
- sys/pal
- solid
- unix
- wasi
- windows
- src
- bootstrap
- src
- bin
- core
- build_steps
- config
- utils
- ci/docker/scripts
- doc/rustc/src
- platform-support
- librustdoc
- clean
- doctest
- html
- render
- ordered_json
- sorted_template
- static
- css
- js
- passes
- lint
- tools
- clippy
- .cargo
- .github
- workflows
- book/src
- development
- clippy_config
- src
- clippy_dev/src
- clippy_lints
- src
- attrs
- cargo
- casts
- doc
- functions
- loops
- matches
- methods
- misc_early
- operators
- unit_types
- utils
- internal_lints
- clippy_utils
- src
- declare_clippy_lint/src
- lintcheck/src
- tests
- ui-toml
- absolute_paths
- allow_crates
- allow_long
- auxiliary
- default
- disallow_crates
- no_short
- macro_metavars_in_unsafe/default
- ui
- checked_unwrap
- crashes
- declare_interior_mutable_const
- doc
- util/gh-pages
- linkchecker
- lint-docs/src
- miri
- src/concurrency
- tests
- fail
- function_calls
- intrinsics
- panic
- panic
- function_calls
- pass/panic
- run-make-support
- src
- tidy/src
- tests
- assembly
- codegen
- intrinsics
- sanitizer
- cfi
- kcfi
- crashes
- debuginfo
- incremental
- run-make
- crate-loading
- debugger-visualizer-dep-info
- libtest-junit
- libtest-thread-limit
- msvc-wholearchive
- remove-dir-all-race
- x86_64-fortanix-unknown-sgx-lvi
- rustdoc-gui
- rustdoc-js-std
- rustdoc-json
- rustdoc
- ui-fulldeps
- internal-lints
- stable-mir
- ui
- async-await/multiple-lifetimes
- attributes
- borrowck
- alias-liveness
- coercion
- coherence/negative-coherence
- const-generics
- early
- generic_const_exprs
- consts
- const-eval
- const-extern-fn
- min_const_fn
- static-default-lifetime
- delegation
- drop
- dst
- dyn-keyword
- error-codes
- extern
- feature-gates
- generic-associated-types
- impl-trait
- alias-liveness
- in-trait
- precise-capturing
- implied-bounds
- imports
- auxiliary
- internal
- issues
- lifetimes
- lint
- nll
- member-constraints
- polonius
- ty-outlives
- or-patterns
- parser
- attribute
- issues
- pattern
- usefulness
- integer-ranges
- reachable
- regions
- repr
- resolve
- return
- rfcs
- rfc-0000-never_patterns
- rfc-2008-non-exhaustive
- uninhabited
- rfc-2294-if-let-guard
- rfc-2632-const-trait-impl
- sanitizer/cfi
- self
- sized
- specialization
- min_specialization
- suggestions
- lifetimes
- traits/object
- transmutability
- arrays
- malformed-program-gracefulness
- structs/repr
- try-trait
- type-alias-impl-trait
- typeck/issue-114918
- uninhabited
- unsized
- variance
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
857 files changed
+10886
-6885
lines changedLines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
67 | 71 | | |
68 | 72 | | |
69 | 73 | | |
| |||
74 | 78 | | |
75 | 79 | | |
76 | 80 | | |
| 81 | + | |
77 | 82 | | |
78 | 83 | | |
79 | 84 | | |
| |||
119 | 124 | | |
120 | 125 | | |
121 | 126 | | |
122 | | - | |
| 127 | + | |
123 | 128 | | |
124 | 129 | | |
125 | 130 | | |
| |||
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
60 | 62 | | |
61 | 63 | | |
62 | 64 | | |
| |||
Lines changed: 15 additions & 30 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | 97 | | |
108 | 98 | | |
109 | 99 | | |
| |||
205 | 195 | | |
206 | 196 | | |
207 | 197 | | |
208 | | - | |
| 198 | + | |
209 | 199 | | |
210 | | - | |
| 200 | + | |
211 | 201 | | |
212 | 202 | | |
213 | 203 | | |
| |||
420 | 410 | | |
421 | 411 | | |
422 | 412 | | |
423 | | - | |
| 413 | + | |
424 | 414 | | |
425 | | - | |
426 | | - | |
427 | | - | |
428 | | - | |
| 415 | + | |
429 | 416 | | |
430 | 417 | | |
431 | 418 | | |
| |||
549 | 536 | | |
550 | 537 | | |
551 | 538 | | |
| 539 | + | |
552 | 540 | | |
553 | 541 | | |
554 | 542 | | |
| |||
562 | 550 | | |
563 | 551 | | |
564 | 552 | | |
| 553 | + | |
565 | 554 | | |
566 | 555 | | |
567 | 556 | | |
| |||
576 | 565 | | |
577 | 566 | | |
578 | 567 | | |
579 | | - | |
580 | 568 | | |
581 | 569 | | |
582 | 570 | | |
| |||
608 | 596 | | |
609 | 597 | | |
610 | 598 | | |
611 | | - | |
612 | 599 | | |
613 | 600 | | |
614 | 601 | | |
| |||
627 | 614 | | |
628 | 615 | | |
629 | 616 | | |
630 | | - | |
631 | 617 | | |
632 | 618 | | |
633 | 619 | | |
| |||
2240 | 2226 | | |
2241 | 2227 | | |
2242 | 2228 | | |
2243 | | - | |
| 2229 | + | |
2244 | 2230 | | |
2245 | | - | |
| 2231 | + | |
| 2232 | + | |
| 2233 | + | |
| 2234 | + | |
2246 | 2235 | | |
2247 | 2236 | | |
2248 | 2237 | | |
| |||
3139 | 3128 | | |
3140 | 3129 | | |
3141 | 3130 | | |
| 3131 | + | |
3142 | 3132 | | |
3143 | 3133 | | |
3144 | 3134 | | |
| |||
3211 | 3201 | | |
3212 | 3202 | | |
3213 | 3203 | | |
3214 | | - | |
3215 | | - | |
3216 | | - | |
3217 | | - | |
3218 | | - | |
3219 | | - | |
3220 | 3204 | | |
3221 | 3205 | | |
3222 | 3206 | | |
| |||
3642 | 3626 | | |
3643 | 3627 | | |
3644 | 3628 | | |
3645 | | - | |
| 3629 | + | |
3646 | 3630 | | |
3647 | 3631 | | |
3648 | 3632 | | |
| |||
3702 | 3686 | | |
3703 | 3687 | | |
3704 | 3688 | | |
3705 | | - | |
| 3689 | + | |
3706 | 3690 | | |
3707 | 3691 | | |
3708 | 3692 | | |
| |||
4552 | 4536 | | |
4553 | 4537 | | |
4554 | 4538 | | |
| 4539 | + | |
4555 | 4540 | | |
4556 | 4541 | | |
4557 | 4542 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| 146 | + | |
| 147 | + | |
146 | 148 | | |
147 | 149 | | |
148 | 150 | | |
| |||
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2902 | 2902 | | |
2903 | 2903 | | |
2904 | 2904 | | |
| 2905 | + | |
| 2906 | + | |
| 2907 | + | |
| 2908 | + | |
| 2909 | + | |
| 2910 | + | |
| 2911 | + | |
| 2912 | + | |
| 2913 | + | |
| 2914 | + | |
| 2915 | + | |
2905 | 2916 | | |
2906 | 2917 | | |
2907 | 2918 | | |
| |||
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
90 | | - | |
91 | | - | |
| 89 | + | |
| 90 | + | |
92 | 91 | | |
93 | 92 | | |
94 | 93 | | |
| |||
221 | 220 | | |
222 | 221 | | |
223 | 222 | | |
224 | | - | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
225 | 226 | | |
226 | 227 | | |
227 | 228 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | | - | |
| 187 | + | |
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
387 | 387 | | |
388 | 388 | | |
389 | 389 | | |
390 | | - | |
| 390 | + | |
391 | 391 | | |
392 | 392 | | |
393 | 393 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1421 | 1421 | | |
1422 | 1422 | | |
1423 | 1423 | | |
1424 | | - | |
| 1424 | + | |
1425 | 1425 | | |
1426 | 1426 | | |
1427 | 1427 | | |
| |||
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2358 | 2358 | | |
2359 | 2359 | | |
2360 | 2360 | | |
2361 | | - | |
| 2361 | + | |
2362 | 2362 | | |
2363 | 2363 | | |
2364 | 2364 | | |
| |||
2433 | 2433 | | |
2434 | 2434 | | |
2435 | 2435 | | |
2436 | | - | |
| 2436 | + | |
| 2437 | + | |
2437 | 2438 | | |
2438 | 2439 | | |
2439 | 2440 | | |
| |||
2464 | 2465 | | |
2465 | 2466 | | |
2466 | 2467 | | |
2467 | | - | |
| 2468 | + | |
2468 | 2469 | | |
2469 | 2470 | | |
2470 | 2471 | | |
| |||
0 commit comments