File tree
614 files changed
+12298
-3433
lines changed- compiler
- rustc_abi/src
- rustc_ast_lowering/src
- rustc_borrowck
- src
- diagnostics
- region_infer
- type_check
- rustc_codegen_cranelift
- docs
- patches
- scripts
- src
- debuginfo
- intrinsics
- rustc_codegen_gcc/src
- rustc_codegen_llvm
- src
- back
- coverageinfo
- debuginfo
- llvm
- rustc_codegen_ssa/src
- back
- mir
- traits
- rustc_const_eval/src
- interpret
- transform
- rustc_data_structures/src
- sync
- rustc_driver_impl/src
- rustc_error_codes/src/error_codes
- rustc_errors/src
- rustc_expand/src
- rustc_hir_analysis
- src
- astconv
- check
- compare_impl_item
- coherence
- collect
- rustc_hir_typeck/src
- fn_ctxt
- generator_interior
- rustc_incremental/src/persist
- rustc_infer/src/infer
- canonical
- rustc_interface/src
- rustc_lint_defs/src
- rustc_lint
- src
- rustc_llvm/llvm-wrapper
- rustc_metadata/src
- rmeta
- decoder
- rustc_middle/src
- dep_graph
- hir/map
- infer
- mir
- interpret
- query
- ty
- consts
- print
- rustc_mir_build/src/build
- custom
- matches
- rustc_mir_dataflow/src
- rustc_mir_transform
- src
- coverage
- rustc_parse_format
- src
- rustc_parse/src/parser
- rustc_passes
- src
- rustc_privacy/src
- rustc_query_system/src
- dep_graph
- ich
- query
- rustc_resolve
- src
- rustc_serialize/src
- rustc_session/src
- rustc_smir/src
- rustc_internal
- rustc_smir
- stable_mir
- mir
- rustc_span/src
- source_map
- rustc_target/src/abi/call
- rustc_trait_selection
- src
- solve
- traits
- error_reporting
- select
- rustc_ty_utils/src
- rustc_type_ir/src
- library
- core/src
- char
- mem
- ptr
- std/src
- io
- sys
- unix
- process
- unsupported
- windows
- src
- bootstrap
- builder
- ci
- docker/host-x86_64
- dist-various-2
- wasm32
- doc
- rustc/src
- platform-support
- rustdoc/src
- write-documentation
- unstable-book/src/compiler-flags
- librustdoc
- clean
- formats
- html
- render
- static/js
- templates
- json
- passes
- lint
- tools
- clippy
- clippy_lints
- src
- clippy_utils/src
- tests
- ui
- doc
- miri
- src
- bin
- tests
- fail
- function_pointers
- validity
- pass/function_calls
- tests
- codegen
- issues
- repr
- sanitizer
- mir-opt
- building
- const_prop
- dataflow-const-prop
- pre-codegen
- sroa
- run-make-fulldeps
- issue-19371
- obtain-borrowck
- run-make
- compressed-debuginfo
- lto-linkage-used-attr
- pdb-buildinfo-cl-cmd
- print-cfg
- rustdoc-gui
- rustdoc
- auxiliary
- const-generics
- ui-fulldeps
- plugin
- stable-mir
- ui
- abi
- associated-consts
- associated-type-bounds/return-type-notation
- associated-types
- async-await
- in-trait
- return-type-notation
- borrowck
- coherence
- const-generics
- early
- generic_const_exprs
- issues
- consts
- cross
- drop-bounds
- dst
- dyn-star
- error-codes
- feature-gates
- fn
- generic-associated-types
- generics
- higher-ranked/trait-bounds/normalize-under-binder
- impl-trait
- in-trait
- auxiliary
- issues
- layout
- lifetimes
- linkage-attr
- lint
- namespace
- never_type
- on-unimplemented
- parser
- issues
- shebang
- pattern
- privacy
- proc-macro
- pub
- resolve
- rfcs/rfc-2632-const-trait-impl/effects
- sanitize
- span
- specialization
- suggestions
- thir-print
- trait-bounds
- traits
- bound
- new-solver
- non_lifetime_binders
- object
- suggest-dereferences
- trivial-bounds
- type-alias-impl-trait
- type
- union
- unsafe
- unsized
- wf
- where-clauses
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
614 files changed
+12298
-3433
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
208 | 212 | | |
209 | 213 | | |
210 | 214 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
558 | 558 | | |
559 | 559 | | |
560 | 560 | | |
561 | | - | |
562 | 561 | | |
563 | 562 | | |
564 | 563 | | |
| |||
4175 | 4174 | | |
4176 | 4175 | | |
4177 | 4176 | | |
4178 | | - | |
| 4177 | + | |
4179 | 4178 | | |
4180 | 4179 | | |
4181 | 4180 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1300 | 1300 | | |
1301 | 1301 | | |
1302 | 1302 | | |
1303 | | - | |
| 1303 | + | |
1304 | 1304 | | |
1305 | 1305 | | |
1306 | 1306 | | |
1307 | 1307 | | |
1308 | 1308 | | |
| 1309 | + | |
| 1310 | + | |
| 1311 | + | |
| 1312 | + | |
| 1313 | + | |
| 1314 | + | |
1309 | 1315 | | |
1310 | 1316 | | |
1311 | 1317 | | |
| |||
1348 | 1354 | | |
1349 | 1355 | | |
1350 | 1356 | | |
| 1357 | + | |
| 1358 | + | |
| 1359 | + | |
| 1360 | + | |
| 1361 | + | |
| 1362 | + | |
| 1363 | + | |
| 1364 | + | |
| 1365 | + | |
| 1366 | + | |
| 1367 | + | |
| 1368 | + | |
| 1369 | + | |
| 1370 | + | |
| 1371 | + | |
| 1372 | + | |
| 1373 | + | |
1351 | 1374 | | |
1352 | 1375 | | |
1353 | 1376 | | |
| |||
1686 | 1709 | | |
1687 | 1710 | | |
1688 | 1711 | | |
| 1712 | + | |
| 1713 | + | |
| 1714 | + | |
| 1715 | + | |
| 1716 | + | |
| 1717 | + | |
| 1718 | + | |
| 1719 | + | |
| 1720 | + | |
| 1721 | + | |
| 1722 | + | |
| 1723 | + | |
| 1724 | + | |
| 1725 | + | |
| 1726 | + | |
| 1727 | + | |
1689 | 1728 | | |
1690 | 1729 | | |
1691 | 1730 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
10 | | - | |
11 | | - | |
| 9 | + | |
12 | 10 | | |
13 | 11 | | |
14 | 12 | | |
15 | 13 | | |
16 | | - | |
17 | | - | |
| 14 | + | |
| 15 | + | |
18 | 16 | | |
19 | 17 | | |
20 | 18 | | |
| |||
25 | 23 | | |
26 | 24 | | |
27 | 25 | | |
28 | | - | |
29 | | - | |
30 | 26 | | |
31 | 27 | | |
32 | | - | |
| 28 | + | |
33 | 29 | | |
34 | | - | |
35 | | - | |
| 30 | + | |
36 | 31 | | |
37 | 32 | | |
38 | 33 | | |
| |||
42 | 37 | | |
43 | 38 | | |
44 | 39 | | |
45 | | - | |
46 | | - | |
| 40 | + | |
47 | 41 | | |
48 | 42 | | |
49 | 43 | | |
| |||
79 | 73 | | |
80 | 74 | | |
81 | 75 | | |
82 | | - | |
| 76 | + | |
83 | 77 | | |
84 | | - | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
85 | 82 | | |
86 | | - | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
671 | 671 | | |
672 | 672 | | |
673 | 673 | | |
674 | | - | |
675 | | - | |
| 674 | + | |
676 | 675 | | |
677 | 676 | | |
678 | 677 | | |
| |||
771 | 770 | | |
772 | 771 | | |
773 | 772 | | |
774 | | - | |
| 773 | + | |
775 | 774 | | |
776 | 775 | | |
777 | 776 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
| 169 | + | |
| 170 | + | |
169 | 171 | | |
170 | 172 | | |
171 | 173 | | |
| |||
Lines changed: 37 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2130 | 2130 | | |
2131 | 2131 | | |
2132 | 2132 | | |
2133 | | - | |
| 2133 | + | |
| 2134 | + | |
| 2135 | + | |
2134 | 2136 | | |
2135 | 2137 | | |
2136 | 2138 | | |
| 2139 | + | |
2137 | 2140 | | |
2138 | 2141 | | |
2139 | | - | |
2140 | | - | |
| 2142 | + | |
| 2143 | + | |
2141 | 2144 | | |
2142 | 2145 | | |
2143 | 2146 | | |
2144 | 2147 | | |
2145 | | - | |
| 2148 | + | |
2146 | 2149 | | |
2147 | 2150 | | |
| 2151 | + | |
| 2152 | + | |
| 2153 | + | |
2148 | 2154 | | |
2149 | 2155 | | |
2150 | 2156 | | |
| |||
2162 | 2168 | | |
2163 | 2169 | | |
2164 | 2170 | | |
| 2171 | + | |
2165 | 2172 | | |
2166 | 2173 | | |
| 2174 | + | |
| 2175 | + | |
| 2176 | + | |
| 2177 | + | |
| 2178 | + | |
| 2179 | + | |
| 2180 | + | |
| 2181 | + | |
| 2182 | + | |
| 2183 | + | |
| 2184 | + | |
| 2185 | + | |
2167 | 2186 | | |
2168 | 2187 | | |
2169 | 2188 | | |
2170 | 2189 | | |
2171 | 2190 | | |
2172 | | - | |
2173 | | - | |
2174 | | - | |
2175 | | - | |
2176 | | - | |
2177 | | - | |
2178 | | - | |
2179 | | - | |
2180 | | - | |
| 2191 | + | |
| 2192 | + | |
| 2193 | + | |
| 2194 | + | |
| 2195 | + | |
| 2196 | + | |
| 2197 | + | |
| 2198 | + | |
| 2199 | + | |
| 2200 | + | |
| 2201 | + | |
| 2202 | + | |
| 2203 | + | |
| 2204 | + | |
2181 | 2205 | | |
2182 | 2206 | | |
2183 | 2207 | | |
| |||
0 commit comments