File tree
1,131 files changed
+6684
-3695
lines changed- .azure-pipelines
- steps
- src
- bootstrap
- builder
- ci/docker/scripts
- doc
- rustc/src
- codegen-options
- rustdoc/src
- unstable-book/src/language-features
- etc
- liballoc
- collections
- btree
- tests
- libcore
- char
- iter/traits
- mem
- ptr
- slice
- str
- tests
- fmt
- libproc_macro
- bridge
- librustc
- cfg
- dep_graph
- hir
- map
- infer
- canonical
- error_reporting
- lexical_region_resolve
- nll_relate
- opaque_types
- outlives
- region_constraints
- lint
- middle
- mir
- interpret
- query
- session
- config
- traits
- query
- type_op
- specialize
- ty
- query
- librustc_borrowck
- borrowck
- librustc_codegen_llvm
- back
- librustc_codegen_ssa
- back
- debuginfo
- mir
- traits
- librustc_codegen_utils
- librustc_data_structures
- binary_search_util
- graph
- implementation
- iterate
- scc
- vec_graph
- librustc_driver
- librustc_errors
- librustc_incremental
- persist
- librustc_interface
- librustc_lint
- librustc_macros/src
- librustc_metadata
- librustc_mir
- borrow_check
- nll
- constraints
- region_infer
- error_reporting
- type_check
- liveness
- build
- expr
- matches
- dataflow
- impls
- hair
- cx
- pattern
- interpret
- monomorphize
- transform
- util
- librustc_passes
- librustc_plugin
- librustc_privacy
- librustc_resolve
- librustc_target/spec
- librustc_traits
- chalk_context
- program_clauses
- lowering
- librustc_typeck
- check
- method
- coherence
- outlives
- variance
- librustdoc
- clean
- html
- passes
- libstd
- collections/hash
- sync/mpsc
- sys
- unix
- ext
- process
- windows
- libsyntax
- attr
- ext
- tt
- parse
- lexer
- util
- libsyntax_ext
- deriving/generic
- libsyntax_pos
- libunwind
- test
- codegen
- incremental
- add_private_fn_at_krate_root_cc
- change_add_field
- change_private_fn
- change_private_fn_cc
- change_private_impl_method
- change_private_impl_method_cc
- change_pub_inherent_method_body
- change_pub_inherent_method_sig
- hashes
- issue-49595
- remove_source_file
- thinlto
- run-make-fulldeps
- cross-lang-lto-pgo-smoketest
- pgo-gen
- pgo-gen-lto
- pgo-gen-no-imp-symbols
- pgo-use
- run-pass
- async-await
- generator
- issues
- packed
- panics
- rfcs/rfc-2151-raw-identifiers
- rustdoc
- rustdoc-ui
- coverage
- ui
- associated-const
- associated-type-bounds
- async-await
- issues
- multiple-lifetimes
- attributes
- borrowck
- check_match
- closure-expected-type
- codemap_tests
- coercion
- coherence
- conditional-compilation
- const-generics
- consts
- const-eval
- min_const_fn
- std
- deprecation
- dyn-keyword
- editions
- error-codes
- existential_types
- feature-gate
- feature-gates
- generator
- generic
- hello_world
- hygiene
- if
- impl-header-lifetime-elision
- impl-trait
- issues
- multiple-lifetimes
- imports
- extern-crate-self
- inference
- issues
- issue-38875
- lint
- loops
- macros
- macro-expanded-include
- malformed
- methods
- missing
- nll
- closure-requirements
- relate_tys
- ty-outlives
- user-annotations
- non_modrs_mods_and_inline_mods
- object-safety
- parser
- print-fuel
- print_type_sizes
- privacy
- restricted
- proc-macro
- auxiliary
- range
- reachable
- regions
- resolve
- rfc-0107-bind-by-move-pattern-guards
- rfc-2008-non-exhaustive
- uninhabited
- rfc-2093-infer-outlives
- rfc-2166-underscore-imports
- rfc-2306
- rfc-2497-if-let-chains
- rfc-2565-param-attrs
- rfc1598-generic-associated-types
- parse
- rust-2018
- uniform-paths
- save-analysis
- self
- single-use-lifetime
- span
- static
- suggestions
- test-shadowing
- traits
- trait-alias
- type
- type-alias-enum-variants
- typeck
- uninhabited
- union
- unreachable
- unsized-locals
- variance
- tools
- compiletest/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
1,131 files changed
+6684
-3695
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
138 | 138 |
| |
139 | 139 |
| |
140 | 140 |
| |
141 |
| - | |
142 |
| - | |
143 |
| - | |
| 141 | + | |
| 142 | + | |
144 | 143 |
| |
145 | 144 |
| |
146 | 145 |
| |
| |||
252 | 251 |
| |
253 | 252 |
| |
254 | 253 |
| |
255 |
| - | |
256 |
| - | |
257 |
| - | |
258 |
| - | |
259 |
| - | |
260 |
| - | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
261 | 258 |
| |
262 | 259 |
| |
263 | 260 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
11 | 18 |
| |
12 | 19 |
| |
13 | 20 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
167 | 167 |
| |
168 | 168 |
| |
169 | 169 |
| |
| 170 | + | |
| 171 | + | |
170 | 172 |
| |
171 | 173 |
| |
172 | 174 |
| |
|
+5-159
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
3 |
| - | |
4 |
| - | |
5 |
| - | |
6 |
| - | |
7 |
| - | |
8 |
| - | |
9 |
| - | |
| 2 | + | |
10 | 3 |
| |
11 |
| - | |
12 |
| - | |
13 |
| - | |
14 |
| - | |
15 |
| - | |
16 |
| - | |
17 |
| - | |
18 |
| - | |
19 |
| - | |
20 |
| - | |
21 |
| - | |
22 |
| - | |
23 |
| - | |
24 |
| - | |
25 |
| - | |
26 |
| - | |
27 |
| - | |
28 |
| - | |
29 |
| - | |
30 |
| - | |
31 |
| - | |
32 |
| - | |
33 |
| - | |
34 |
| - | |
35 |
| - | |
36 |
| - | |
37 |
| - | |
38 |
| - | |
39 |
| - | |
40 |
| - | |
41 |
| - | |
42 |
| - | |
43 |
| - | |
44 |
| - | |
45 |
| - | |
46 |
| - | |
47 |
| - | |
48 |
| - | |
49 |
| - | |
50 |
| - | |
51 |
| - | |
52 |
| - | |
53 |
| - | |
54 |
| - | |
55 |
| - | |
56 |
| - | |
57 |
| - | |
58 |
| - | |
59 |
| - | |
60 |
| - | |
61 |
| - | |
62 |
| - | |
63 |
| - | |
64 |
| - | |
65 |
| - | |
66 |
| - | |
67 |
| - | |
68 |
| - | |
69 |
| - | |
70 |
| - | |
71 |
| - | |
72 |
| - | |
73 |
| - | |
74 |
| - | |
75 |
| - | |
76 |
| - | |
77 |
| - | |
78 |
| - | |
79 |
| - | |
80 |
| - | |
81 |
| - | |
82 |
| - | |
83 |
| - | |
84 |
| - | |
85 |
| - | |
86 |
| - | |
87 |
| - | |
88 |
| - | |
89 |
| - | |
90 |
| - | |
91 |
| - | |
92 |
| - | |
93 |
| - | |
94 |
| - | |
95 |
| - | |
96 |
| - | |
97 |
| - | |
98 |
| - | |
99 |
| - | |
100 |
| - | |
101 |
| - | |
102 |
| - | |
103 |
| - | |
104 |
| - | |
105 |
| - | |
106 |
| - | |
107 |
| - | |
108 |
| - | |
109 |
| - | |
110 |
| - | |
111 |
| - | |
112 |
| - | |
113 |
| - | |
114 |
| - | |
115 |
| - | |
116 |
| - | |
117 |
| - | |
118 |
| - | |
119 |
| - | |
120 |
| - | |
121 |
| - | |
122 |
| - | |
123 |
| - | |
124 |
| - | |
125 |
| - | |
126 |
| - | |
127 |
| - | |
128 |
| - | |
129 |
| - | |
130 |
| - | |
131 |
| - | |
132 |
| - | |
133 |
| - | |
134 |
| - | |
135 |
| - | |
136 |
| - | |
137 |
| - | |
138 |
| - | |
139 |
| - | |
140 |
| - | |
141 |
| - | |
142 |
| - | |
143 |
| - | |
144 |
| - | |
145 |
| - | |
146 |
| - | |
147 |
| - | |
148 |
| - | |
149 |
| - | |
150 |
| - | |
151 |
| - | |
152 |
| - | |
153 |
| - | |
154 |
| - | |
155 |
| - | |
156 |
| - | |
157 |
| - | |
158 |
| - | |
159 |
| - | |
160 |
| - | |
161 |
| - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
162 | 8 |
| |
163 | 9 |
| |
164 | 10 |
|
+4-22
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1030 | 1030 |
| |
1031 | 1031 |
| |
1032 | 1032 |
| |
1033 |
| - | |
| 1033 | + | |
1034 | 1034 |
| |
1035 | 1035 |
| |
1036 | 1036 |
| |
| |||
1760 | 1760 |
| |
1761 | 1761 |
| |
1762 | 1762 |
| |
1763 |
| - | |
| 1763 | + | |
1764 | 1764 |
| |
1765 |
| - | |
1766 |
| - | |
1767 |
| - | |
1768 | 1765 |
| |
1769 | 1766 |
| |
1770 | 1767 |
| |
| |||
3450 | 3447 |
| |
3451 | 3448 |
| |
3452 | 3449 |
| |
3453 |
| - | |
| 3450 | + | |
3454 | 3451 |
| |
3455 | 3452 |
| |
3456 | 3453 |
| |
| |||
4038 | 4035 |
| |
4039 | 4036 |
| |
4040 | 4037 |
| |
4041 |
| - | |
4042 |
| - | |
4043 |
| - | |
4044 |
| - | |
4045 |
| - | |
4046 |
| - | |
4047 |
| - | |
4048 |
| - | |
4049 | 4038 |
| |
4050 | 4039 |
| |
4051 | 4040 |
| |
| |||
4124 | 4113 |
| |
4125 | 4114 |
| |
4126 | 4115 |
| |
4127 |
| - | |
4128 |
| - | |
4129 |
| - | |
4130 |
| - | |
4131 |
| - | |
4132 | 4116 |
| |
4133 | 4117 |
| |
4134 | 4118 |
| |
| |||
4388 | 4372 |
| |
4389 | 4373 |
| |
4390 | 4374 |
| |
4391 |
| - | |
| 4375 | + | |
4392 | 4376 |
| |
4393 | 4377 |
| |
4394 | 4378 |
| |
| |||
4552 | 4536 |
| |
4553 | 4537 |
| |
4554 | 4538 |
| |
4555 |
| - | |
4556 | 4539 |
| |
4557 | 4540 |
| |
4558 | 4541 |
| |
| |||
4562 | 4545 |
| |
4563 | 4546 |
| |
4564 | 4547 |
| |
4565 |
| - | |
4566 | 4548 |
| |
4567 | 4549 |
| |
4568 | 4550 |
| |
|
+3-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
309 | 309 |
| |
310 | 310 |
| |
311 | 311 |
| |
312 |
| - | |
313 |
| - | |
314 |
| - | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
315 | 315 |
| |
316 | 316 |
| |
317 | 317 |
| |
|
0 commit comments