Skip to content

Commit

Permalink
Committing standard compare/to_str/clone features, but no tests yet.
Browse files Browse the repository at this point in the history
Wrote some tests for the compare/clone/to_str methods.

Took out doc comments around tests.

Don't allow impls to force public types

This code in resolve accidentally forced all types with an impl to become
public. This fixes it by default inheriting the privacy of what was previously
there and then becoming `true` if nothing else exits.

Closes rust-lang#10545

Committing to show work in progress.  Everything is still messy,
but I want to take this opportunity to get feedback from relevant
parties if I can.

Recommitting after a bad commit that unnecessarily changed files.
  • Loading branch information
niftynif committed Dec 30, 2013
1 parent 1502b11 commit 1b7954a
Showing 1 changed file with 296 additions and 78 deletions.
Loading

0 comments on commit 1b7954a

Please sign in to comment.