This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree
88 files changed
+1025
-341
lines changed- compiler
- rustc_ast
- src/util
- rustc_borrowck/src
- rustc_hir_analysis/src/check
- rustc_hir_typeck/src
- fn_ctxt
- rustc_lexer
- src
- rustc_metadata/src/rmeta
- rustc_middle/src/ty
- rustc_parse_format
- src
- rustc_parse
- src
- lexer
- parser
- rustc_passes/src
- rustc_target/src/spec/targets
- library
- alloc/src
- literal-escaper
- src
- proc_macro
- src
- std
- src
- io
- os
- cygwin
- fd
- unix
- net
- windows/io
- sys
- anonymous_pipe
- fs
- net/connection
- socket
- pal
- unix
- process
- unsupported
- windows
- personality
- random
- tests
- unwind/src
- src
- bootstrap/src
- core
- builder
- utils
- doc
- rustc/src
- unstable-book/src/language-features
- tools
- miri/tests/pass/shims
- tidy/src
- tests/ui
- async-await/async-closures
- feature-gates
- proc-macro/auxiliary/api
- tool-attributes
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
88 files changed
+1025
-341
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2082 | 2082 | | |
2083 | 2083 | | |
2084 | 2084 | | |
| 2085 | + | |
| 2086 | + | |
| 2087 | + | |
| 2088 | + | |
| 2089 | + | |
| 2090 | + | |
| 2091 | + | |
2085 | 2092 | | |
2086 | 2093 | | |
2087 | 2094 | | |
| |||
3148 | 3155 | | |
3149 | 3156 | | |
3150 | 3157 | | |
| 3158 | + | |
| 3159 | + | |
| 3160 | + | |
| 3161 | + | |
| 3162 | + | |
| 3163 | + | |
3151 | 3164 | | |
3152 | 3165 | | |
3153 | 3166 | | |
| |||
3186 | 3199 | | |
3187 | 3200 | | |
3188 | 3201 | | |
| 3202 | + | |
3189 | 3203 | | |
3190 | 3204 | | |
3191 | 3205 | | |
| |||
3895 | 3909 | | |
3896 | 3910 | | |
3897 | 3911 | | |
| 3912 | + | |
3898 | 3913 | | |
3899 | 3914 | | |
3900 | 3915 | | |
| |||
4157 | 4172 | | |
4158 | 4173 | | |
4159 | 4174 | | |
| 4175 | + | |
4160 | 4176 | | |
4161 | 4177 | | |
4162 | 4178 | | |
| |||
4179 | 4195 | | |
4180 | 4196 | | |
4181 | 4197 | | |
| 4198 | + | |
4182 | 4199 | | |
4183 | 4200 | | |
4184 | 4201 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
76 | | - | |
| 75 | + | |
| 76 | + | |
77 | 77 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2479 | 2479 | | |
2480 | 2480 | | |
2481 | 2481 | | |
2482 | | - | |
2483 | | - | |
2484 | | - | |
| 2482 | + | |
| 2483 | + | |
| 2484 | + | |
| 2485 | + | |
2485 | 2486 | | |
2486 | 2487 | | |
2487 | 2488 | | |
2488 | | - | |
2489 | | - | |
2490 | | - | |
2491 | | - | |
2492 | | - | |
2493 | | - | |
2494 | | - | |
| 2489 | + | |
| 2490 | + | |
2495 | 2491 | | |
2496 | 2492 | | |
2497 | 2493 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
157 | | - | |
| 156 | + | |
158 | 157 | | |
159 | | - | |
| 158 | + | |
160 | 159 | | |
161 | 160 | | |
162 | 161 | | |
| |||
182 | 181 | | |
183 | 182 | | |
184 | 183 | | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
| 184 | + | |
| 185 | + | |
190 | 186 | | |
191 | 187 | | |
192 | 188 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1532 | 1532 | | |
1533 | 1533 | | |
1534 | 1534 | | |
| 1535 | + | |
| 1536 | + | |
| 1537 | + | |
| 1538 | + | |
1535 | 1539 | | |
1536 | | - | |
1537 | | - | |
1538 | | - | |
1539 | | - | |
1540 | | - | |
1541 | | - | |
1542 | | - | |
1543 | | - | |
1544 | | - | |
1545 | | - | |
1546 | | - | |
1547 | | - | |
1548 | | - | |
1549 | | - | |
1550 | | - | |
1551 | | - | |
1552 | | - | |
1553 | | - | |
1554 | | - | |
1555 | | - | |
1556 | | - | |
1557 | | - | |
1558 | | - | |
| 1540 | + | |
| 1541 | + | |
| 1542 | + | |
| 1543 | + | |
| 1544 | + | |
| 1545 | + | |
| 1546 | + | |
| 1547 | + | |
| 1548 | + | |
| 1549 | + | |
| 1550 | + | |
| 1551 | + | |
| 1552 | + | |
| 1553 | + | |
| 1554 | + | |
| 1555 | + | |
| 1556 | + | |
| 1557 | + | |
1559 | 1558 | | |
1560 | 1559 | | |
1561 | 1560 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1862 | 1862 | | |
1863 | 1863 | | |
1864 | 1864 | | |
1865 | | - | |
1866 | | - | |
| 1865 | + | |
| 1866 | + | |
| 1867 | + | |
1867 | 1868 | | |
1868 | 1869 | | |
1869 | 1870 | | |
| |||
1902 | 1903 | | |
1903 | 1904 | | |
1904 | 1905 | | |
1905 | | - | |
1906 | | - | |
1907 | | - | |
1908 | | - | |
| 1906 | + | |
| 1907 | + | |
| 1908 | + | |
| 1909 | + | |
| 1910 | + | |
| 1911 | + | |
| 1912 | + | |
| 1913 | + | |
| 1914 | + | |
| 1915 | + | |
| 1916 | + | |
| 1917 | + | |
| 1918 | + | |
| 1919 | + | |
| 1920 | + | |
| 1921 | + | |
1909 | 1922 | | |
1910 | 1923 | | |
1911 | 1924 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | 29 | | |
31 | 30 | | |
32 | 31 | | |
33 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
| |||
0 commit comments