This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree
58 files changed
+846
-190
lines changed- compiler
- rustc_borrowck/src/type_check
- liveness
- rustc_data_structures/src
- graph
- dominators
- iterate
- scc
- sync
- rustc_mir_build/src/build
- expr
- rustc_mir_transform/src
- rustc_parse_format/src
- rustc_serialize/src
- rustc_session/src
- stable_mir/src
- mir
- library
- proc_macro/src/bridge
- test/src
- term/terminfo
- src
- bootstrap/src/core/build_steps
- doc/unstable-book/src/compiler-flags
- tools
- compiletest/src
- runtest
- coverage-dump
- src
- run-make-support/src
- diff
- drop_bomb
- tests
- coverage/condition
- mir-opt/instsimplify
- run-make
- CURRENT_RUSTC_VERSION
- c-link-to-rust-staticlib
- doctests-keep-binaries
- doctests-runtool
- reset-codegen-1
- rustdoc-error-lines
- rustdoc-scrape-examples-macros
- same-lib-two-locations-no-panic
- ui/instrument-coverage
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
58 files changed
+846
-190
lines changedLines changed: 3 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
18 | 17 |
| |
19 | 18 |
| |
20 | 19 |
| |
| |||
39 | 38 |
| |
40 | 39 |
| |
41 | 40 |
| |
42 |
| - | |
43 | 41 |
| |
44 | 42 |
| |
45 | 43 |
| |
| |||
53 | 51 |
| |
54 | 52 |
| |
55 | 53 |
| |
56 |
| - | |
57 |
| - | |
58 |
| - | |
59 |
| - | |
60 |
| - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
61 | 57 |
| |
62 | 58 |
| |
63 | 59 |
| |
| |||
67 | 63 |
| |
68 | 64 |
| |
69 | 65 |
| |
70 |
| - | |
71 | 66 |
| |
72 | 67 |
| |
73 | 68 |
| |
|
Lines changed: 1 addition & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
85 | 85 |
| |
86 | 86 |
| |
87 | 87 |
| |
88 |
| - | |
89 | 88 |
| |
90 |
| - | |
91 |
| - | |
92 |
| - | |
93 | 89 |
| |
94 | 90 |
| |
| 91 | + | |
95 | 92 |
| |
96 | 93 |
| |
97 | 94 |
| |
| |||
104 | 101 |
| |
105 | 102 |
| |
106 | 103 |
| |
107 |
| - | |
108 |
| - | |
109 |
| - | |
110 |
| - | |
111 | 104 |
| |
112 | 105 |
| |
113 | 106 |
| |
|
Lines changed: 25 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
| 19 | + | |
19 | 20 |
| |
20 | 21 |
| |
21 | 22 |
| |
| |||
46 | 47 |
| |
47 | 48 |
| |
48 | 49 |
| |
49 |
| - | |
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
| |||
93 | 93 |
| |
94 | 94 |
| |
95 | 95 |
| |
96 |
| - | |
97 |
| - | |
98 |
| - | |
| 96 | + | |
99 | 97 |
| |
100 | 98 |
| |
101 | 99 |
| |
| |||
218 | 216 |
| |
219 | 217 |
| |
220 | 218 |
| |
221 |
| - | |
222 |
| - | |
223 |
| - | |
224 |
| - | |
225 |
| - | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
226 | 230 |
| |
227 | 231 |
| |
228 |
| - | |
| 232 | + | |
229 | 233 |
| |
230 | 234 |
| |
231 | 235 |
| |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
232 | 246 |
| |
233 | 247 |
| |
234 | 248 |
| |
235 | 249 |
| |
| 250 | + | |
236 | 251 |
| |
237 | 252 |
| |
238 | 253 |
| |
|
Lines changed: 1 addition & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
188 | 188 |
| |
189 | 189 |
| |
190 | 190 |
| |
191 |
| - | |
192 |
| - | |
193 |
| - | |
194 |
| - | |
195 |
| - | |
196 |
| - | |
197 |
| - | |
198 |
| - | |
199 |
| - | |
| 191 | + | |
200 | 192 |
| |
201 | 193 |
| |
202 | 194 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
93 | 93 |
| |
94 | 94 |
| |
95 | 95 |
| |
96 |
| - | |
| 96 | + | |
97 | 97 |
| |
98 | 98 |
| |
99 | 99 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
51 |
| - | |
| 51 | + | |
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
| |||
112 | 112 |
| |
113 | 113 |
| |
114 | 114 |
| |
115 |
| - | |
| 115 | + | |
116 | 116 |
| |
117 | 117 |
| |
118 | 118 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
43 |
| - | |
| 43 | + | |
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
562 | 562 |
| |
563 | 563 |
| |
564 | 564 |
| |
565 |
| - | |
| 565 | + | |
566 | 566 |
| |
567 | 567 |
| |
568 | 568 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
125 | 125 |
| |
126 | 126 |
| |
127 | 127 |
| |
128 |
| - | |
| 128 | + | |
129 | 129 |
| |
130 | 130 |
| |
131 | 131 |
| |
132 | 132 |
| |
133 | 133 |
| |
134 |
| - | |
| 134 | + | |
135 | 135 |
| |
136 | 136 |
| |
137 | 137 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
69 | 69 |
| |
70 | 70 |
| |
71 | 71 |
| |
72 |
| - | |
| 72 | + | |
73 | 73 |
| |
74 | 74 |
| |
75 | 75 |
| |
|
0 commit comments