This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree
52 files changed
+285
-426
lines changed- compiler
- rustc_const_eval/src
- const_eval
- interpret
- rustc_hir_analysis/src/astconv
- rustc_mir_dataflow/src
- rustc_resolve/src
- rustc_trait_selection/src/traits
- error_reporting
- library
- core/src
- iter/sources
- str
- std/src
- sync/mpmc
- thread
- src
- doc
- librustdoc/html
- static
- css
- js
- test
- rustdoc-gui
- src/scrape_examples/examples
- ui
- associated-inherent-types
- binop
- const-generics/defaults
- consts/const-eval
- did_you_mean
- generic-associated-types
- impl-trait
- issues
- kindck
- lexer
- mismatched_types
- never_type
- numbers-arithmetic
- object-safety
- rfc-1445-restrict-constants-in-patterns
- span
- traits
- try-trait
- type-alias-impl-trait
- typeck
- type
- ufcs
- tools/compiletest/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
52 files changed
+285
-426
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
240 | 240 |
| |
241 | 241 |
| |
242 | 242 |
| |
243 |
| - | |
| 243 | + | |
244 | 244 |
| |
245 | 245 |
| |
246 | 246 |
| |
|
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
676 | 676 |
| |
677 | 677 |
| |
678 | 678 |
| |
| 679 | + | |
| 680 | + | |
| 681 | + | |
| 682 | + | |
679 | 683 |
| |
680 | 684 |
| |
681 | 685 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1930 | 1930 |
| |
1931 | 1931 |
| |
1932 | 1932 |
| |
| 1933 | + | |
1933 | 1934 |
| |
1934 | 1935 |
| |
1935 | 1936 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
406 | 406 |
| |
407 | 407 |
| |
408 | 408 |
| |
409 |
| - | |
| 409 | + | |
410 | 410 |
| |
411 | 411 |
| |
412 | 412 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1927 | 1927 |
| |
1928 | 1928 |
| |
1929 | 1929 |
| |
1930 |
| - | |
| 1930 | + | |
1931 | 1931 |
| |
1932 | 1932 |
| |
1933 | 1933 |
| |
|
Lines changed: 10 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1810 | 1810 |
| |
1811 | 1811 |
| |
1812 | 1812 |
| |
1813 |
| - | |
| 1813 | + | |
| 1814 | + | |
1814 | 1815 |
| |
1815 | 1816 |
| |
1816 | 1817 |
| |
| |||
1826 | 1827 |
| |
1827 | 1828 |
| |
1828 | 1829 |
| |
1829 |
| - | |
| 1830 | + | |
| 1831 | + | |
| 1832 | + | |
| 1833 | + | |
| 1834 | + | |
| 1835 | + | |
| 1836 | + | |
| 1837 | + | |
1830 | 1838 |
| |
1831 | 1839 |
| |
1832 | 1840 |
| |
|
Lines changed: 25 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2321 | 2321 |
| |
2322 | 2322 |
| |
2323 | 2323 |
| |
2324 |
| - | |
| 2324 | + | |
2325 | 2325 |
| |
2326 |
| - | |
2327 |
| - | |
2328 |
| - | |
| 2326 | + | |
| 2327 | + | |
2329 | 2328 |
| |
2330 | 2329 |
| |
2331 | 2330 |
| |
| |||
2334 | 2333 |
| |
2335 | 2334 |
| |
2336 | 2335 |
| |
| 2336 | + | |
| 2337 | + | |
| 2338 | + | |
| 2339 | + | |
| 2340 | + | |
| 2341 | + | |
| 2342 | + | |
| 2343 | + | |
| 2344 | + | |
| 2345 | + | |
| 2346 | + | |
| 2347 | + | |
| 2348 | + | |
| 2349 | + | |
| 2350 | + | |
| 2351 | + | |
| 2352 | + | |
| 2353 | + | |
| 2354 | + | |
| 2355 | + | |
| 2356 | + | |
2337 | 2357 |
| |
2338 | 2358 |
| |
2339 |
| - | |
| 2359 | + | |
2340 | 2360 |
| |
2341 | 2361 |
| |
2342 | 2362 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
| 23 | + | |
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1894 | 1894 |
| |
1895 | 1895 |
| |
1896 | 1896 |
| |
1897 |
| - | |
| 1897 | + | |
1898 | 1898 |
| |
1899 | 1899 |
| |
1900 | 1900 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
225 | 225 |
| |
226 | 226 |
| |
227 | 227 |
| |
228 |
| - | |
| 228 | + | |
229 | 229 |
| |
230 | 230 |
| |
231 | 231 |
| |
|
0 commit comments