File tree
71 files changed
+1232
-791
lines changed- compiler
- rustc_abi/src
- rustc_borrowck/src/diagnostics
- rustc_codegen_cranelift/example
- rustc_codegen_gcc
- example
- src/back
- rustc_codegen_llvm/src
- llvm
- rustc_data_structures/src
- sync
- rustc_feature/src
- rustc_hir/src
- rustc_hir_analysis/src
- check
- rustc_hir_typeck/src
- rustc_middle/src
- traits
- ty
- rustc_next_trait_solver/src/solve
- assembly
- normalizes_to
- rustc_query_system/src/dep_graph
- rustc_span/src
- rustc_target/src/spec
- base
- targets
- rustc_trait_selection/src/traits
- select
- rustc_type_ir/src
- library
- core/src
- std/benches
- src
- bootstrap/src/core/builder
- doc
- rustc/src
- platform-support
- rustc-dev-guide/src
- tests
- assembly/targets
- auxiliary
- ui
- c-variadic
- check-cfg
- cmse-nonsecure
- cmse-nonsecure-call
- cmse-nonsecure-entry
- error-codes
- feature-gates
- layout
- nll/ty-outlives
- rfcs/rfc-0000-never_patterns
- unsafe-binders
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
71 files changed
+1232
-791
lines changedDiff for: compiler/rustc_abi/src/extern_abi.rs
-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
195 | 195 |
| |
196 | 196 |
| |
197 | 197 |
| |
198 |
| - | |
199 | 198 |
| |
200 | 199 |
| |
201 | 200 |
| |
| |||
204 | 203 |
| |
205 | 204 |
| |
206 | 205 |
| |
207 |
| - | |
208 | 206 |
| |
209 | 207 |
| |
210 | 208 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
316 | 316 |
| |
317 | 317 |
| |
318 | 318 |
| |
319 |
| - | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
320 | 323 |
| |
321 | 324 |
| |
322 | 325 |
| |
323 | 326 |
| |
324 | 327 |
| |
325 |
| - | |
| 328 | + | |
326 | 329 |
| |
327 | 330 |
| |
328 | 331 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
| 60 | + | |
| 61 | + | |
| 62 | + | |
60 | 63 |
| |
61 | 64 |
| |
62 | 65 |
| |
|
+3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
| 57 | + | |
| 58 | + | |
| 59 | + | |
57 | 60 |
| |
58 | 61 |
| |
59 | 62 |
| |
|
-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
710 | 710 |
| |
711 | 711 |
| |
712 | 712 |
| |
713 |
| - | |
714 |
| - | |
715 |
| - | |
716 |
| - | |
717 | 713 |
| |
718 | 714 |
| |
719 | 715 |
| |
|
Diff for: compiler/rustc_codegen_llvm/src/lib.rs
-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
245 | 245 |
| |
246 | 246 |
| |
247 | 247 |
| |
248 |
| - | |
249 |
| - | |
250 |
| - | |
251 | 248 |
| |
252 | 249 |
| |
253 | 250 |
| |
|
+3-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 |
| - | |
| 29 | + | |
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
| |||
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
39 |
| - | |
| 39 | + | |
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
| |||
71 | 71 |
| |
72 | 72 |
| |
73 | 73 |
| |
74 |
| - | |
| 74 | + | |
75 | 75 |
| |
76 | 76 |
| |
77 | 77 |
| |
|
+14-13
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
| 2 | + | |
2 | 3 |
| |
3 | 4 |
| |
4 | 5 |
| |
| |||
8 | 9 |
| |
9 | 10 |
| |
10 | 11 |
| |
11 |
| - | |
12 |
| - | |
13 |
| - | |
14 |
| - | |
15 |
| - | |
16 |
| - | |
17 |
| - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
18 | 19 |
| |
19 | 20 |
| |
20 | 21 |
| |
21 | 22 |
| |
22 |
| - | |
23 |
| - | |
24 |
| - | |
25 |
| - | |
26 |
| - | |
27 |
| - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
28 | 29 |
| |
29 | 30 |
| |
30 | 31 |
| |
|
0 commit comments