1. 0defa95 Store named parameters in sorted lists instead of using maps. by Asger Feldthaus · 9 years ago
  2. 118a4be Remove unnecessary indexing passes from serialization. by Asger Feldthaus · 9 years ago
  3. 7346348 Fix some strong mode issues. by Asger Feldthaus · 9 years ago
  4. 3baff07 Add strong mode type checking pass. by Asger Feldthaus · 9 years ago
  5. e1c26f8 Introduce Substitution class and Supertype class. by Asger Feldthaus · 9 years ago
  6. c172c05 Fix a bug in bounded type substitution. by Asger Feldthaus · 9 years ago
  7. 90ebc0b Type parameter bounds default to Object instead of dynamic. by Asger Feldthaus · 9 years ago
  8. 4e5cac6 Support interface members and overrides with duplicate member names. by Asger Feldthaus · 9 years ago
  9. 6347eb5 Follow redirecting factories to their effective targets. by Asger Feldthaus · 9 years ago
  10. 1c1a646 Fix canonicalization of mixin classes. by Asger Feldthaus · 9 years ago
  11. 3ac36ac Refactor frontend to allow modular compilation. by Asger Feldthaus · 9 years ago
  12. a85aabb Dill source file and source position inclusion by Jens Johansen · 9 years ago
  13. 239d775 Treat an arrow body in a void method as void context. by Asger Feldthaus · 9 years ago
  14. d5fe5f1 Add sanity checks for dangling or out-of-scope references. by Asger Feldthaus · 9 years ago
  15. 48c9540 Tree shaking transformation. by Asger Feldthaus · 9 years ago
  16. 60928ce Refactor the frontend classes. by Asger Feldthaus · 9 years ago
  17. a723f35 Add subtyping query. by Asger Feldthaus · 9 years ago
  18. d9b0056 Remove the ?? operator from the IR and desugar it in the frontend. by Asger Feldthaus · 9 years ago
  19. 2efc48c Support both implicit and explicit getters and setters for fields. by Asger Feldthaus · 9 years ago
  20. c7cbf95 Support .packages file. by Asger Feldthaus · 9 years ago
  21. 525750d Make regenerate_dill_files use the patched SDK by Asger Feldthaus · 9 years ago
  22. 449803b Reorganize baseline testing. by Asger Feldthaus · 9 years ago
  23. 98ccce0 Add bounded substitution operator. by Asger Feldthaus · 9 years ago
  24. 09cae49 Fix handling of bottom type in type substitution and unification. by Asger Feldthaus · 9 years ago
  25. e3f2bae Add support for traversing all member override pairs. by Asger Feldthaus · 9 years ago
  26. 9677d68 Pass an object with flags to the target. by Asger Feldthaus · 9 years ago
  27. 952a70b Include interface targets in the textual output. by Asger Feldthaus · 9 years ago
  28. 83e3a06 Put the interface target on implied .call invocations. by Asger Feldthaus · 9 years ago
  29. 375bbae Copy strong-mode fields in clone visitor. by Asger Feldthaus · 9 years ago
  30. 2eaa884 Strong mode: add interface targets and resynthesis of expression types. by Asger Feldthaus · 9 years ago
  31. 60a8a7a Disable shared batch mode state. by Asger Feldthaus · 9 years ago
  32. 7f8c0ea Add a script for regenerating all checked-in dill files. by Asger Feldthaus · 9 years ago
  33. 760da8e Make mixin and super resolution a transformation. by Asger Feldthaus · 9 years ago
  34. e7cae46 Share local variable map between environments. by Asger Feldthaus · 9 years ago
  35. d1f4702 Remove NormalClass, MixinClass and use just Class. by Asger Feldthaus · 9 years ago
  36. ce5acd8 Regenerate checked-in dill files. by Asger Feldthaus · 9 years ago
  37. 943be23 Track baseclasses in type propagation. by Asger Feldthaus · 9 years ago
  38. fd6064c Support metadata annotations on classes and members. by Asger Feldthaus · 9 years ago
  39. 62e6e96 Update checked-in dill files. by Asger Feldthaus · 9 years ago
  40. 58bcd19 Handle classes with a 'call' field or getter. by Asger Feldthaus · 9 years ago
  41. 969b03f Add transformation to dynamically verify results of type propagation. by Asger Feldthaus · 9 years ago
  42. 3700941 Ensure all allocated values come with a non-zero bitmask. by Asger Feldthaus · 9 years ago
  43. a636c59 Fix analyzer warnings and remove unused code. by Asger Feldthaus · 9 years ago
  44. 6951f39 Do not use default 'null' value for fields initialized by constructor. by Asger Feldthaus · 9 years ago
  45. 4cc4438 Handle null being returned when falling over the end of a method. by Asger Feldthaus · 9 years ago
  46. 4e6d790 Handle default parameter values in type propagation. by Asger Feldthaus · 9 years ago
  47. 94a5fb8 Properly handle arity ranges in more cases. by Asger Feldthaus · 9 years ago
  48. 0c7ea65 Nullability tracking and API for type propagation. by Asger Feldthaus · 9 years ago
  49. 8a3e753 Type propagation: Class hierarchy specialization and more. by Asger Feldthaus · 9 years ago
  50. c9244b4 Add support for batch mode in dartk. by Asger Feldthaus · 9 years ago
  51. dfbae18 Preserve leading BOMs during deserialization. by Asger Feldthaus · 9 years ago
  52. 5ad5fa8 Change the default binary file extension to .dill by Asger Feldthaus · 9 years ago
  53. acef79e Fix some broken tests and benchmarks. by Asger Feldthaus · 9 years ago
  54. d0c192a Canonicalize loads and stores in type propagation. by Asger Feldthaus · 9 years ago
  55. 6629050 Fix handling of static setter invocation in type propagation builder. by Asger Feldthaus · 9 years ago
  56. b8c89ba Reorganize some files in the test folder. by Asger Feldthaus · 9 years ago
  57. c744939 Add option to only print type inference graph for some members. by Asger Feldthaus · 9 years ago
  58. aa9e50e Fix inferred return value in closures. by Asger Feldthaus · 9 years ago
  59. a978b40 Track instance fields in type propagation. by Asger Feldthaus · 9 years ago
  60. 6ccbec3 Properly output the type of fields in type propagation. by Asger Feldthaus · 9 years ago
  61. 0ff9868 Support constructor initializers in type propagation. by Asger Feldthaus · 9 years ago
  62. 7035aa9 Add type-based modeling of externals in type propagation. by Asger Feldthaus · 9 years ago
  63. 5b6066f Add delta-blue as a baselined testcase for type propagation. by Asger Feldthaus · 9 years ago
  64. bdbdb24 Test type propagation by comparing the output against a gold file. by Asger Feldthaus · 9 years ago
  65. 243ea89 Normalize DartTypes to 'dynamic' instead of 'null' when omitted. by Asger Feldthaus · 9 years ago
  66. 0092765 Incomplete global type propagation. by Asger Feldthaus · 9 years ago
  67. 44725b5 Add a tool for diagnosing where time is spent in the frontend. by Asger Feldthaus · 9 years ago
  68. 0e531fa Bump analyzer version and compiled dart2js version used as test data. by Asger Feldthaus · 9 years ago
  69. 89889c7 Fix name of unary- method and regenerate dart2js binary used for testing by Asger Feldthaus · 9 years ago
  70. ae4ebcb Support interface member resolution in class hierarchy. by Asger Feldthaus · 9 years ago
  71. 246f6c1 Add more convenience methods and tweak the behavior of toString(). by Asger Feldthaus · 9 years ago
  72. 885be10 Implement DartType.hashCode and add some tests. by Asger Feldthaus · 9 years ago
  73. 7ad92c2 Support member resolution in class hierarchy. by Asger Feldthaus · 9 years ago
  74. 41379dd Do not use the return value from calls to '[]='. by Asger Feldthaus · 9 years ago
  75. 31e1f40 Avoid creating a 'let' binding for 'this' in property and index access. by Asger Feldthaus · 9 years ago
  76. be5b7d3 Add 'const' modifier to StaticInvocation. by Asger Feldthaus · 9 years ago
  77. 7f12034 Support external constant factories such as String.fromEnvironment. by Asger Feldthaus · 9 years ago
  78. d14b12d Handle redirecting factory constructors. by Asger Feldthaus · 9 years ago
  79. 02604e9 Initial implementation of Dart Kernel. by Asger Feldthaus · 9 years ago