Skip to content

Commit f42e790

Browse files
cursoragentashtanko
andcommitted
Implement true LRU ordering, fix nested locks, and update async usage
Co-authored-by: shtankopro <shtankopro@gmail.com>
1 parent 5ff5029 commit f42e790

File tree

1,041 files changed

+896848
-85
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,041 files changed

+896848
-85
lines changed

.dart-sdk/dart-sdk/LICENSE

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
Copyright 2012, the Dart project authors.
2+
3+
Redistribution and use in source and binary forms, with or without
4+
modification, are permitted provided that the following conditions are
5+
met:
6+
* Redistributions of source code must retain the above copyright
7+
notice, this list of conditions and the following disclaimer.
8+
* Redistributions in binary form must reproduce the above
9+
copyright notice, this list of conditions and the following
10+
disclaimer in the documentation and/or other materials provided
11+
with the distribution.
12+
* Neither the name of Google LLC nor the names of its
13+
contributors may be used to endorse or promote products derived
14+
from this software without specific prior written permission.
15+
16+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
18+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
19+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
20+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
21+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
22+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
24+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
26+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

.dart-sdk/dart-sdk/README

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
The Dart SDK is a set of tools and libraries for the Dart programming language.
2+
3+
You can find information about Dart online at https://dart.dev/.
4+
5+
Here's a brief guide to what's in here:
6+
7+
bin/ Binaries/scripts to compile, run, and manage Dart apps.
8+
dart Command line Dart tool
9+
dartaotruntime Minimal Dart runtime for running AOT modules
10+
resources/ Resource files for dartdoc and devtools
11+
snapshots/ AppAOT and AppJIT snapshots of various tools
12+
utils/ Tools used by Dart compilers
13+
14+
include/ header files that define the Dart embedding API for use by
15+
- C/C++ applications that embed the Dart Virtual machine
16+
- native libraries loaded into a dart application using FFI
17+
(https://dart.dev/guides/libraries/c-interop)
18+
19+
lib/ Libraries that are shipped with the Dart runtime. More
20+
information is available at https://api.dart.dev.
21+
22+
LICENSE Description of Dart SDK license
23+
24+
README This file
25+
26+
revision The git commit ID of the SDK build
27+
(for example, 020b3efd3f0023c5db2097787f7cf778db837a8f).
28+
29+
version The version number of the SDK (for example, 2.12.1).

.dart-sdk/dart-sdk/bin/dart

37.7 MB
Binary file not shown.

.dart-sdk/dart-sdk/bin/dart.sym

1.07 MB
Binary file not shown.
4.61 MB
Binary file not shown.

.dart-sdk/dart-sdk/bin/resources/dartdoc/resources/blank.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)