Revert "Add fast-mode Uri class."

This reverts commit 00090a0c7237b636a73f048e53966879e74ec55a.

Revert "Add fast-mode Uri class."

This reverts commit 323ca7e410765f98a88d078c8c8c388fd972eba9.

Revert "Fix regression for the one case where we deliberately don't follow the RFC."

This reverts commit b39e048c4b74471ad59fa2b62193e4b06055a9df.

Revert "Cache hashCode in Uri implementations to improve performance when used as, e.g., Map key."

This reverts commit a11ad27723b49939307c69d185d7ad5d783d4f5a.

BUG=https://github.com/dart-lang/sdk/issues/26917
TBR=keertip@google.com

Review URL: https://codereview.chromium.org/2167663002 .
9 files changed
tree: cb1597dcca61bec1822ff46cd30cae420eedf40f
  1. build/
  2. client/
  3. docs/
  4. pkg/
  5. runtime/
  6. samples/
  7. samples-dev/
  8. sdk/
  9. site/
  10. tests/
  11. third_party/
  12. tools/
  13. utils/
  14. .gitattributes
  15. .gitignore
  16. .mailmap
  17. AUTHORS
  18. CHANGELOG.md
  19. codereview.settings
  20. create_sdk.gyp
  21. dart.gyp
  22. DEPS
  23. LICENSE
  24. PATENTS
  25. PRESUBMIT.py
  26. README.dart-sdk
  27. README.fuchsia
  28. README.md
  29. WATCHLISTS
README.md

Dart

Dart is an open-source, scalable programming language, with robust libraries and runtimes, for building web, server, and mobile apps.

Using Dart

Visit the dartlang.org to learn more about the language, tools, getting started, and more.

Browse pub.dartlang.org for more packages and libraries contributed by the community and the Dart team.

Building Dart

Learn how to get the source and prepare your machine to build the SDK.

There are more documents on our wiki.

Contributing to Dart

The easiest way to contribute to Dart is to file issues.

You can also contribute patches, as described in Contributing.

License

See LICENSE.