This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree
277 files changed
+4452
-1424
lines changed- compiler
- rustc_borrowck/src
- rustc_codegen_ssa/src/back
- rustc_const_eval/src/transform/check_consts
- rustc_error_messages/src
- rustc_errors/src
- rustc_hir_analysis/src
- astconv
- collect
- rustc_hir_typeck/src/method
- rustc_hir/src
- rustc_lint_defs/src
- rustc_lint/src
- context
- rustc_middle/src/mir
- rustc_mir_build/src
- build
- thir/pattern
- rustc_mir_transform/src
- rustc_parse/src/parser
- rustc_passes/src
- library
- core/src/num
- proc_macro/src/bridge
- src
- librustdoc/passes/lint
- tools
- clippy/clippy_lints/src
- rustfmt/src/parse
- tests
- incremental
- const-generics
- try_unify_abstract_const_regression_tests
- rustdoc-ui/issues
- ui
- asm
- associated-types
- async-await
- auto-traits
- binop
- box/unit
- check-cfg
- closures
- 2229_closure_analysis
- diagnostics/borrowck
- match
- binder
- cmse-nonsecure/cmse-nonsecure-entry
- const-generics
- issues
- late-bound-vars
- consts
- const_in_pattern
- control-flow
- derives
- diagnostic-width
- enum
- error-codes
- explicit-tail-calls
- expr/if
- feature-gates
- fn
- generic-associated-types
- extended
- generics
- half-open-range-patterns
- higher-ranked
- subtype
- trait-bounds
- impl-trait
- infinite
- invalid
- issues
- kindck
- lifetimes
- lifetime-errors
- liveness
- loops
- lto
- methods
- mir
- mismatched_types
- nll
- or-patterns
- parser
- issues
- recover
- pattern
- bindings-after-at
- usefulness
- regions
- rfcs
- rfc-0000-never_patterns
- rfc-1445-restrict-constants-in-patterns
- rfc-2091-track-caller
- rfc-2396-target_feature-11
- rfc-2632-const-trait-impl
- span
- specialization
- stability-attribute
- static
- structs-enums/enum-rec
- suggestions
- traits
- type-alias-impl-trait
- typeof
- unboxed-closures
- underscore-lifetime
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
277 files changed
+4452
-1424
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
114 | | - | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
115 | 117 | | |
116 | 118 | | |
117 | 119 | | |
118 | 120 | | |
119 | 121 | | |
120 | | - | |
| 122 | + | |
121 | 123 | | |
122 | 124 | | |
123 | 125 | | |
| |||
126 | 128 | | |
127 | 129 | | |
128 | 130 | | |
129 | | - | |
130 | 131 | | |
131 | 132 | | |
132 | 133 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
| 18 | + | |
22 | 19 | | |
23 | 20 | | |
24 | 21 | | |
| |||
997 | 994 | | |
998 | 995 | | |
999 | 996 | | |
1000 | | - | |
1001 | | - | |
1002 | | - | |
1003 | | - | |
1004 | | - | |
1005 | | - | |
1006 | | - | |
1007 | 997 | | |
1008 | 998 | | |
1009 | 999 | | |
| |||
1764 | 1754 | | |
1765 | 1755 | | |
1766 | 1756 | | |
1767 | | - | |
1768 | 1757 | | |
1769 | 1758 | | |
1770 | 1759 | | |
| |||
1810 | 1799 | | |
1811 | 1800 | | |
1812 | 1801 | | |
1813 | | - | |
1814 | | - | |
1815 | | - | |
1816 | | - | |
1817 | | - | |
1818 | | - | |
1819 | | - | |
1820 | | - | |
1821 | | - | |
1822 | | - | |
1823 | | - | |
1824 | | - | |
1825 | | - | |
1826 | | - | |
1827 | | - | |
1828 | | - | |
1829 | | - | |
1830 | | - | |
| 1802 | + | |
| 1803 | + | |
1831 | 1804 | | |
1832 | 1805 | | |
1833 | 1806 | | |
| |||
1852 | 1825 | | |
1853 | 1826 | | |
1854 | 1827 | | |
1855 | | - | |
1856 | | - | |
1857 | | - | |
1858 | | - | |
1859 | | - | |
1860 | | - | |
1861 | | - | |
| 1828 | + | |
| 1829 | + | |
1862 | 1830 | | |
1863 | 1831 | | |
1864 | 1832 | | |
| |||
1891 | 1859 | | |
1892 | 1860 | | |
1893 | 1861 | | |
1894 | | - | |
1895 | | - | |
1896 | | - | |
1897 | 1862 | | |
1898 | 1863 | | |
1899 | 1864 | | |
| |||
Lines changed: 1 addition & 28 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | 152 | | |
179 | 153 | | |
180 | 154 | | |
181 | 155 | | |
182 | | - | |
183 | 156 | | |
184 | 157 | | |
185 | 158 | | |
| |||
Lines changed: 1 addition & 31 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
| |||
213 | 212 | | |
214 | 213 | | |
215 | 214 | | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | | - | |
231 | | - | |
232 | | - | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | | - | |
237 | | - | |
238 | | - | |
239 | | - | |
240 | | - | |
241 | | - | |
242 | | - | |
243 | | - | |
244 | | - | |
245 | 215 | | |
246 | 216 | | |
247 | 217 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
378 | 378 | | |
379 | 379 | | |
380 | 380 | | |
381 | | - | |
| 381 | + | |
382 | 382 | | |
383 | 383 | | |
384 | 384 | | |
| |||
Lines changed: 13 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | | - | |
| 50 | + | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
| 54 | + | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
66 | | - | |
67 | | - | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
89 | 93 | | |
90 | 94 | | |
91 | 95 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
| 3 | + | |
| 4 | + | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
| |||
235 | 234 | | |
236 | 235 | | |
237 | 236 | | |
238 | | - | |
239 | | - | |
240 | | - | |
241 | | - | |
242 | | - | |
| 237 | + | |
243 | 238 | | |
244 | | - | |
| 239 | + | |
| 240 | + | |
245 | 241 | | |
246 | | - | |
247 | 242 | | |
248 | 243 | | |
249 | 244 | | |
250 | 245 | | |
| 246 | + | |
251 | 247 | | |
252 | 248 | | |
253 | 249 | | |
| |||
306 | 302 | | |
307 | 303 | | |
308 | 304 | | |
309 | | - | |
| 305 | + | |
310 | 306 | | |
311 | 307 | | |
312 | 308 | | |
313 | | - | |
| 309 | + | |
314 | 310 | | |
315 | 311 | | |
316 | 312 | | |
| |||
0 commit comments