Sign in
chromium
/
external
/
github.com
/
dart-lang
/
sdk
/
refs/tags/0.2.7.1
/
utils
tag
9462ffdb56c254c781fb957ad20f3c2729fce728
tagger
Natalie Weizenbaum <nweiz@google.com>
Wed May 27 23:31:15 2015
object
ca1eaed518dc94d5627183fa5a484d9f2ab75702
0.2.7.1
0c0d8d9
Get curl uploads working on Mac.
by rnystrom@google.com
· 13 years ago
6a6c381
Use pkg/http pervasively in pub.
by nweiz@google.com
· 13 years ago
5c7323f
Keep around a copy of the http.Request that triggered each Response.
by nweiz@google.com
· 13 years ago
f7f4e8c
Give all async exceptions in pub some sort of stack trace.
by nweiz@google.com
· 13 years ago
816bcbf
Fix relativeToPub() to work in the SDK too.
by rnystrom@google.com
· 13 years ago
76b1800
Splitting the Audio types out of the HTML library.
by blois@google.com
· 13 years ago
806e8a5
Mark pub oauth2 and curl_client tests as skip on Windows.
by nweiz@google.com
· 13 years ago
ff3ab9a
Mark the pub oauth2_test as failing on Windows.
by nweiz@google.com
· 13 years ago
e738243
Get archive creation working on Windows.
by rnystrom@google.com
· 13 years ago
2df3fd1
The macos pub tests are working again.
by nweiz@google.com
· 13 years ago
558ffd1
Work around issue 6984.
by nweiz@google.com
· 13 years ago
a964e37
Don't require users to copy-paste authorization codes when authorizing pub.
by nweiz@google.com
· 13 years ago
50a4a92
Hide aliases when printing 'pub --help'.
by ajohnsen@google.com
· 13 years ago
3b5ab2e
Add support for pub command aliases.
by nweiz@google.com
· 13 years ago
c2d351b
Mark pub Windows tests as failing.
by nweiz@google.com
· 13 years ago
d221376
Make pub git tests fast on windows again.
by rnystrom@google.com
· 13 years ago
8161b23
Fix or mark "pub lish" build failures.
by nweiz@google.com
· 13 years ago
e67b177
Add an initial "pub lish" command.
by nweiz@google.com
· 13 years ago
ce5a461
Update Version to latest language changes.
by rnystrom@google.com
· 13 years ago
03320a2
Update YAML to latest language changes.
by rnystrom@google.com
· 13 years ago
34771fb
Clean up svn:ignore property and .gitignore in dart, dart/pkg, dart/runtime, and dart/samples.
by whesse@google.com
· 13 years ago
3380a67
Remove unnecessary option.
by ahe@google.com
· 13 years ago
5c2839d
Increase the heap growth rate as it decreases compile-time by as much as 10%.
by ahe@google.com
· 13 years ago
7a3632d
Update dependencies after big lib -> sdk/lib move.
by ahe@google.com
· 13 years ago
aa82516
Fixed snapshot name in dart2js.bat, dartdoc.bat invocation scripts.
by aprelev@gmail.com
· 13 years ago
8ce4fd1
Mark the pub tests as slow/timeout on Windows.
by rnystrom@google.com
· 13 years ago
d824a21
Git tests on Windows are fast now.
by rnystrom@google.com
· 13 years ago
359736e
Fix Unicode issues in dart2js and dart2dart.
by erikcorry@google.com
· 13 years ago
08b3c5e
Avoid passing absolute path to 7zip.
by rnystrom@google.com
· 13 years ago
84da84c
Revert "Add some support for the code-point code-unit distinction."
by erikcorry@google.com
· 13 years ago
547cbf9
Add some support for the code-point code-unit distinction.
by erikcorry@google.com
· 13 years ago
500db0f
Enable CurlClient tests on Windows by bundling curl.exe.
by nweiz@google.com
· 13 years ago
ed9a474
Add a package for authenticating via OAuth2.
by nweiz@google.com
· 13 years ago
f4e557d
Move CurlClient to Pub so that it can access resources.
by nweiz@google.com
· 13 years ago
3fb4170
Rename File.readAsText to File.readAsString. There is no Text type in Dart
by ager@google.com
· 13 years ago
fe0c55a
Rename classes, methods and fields when minifying
by erikcorry@google.com
· 13 years ago
90325c7
Remove support for old package layouts.
by rnystrom@google.com
· 13 years ago
24b6b08
Don't require "branches" directory in git repo.
by rnystrom@google.com
· 13 years ago
7cc5243
Validate that the homepage is using an approved scheme.
by rnystrom@google.com
· 13 years ago
4fc4f5e
Undo bogus change to use old dart:io API.
by rnystrom@google.com
· 13 years ago
26e59cf
Fix error reporting on invalid command line args.
by rnystrom@google.com
· 13 years ago
3e2f323
Dynamic -> dynamic.
by floitsch@google.com
· 13 years ago
10c9d93
Place "packages" directories inside "tool".
by rnystrom@google.com
· 13 years ago
970cc5b
Move JSSyntaxRegExp to core as a private member. This removes the last refrences to dart:coreimpl.
by ajohnsen@google.com
· 13 years ago
ab69873
Make RegExp constructor non-const.
by ajohnsen@google.com
· 13 years ago
ec9fee9
"Reverting 14829-14832"
by ajohnsen@google.com
· 13 years ago
0dbc2e6
Two more files with const RegExp.
by ajohnsen@google.com
· 13 years ago
8dc3edd
Make RegExp's constructor non-const.
by ajohnsen@google.com
· 13 years ago
ed44b92
Splitting SVG types out of dart:html.
by blois@google.com
· 13 years ago
8e6f238
a === b -> identical(a, b)
by floitsch@google.com
· 13 years ago
46adf67
Allow an empty "dependencies" key in a pubspec.
by rnystrom@google.com
· 13 years ago
982aac1
Handle URLs in 'git clone' argument.
by rnystrom@google.com
· 13 years ago
88c2ed9
Re-included matchers documentation.
by amouravski@google.com
· 13 years ago
58a0166
Update utils to new library syntax.
by gram@google.com
· 13 years ago
c8d4f7d
Mark pub windows git tests as potentially timing out.
by rnystrom@google.com
· 13 years ago
bf31c85
Pass absolute path to git.
by rnystrom@google.com
· 13 years ago
9c0ace0
Revert "Pass absolute path to git (redux)."
by rnystrom@google.com
· 13 years ago
930a3f1
Pass absolute path to git (redux).
by rnystrom@google.com
· 13 years ago
0caf122
Revert "Pass absolute path to 'git clone'."
by rnystrom@google.com
· 13 years ago
8bea0cc
Pass absolute path to 'git clone'.
by rnystrom@google.com
· 13 years ago
f50263a
Revert "Try setting the working directory explicitly."
by rnystrom@google.com
· 13 years ago
c5fb801
Try setting the working directory explicitly.
by rnystrom@google.com
· 13 years ago
b61bebe
Allow Directory.create to create all missing path components.
by ager@google.com
· 13 years ago
07e6f0d
Handle (missing) trailing slash in dartdoc
by johnniwinther@google.com
· 13 years ago
1e96528
Fix move errors.
by johnniwinther@google.com
· 13 years ago
5704507
Show better error messages in network failures.
by rnystrom@google.com
· 13 years ago
bfab279
Don't show http package docs on api.dartlang.org.
by rnystrom@google.com
· 13 years ago
b3f4c99
Revert "Handle (missing) trailing slash in dartdoc"
by johnniwinther@google.com
· 13 years ago
b861fa6
Handle (missing) trailing slash in dartdoc
by johnniwinther@google.com
· 13 years ago
7897a78
Changes outside pkg/ and lib/ for directory refactoring
by dgrove@google.com
· 13 years ago
981c4b1
Restructure pkg/unittest and pkg/webdriver to follow the pub conventions.
by gram@google.com
· 13 years ago
ec9e32f
ObjectMirror => ContainerMirror declaredMembers => members
by johnniwinther@google.com
· 13 years ago
c561c7f
Configure git explicitly when committing.
by rnystrom@google.com
· 13 years ago
30f4763
Revert "Explicitly configure git committer."
by rnystrom@google.com
· 13 years ago
36ced39
Explicitly configure git committer.
by rnystrom@google.com
· 13 years ago
f3cd95e
LibraryMirror interface updated to match dart:mirrors.
by johnniwinther@google.com
· 13 years ago
9ed6080
Don't depend on V8 when creating the SDK.
by ahe@google.com
· 13 years ago
bad0f22
Change surroundingDeclaration to DeclarationMirror.owner
by johnniwinther@google.com
· 13 years ago
a9ec3ff
Rename InterfaceMirror to ClassMirror
by johnniwinther@google.com
· 13 years ago
83f2cfa
Get rid of 'close' on process. It is very easy to use incorrectly and cut off data from your streams.
by ager@google.com
· 13 years ago
4c67d2a
Enabled use of snapshot for dart2js on Windows.
by aprelev@gmail.com
· 13 years ago
f7d27f2
Modified unittest to use new argument syntax.
by gram@google.com
· 13 years ago
7041a6b
Make methods in Stopwatch getters and rename to be more consistent.
by floitsch@google.com
· 13 years ago
38be5a3
Revert "Minifying renamer for classes, methods and instance variables."
by erikcorry@google.com
· 13 years ago
a33aa90
Minifying renamer for classes, methods and instance variables.
by erikcorry@google.com
· 13 years ago
b24c823
Add logic to exclude certain libraries from API doc.
by amouravski@google.com
· 13 years ago
9cc9214
Rename regexp methods to getters.
by floitsch@google.com
· 13 years ago
2e77838
Make getKeys, getValues getters (keys, values).
by floitsch@google.com
· 13 years ago
93021fe
Decrease swarm compile-time by 20%...
by ahe@google.com
· 13 years ago
3300f91
Make first and last getters.
by floitsch@google.com
· 13 years ago
e7c5e69
Make String.charCodes a getter.
by floitsch@google.com
· 13 years ago
8d84a68
Remove wrong type annotation.
by rnystrom@google.com
· 13 years ago
ab8d8d9
Explicitly create a git config in the test repos.
by rnystrom@google.com
· 13 years ago
f573519
Include an explicit author when committing.
by rnystrom@google.com
· 13 years ago
3b5d04d
Fixes documentation generation for dart:html.
by amouravski@google.com
· 13 years ago
9049103
Add script for pub buildbots.
by rnystrom@google.com
· 13 years ago
86d8712
remove api doc server, it's now in github
by sethladd@google.com
· 13 years ago
09f6d09
Make isEmpty a getter.
by floitsch@google.com
· 13 years ago
0e47b36
Make hasNext a getter instead of a method.
by floitsch@google.com
· 13 years ago
a083c1a
Removed IllegalAccessException and UnsupportedOperationException.
by lrn@google.com
· 13 years ago
Next »