This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree
273 files changed
+4315
-1298
lines changed- compiler
- rustc_borrowck/src
- rustc_codegen_ssa/src/back
- rustc_const_eval/src/transform/check_consts
- 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.
273 files changed
+4315
-1298
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 | | |
| |||
Lines changed: 8 additions & 8 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 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
196 | | - | |
| 196 | + | |
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
| |||
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
233 | | - | |
| 233 | + | |
| 234 | + | |
234 | 235 | | |
235 | 236 | | |
236 | | - | |
237 | | - | |
| 237 | + | |
| 238 | + | |
238 | 239 | | |
239 | | - | |
| 240 | + | |
| 241 | + | |
240 | 242 | | |
241 | | - | |
242 | | - | |
243 | | - | |
| 243 | + | |
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
| |||
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
290 | | - | |
| 290 | + | |
291 | 291 | | |
292 | 292 | | |
293 | 293 | | |
294 | 294 | | |
295 | 295 | | |
296 | | - | |
297 | 296 | | |
298 | 297 | | |
299 | | - | |
| 298 | + | |
300 | 299 | | |
301 | 300 | | |
302 | 301 | | |
| |||
518 | 517 | | |
519 | 518 | | |
520 | 519 | | |
521 | | - | |
| 520 | + | |
522 | 521 | | |
523 | 522 | | |
524 | | - | |
525 | | - | |
526 | | - | |
| 523 | + | |
| 524 | + | |
527 | 525 | | |
528 | 526 | | |
529 | | - | |
530 | | - | |
| 527 | + | |
| 528 | + | |
531 | 529 | | |
532 | 530 | | |
533 | 531 | | |
| |||
537 | 535 | | |
538 | 536 | | |
539 | 537 | | |
540 | | - | |
541 | | - | |
542 | | - | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
543 | 541 | | |
544 | 542 | | |
545 | 543 | | |
| |||
576 | 574 | | |
577 | 575 | | |
578 | 576 | | |
579 | | - | |
| 577 | + | |
580 | 578 | | |
581 | | - | |
582 | 579 | | |
583 | 580 | | |
584 | 581 | | |
| |||
0 commit comments