Merge in changes from SDK branch

Includes performance fixes and error tests.

R=kevmoo@google.com

Review URL: https://codereview.chromium.org//1834783004 .
7 files changed
tree: 04f4a893e790d4ce31a516d766e9f54415d8ed20
  1. lib/
  2. test/
  3. tool/
  4. .gitignore
  5. .travis.yml
  6. AUTHORS
  7. codereview.settings
  8. CONTRIBUTING.md
  9. LICENSE
  10. PATENTS
  11. pubspec.yaml
  12. README.md
README.md

Fixnum

A fixed-width 32- and 64- bit integer library for Dart.

Build Status Coverage Status

Documentation

The fixnum package provides data types for signed 32- and 64-bit integers. The integer implementations in this library are designed to work identically whether executed on the Dart VM or compiled to JavaScript.

For more information, see the fixnum package on pub.dartlang.org.