Skip to content

Remove deprecated functionality - #20462

Merged
bors merged 1 commit into
rust-lang:masterfrom
alexcrichton:remove-deprecated
Jan 4, 2015
Merged

Remove deprecated functionality#20462
bors merged 1 commit into
rust-lang:masterfrom
alexcrichton:remove-deprecated

Conversation

@alexcrichton

Copy link
Copy Markdown
Member

This removes a large array of deprecated functionality, regardless of how
recently it was deprecated. The purpose of this commit is to clean out the
standard libraries and compiler for the upcoming alpha release.

Some notable compiler changes were to enable warnings for all now-deprecated
command line arguments (previously the deprecated versions were silently
accepted) as well as removing deriving(Zero) entirely (the trait was removed).

The distribution no longer contains the libtime or libregex_macros crates. Both
of these have been deprecated for some time and are available externally.

@rust-highfive

Copy link
Copy Markdown
Contributor

r? @brson

(rust_highfive has picked a reviewer for you, use r? to override)

@alexcrichton
alexcrichtonforce-pushed the remove-deprecated branch 2 times, most recently from fa6198a to 255e5e2CompareJanuary 3, 2015 08:37
@alexcrichton

Copy link
Copy Markdown
MemberAuthor

r? @aturon

@rust-highfiverust-highfive assigned aturon and unassigned brsonJan 4, 2015

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

append is still with us

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

... for now

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😨

Copy link
Copy Markdown
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oops!

@Gankra

Copy link
Copy Markdown
Contributor

🎊

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you change these to test the new partition function in iter (possibly moving them if you think there's a better spot)? i neglected to add tests for it...

Copy link
Copy Markdown
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These tests were actually duplicated in vec.rs for some reasons, but I kept those!

@aturon

Copy link
Copy Markdown
Contributor

soooo clean! r=me after a rebase

@alexcrichton
alexcrichtonforce-pushed the remove-deprecated branch 2 times, most recently from 429446c to 294e987CompareJanuary 4, 2015 07:13
This removes a large array of deprecated functionality, regardless of how
recently it was deprecated. The purpose of this commit is to clean out the
standard libraries and compiler for the upcoming alpha release.
Some notable compiler changes were to enable warnings for all now-deprecated
command line arguments (previously the deprecated versions were silently
accepted) as well as removing deriving(Zero) entirely (the trait was removed).
The distribution no longer contains the libtime or libregex_macros crates. Both
of these have been deprecated for some time and are available externally.
bors added a commit that referenced this pull request Jan 4, 2015
This removes a large array of deprecated functionality, regardless of how
recently it was deprecated. The purpose of this commit is to clean out the
standard libraries and compiler for the upcoming alpha release.
Some notable compiler changes were to enable warnings for all now-deprecated
command line arguments (previously the deprecated versions were silently
accepted) as well as removing deriving(Zero) entirely (the trait was removed).
The distribution no longer contains the libtime or libregex_macros crates. Both
of these have been deprecated for some time and are available externally.
@bors
bors merged commit 7d8d06f into rust-lang:masterJan 4, 2015
@alexcrichton
alexcrichton deleted the remove-deprecated branch January 20, 2015 06:47
lnicola pushed a commit to lnicola/rust that referenced this pull request Sep 1, 2025
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@alexcrichton@rust-highfive@Gankra@aturon@kmcallister@bors@brson