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

[WIP] Add {HashMap,HashSet} to std's prelude #63418

Closed
wants to merge 3 commits into from

Commits on Aug 19, 2019

  1. Add HashMap to std prelude

    * Fix `HashMap` redundantly import errors
    * Replace HashMap by BTreeMap in tests suggested by Jonas
    tesuji committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    e195181 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e351f05 View commit details
    Browse the repository at this point in the history
  3. Add HashSet to prelude

    tesuji committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    0fb8f5f View commit details
    Browse the repository at this point in the history