Commit 1079c5e
committed
Auto merge of rust-lang#144145 - matthiaskrgr:rollup-swc74s4, r=matthiaskrgr
Rollup of 9 pull requests
Successful merges:
- rust-lang#138554 (Distinguish delim kind to decide whether to emit unexpected closing delimiter)
- rust-lang#142673 (Show the offset, length and memory of uninit read errors)
- rust-lang#142693 (More robustly deal with relaxed bounds and improve their diagnostics)
- rust-lang#143382 (stabilize `const_slice_reverse`)
- rust-lang#143928 (opt-dist: make llvm builds optional)
- rust-lang#143961 (Correct which exploit mitigations are enabled by default)
- rust-lang#144050 (Fix encoding of link_section and no_mangle cross crate)
- rust-lang#144059 (Refactor `CrateLoader` into the `CStore`)
- rust-lang#144123 (Generalize `unsize` and `unsize_into` destinations)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
163 files changed
+1560
-1267
lines changed- compiler
- rustc_ast_lowering
- src
- rustc_ast_passes
- src
- rustc_attr_data_structures/src
- rustc_const_eval/src
- const_eval
- interpret
- rustc_error_codes/src/error_codes
- rustc_hir_analysis
- src
- collect
- hir_ty_lowering
- rustc_metadata/src
- rustc_middle/src/mir/interpret
- rustc_mir_transform/src
- rustc_parse/src/lexer
- rustc_resolve/src
- late
- library/core/src/slice
- src
- doc/rustc/src
- tools
- miri/tests
- fail-dep/concurrency
- fail
- function_calls
- intrinsics
- uninit
- validity
- native-lib/fail/tracing
- opt-dist/src
- tests
- rustdoc/reexport
- auxiliary
- ui
- associated-item
- associated-types
- const-generics/min_const_generics
- consts
- const-eval
- feature-gates
- impl-trait
- intrinsics
- issues
- parser
- issues
- sized-hierarchy
- suggestions
- trait-bounds
- traits
- const-traits
- default_auto_traits
- wf-object
- typeck
- type/pattern_types
- unsized
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
163 files changed
+1560
-1267
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | 130 | | |
134 | 131 | | |
135 | 132 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
324 | 324 | | |
325 | 325 | | |
326 | 326 | | |
327 | | - | |
328 | | - | |
329 | | - | |
330 | | - | |
331 | | - | |
332 | | - | |
333 | | - | |
334 | 327 | | |
335 | 328 | | |
336 | 329 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
| 19 | + | |
23 | 20 | | |
24 | 21 | | |
25 | 22 | | |
26 | | - | |
| 23 | + | |
27 | 24 | | |
28 | 25 | | |
29 | 26 | | |
| |||
435 | 432 | | |
436 | 433 | | |
437 | 434 | | |
| 435 | + | |
438 | 436 | | |
439 | 437 | | |
440 | 438 | | |
| |||
455 | 453 | | |
456 | 454 | | |
457 | 455 | | |
| 456 | + | |
458 | 457 | | |
459 | 458 | | |
460 | 459 | | |
| |||
940 | 939 | | |
941 | 940 | | |
942 | 941 | | |
| 942 | + | |
943 | 943 | | |
944 | 944 | | |
945 | 945 | | |
| |||
1677 | 1677 | | |
1678 | 1678 | | |
1679 | 1679 | | |
1680 | | - | |
1681 | | - | |
1682 | | - | |
1683 | | - | |
1684 | | - | |
1685 | | - | |
1686 | | - | |
1687 | | - | |
1688 | | - | |
1689 | | - | |
1690 | | - | |
1691 | | - | |
1692 | | - | |
1693 | | - | |
1694 | | - | |
1695 | | - | |
1696 | | - | |
1697 | | - | |
1698 | | - | |
1699 | | - | |
1700 | | - | |
1701 | | - | |
1702 | | - | |
1703 | | - | |
1704 | | - | |
1705 | | - | |
1706 | | - | |
1707 | | - | |
1708 | | - | |
1709 | | - | |
1710 | | - | |
1711 | | - | |
1712 | | - | |
1713 | | - | |
1714 | | - | |
1715 | | - | |
1716 | | - | |
1717 | | - | |
1718 | | - | |
1719 | | - | |
1720 | | - | |
1721 | | - | |
1722 | | - | |
1723 | | - | |
1724 | | - | |
1725 | | - | |
1726 | | - | |
1727 | | - | |
1728 | | - | |
1729 | | - | |
1730 | | - | |
1731 | | - | |
1732 | | - | |
1733 | | - | |
1734 | | - | |
1735 | 1680 | | |
1736 | 1681 | | |
1737 | 1682 | | |
| |||
1741 | 1686 | | |
1742 | 1687 | | |
1743 | 1688 | | |
| 1689 | + | |
1744 | 1690 | | |
1745 | 1691 | | |
1746 | 1692 | | |
| |||
1750 | 1696 | | |
1751 | 1697 | | |
1752 | 1698 | | |
1753 | | - | |
| 1699 | + | |
1754 | 1700 | | |
1755 | 1701 | | |
1756 | 1702 | | |
| |||
1827 | 1773 | | |
1828 | 1774 | | |
1829 | 1775 | | |
| 1776 | + | |
1830 | 1777 | | |
1831 | 1778 | | |
1832 | 1779 | | |
| |||
1835 | 1782 | | |
1836 | 1783 | | |
1837 | 1784 | | |
1838 | | - | |
| 1785 | + | |
1839 | 1786 | | |
1840 | 1787 | | |
1841 | 1788 | | |
| |||
1887 | 1834 | | |
1888 | 1835 | | |
1889 | 1836 | | |
1890 | | - | |
| 1837 | + | |
| 1838 | + | |
| 1839 | + | |
| 1840 | + | |
| 1841 | + | |
1891 | 1842 | | |
1892 | 1843 | | |
1893 | 1844 | | |
| |||
1896 | 1847 | | |
1897 | 1848 | | |
1898 | 1849 | | |
1899 | | - | |
1900 | | - | |
1901 | | - | |
1902 | | - | |
1903 | | - | |
1904 | | - | |
1905 | | - | |
1906 | | - | |
1907 | | - | |
1908 | | - | |
1909 | | - | |
| 1850 | + | |
| 1851 | + | |
| 1852 | + | |
| 1853 | + | |
| 1854 | + | |
| 1855 | + | |
| 1856 | + | |
| 1857 | + | |
| 1858 | + | |
| 1859 | + | |
| 1860 | + | |
| 1861 | + | |
| 1862 | + | |
| 1863 | + | |
| 1864 | + | |
| 1865 | + | |
| 1866 | + | |
| 1867 | + | |
| 1868 | + | |
| 1869 | + | |
| 1870 | + | |
| 1871 | + | |
| 1872 | + | |
1910 | 1873 | | |
1911 | 1874 | | |
1912 | 1875 | | |
| |||
1916 | 1879 | | |
1917 | 1880 | | |
1918 | 1881 | | |
| 1882 | + | |
1919 | 1883 | | |
1920 | 1884 | | |
1921 | 1885 | | |
| |||
0 commit comments