Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 ## 0.5.1+3 | |
| 2 | |
| 3 * Bugfix: eliminate some dynamic calls to improve dart dev compiler perf. | |
|
skybrian
2016/05/25 20:52:55
Technically a performance improvement isn't a bugf
| |
| 4 | |
| 1 ## 0.5.1+2 | 5 ## 0.5.1+2 |
| 2 | 6 |
| 3 * Bugfix: remove dependency on `pkg/crypto` for real. | 7 * Bugfix: remove dependency on `pkg/crypto` for real. |
| 4 | 8 |
| 5 ## 0.5.1+1 | 9 ## 0.5.1+1 |
| 6 | 10 |
| 7 * Require at least Dart SDK 1.13. | 11 * Require at least Dart SDK 1.13. |
| 8 | 12 |
| 9 * Removed dependency on `pkg/crypto`. | 13 * Removed dependency on `pkg/crypto`. |
| 10 | 14 |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 83 non-zero offsets were handled incorrectly. | 87 non-zero offsets were handled incorrectly. |
| 84 | 88 |
| 85 ## 0.3.5 | 89 ## 0.3.5 |
| 86 | 90 |
| 87 * Allow constants as field initial values as well as creation thunks to reduce | 91 * Allow constants as field initial values as well as creation thunks to reduce |
| 88 generated code size. | 92 generated code size. |
| 89 | 93 |
| 90 * Improve the performance of reading a protobuf buffer. | 94 * Improve the performance of reading a protobuf buffer. |
| 91 | 95 |
| 92 * Fixed truncation error in least significant bits with large Int64 constants. | 96 * Fixed truncation error in least significant bits with large Int64 constants. |
| OLD | NEW |