Commit a8a2a88
committed
Auto merge of #56875 - Centril:rollup, r=Centril
Rollup of 20 pull requests
Successful merges:
- #53506 (Documentation for impl From for AtomicBool and other Atomic types)
- #56343 (Remove not used mod)
- #56439 (Clearer error message for dead assign)
- #56640 (Add FreeBSD unsigned char platforms to std::os::raw)
- #56648 (Fix BTreeMap UB)
- #56672 (Document time of back operations of a Linked List)
- #56706 (Make `const unsafe fn` bodies `unsafe`)
- #56742 (infer: remove Box from a returned Iterator)
- #56761 (Suggest using `.display()` when trying to print a `Path`)
- #56781 (Update LLVM submodule)
- #56789 (rustc: Add an unstable `simd_select_bitmask` intrinsic)
- #56790 (Make RValue::Discriminant a normal Shallow read)
- #56793 (rustdoc: look for comments when scraping attributes/crates from doctests)
- #56826 (rustc: Add the `cmpxchg16b` target feature on x86/x86_64)
- #56832 (std: Use `rustc_demangle` from crates.io)
- #56844 (Improve CSS rule)
- #56850 (Fixed issue with using `Self` ctor in typedefs)
- #56855 (Remove u8 cttz hack)
- #56857 (Fix a small mistake regarding NaNs in a deprecation message)
- #56858 (Fix doc of `std::fs::canonicalize`)
Failed merges:
- #56741 (treat ref-to-raw cast like a reborrow: do a special kind of retag)
r? @ghostFile tree
52 files changed
+649
-836
lines changed- src
- liballoc/collections
- btree
- libcore
- fmt
- num
- sync
- librustc_codegen_llvm
- librustc_mir
- borrow_check
- nll
- build
- transform
- librustc_passes
- librustc_typeck/check
- librustc
- infer/canonical
- middle
- ty
- librustdoc
- html/static
- libstd
- os/raw
- sys_common
- rustllvm
- test
- rustdoc
- ui
- borrowck
- consts/min_const_fn
- issues
- lint
- liveness
- nll
- simd-intrinsic
- suggestions
- tools/tidy/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
+649
-836
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
1813 | 1813 | | |
1814 | 1814 | | |
1815 | 1815 | | |
1816 | | - | |
| 1816 | + | |
1817 | 1817 | | |
1818 | 1818 | | |
1819 | 1819 | | |
| |||
1835 | 1835 | | |
1836 | 1836 | | |
1837 | 1837 | | |
1838 | | - | |
| 1838 | + | |
1839 | 1839 | | |
1840 | 1840 | | |
1841 | 1841 | | |
| |||
1860 | 1860 | | |
1861 | 1861 | | |
1862 | 1862 | | |
1863 | | - | |
| 1863 | + | |
1864 | 1864 | | |
1865 | 1865 | | |
1866 | 1866 | | |
| |||
2195 | 2195 | | |
2196 | 2196 | | |
2197 | 2197 | | |
2198 | | - | |
| 2198 | + | |
2199 | 2199 | | |
| 2200 | + | |
| 2201 | + | |
| 2202 | + | |
| 2203 | + | |
2200 | 2204 | | |
2201 | 2205 | | |
2202 | 2206 | | |
| |||
2315 | 2319 | | |
2316 | 2320 | | |
2317 | 2321 | | |
2318 | | - | |
| 2322 | + | |
2319 | 2323 | | |
2320 | 2324 | | |
2321 | 2325 | | |
| |||
2331 | 2335 | | |
2332 | 2336 | | |
2333 | 2337 | | |
2334 | | - | |
| 2338 | + | |
2335 | 2339 | | |
2336 | 2340 | | |
2337 | 2341 | | |
| |||
2892 | 2896 | | |
2893 | 2897 | | |
2894 | 2898 | | |
| 2899 | + | |
2895 | 2900 | | |
2896 | 2901 | | |
2897 | 2902 | | |
| |||
3578 | 3583 | | |
3579 | 3584 | | |
3580 | 3585 | | |
3581 | | - | |
| 3586 | + | |
3582 | 3587 | | |
3583 | 3588 | | |
3584 | 3589 | | |
| |||
0 commit comments