rust/library
Guillaume Boisseau 13ca978f91
Rollup merge of #121711 - ChrisDenton:junction, r=Mark-Simulacrum
Implement junction_point

Implements https://github.com/rust-lang/rust/issues/121709

We already had a private implementation that we use for tests so we could just make that public. Except it was very hacky as it was only ever intended for use in testing. I've made an improved version that at least handles path conversion correctly and has less need for things like the `Align8` hack. There's still room for further improvement though.
2024-03-09 21:40:09 +01:00
..
alloc Rollup merge of #120504 - kornelski:try_with_capacity, r=Amanieu 2024-03-09 21:40:06 +01:00
backtrace@6145fe6bac
core Rollup merge of #121280 - ajwock:maybeuninit_fill, r=Amanieu 2024-03-09 21:40:07 +01:00
panic_abort Cleanup windows abort_internal 2024-03-02 18:22:15 +00:00
panic_unwind
portable-simd
proc_macro Rollup merge of #120976 - matthiaskrgr:constify_TL_statics, r=lcnr 2024-03-04 22:16:30 +01:00
profiler_builtins
rtstartup
rustc-std-workspace-alloc
rustc-std-workspace-core
rustc-std-workspace-std
std Rollup merge of #121711 - ChrisDenton:junction, r=Mark-Simulacrum 2024-03-09 21:40:09 +01:00
stdarch@56087ea170
sysroot
test Rust is a proper name: rust → Rust 2024-03-07 07:49:22 +01:00
unwind