Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Master checklist for deprecated language features to remove from the compiler #4707

Closed
bstrie opened this issue Jan 31, 2013 · 4 comments
Closed
Labels
A-codegen Area: Code generation A-parser Area: The parsing of Rust source code to an AST. A-syntaxext Area: Syntax extensions A-typesystem Area: The type system C-cleanup Category: PRs that clean code up or issues documenting cleanup. metabug Issues about issues themselves ("bugs about bugs")

Comments

@bstrie
Copy link
Contributor

bstrie commented Jan 31, 2013

Meta-bug. Let's clear out all this deprecated cruft before 1.0:

@jdm
Copy link
Contributor

jdm commented Jan 31, 2013

error and debug

@luqmana luqmana mentioned this issue Feb 15, 2013
bors added a commit that referenced this issue Feb 15, 2013
As per #4339/#3676 this pull removes all uses `move` and gets rid of parsing it in libsyntax.
So that's one more thing to cross off #4707
@catamorphism
Copy link
Contributor

@pcwalton -- have we removed const and copy now?

@bstrie
Copy link
Contributor Author

bstrie commented Jul 15, 2013

@TJC copy would be removed by #7753. The bug to remove const is #7700.

@alexcrichton
Copy link
Member

Now that const has been removed, the entire checklist is complete!

This is actually really impressive.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-codegen Area: Code generation A-parser Area: The parsing of Rust source code to an AST. A-syntaxext Area: Syntax extensions A-typesystem Area: The type system C-cleanup Category: PRs that clean code up or issues documenting cleanup. metabug Issues about issues themselves ("bugs about bugs")
Projects
None yet
Development

No branches or pull requests

4 participants