1. 34fb48b [kernel,front_end] Migrate first wave of pkg/kernel and pkg/front_end by Johnni Winther · 4 years, 2 months ago
  2. 990b032 [cfe] Mention update_expectations.dart in failure log by Johnni Winther · 4 years, 2 months ago
  3. c1d2c25 [CFE] Add constant coverage in expect files by Jens Johansen · 4 years, 3 months ago
  4. deca91c [CFE] Record const constructor coverage when evaluating constants by Jens Johansen · 4 years, 3 months ago
  5. 090e234 Remove unused dart:async imports by Sam Rawlins · 4 years, 4 months ago
  6. 29fa4e8 [CFE et al] Compile flutter platform as agnostic for test; set component mode more by Jens Johansen · 4 years, 5 months ago
  7. 9ce4f5d [cfe] Report distinct error codes in incremental_load_from_dill testing by Johnni Winther · 4 years, 5 months ago
  8. d34287a [cfe] Show regeneration command on unittest expectation failures by Johnni Winther · 4 years, 5 months ago
  9. d1ca72f [CFE] Turn on constant evaluation stress test by default; include in expect files by Jens Johansen · 4 years, 6 months ago
  10. 6d7c92f [CFE] Add "strong" tests of the constant evaluator by Jens Johansen · 4 years, 6 months ago
  11. 7909bab [cfe] Fix scope bug for initializers in text serialization by Dmitry Stefantsov · 4 years, 8 months ago
  12. 3a4aad6 [cfe] Use test description uri for expectation file location by Johnni Winther · 4 years, 8 months ago
  13. 7cbd5f6 [cfe] Add round-trip serialization support for loop nodes by Dmitry Stefantsov · 4 years, 10 months ago
  14. e86e4d6 [cfe] Add round-trip serialization support for more statement nodes by Dmitry Stefantsov · 4 years, 10 months ago
  15. b67a131 [cfe] Add an option to inspect internal state of text serialization by Dmitry Stefantsov · 4 years, 11 months ago
  16. 56df960 [cfe] Refine text serialization testing: skip free variables by Dmitry Stefantsov · 5 years ago
  17. d380706 [cfe] Include problems reported outside serialized component in expectations by Johnni Winther · 5 years ago
  18. d5dea00 [cfe] Improve diagnostics on text serialization failures by Dmitry Stefantsov · 5 years ago
  19. 56763db [cfe] Support NoneTarget in expectation testing by Johnni Winther · 5 years ago
  20. e0d8aa8 [cfe] Use fileUri in error reporting by Johnni Winther · 5 years ago
  21. 00c2962 [cfe+analyzer] Move messages, scanner and parser to package:_fe_analyzer_shared by Johnni Winther · 5 years ago
  22. 0449905 [CFE] Add a serialization-and-unserialization step to strong test by Jens Johansen · 5 years ago
  23. ce5556a [kernel] Load classes lazily by Jens Johansen · 6 years ago
  24. e7614ad [cfe] Add Windows work-around for git diff in expectation testing by Johnni Winther · 6 years ago
  25. bd681ea [CFE] Move testing out of lib/src/fasta by Jens Johansen · 6 years ago[Renamed (94%) from pkg/front_end/lib/src/fasta/testing/kernel_chain.dart]
  26. 0e201ed [CFE] Second batch of fixes for requiring explicit types by Jens Johansen · 6 years ago
  27. 972d4e9 [cfe] Move relativize code from dart2js to cfe by Johnni Winther · 6 years ago
  28. 09b93b7 [fasta] Tweak fasta unit tests setup in anticipation of constant update 2018 by Vyacheslav Egorov · 6 years ago
  29. 865743a Include all non-dart and non-package libaries in fasta testing by Jens Johansen · 6 years ago
  30. b0017d7 Refer to correct locations in SDK (and other dill files) by Peter von der Ahé · 6 years ago
  31. ef2e000 Share expectation matching by Peter von der Ahé · 6 years ago
  32. dab228e Save problems in ast - fasta changes by Jens Johansen · 6 years ago
  33. ecc1411 Print constant table when printing libraries. by Aske Simon Christensen · 6 years ago
  34. 113ca50 [kernel] Add a step to fasta unit tests to check text serialization by Dmitry Stefantsov · 6 years ago
  35. e45e334 Rename strong mode to legacy mode in package:kernel by Peter von der Ahé · 6 years ago
  36. bf5ae22 Store token in ImplicitType by Peter von der Ahé · 6 years ago
  37. b3b6a53 Remove ForInJudgment by Peter von der Ahé · 6 years ago
  38. 1ec63ec Only one source of truth for uriToSource by Jens Johansen · 6 years ago
  39. 5896627 Handle when being asked to compile a part by Peter von der Ahé · 6 years ago
  40. 1215d91 Add more status kinds by Peter von der Ahé · 6 years ago
  41. d4fac16 Remove CompilerOptions.reportMessages by Peter von der Ahé · 6 years ago
  42. f942af4 Remove kernel interpreter by Peter von der Ahé · 6 years ago
  43. 3831da8 Include all problems in expectations by Peter von der Ahé · 6 years ago
  44. a1bd501 Make input validation optional by Peter von der Ahé · 6 years ago
  45. 6fe2723 Tweak parameters of ProcessedOptions by Peter von der Ahé · 6 years ago
  46. 65f56bb Clean up imports by Peter von der Ahé · 7 years ago
  47. 35d26c9 Always use relative paths to import from within the front end by Kevin Millikin · 7 years ago
  48. 149c5a0 Improve formatting of errors in golden files by Peter von der Ahé · 7 years ago
  49. 223b143 Workaround for issue 33559. by Konstantin Shcheglov · 7 years ago
  50. 9988941 Rewrite Dart SDK file URIs in test expectations. by Aske Simon Christensen · 7 years ago
  51. 4f2bdff Rename Program to Component by Peter von der Ahé · 7 years ago
  52. 846d184 Use platform.dill for more fasta tests, skip shaker test by Martin Kustermann · 7 years ago
  53. d359ce8 Replace \n in expectation files with newline by Peter von der Ahé · 7 years ago
  54. 513ac0f Implement runDiff for Windows by Johnni Winther · 7 years ago
  55. e377e27 Work around diff missing on Windows by Peter von der Ahé · 7 years ago
  56. e14726a Use absolute URIs instead of relative paths by Peter von der Ahé · 7 years ago
  57. 22d0696 [CFE] Move front-end API under src/ by Jens Johansen · 7 years ago
  58. f382f39 Run kernel type checker during front end strong mode unit tests. by Paul Berry · 7 years ago
  59. b96ac45 Update most clients to use computePlatformBinariesLocation. by Peter von der Ahé · 7 years ago
  60. 16aa720 Remove compiling platform.dill from patch_sdk.dart by Peter von der Ahé · 7 years ago
  61. a5bcf58 Move tools to tool folder. by Peter von der Ahé · 8 years ago
  62. 1aa139b Unifying compiler context by Sigmund Cherem · 8 years ago
  63. 8ecb50d Throw if there is no compiler context available by Sigmund Cherem · 8 years ago
  64. 4ad4f98 Move `reify` to use fasta instead of dartk by Sigmund Cherem · 8 years ago
  65. 00d5012 Format analyzer, analysis_server, analyzer_plugin, front_end and kernel with the latest dartfmt. by Konstantin Shcheglov · 8 years ago
  66. b71bd54 Reapply "Tweak public APIs and use them in patch_sdk, dart2js, and kernel-service."" by Sigmund Cherem · 8 years ago
  67. 4aadfe0 Revert "Tweak public APIs and use them in patch_sdk, dart2js, and kernel-service." by Sigmund Cherem · 8 years ago
  68. 610d081 Tweak public APIs and use them in patch_sdk, dart2js, and kernel-service. by Sigmund Cherem · 8 years ago
  69. 06189b2 loader, target, diet_listener moved by Sigmund Cherem · 8 years ago
  70. e8e8359 Add local type inference logic for integer literals. by Paul Berry · 8 years ago
  71. 2d9956a Move kernel baseline tests to front_end. by Peter von der Ahé · 8 years ago
  72. 685045d Start unraveling circularities between analyzer and front_end/kernel. by Paul Berry · 8 years ago
  73. 4f6d58f Implement nested switches and missing switch continue targets. by Peter von der Ahé · 8 years ago
  74. c2f7f52 Run dartfmt on pkg/front_end/lib. by Peter von der Ahé · 8 years ago
  75. f4c6699 Store redirecting constructors. by Peter von der Ahé · 8 years ago
  76. 8bfc4b4 Implement canonical name scheme in kernel. by Asger Feldthaus · 8 years ago
  77. 77ba539 Improve compile-time error handling. by Peter von der Ahé · 8 years ago
  78. 935ec2b Reduce strong mode errors and warnings by Sigmund Cherem · 8 years ago
  79. 7512ab5 Enable running of fasta tests on build bot. by Peter von der Ahé · 8 years ago
  80. 17d8de6 Update fasta tests to use the new transformation API by Kevin Millikin · 8 years ago
  81. e037a21 Update location of rasta tests. by Peter von der Ahé · 8 years ago
  82. ef8ec26 Update status files and expectations of rasta tests. by Peter von der Ahé · 8 years ago
  83. 3d70457 Add Fasta tests. by Peter von der Ahé · 8 years ago