This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree
74 files changed
+1280
-1030
lines changed- compiler
- rustc_ast_lowering
- src
- rustc_borrowck/src/type_check
- rustc_codegen_gcc/tests/run
- rustc_errors/src
- rustc_feature/src
- rustc_hir_typeck/src
- rustc_middle/src
- ty
- rustc_next_trait_solver/src/solve
- inspect
- rustc_trait_selection/src/solve/inspect
- rustc_type_ir/src
- search_graph
- solve
- library/core
- src
- ops
- tests
- ops
- src
- doc/unstable-book/src/language-features
- tools/tidy/src
- tests
- assembly/asm
- mir-opt
- run-make/sysroot-crates-are-unstable
- ui
- asm
- aarch64
- x86_64
- feature-gates
- higher-ranked
- impl-trait
- traits/next-solver
- try-trait
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
74 files changed
+1280
-1030
lines changedLines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
175 | 175 |
| |
176 | 176 |
| |
177 | 177 |
| |
178 |
| - | |
179 |
| - | |
180 | 178 |
| |
181 | 179 |
| |
182 | 180 |
| |
|
Lines changed: 3 additions & 14 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
183 | 183 |
| |
184 | 184 |
| |
185 | 185 |
| |
186 |
| - | |
187 |
| - | |
188 |
| - | |
189 |
| - | |
190 |
| - | |
191 |
| - | |
192 |
| - | |
193 |
| - | |
194 |
| - | |
195 |
| - | |
196 |
| - | |
197 |
| - | |
198 |
| - | |
199 |
| - | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
200 | 189 |
| |
201 | 190 |
| |
202 | 191 |
| |
|
Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1989 | 1989 |
| |
1990 | 1990 |
| |
1991 | 1991 |
| |
1992 |
| - | |
1993 |
| - | |
| 1992 | + | |
1994 | 1993 |
| |
| 1994 | + | |
1995 | 1995 |
| |
1996 | 1996 |
| |
1997 | 1997 |
| |
| |||
2014 | 2014 |
| |
2015 | 2015 |
| |
2016 | 2016 |
| |
2017 |
| - | |
2018 |
| - | |
| 2017 | + | |
2019 | 2018 |
| |
| 2019 | + | |
2020 | 2020 |
| |
2021 | 2021 |
| |
2022 | 2022 |
| |
|
Lines changed: 6 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
7 |
| - | |
8 |
| - | |
| 6 | + | |
9 | 7 |
| |
10 | 8 |
| |
11 |
| - | |
| 9 | + | |
12 | 10 |
| |
13 | 11 |
| |
14 | 12 |
| |
| |||
22 | 20 |
| |
23 | 21 |
| |
24 | 22 |
| |
25 |
| - | |
| 23 | + | |
26 | 24 |
| |
27 | 25 |
| |
28 | 26 |
| |
| |||
33 | 31 |
| |
34 | 32 |
| |
35 | 33 |
| |
36 |
| - | |
| 34 | + | |
37 | 35 |
| |
38 | 36 |
| |
39 | 37 |
| |
| |||
178 | 176 |
| |
179 | 177 |
| |
180 | 178 |
| |
181 |
| - | |
182 |
| - | |
183 |
| - | |
| 179 | + | |
| 180 | + | |
184 | 181 |
| |
185 | 182 |
| |
186 | 183 |
| |
|
Lines changed: 16 additions & 16 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1837 | 1837 |
| |
1838 | 1838 |
| |
1839 | 1839 |
| |
1840 |
| - | |
1841 |
| - | |
1842 |
| - | |
1843 |
| - | |
1844 |
| - | |
1845 |
| - | |
1846 |
| - | |
1847 |
| - | |
1848 |
| - | |
1849 |
| - | |
1850 |
| - | |
1851 |
| - | |
1852 |
| - | |
1853 |
| - | |
1854 |
| - | |
| 1840 | + | |
| 1841 | + | |
| 1842 | + | |
| 1843 | + | |
| 1844 | + | |
| 1845 | + | |
| 1846 | + | |
| 1847 | + | |
| 1848 | + | |
| 1849 | + | |
| 1850 | + | |
| 1851 | + | |
| 1852 | + | |
| 1853 | + | |
| 1854 | + | |
1855 | 1855 |
| |
1856 |
| - | |
| 1856 | + | |
1857 | 1857 |
| |
1858 | 1858 |
| |
1859 | 1859 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
| 63 | + | |
| 64 | + | |
63 | 65 |
| |
64 | 66 |
| |
65 | 67 |
| |
|
Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
348 | 348 |
| |
349 | 349 |
| |
350 | 350 |
| |
351 |
| - | |
352 |
| - | |
353 | 351 |
| |
354 | 352 |
| |
355 | 353 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
137 | 137 |
| |
138 | 138 |
| |
139 | 139 |
| |
140 |
| - | |
| 140 | + | |
141 | 141 |
| |
142 | 142 |
| |
143 | 143 |
| |
|
Lines changed: 0 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
61 | 61 |
| |
62 | 62 |
| |
63 | 63 |
| |
64 |
| - | |
65 |
| - | |
66 |
| - | |
67 |
| - | |
68 | 64 |
| |
69 | 65 |
| |
70 | 66 |
| |
|
Lines changed: 0 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
107 | 107 |
| |
108 | 108 |
| |
109 | 109 |
| |
110 |
| - | |
111 |
| - | |
112 | 110 |
| |
113 | 111 |
| |
114 | 112 |
| |
| |||
277 | 275 |
| |
278 | 276 |
| |
279 | 277 |
| |
280 |
| - | |
281 |
| - | |
282 |
| - | |
283 |
| - | |
284 |
| - | |
285 |
| - | |
286 |
| - | |
287 | 278 |
| |
288 | 279 |
| |
289 | 280 |
| |
|
0 commit comments