File tree
369 files changed
+3430
-3258
lines changed- compiler
- rustc_borrowck/src
- rustc_builtin_macros/src
- rustc_codegen_cranelift/src/driver
- rustc_codegen_ssa/src
- back
- debuginfo
- rustc_driver_impl/src
- rustc_expand
- src
- mbe
- rustc_feature/src
- rustc_hir_analysis/src
- check
- compare_impl_item
- coherence
- collect
- hir_ty_lowering
- rustc_hir_typeck/src
- fn_ctxt
- method
- rustc_infer/src/infer
- error_reporting
- relate
- rustc_interface/src
- rustc_lint
- src
- context
- rustc_lint_defs/src
- rustc_middle/src
- infer
- query
- ty
- consts
- print
- rustc_mir_build/src
- build
- coverageinfo
- custom
- parse
- expr
- matches
- rustc_mir_transform/src
- rustc_parse/src
- lexer
- parser
- rustc_passes/src
- rustc_resolve/src
- rustc_sanitizers/src/cfi/typeid/itanium_cxx_abi
- rustc_smir/src
- rustc_internal
- rustc_smir
- convert
- rustc_span/src
- rustc_trait_selection/src
- solve
- assembly
- normalizes_to
- traits
- error_reporting
- select
- rustc_traits/src
- rustc_ty_utils/src
- rustc_type_ir/src
- stable_mir/src
- mir
- library
- alloc
- src
- collections
- linked_list
- tests
- core
- src
- cell
- iter
- adapters
- mem
- prelude
- ptr
- slice
- sync
- tests
- iter/adapters
- portable-simd/crates/core_simd/src/simd/ptr
- proc_macro/src/bridge
- std/src
- collections/hash
- io/error
- os/unix/net
- prelude
- sync
- sys
- pal/unix
- thread_local
- fast_local
- thread
- src
- bootstrap
- src/core
- build_steps
- config
- ci/docker/host-x86_64/dist-various-2
- doc
- rustc/src
- platform-support
- unstable-book/src
- compiler-flags
- language-features
- librustdoc
- clean
- html
- passes/lint
- tools
- clippy
- clippy_lints/src
- doc
- methods
- clippy_utils/src
- compiletest/src
- miri/tests/fail
- opt-dist/src
- run-make-support/src
- rustfmt/src/parse
- macros
- tidy/src
- tests
- crashes
- run-make
- compiler-builtins
- incr-prev-body-beyond-eof
- notify-all-emit-artifacts
- print-check-cfg
- resolve-rename
- suspicious-library
- windows-binary-no-external-deps
- run-make-fulldeps
- hotplug_codegen_backend
- pretty-expanded
- run-pass-valgrind
- unsized-locals
- rustdoc
- inline_cross
- rustdoc-js
- auxiliary
- rustdoc-json
- lifetime
- type
- unions
- rustdoc-ui
- ui
- associated-inherent-types
- borrowck
- const-generics
- adt_const_params
- generic_const_exprs
- issues
- const_prop
- cross-crate
- auxiliary
- diagnostic_namespace/do_not_recommend
- feature-gates
- generic-associated-types
- impl-trait
- alias-liveness
- in-trait
- issues
- issues
- layout
- lifetimes
- linkage-attr
- macros
- object-safety
- parser
- issues
- recover
- polymorphization
- privacy
- proc-macro
- resolve
- rfcs/rfc-2632-const-trait-impl/effects
- suggestions
- traits
- associated_type_bound
- vtable
- transmutability
- where-clauses
- ui-fulldeps
- stable-mir
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
369 files changed
+3430
-3258
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
125 | 125 |
| |
126 | 126 |
| |
127 | 127 |
| |
128 |
| - | |
129 |
| - | |
| 128 | + | |
| 129 | + | |
130 | 130 |
| |
131 | 131 |
| |
132 | 132 |
| |
| |||
144 | 144 |
| |
145 | 145 |
| |
146 | 146 |
| |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
147 | 157 |
| |
148 | 158 |
| |
149 | 159 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 |
| - | |
| 32 | + | |
| 33 | + | |
33 | 34 |
| |
34 | 35 |
| |
35 | 36 |
| |
| |||
186 | 187 |
| |
187 | 188 |
| |
188 | 189 |
| |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
189 | 194 |
| |
190 | 195 |
| |
191 | 196 |
| |
| |||
408 | 413 |
| |
409 | 414 |
| |
410 | 415 |
| |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
411 | 420 |
| |
412 | 421 |
| |
413 | 422 |
| |
| |||
663 | 672 |
| |
664 | 673 |
| |
665 | 674 |
| |
666 |
| - | |
| 675 | + | |
| 676 | + | |
| 677 | + | |
| 678 | + | |
| 679 | + | |
667 | 680 |
| |
668 | 681 |
| |
669 | 682 |
| |
| |||
868 | 881 |
| |
869 | 882 |
| |
870 | 883 |
| |
871 |
| - | |
| 884 | + | |
| 885 | + | |
872 | 886 |
| |
873 | 887 |
| |
874 | 888 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
196 | 196 |
| |
197 | 197 |
| |
198 | 198 |
| |
199 |
| - | |
| 199 | + | |
200 | 200 |
| |
201 | 201 |
| |
202 | 202 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| 7 | + | |
7 | 8 |
| |
8 | 9 |
| |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
12 |
| - | |
| 13 | + | |
13 | 14 |
| |
14 | 15 |
| |
15 | 16 |
| |
16 |
| - | |
| 17 | + | |
17 | 18 |
| |
18 | 19 |
| |
19 | 20 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
16 | 15 |
| |
| 16 | + | |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
| |||
126 | 126 |
| |
127 | 127 |
| |
128 | 128 |
| |
129 |
| - | |
| 129 | + | |
130 | 130 |
| |
131 | 131 |
| |
132 | 132 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
288 | 288 |
| |
289 | 289 |
| |
290 | 290 |
| |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
291 | 314 |
| |
292 | 315 |
| |
293 | 316 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
717 | 717 |
| |
718 | 718 |
| |
719 | 719 |
| |
| 720 | + | |
| 721 | + | |
| 722 | + | |
| 723 | + | |
| 724 | + | |
| 725 | + | |
| 726 | + | |
| 727 | + | |
| 728 | + | |
| 729 | + | |
| 730 | + | |
| 731 | + | |
| 732 | + | |
| 733 | + | |
| 734 | + | |
| 735 | + | |
| 736 | + | |
| 737 | + | |
| 738 | + | |
| 739 | + | |
| 740 | + | |
| 741 | + | |
| 742 | + | |
720 | 743 |
| |
721 | 744 |
| |
722 | 745 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
324 | 324 |
| |
325 | 325 |
| |
326 | 326 |
| |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
327 | 340 |
| |
328 | 341 |
| |
329 | 342 |
| |
330 |
| - | |
331 |
| - | |
332 |
| - | |
333 |
| - | |
334 |
| - | |
335 |
| - | |
336 |
| - | |
337 |
| - | |
338 |
| - | |
339 |
| - | |
340 |
| - | |
341 |
| - | |
342 | 343 |
| |
343 | 344 |
| |
344 | 345 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
263 | 263 |
| |
264 | 264 |
| |
265 | 265 |
| |
266 |
| - | |
| 266 | + | |
267 | 267 |
| |
268 | 268 |
| |
269 | 269 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
106 | 106 |
| |
107 | 107 |
| |
108 | 108 |
| |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
109 | 127 |
| |
110 | 128 |
| |
111 | 129 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
| 35 | + | |
35 | 36 |
| |
36 | 37 |
| |
37 | 38 |
| |
| |||
814 | 815 |
| |
815 | 816 |
| |
816 | 817 |
| |
817 |
| - | |
818 |
| - | |
819 |
| - | |
820 |
| - | |
821 |
| - | |
822 |
| - | |
823 |
| - | |
| 818 | + | |
| 819 | + | |
| 820 | + | |
| 821 | + | |
| 822 | + | |
| 823 | + | |
| 824 | + | |
| 825 | + | |
| 826 | + | |
| 827 | + | |
| 828 | + | |
824 | 829 |
| |
825 | 830 |
| |
826 | 831 |
| |
| |||
1260 | 1265 |
| |
1261 | 1266 |
| |
1262 | 1267 |
| |
1263 |
| - | |
1264 |
| - | |
| 1268 | + | |
| 1269 | + | |
1265 | 1270 |
| |
1266 |
| - | |
| 1271 | + | |
1267 | 1272 |
| |
1268 |
| - | |
| 1273 | + | |
| 1274 | + | |
1269 | 1275 |
| |
1270 | 1276 |
| |
1271 | 1277 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
7 | 6 |
| |
8 | 7 |
| |
9 | 8 |
| |
| |||
70 | 69 |
| |
71 | 70 |
| |
72 | 71 |
| |
73 |
| - | |
74 |
| - | |
75 |
| - | |
76 |
| - | |
77 |
| - | |
| 72 | + | |
78 | 73 |
| |
79 | 74 |
| |
80 | 75 |
| |
| |||
152 | 147 |
| |
153 | 148 |
| |
154 | 149 |
| |
155 |
| - | |
156 |
| - | |
| 150 | + | |
157 | 151 |
| |
158 | 152 |
| |
159 | 153 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
124 | 124 |
| |
125 | 125 |
| |
126 | 126 |
| |
| 127 | + | |
| 128 | + | |
| 129 | + | |
127 | 130 |
| |
128 | 131 |
| |
129 | 132 |
| |
|
0 commit comments