Version 1.0.0.0

svn merge -c 29927 https://dart.googlecode.com/svn/branches/bleeding_edge trunk
svn merge -c 29998 https://dart.googlecode.com/svn/branches/bleeding_edge trunk
svn merge -c 30106 https://dart.googlecode.com/svn/branches/bleeding_edge trunk

R=kasperl@google.com

Review URL: https://codereview.chromium.org//66633003

git-svn-id: http://dart.googlecode.com/svn/trunk@30111 260f80e4-7a28-3924-810f-c04153c831b5
diff --git a/sdk/lib/_internal/libraries.dart b/sdk/lib/_internal/libraries.dart
index 4d8f651..d8c5e00 100644
--- a/sdk/lib/_internal/libraries.dart
+++ b/sdk/lib/_internal/libraries.dart
@@ -75,7 +75,7 @@
 
   "isolate": const LibraryInfo(
       "isolate/isolate.dart",
-      maturity: Maturity.UNSTABLE,
+      maturity: Maturity.STABLE,
       dart2jsPatchPath: "_internal/lib/isolate_patch.dart"),
 
   "js": const LibraryInfo(
diff --git a/sdk/lib/mirrors/mirrors.dart b/sdk/lib/mirrors/mirrors.dart
index 1063952..6de9a37 100644
--- a/sdk/lib/mirrors/mirrors.dart
+++ b/sdk/lib/mirrors/mirrors.dart
@@ -1,4 +1,4 @@
-// Copyright (c) 2012, the Dart project authors.  Please see the AUTHORS file
+// Copyright (c) 2013, the Dart project authors.  Please see the AUTHORS file
 // for details. All rights reserved. Use of this source code is governed by a
 // BSD-style license that can be found in the LICENSE file.
 
@@ -45,6 +45,13 @@
  * num, bool, String, a list of objects that are serializable
  * across isolates, or a map with keys and values that are all serializable across
  * isolates.
+ *
+ * ## Status: Unstable
+ *
+ * The dart:mirrors library is unstable and its API might change slightly as a
+ * result of user feedback. This library is platform dependent and therefore it
+ * has implementations for both dart2js and the Dart VM. Both are under
+ * development and may not support all operations yet.
  */
 library dart.mirrors;
 
@@ -568,7 +575,7 @@
    * Returns a map of the top-level methods, getters and setters of the library.
    *
    * The intent is to capture those members that constitute the API of a
-   * library. Hence fields are not included, but the getters and setters 
+   * library. Hence fields are not included, but the getters and setters
    * implicitly introduced by fields are included. Synthetic getters for the
    * types exported by the library are also included.
    *
diff --git a/tools/VERSION b/tools/VERSION
index fc8997f..b6563ed 100644
--- a/tools/VERSION
+++ b/tools/VERSION
@@ -1,4 +1,4 @@
-MAJOR 0
-MINOR 8
-BUILD 10
-PATCH 10
+MAJOR 1
+MINOR 0
+BUILD 0
+PATCH 0