1. b3c4471 Use --no-rbe instead of --no-goma by Eric Seidel 路 9 months ago
  2. 6cbe05e [vm/compiler] Make StopInstr methods architecture-independent. by Tess Strickland 路 9 months ago
  3. c50c194 [linter] Update lint since info for 3.5 release by Parker Lougheed 路 9 months ago
  4. 1cfd502 docs(linter): 馃摉 fix typo in `avoid_implementing_value_types` lint by Albert Ma帽osa 路 9 months ago
  5. 146126f [vm/mac] Disable setting of the process name as it has side-effects on macos 15+ by Alexander Aprelev 路 9 months ago
  6. 856f841 skip macro executor test on windows by Jake Macdonald 路 9 months ago
  7. e28c480 [dart2js] Use `addUnused` method for unused fields in proto shaker by Stephen Adams 路 9 months ago
  8. d64e4dc [web] update FF to 129.0 by Sigmund Cherem 路 9 months ago
  9. 8a2e2b8 [tests] skip touch event test in FF and Safari. by Sigmund Cherem 路 9 months ago
  10. ab8e382 [dart2js] Add source information to interop null checks by Mayank Patke 路 9 months ago
  11. e765852 [ddc] Overhauling DDC's generic class representation. by MarkZ 路 9 months ago
  12. b533072 Update extending the AST docs. by Keerti Parthasarathy 路 9 months ago
  13. 0d31c2b remove stale TODO by pq 路 9 months ago
  14. a98ad48 [wildcards] support for `avoid_shadowing_type_parameters` by pq 路 9 months ago
  15. 5ff45c5 Adjust omit_obvious_local_variable_types by Erik Ernst 路 9 months ago
  16. d60221e [vm_service] Get tester example functional and clean up by Parker Lougheed 路 9 months ago
  17. 951fbd9 [doc/io,win] Improve file locking documentation for Windows by Daco Harkes 路 9 months ago
  18. b1a0e05 [vm/io,win] Avoid recursive locking in EventHandler by Slava Egorov 路 9 months ago
  19. e348f55 [vm/io,win] Cleanup socket accept logic by Slava Egorov 路 9 months ago
  20. 405adef [vm/io,win] Cleanup dispatching of in/out events by Slava Egorov 路 9 months ago
  21. ba68e77 [vm/io] Use unique_ptr to manage OverlappedBuffer by Slava Egorov 路 9 months ago
  22. bbd4077 [vm/io,win] Remove Handle::EnsureInitialized by Slava Egorov 路 9 months ago
  23. b678794 [dart2wasm] Ensure `functions.getFunction().type` and `functions.getFunctionType()` agree by Martin Kustermann 路 9 months ago
  24. 85ae8e0 [dart2wasm] Make compiler use a compilation queue of compilation tasks by Martin Kustermann 路 9 months ago
  25. 965234c [vm/ffi] Variable length inline arrays by Daco Harkes 路 9 months ago
  26. 2fe6ffe [wildcards] `prefer_final_parameters` support by pq 路 9 months ago
  27. 964017a [wildcards] tests for `avoid_final_parameters` by pq 路 9 months ago
  28. 6161fd8 [wildcards] support for `prefer_final_locals` by pq 路 9 months ago
  29. c8112c5 Support directives and add some preliminary dump output by Brian Wilkerson 路 9 months ago
  30. 967849a linter: Migrate 4 legacy tests by Sam Rawlins 路 9 months ago
  31. a4b5cf4 Parts. Enhance FileSystemState_PubPackageTest for parts, do updates. by Konstantin Shcheglov 路 9 months ago
  32. 051826a [deps] rev dartdoc, ecosystem, webdriver, webkit_inspection_protocol by Devon Carew 路 9 months ago
  33. bb7d6ed Parts. Fix enclosingElement3 for nested parts. by Konstantin Shcheglov 路 9 months ago
  34. c8cf274 [dart2wasm] Refactor int parsing by 脰mer Sinan A臒acan 路 9 months ago
  35. b121353 Bump actions/upload-artifact from 4.3.4 to 4.3.5 by dependabot[bot] 路 9 months ago
  36. a16f1ad [CFE] DartDoc tests support expecting throws by Jens Johansen 路 9 months ago
  37. f36c714 [test/ffi] Test generator pointer arguments by Daco Harkes 路 9 months ago
  38. d834c9f [CFE] Increase test coverage 02 by Jens Johansen 路 9 months ago
  39. 47dc466 [CFE] Increase test coverage 01 by Jens Johansen 路 9 months ago
  40. 2cf3222 [dart2wasm] Fix bug in seter type checker argument checking implementation by Martin Kustermann 路 9 months ago
  41. 093d867 analyzer: Remove DIVISION_OPTIMIZATION hint by Sam Rawlins 路 9 months ago
  42. da375d6 CQ. Work around updating reused elements text in MacroIncrementalTest. by Konstantin Shcheglov 路 9 months ago
  43. 488b63e CQ. Split elements_test.dart into several files. by Konstantin Shcheglov 路 9 months ago
  44. a2f7425 [wildcards] support for `no_leading_underscores_for_library_prefixes` by pq 路 9 months ago
  45. 50623f0 Do simple type tests using T in non-external methods in js_interop_non_external_test by Srujan Gaddam 路 9 months ago
  46. b39f386 [wildcards] don鈥檛 overreport `parameter_assignments` by pq 路 9 months ago
  47. 4ec57e2 [wildcards] catch clause completion tests by pq 路 9 months ago
  48. b946c47 new lint rule: use_truncating_division by Sam Rawlins 路 9 months ago
  49. 33dd277 Add extra type check cases and record current test status in javascriptobject_extensions_test.dart by Srujan Gaddam 路 9 months ago
  50. 238f116 enable experiments in abstract context tests by pq 路 9 months ago
  51. be9dcae Add soundNullSafety checks in js_function_arity_test.dart for cases where we expect a failure when casting the this value to String by Srujan Gaddam 路 9 months ago
  52. 2ffa9d1 [wildcards] ensure overridden signatures preserve wildcards by pq 路 9 months ago
  53. 3b09a49 [wildcards] ensure bound `__` underscores are suggested in completions by pq 路 9 months ago
  54. fc7e450 Parts. Test that nested parts show in 'units'. by Konstantin Shcheglov 路 9 months ago
  55. 989b5e4 Parts. Write all uits, reference from 'definingUnit' and part elements. by Konstantin Shcheglov 路 9 months ago
  56. 6b16fab [wildcards] completion suggestion support by pq 路 9 months ago
  57. a96a8a7 [vm/compiler] Fix environments when inserting conditional dispatch table call by Alexander Markov 路 9 months ago
  58. 1d9a5f7 [cfe] Remove ForElement from supertypes of PatternForElement by Chloe Stefantsova 路 9 months ago
  59. cdc641c [cfe] Split ConstructorScope into NameSpace+Scope by Johnni Winther 路 9 months ago
  60. 786742f [dart2wasm] Refactor code generation into class hierarchy. by Martin Kustermann 路 9 months ago
  61. c4ec188 [CFE] Update coverage ignore comments and expect file by Jens Johansen 路 9 months ago
  62. 27287ff [cfe] Make control flow map entries a sealed class hierarchy by Chloe Stefantsova 路 9 months ago
  63. 12c3fa8 [CFE] DartDoc tests prints errors better by Jens Johansen 路 9 months ago
  64. eb827b7 [CFE] Allow coverage tool up update comments and expectation file in one go by Jens Johansen 路 9 months ago
  65. 60c0933 [wildcards] completion tests by pq 路 9 months ago
  66. cbac320 linter: Migrate prefer_conditional_assignment tests by Sam Rawlins 路 9 months ago
  67. 3b19354 Parts. Get LibraryElement.parts from 'definingCompilationUnit'. by Konstantin Shcheglov 路 9 months ago
  68. dbe6d58 Fix bad pattern matching in DDS exception parsing by Ben Konyi 路 9 months ago
  69. 639cc32 [ CLI ] Fix issue where Platform.executable on Windows could return 'dart' by Ben Konyi 路 9 months ago
  70. 7d5623d Parts. Use switch when building directive elements. by Konstantin Shcheglov 路 9 months ago
  71. 922613f Parts. Build import / export elements in parts. by Konstantin Shcheglov 路 9 months ago
  72. c780ee2 [deps] rev test by Devon Carew 路 9 months ago
  73. d80c71a Update DevTools rev to 14084d20946268f2d22c5ed55bd53e0176748368 for the DevTools 2.38.0 release. by Kenzie Schmoll 路 9 months ago
  74. 19da7f6 Update chrome_tag to latest beta by Srujan Gaddam 路 9 months ago
  75. 7eef09c [ package:dds ] Add DartDevelopmentServiceLauncher class by Ben Konyi 路 9 months ago
  76. d47288f Reland [cfe] Process invocations eagerly by Chloe Stefantsova 路 9 months ago
  77. e245b63 [dart2wasm] Ensure a [CodeGenerator] is used to generate code for one function only by Martin Kustermann 路 9 months ago
  78. 6995dc4 [CFE] format_cl helper til also formats uncomitted changes by Jens Johansen 路 9 months ago
  79. 15818c5 [dart2wasm] Decouple various code from the current function that is being compiled by Martin Kustermann 路 9 months ago
  80. 0a41f94 Bump github/codeql-action from 3.25.12 to 3.25.15 by dependabot[bot] 路 9 months ago
  81. cea17d5 Bump ossf/scorecard-action from 2.3.3 to 2.4.0 by dependabot[bot] 路 9 months ago
  82. ae3dbcd [dart:js_interop] Add toJSCaptureThis by Srujan Gaddam 路 9 months ago
  83. 93054a6 Parts. Remove support for metadata/documentation of library augmentations. by Konstantin Shcheglov 路 9 months ago
  84. 10cbc8f [wildcards] ensure signatures with wildcard params have types by pq 路 9 months ago
  85. 932be2e remove `singleOptionContexts` flag by pq 路 9 months ago
  86. ed622c5 DAS: Move FixInFileProcessor to analysis_server_plugin by Sam Rawlins 路 9 months ago
  87. 1e64108 [analysis_server] Fix == overrides being truncated in LSP by Danny Tuppeny 路 9 months ago
  88. 94e1824 CQ. Use switch with patterns in AnalyzerStatePrinter. by Konstantin Shcheglov 路 9 months ago
  89. 3754088 Parts. Compress '::@fragment::libraryUri' into '::<fragment>'. by Konstantin Shcheglov 路 9 months ago
  90. daeb914 [cfe] Use declarationContext to avoid lowering extension type wildcard parameters. by Kallen Tu 路 9 months ago
  91. 5c064b1 [analysis_server] Handle token differences like GT_GT_GT vs GT,GT,GT when minimizing edits from the formatter by Danny Tuppeny 路 9 months ago
  92. 19e3cd6 [cfe] Rename TypeVariableBuilderBase to TypeVariableBuilder by Johnni Winther 路 9 months ago
  93. 8a7cde3 [cfe] Rename and clean up LookupScope and LocalScope methods by Johnni Winther 路 9 months ago
  94. 261fe58 [vm] Consistently preserve constant representations when inlining. by Tess Strickland 路 9 months ago
  95. 3c29106 [cfe] Implement type inference for NullAwareMapEntry by Chloe Stefantsova 路 9 months ago
  96. 20bb8b2 [cfe] Replace MutableNameSpaceLookupScope with SourceLibraryBuilderScope by Johnni Winther 路 9 months ago
  97. 744a203 [cfe] Build NameSpace and LookupScope for declarations after SourceLoader.resolveParts by Johnni Winther 路 9 months ago
  98. 058e810 [cfe] Update datatypes benchmark with patterns strategy by Johnni Winther 路 9 months ago
  99. 9cfb44e [kernel] Introduce (and use) Substitution.fromSingleton by Jens Johansen 路 9 months ago
  100. a020911 Roll Fuchsia SDK from 22.20240701.2.1 to 22.20240730.5.1 by DEPS Autoroller 路 9 months ago