Sign in
dart
/
core
/
HEAD
a4dc873
Implement `Int64` as a wrapper for `int` when targeting native and Wasm (#905)
by Ömer Sinan Ağacan
· 11 days ago
main
1aa58ef
[fixnum] update the min. required dart sdk (#907)
by Devon Carew
· 12 days ago
60f2b5d
Run fixnum tests with dart2wasm (#906)
by Ömer Sinan Ağacan
· 12 days ago
5c3e2c3
Bump actions/checkout from 4.2.2 to 5.0.0 in the github-actions group (#904)
by dependabot[bot]
· 3 weeks ago
b59ecf4
Optimize surrogate decoding. (#894)
by Lasse R.H. Nielsen
· 3 months ago
characters-v1.4.1
dc97530
Speedup package:crypto (with a focus on md5) (#892)
by jensjoha
· 4 months ago
66348be
Remove munificent as owner of args in CODEOWNERS (#891)
by Bob Nystrom
· 4 months ago
816cea7
[path] Fix test race condition caused by changing Directory.current (#890)
by jensjoha
· 4 months ago
de09be6
update the issue templates for package:lints (#887)
by Devon Carew
· 5 months ago
f608a00
Format packages to new style (#883)
by Moritz
· 5 months ago
804ff11
Fix doc comment issues reported by pub.dev (#882)
by Kevin Moore
· 5 months ago
c064ca8
Add `no_response.yaml` workflow (#881)
by Moritz
· 5 months ago
228112c
prep to publish 6.0.0 of package:lints (#878)
by Devon Carew
· 5 months ago
lints-v6.0.0
e32c7b9
Fix StreamGroup.broadcast() close() not completing when streams close. (#876)
by suojae
· 5 months ago
af37fe5
Adds `[Heap]PriorityQueue.of` constructor. (#734)
by Lasse R.H. Nielsen
· 6 months ago
635dfa3
[collection] explicitly make BoolList abstract interface (#875)
by Kevin Moore
· 6 months ago
7a80178
Add `CODEOWNERS` file (#877)
by Moritz
· 6 months ago
a6e81e0
Make URL strategy better at recognizing URLs. (#873)
by Lasse R.H. Nielsen
· 6 months ago
379e9c2
Bump dart-lang/setup-dart from 1.7.0 to 1.7.1 in the github-actions group (#869)
by dependabot[bot]
· 6 months ago
61e6771
Check for mandatory when using option (#871)
by Moritz
· 6 months ago
args-v2.7.0
77d33c8
Update publish.yaml (#870)
by Devon Carew
· 7 months ago
db610bb
Adjust the implements clause of IntX (#866)
by Erik Ernst
· 7 months ago
22d8879
[package:lints] fix the changelog (#867)
by Devon Carew
· 7 months ago
2f0325e
Contribute a Gemini Code Assist config (#865)
by Devon Carew
· 7 months ago
9f43210
add strict_top_level_inference to the core lint set (#864)
by Devon Carew
· 7 months ago
15c7fe9
add unnecessary_underscores to recommended (#863)
by Devon Carew
· 7 months ago
0b2bd3f
Revert "Use `values` iterator and `update` in map equality/hash (#718)" (#858)
by Jacob MacDonald
· 7 months ago
a896913
normalize the workflow files (#857)
by Devon Carew
· 8 months ago
async-v2.13.0
2458e1a
[fix,async] exception in async _CancelOnErrorSubscriptionWrapper.onError (#855)
by Vladimir E. Koltunov
· 8 months ago
3b35aca
update the topics section of several pubspecs (#854)
by Devon Carew
· 8 months ago
os_detect-v2.0.3
72a2060
Remove sorting of allowedHelp maps (#852)
by Nate Bosch
· 8 months ago
a59cbea
[os_detect] move to pkg:web, prepare publish (#850)
by Kevin Moore
· 8 months ago
48c3c45
[path] fix tests to compile/run with wasm (#851)
by Kevin Moore
· 8 months ago
2ac228b
update lint issue templates (#849)
by Devon Carew
· 8 months ago
513fa2f
fix a line break issue in the package table (#846)
by Devon Carew
· 8 months ago
eb74f03
Update package:collection for the new `strict_top_level_inference` lint (#735)
by Devon Carew
· 9 months ago
7a71ad6
Moving fixes (#736)
by Moritz
· 9 months ago
lints-v5.1.1
0ca0d5c
Merge pull request #578 from dart-lang/merge-lints-package
by Moritz
· 9 months ago
bcff5ce
Add issue template and other fixes
by Moritz
· 9 months ago
a64c379
Merge package:lints into the core monorepo
by Moritz
· 9 months ago
2e5c71d
update the sdk lower bound to the current stable (dart-lang/lints#220)
by Devon Carew
· 9 months ago
7f9f597
update the pubspec version of package:collection (#730)
by Devon Carew
· 10 months ago
characters-v1.4.0
16a7047
Revert "Update README.md before archiving (dart-lang/lints#214)" (dart-lang/lints#219)
by Michael Goderbauer
· 10 months ago
abcf992
Bump dart-lang/setup-dart in the github-actions group (#728)
by dependabot[bot]
· 10 months ago
49591a2
Bump dart-lang/setup-dart from 1.6.5 to 1.7.0 (dart-lang/lints#217)
by dependabot[bot]
· 10 months ago
1de8372
Implement full Unicode 16.0.0 extended grapheme breaking. (#719)
by Lasse R.H. Nielsen
· 10 months ago
6af0821
add links to the package issue trackers (#720)
by Devon Carew
· 11 months ago
1156cfe
Use `values` iterator and `update` in map equality/hash (#718)
by Jacob MacDonald
· 11 months ago
9ab5a18
add a basic benchmark for DeepCollectionEquality (#717)
by Jacob MacDonald
· 11 months ago
9e37915
Introduce `IterableMapEntryExtension` for use with `Map.entries`. (#715)
by Jonas Finnemann Jensen
· 11 months ago
4b62792
Bump the github-actions group with 2 updates (#716)
by dependabot[bot]
· 11 months ago
e62ca1d
Bump actions/checkout from 4.2.0 to 4.2.2 (dart-lang/lints#215)
by dependabot[bot]
· 11 months ago
9ad6888
os_detect: bump lints and SDK versions (#713)
by Kevin Moore
· 11 months ago
2a436d5
Merge pull request #577 from dart-lang/unicode-16
by Lasse R.H. Nielsen
· 11 months ago
4e77887
Don't add `interface` modifier in this PR.
by Lasse R.H. Nielsen
· 11 months ago
ba4b4af
Merge pull request #132 from dart-lang/recreateSigurdsPR
by Sigurd Meldgaard
· 11 months ago
25efc0f
Update pkgs/args/CHANGELOG.md
by Sigurd Meldgaard
· 11 months ago
dfcdd2a
Update README.md before archiving (dart-lang/lints#214)
by Moritz
· 11 months ago
dec28c1
Merge pull request #579 from dart-lang/merge-collection-package
by Moritz
· 11 months ago
collection-v1.19.1
9c59e2b
Update pubspec.yaml
by Devon Carew
· 11 months ago
b67ebd8
Remove section in readme
by Moritz
· 11 months ago
7d61126
Moving fixes
by Moritz
· 11 months ago
537536a
Add issue template and other fixes
by Moritz
· 11 months ago
0fecfd8
Merge package:collection into the core monorepo
by Moritz
· 11 months ago
8dfaa9f
Update pkgs/characters/pubspec.yaml
by Lasse R.H. Nielsen
· 11 months ago
68ed612
Update tables to Unicode 16.0.0.
by Lasse R.H. Nielsen
· 11 months ago
ff8deb6
Merge branch 'main' into recreateSigurdsPR
by Moritz
· 11 months ago
3a3ed8e
update various repo metadata (#406)
by Devon Carew
· 11 months ago
5ed9323
Merge pull request #405 from dart-lang/merge-typed_data-package
by Moritz
· 11 months ago
typed_data-v1.4.0
5e83b5b
Merge branch 'main' into merge-typed_data-package
by Moritz
· 11 months ago
07aff97
Merge pull request #404 from dart-lang/merge-platform-package
by Moritz
· 11 months ago
platform-v3.1.6
a11bf72
Merge branch 'main' into merge-platform-package
by Moritz
· 11 months ago
08428e8
Update .github/workflows/platform.yaml
by Moritz
· 11 months ago
010a343
Merge pull request #403 from dart-lang/merge-path-package
by Moritz
· 11 months ago
path-v1.9.1
ad17462
Merge branch 'main' into merge-path-package
by Moritz
· 11 months ago
1a3e04e
Merge pull request #402 from dart-lang/merge-os_detect-package
by Moritz
· 11 months ago
os_detect-v2.0.2
64a2a5d
Merge branch 'main' into merge-os_detect-package
by Moritz
· 11 months ago
8151b9f
Merge pull request #401 from dart-lang/merge-logging-package
by Moritz
· 11 months ago
logging-v1.3.0
63e934c
contribute a issue template for package:args (#139)
by Devon Carew
· 11 months ago
8e43206
Ignore licenses for package:platform
by Moritz
· 11 months ago
4e32b75
Add issue template and other fixes
by Moritz
· 11 months ago
a4da48c
Merge package:typed_data into the core monorepo
by Moritz
· 11 months ago
cecb4b4
Ignore licenses for package:platform
by Moritz
· 11 months ago
ddf9f25
Moving fixes
by Moritz
· 11 months ago
a22b849
Add issue template and other fixes
by Moritz
· 11 months ago
da40958
Merge package:platform into the core monorepo
by Moritz
· 11 months ago
bab3e3c
Moving fixes
by Moritz
· 11 months ago
903e5cd
Add issue template and other fixes
by Moritz
· 11 months ago
600817a
Merge package:path into the core monorepo
by Moritz
· 11 months ago
9d22591
Moving fixes
by Moritz
· 11 months ago
66b5ae3
Add issue template and other fixes
by Moritz
· 11 months ago
b883be6
Merge package:os_detect into the core monorepo
by Moritz
· 11 months ago
31caf59
Add license to example file
by Moritz
· 11 months ago
b3d67ea
Moving fixes
by Moritz
· 11 months ago
bafb17e
Add issue template and other fixes
by Moritz
· 11 months ago
32a7c39
Merge package:logging into the core monorepo
by Moritz
· 11 months ago
279afbc
Merge pull request #131 from dart-lang/merge-characters-package
by Moritz
· 11 months ago
characters-v1.3.1
94061ca
Merge branch 'main' into merge-characters-package
by Moritz
· 11 months ago
762195d
Changes as per review
by Moritz
· 11 months ago
merge-characters-package
0237f43
Merge pull request #130 from dart-lang/merge-async-package
by Moritz
· 11 months ago
async-v2.12.0
Next »