Skip to content

Commit 35a552d

Browse files
committed
remove a couple entries and move libc
1 parent 617dac0 commit 35a552d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

RELEASES.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ Compiler
1818
- [Update cc crate to v1.0.97 allowing additional spectre mitigations on MSVC targets](https://github.com/rust-lang/rust/pull/124892/)
1919
- [Allow field reordering on types marked `repr(packed(1))`](https://github.com/rust-lang/rust/pull/125360/)
2020
- [Add a lint against never type fallback affecting unsafe code](https://github.com/rust-lang/rust/pull/123939/)
21-
- [Support `Result<T, E>` across FFI when niche optimization can be used](https://github.com/rust-lang/rust/pull/122253/)
2221
- [Disallow cast with trailing braced macro in let-else](https://github.com/rust-lang/rust/pull/125049/)
2322
- [Expand `for_loops_over_fallibles` lint to lint on fallibles behind references.](https://github.com/rust-lang/rust/pull/125156/)
2423
- [self-contained linker: retry linking without `-fuse-ld=lld` on CCs that don't support it](https://github.com/rust-lang/rust/pull/125417/)
@@ -38,8 +37,6 @@ Libraries
3837
- [Panic if `PathBuf::set_extension` would add a path separator](https://github.com/rust-lang/rust/pull/125070/)
3938
- [Add assert_unsafe_precondition to unchecked_{add,sub,neg,mul,shl,shr} methods](https://github.com/rust-lang/rust/pull/121571/)
4039
- [Update `c_char` on AIX to use the correct type](https://github.com/rust-lang/rust/pull/122986/)
41-
- [Remove libc from MSVC targets](https://github.com/rust-lang/rust/pull/124050/)
42-
- [Update libc to 0.2.155](https://github.com/rust-lang/rust/pull/124560/)
4340
- [`offset_of!` no longer returns a temporary](https://github.com/rust-lang/rust/pull/124484/)
4441
- [Handle sigma in `str.to_lowercase` correctly](https://github.com/rust-lang/rust/pull/124773/)
4542
- [Raise `DEFAULT_MIN_STACK_SIZE` to at least 64KiB](https://github.com/rust-lang/rust/pull/126059/)
@@ -156,6 +153,7 @@ significant improvements to the performance or internals of rustc and related
156153
tools.
157154

158155
- Misc improvements to size of generated html by rustdoc e.g. [#124738](https://github.com/rust-lang/rust/pull/124738/) and [#123734](https://github.com/rust-lang/rust/pull/123734/)
156+
- [MSVC targets no longer depend on libc](https://github.com/rust-lang/rust/pull/124050/)
159157

160158
Version 1.79.0 (2024-06-13)
161159
==========================

0 commit comments

Comments
 (0)