Remove most items that have been deprecated since before 0.2.100 - #5401
Merged
Conversation
Collaborator
|
Some changes occurred in an Android module cc @maurer |
tgross35
force-pushed
the
remove-deprecated
branch
4 times, most recently
from
August 11, 2026 22:09
8eeecce to
96c660f
Compare
tgross35
force-pushed
the
remove-deprecated
branch
from
August 12, 2026 02:05
9a3231d to
327d571
Compare
Most of these got removed upstream a long time ago and have been deprecated in `libc` for at least five years. Delete them, which allows for some test code cleanup. Closes: rust-lang#1356 Closes: rust-lang#1896
tgross35
force-pushed
the
remove-deprecated
branch
from
August 12, 2026 03:54
327d571 to
bcd56de
Compare
tgross35
enabled auto-merge
August 12, 2026 03:54
tgross35
added a commit
to tgross35/rust-libc
that referenced
this pull request
Aug 31, 2026
Most of these got removed upstream a long time ago and have been deprecated in `libc` for at least five years. Delete them, which allows for some test code cleanup. Closes: rust-lang#1356 Closes: rust-lang#1896 (backport <rust-lang#5401>) (cherry picked from commit e2b191d)
tgross35
added a commit
to tgross35/rust-libc
that referenced
this pull request
Aug 31, 2026
Most of these got removed upstream a long time ago and have been deprecated in `libc` for at least five years. Delete them, which allows for some test code cleanup. Closes: rust-lang#1356 Closes: rust-lang#1896 (backport <rust-lang#5401>) (cherry picked from commit e2b191d)
tgross35
added a commit
to tgross35/rust-libc
that referenced
this pull request
Aug 31, 2026
Most of these got removed upstream a long time ago and have been deprecated in `libc` for at least five years. Delete them, which allows for some test code cleanup. Closes: rust-lang#1356 Closes: rust-lang#1896 (backport <rust-lang#5401>) (cherry picked from commit e2b191d)
tgross35
added a commit
to tgross35/rust-libc
that referenced
this pull request
Aug 31, 2026
Most of these got removed upstream a long time ago and have been deprecated in `libc` for at least five years. Delete them, which allows for some test code cleanup. Closes: rust-lang#1356 Closes: rust-lang#1896 (backport <rust-lang#5401>) (cherry picked from commit e2b191d)
tgross35
added a commit
to tgross35/rust-libc
that referenced
this pull request
Aug 31, 2026
Most of these got removed upstream a long time ago and have been deprecated in `libc` for at least five years. Delete them, which allows for some test code cleanup. Closes: rust-lang#1356 Closes: rust-lang#1896 (backport <rust-lang#5401>) (cherry picked from commit e2b191d)
Merged
tgross35
added a commit
to dybucc/libc
that referenced
this pull request
Aug 31, 2026
Most of these got removed upstream a long time ago and have been deprecated in `libc` for at least five years. Delete them, which allows for some test code cleanup. Closes: rust-lang#1356 Closes: rust-lang#1896 (backport <rust-lang#5401>) (cherry picked from commit e2b191d)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Most of these got removed upstream a long time ago and have been deprecated in
libcfor at least five years. Delete them, which allows for some test code cleanup.Closes: #1356
Closes: #1896