Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dart-lang/sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.10.7
Choose a base ref
...
head repository: dart-lang/sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.10.8
Choose a head ref
  • 2 commits
  • 6 files changed
  • 2 contributors

Commits on Jan 23, 2026

  1. [stable][DAS] Fixes dot-shorthand completions for private types

    Issue description: The language team decided that it is a compile-time
    error for a dot shorthand to access the static namespace of an
    inaccessible private declaration. This CL updates code completion to
    avoid suggesting inaccessible private declarations.
    
    What is the fix: Private declarations from another library aren't
    suggested by code completion.
    
    Why cherry-pick: Avoid encouraging users to use this behaviour when it's
    not fixed yet. Once the fix lands, this will prevent code completion
    from suggesting erroneous code.
    
    Risk: Low, this fix only affects code completion.
    
    Issue link: #62416
    
    Cherry-pick: https://dart-review.googlesource.com/c/sdk/+/473300
    Change-Id: I55201e76283ee333b48488871b6254de102466f1
    Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/474490
    Reviewed-by: Leaf Petersen <leafp@google.com>
    Commit-Queue: Kallen Tu <kallentu@google.com>
    Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
    kallentu authored and Commit Queue committed Jan 23, 2026
    Configuration menu
    Copy the full SHA
    261067b View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2026

  1. Version 3.10.8

    Dart CI committed Jan 27, 2026
    Configuration menu
    Copy the full SHA
    f934176 View commit details
    Browse the repository at this point in the history
Loading