This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree
357 files changed
+4478
-2496
lines changed- library
- alloc
- src
- collections/btree
- tests
- btree
- core/src
- array
- mem
- num
- ptr
- str
- panic_unwind/src
- std
- src
- collections/hash
- net
- sys
- hermit
- unix
- windows
- sys_common
- thread
- test/src
- helpers
- unwind/src
- src
- etc
- natvis
- librustc_ast
- attr
- expand
- util
- comments
- lev_distance
- librustc_ast_lowering
- librustc_ast_passes
- librustc_ast_pretty
- pprust
- librustc_attr
- librustc_builtin_macros
- deriving
- generic
- librustc_codegen_llvm
- coverageinfo
- debuginfo
- librustc_codegen_ssa
- back
- mir
- librustc_data_structures
- librustc_driver
- librustc_error_codes/error_codes
- librustc_expand
- mbe
- mut_visit
- parse
- lexer
- tokenstream
- librustc_feature
- librustc_hir
- librustc_incremental
- persist
- librustc_infer/infer
- error_reporting/nice_region_error
- nll_relate
- region_constraints
- librustc_interface
- librustc_lint
- librustc_metadata
- rmeta
- decoder
- librustc_middle
- middle
- traits
- ty
- query
- librustc_mir
- borrow_check
- diagnostics
- region_infer
- type_check
- dataflow
- framework
- impls
- monomorphize
- transform
- librustc_mir_build
- build
- matches
- thir/cx
- librustc_parse
- lexer
- parser
- librustc_parse_format
- librustc_passes
- librustc_plugin_impl
- librustc_privacy
- librustc_resolve
- late
- librustc_save_analysis
- librustc_session
- librustc_span
- librustc_symbol_mangling
- librustc_trait_selection
- traits
- error_reporting
- select
- librustc_traits/chalk
- librustc_ty
- librustc_typeck
- check
- collect
- librustdoc
- clean
- cfg
- html
- highlight
- render
- static
- themes
- passes
- test
- codegen
- codegen-units/polymorphization
- debuginfo
- mir-opt
- const_prop
- inline
- rustdoc
- auxiliary
- rustdoc-ui
- auxiliary
- ui
- asm
- btreemap
- const-generics
- defaults
- issues
- min_const_generics
- type-dependent
- feature-gates
- higher-rank-trait-bounds
- issues
- panics
- polymorphization
- closure_in_upvar
- privacy
- proc-macro
- recursion
- simd
- ui-fulldeps
- auxiliary
- tools
- clippy
- clippy_lints/src
- utils
- tests/ui
- compiletest/src
- error_index_generator
- tidy/src
- unicode-table-generator/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
357 files changed
+4478
-2496
lines changedLines changed: 12 additions & 15 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
137 | 137 |
| |
138 | 138 |
| |
139 | 139 |
| |
140 |
| - | |
141 |
| - | |
142 |
| - | |
143 |
| - | |
144 |
| - | |
145 |
| - | |
146 | 140 |
| |
147 | 141 |
| |
148 | 142 |
| |
| |||
766 | 760 |
| |
767 | 761 |
| |
768 | 762 |
| |
769 |
| - | |
| 763 | + | |
770 | 764 |
| |
771 | 765 |
| |
772 | 766 |
| |
| |||
1245 | 1239 |
| |
1246 | 1240 |
| |
1247 | 1241 |
| |
1248 |
| - | |
| 1242 | + | |
1249 | 1243 |
| |
1250 |
| - | |
| 1244 | + | |
1251 | 1245 |
| |
1252 |
| - | |
| 1246 | + | |
1253 | 1247 |
| |
1254 | 1248 |
| |
1255 | 1249 |
| |
| |||
1388 | 1382 |
| |
1389 | 1383 |
| |
1390 | 1384 |
| |
1391 |
| - | |
| 1385 | + | |
1392 | 1386 |
| |
1393 |
| - | |
| 1387 | + | |
| 1388 | + | |
| 1389 | + | |
| 1390 | + | |
| 1391 | + | |
1394 | 1392 |
| |
1395 | 1393 |
| |
1396 | 1394 |
| |
| |||
2079 | 2077 |
| |
2080 | 2078 |
| |
2081 | 2079 |
| |
2082 |
| - | |
| 2080 | + | |
2083 | 2081 |
| |
2084 | 2082 |
| |
2085 | 2083 |
| |
| |||
3201 | 3199 |
| |
3202 | 3200 |
| |
3203 | 3201 |
| |
3204 |
| - | |
3205 | 3202 |
| |
3206 | 3203 |
| |
3207 | 3204 |
| |
| |||
4925 | 4922 |
| |
4926 | 4923 |
| |
4927 | 4924 |
| |
4928 |
| - | |
| 4925 | + | |
4929 | 4926 |
| |
4930 | 4927 |
| |
4931 | 4928 |
| |
|
Lines changed: 173 additions & 32 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 |
| |
2 | 4 |
| |
3 | 5 |
| |
| |||
355 | 357 |
| |
356 | 358 |
| |
357 | 359 |
| |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
358 | 384 |
| |
359 | 385 |
| |
360 | 386 |
| |
| |||
1291 | 1317 |
| |
1292 | 1318 |
| |
1293 | 1319 |
| |
| 1320 | + | |
| 1321 | + | |
| 1322 | + | |
| 1323 | + | |
| 1324 | + | |
| 1325 | + | |
| 1326 | + | |
| 1327 | + | |
| 1328 | + | |
| 1329 | + | |
| 1330 | + | |
| 1331 | + | |
| 1332 | + | |
| 1333 | + | |
| 1334 | + | |
| 1335 | + | |
| 1336 | + | |
| 1337 | + | |
| 1338 | + | |
| 1339 | + | |
| 1340 | + | |
| 1341 | + | |
| 1342 | + | |
| 1343 | + | |
| 1344 | + | |
| 1345 | + | |
| 1346 | + | |
| 1347 | + | |
| 1348 | + | |
| 1349 | + | |
| 1350 | + | |
| 1351 | + | |
| 1352 | + | |
| 1353 | + | |
| 1354 | + | |
| 1355 | + | |
| 1356 | + | |
| 1357 | + | |
| 1358 | + | |
| 1359 | + | |
| 1360 | + | |
| 1361 | + | |
| 1362 | + | |
| 1363 | + | |
| 1364 | + | |
| 1365 | + | |
1294 | 1366 |
| |
1295 | 1367 |
| |
1296 | 1368 |
| |
1297 |
| - | |
| 1369 | + | |
1298 | 1370 |
| |
1299 | 1371 |
| |
1300 | 1372 |
| |
| |||
1363 | 1435 |
| |
1364 | 1436 |
| |
1365 | 1437 |
| |
1366 |
| - | |
| 1438 | + | |
1367 | 1439 |
| |
1368 | 1440 |
| |
1369 | 1441 |
| |
| |||
1697 | 1769 |
| |
1698 | 1770 |
| |
1699 | 1771 |
| |
1700 |
| - | |
| 1772 | + | |
1701 | 1773 |
| |
1702 |
| - | |
1703 |
| - | |
| 1774 | + | |
1704 | 1775 |
| |
1705 | 1776 |
| |
1706 | 1777 |
| |
| |||
1781 | 1852 |
| |
1782 | 1853 |
| |
1783 | 1854 |
| |
| 1855 | + | |
| 1856 | + | |
| 1857 | + | |
| 1858 | + | |
| 1859 | + | |
| 1860 | + | |
| 1861 | + | |
| 1862 | + | |
| 1863 | + | |
| 1864 | + | |
| 1865 | + | |
| 1866 | + | |
| 1867 | + | |
| 1868 | + | |
| 1869 | + | |
| 1870 | + | |
| 1871 | + | |
| 1872 | + | |
| 1873 | + | |
| 1874 | + | |
| 1875 | + | |
| 1876 | + | |
| 1877 | + | |
| 1878 | + | |
| 1879 | + | |
| 1880 | + | |
| 1881 | + | |
| 1882 | + | |
| 1883 | + | |
| 1884 | + | |
| 1885 | + | |
| 1886 | + | |
| 1887 | + | |
| 1888 | + | |
| 1889 | + | |
| 1890 | + | |
| 1891 | + | |
| 1892 | + | |
| 1893 | + | |
| 1894 | + | |
| 1895 | + | |
| 1896 | + | |
| 1897 | + | |
| 1898 | + | |
| 1899 | + | |
| 1900 | + | |
| 1901 | + | |
| 1902 | + | |
| 1903 | + | |
| 1904 | + | |
| 1905 | + | |
| 1906 | + | |
| 1907 | + | |
| 1908 | + | |
| 1909 | + | |
| 1910 | + | |
| 1911 | + | |
| 1912 | + | |
| 1913 | + | |
| 1914 | + | |
| 1915 | + | |
| 1916 | + | |
| 1917 | + | |
| 1918 | + | |
| 1919 | + | |
| 1920 | + | |
| 1921 | + | |
| 1922 | + | |
| 1923 | + | |
| 1924 | + | |
| 1925 | + | |
| 1926 | + | |
| 1927 | + | |
| 1928 | + | |
| 1929 | + | |
| 1930 | + | |
1784 | 1931 |
| |
1785 | 1932 |
| |
1786 | 1933 |
| |
| |||
2645 | 2792 |
| |
2646 | 2793 |
| |
2647 | 2794 |
| |
2648 |
| - | |
2649 |
| - | |
2650 |
| - | |
2651 |
| - | |
2652 |
| - | |
| 2795 | + | |
| 2796 | + | |
2653 | 2797 |
| |
2654 | 2798 |
| |
2655 | 2799 |
| |
2656 | 2800 |
| |
2657 |
| - | |
2658 |
| - | |
2659 |
| - | |
2660 |
| - | |
2661 |
| - | |
2662 |
| - | |
2663 |
| - | |
2664 |
| - | |
2665 |
| - | |
2666 |
| - | |
2667 | 2801 |
| |
2668 | 2802 |
| |
2669 | 2803 |
| |
2670 | 2804 |
| |
2671 | 2805 |
| |
2672 |
| - | |
2673 |
| - | |
| 2806 | + | |
| 2807 | + | |
| 2808 | + | |
| 2809 | + | |
| 2810 | + | |
| 2811 | + | |
| 2812 | + | |
| 2813 | + | |
2674 | 2814 |
| |
2675 |
| - | |
2676 |
| - | |
| 2815 | + | |
| 2816 | + | |
2677 | 2817 |
| |
2678 | 2818 |
| |
2679 | 2819 |
| |
| |||
2688 | 2828 |
| |
2689 | 2829 |
| |
2690 | 2830 |
| |
2691 |
| - | |
| 2831 | + | |
2692 | 2832 |
| |
2693 |
| - | |
2694 |
| - | |
| 2833 | + | |
| 2834 | + | |
2695 | 2835 |
| |
2696 |
| - | |
| 2836 | + | |
2697 | 2837 |
| |
2698 | 2838 |
| |
2699 | 2839 |
| |
2700 | 2840 |
| |
2701 |
| - | |
2702 | 2841 |
| |
2703 | 2842 |
| |
2704 | 2843 |
| |
| |||
2719 | 2858 |
| |
2720 | 2859 |
| |
2721 | 2860 |
| |
2722 |
| - | |
2723 |
| - | |
| 2861 | + | |
| 2862 | + | |
| 2863 | + | |
| 2864 | + | |
2724 | 2865 |
| |
2725 | 2866 |
| |
2726 | 2867 |
| |
| |||
2747 | 2888 |
| |
2748 | 2889 |
| |
2749 | 2890 |
| |
2750 |
| - | |
| 2891 | + | |
2751 | 2892 |
| |
2752 | 2893 |
| |
2753 | 2894 |
| |
|
0 commit comments