This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 8b09ba6
committed
Auto merge of rust-lang#90734 - matthiaskrgr:rollup-e1euotp, r=matthiaskrgr
Rollup of 7 pull requests
Successful merges:
- rust-lang#89561 (Type inference for inline consts)
- rust-lang#90035 (implement rfc-2528 type_changing-struct-update)
- rust-lang#90613 (Allow to run a specific rustdoc-js* test)
- rust-lang#90683 (Make `compiler-docs` only control the default instead of being a hard off-switch)
- rust-lang#90685 (x.py: remove fixme by deleting code)
- rust-lang#90701 (Record more artifact sizes during self-profiling.)
- rust-lang#90723 (Better document `Box` and `alloc::alloc::box_free` connection)
Failed merges:
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
69 files changed
+1130
-235
lines changed- compiler
- rustc_borrowck/src
- diagnostics
- region_infer
- type_check
- rustc_codegen_llvm/src
- back
- debuginfo
- rustc_codegen_ssa/src/back
- rustc_const_eval/src/const_eval
- rustc_hir/src
- rustc_infer/src/infer/outlives
- rustc_metadata/src/rmeta
- rustc_middle/src
- hir/map
- mir
- query
- ty
- rustc_mir_build/src/thir
- cx
- pattern
- rustc_monomorphize/src
- partitioning
- rustc_passes/src
- rustc_privacy/src
- rustc_resolve/src
- late
- rustc_save_analysis/src
- rustc_trait_selection/src/traits
- error_reporting
- rustc_typeck/src
- check
- collect
- library/alloc/src
- src
- bootstrap
- doc/unstable-book/src/language-features
- librustdoc
- clean
- formats
- passes
- test/ui
- feature-gates
- inline-const
- rfcs/rfc-2528-type-changing-struct-update
- tools
- clippy/clippy_lints/src
- rustdoc-js
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
69 files changed
+1130
-235
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
408 | 408 | | |
409 | 409 | | |
410 | 410 | | |
411 | | - | |
| 411 | + | |
412 | 412 | | |
413 | 413 | | |
414 | 414 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
376 | 376 | | |
377 | 377 | | |
378 | 378 | | |
379 | | - | |
| 379 | + | |
380 | 380 | | |
381 | 381 | | |
382 | 382 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
569 | 569 | | |
570 | 570 | | |
571 | 571 | | |
572 | | - | |
| 572 | + | |
573 | 573 | | |
574 | 574 | | |
575 | 575 | | |
| |||
2229 | 2229 | | |
2230 | 2230 | | |
2231 | 2231 | | |
2232 | | - | |
| 2232 | + | |
2233 | 2233 | | |
2234 | 2234 | | |
2235 | 2235 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
1343 | 1344 | | |
1344 | 1345 | | |
1345 | 1346 | | |
1346 | | - | |
1347 | | - | |
1348 | | - | |
1349 | | - | |
1350 | | - | |
1351 | | - | |
1352 | | - | |
| 1347 | + | |
| 1348 | + | |
| 1349 | + | |
1353 | 1350 | | |
1354 | 1351 | | |
1355 | 1352 | | |
| |||
1527 | 1524 | | |
1528 | 1525 | | |
1529 | 1526 | | |
| 1527 | + | |
| 1528 | + | |
1530 | 1529 | | |
1531 | 1530 | | |
1532 | 1531 | | |
| |||
1549 | 1548 | | |
1550 | 1549 | | |
1551 | 1550 | | |
| 1551 | + | |
| 1552 | + | |
| 1553 | + | |
| 1554 | + | |
| 1555 | + | |
1552 | 1556 | | |
1553 | 1557 | | |
1554 | 1558 | | |
| |||
1593 | 1597 | | |
1594 | 1598 | | |
1595 | 1599 | | |
| 1600 | + | |
| 1601 | + | |
1596 | 1602 | | |
1597 | 1603 | | |
1598 | 1604 | | |
| |||
1608 | 1614 | | |
1609 | 1615 | | |
1610 | 1616 | | |
| 1617 | + | |
| 1618 | + | |
1611 | 1619 | | |
1612 | 1620 | | |
1613 | 1621 | | |
| |||
1650 | 1658 | | |
1651 | 1659 | | |
1652 | 1660 | | |
1653 | | - | |
| 1661 | + | |
| 1662 | + | |
| 1663 | + | |
| 1664 | + | |
| 1665 | + | |
| 1666 | + | |
1654 | 1667 | | |
1655 | 1668 | | |
1656 | 1669 | | |
| |||
1931 | 1944 | | |
1932 | 1945 | | |
1933 | 1946 | | |
| 1947 | + | |
| 1948 | + | |
| 1949 | + | |
| 1950 | + | |
| 1951 | + | |
| 1952 | + | |
| 1953 | + | |
| 1954 | + | |
| 1955 | + | |
| 1956 | + | |
| 1957 | + | |
| 1958 | + | |
| 1959 | + | |
| 1960 | + | |
| 1961 | + | |
| 1962 | + | |
| 1963 | + | |
| 1964 | + | |
| 1965 | + | |
| 1966 | + | |
| 1967 | + | |
| 1968 | + | |
| 1969 | + | |
| 1970 | + | |
| 1971 | + | |
| 1972 | + | |
| 1973 | + | |
| 1974 | + | |
| 1975 | + | |
| 1976 | + | |
| 1977 | + | |
1934 | 1978 | | |
1935 | 1979 | | |
1936 | 1980 | | |
1937 | 1981 | | |
1938 | 1982 | | |
| 1983 | + | |
| 1984 | + | |
| 1985 | + | |
1939 | 1986 | | |
1940 | 1987 | | |
1941 | 1988 | | |
1942 | 1989 | | |
| 1990 | + | |
| 1991 | + | |
1943 | 1992 | | |
1944 | 1993 | | |
1945 | 1994 | | |
| |||
1990 | 2039 | | |
1991 | 2040 | | |
1992 | 2041 | | |
1993 | | - | |
| 2042 | + | |
| 2043 | + | |
| 2044 | + | |
| 2045 | + | |
| 2046 | + | |
| 2047 | + | |
| 2048 | + | |
| 2049 | + | |
| 2050 | + | |
| 2051 | + | |
| 2052 | + | |
| 2053 | + | |
| 2054 | + | |
| 2055 | + | |
| 2056 | + | |
| 2057 | + | |
1994 | 2058 | | |
1995 | 2059 | | |
1996 | 2060 | | |
| |||
2004 | 2068 | | |
2005 | 2069 | | |
2006 | 2070 | | |
| 2071 | + | |
| 2072 | + | |
2007 | 2073 | | |
2008 | 2074 | | |
2009 | 2075 | | |
| |||
2250 | 2316 | | |
2251 | 2317 | | |
2252 | 2318 | | |
| 2319 | + | |
| 2320 | + | |
| 2321 | + | |
2253 | 2322 | | |
2254 | 2323 | | |
2255 | 2324 | | |
| |||
2300 | 2369 | | |
2301 | 2370 | | |
2302 | 2371 | | |
| 2372 | + | |
| 2373 | + | |
| 2374 | + | |
| 2375 | + | |
| 2376 | + | |
| 2377 | + | |
| 2378 | + | |
| 2379 | + | |
| 2380 | + | |
| 2381 | + | |
2303 | 2382 | | |
2304 | 2383 | | |
2305 | | - | |
2306 | 2384 | | |
2307 | | - | |
2308 | | - | |
2309 | | - | |
2310 | 2385 | | |
2311 | 2386 | | |
2312 | 2387 | | |
| |||
0 commit comments