diff --git a/doc/devel/roadmap.html b/doc/devel/roadmap.html
index bb0c8c7b89..eace183f72 100644
--- a/doc/devel/roadmap.html
+++ b/doc/devel/roadmap.html
@@ -20,24 +20,12 @@ accepted.
-
-Adjust and simplify semicolon rules.
-
-
-Adjust definition of
... in parameter lists.
- -
-Add explicit conversions from
string
-to []byte and []int.
- -
Possibly rewrite restriction on goto across variable declarations.
-
Variant types. A way to define a type as being the union of some set
of types.
-
-Possibly provide a method that will be run by the garbage
-collector when an item is freed.
-
-
Generics. An active topic of discussion.
-
-
-Exceptions. An active topic of discussion.
@@ -58,12 +46,7 @@ Improved CGO including some mechanism for calling back from C to Go.
SWIG support.
-Public continuous build and benchmark infrastructure.
-
Improved implementation documentation.
-
-Package manager, possibly including a language change to the import
-statement.
@@ -71,11 +54,9 @@ Gc compiler roadmap
-
-Method expressions.
-
-
Implement goto restrictions.
-
-Safe compilation mode: generate code which is guaranteed not to obtain
+Safe compilation mode: generate code that is guaranteed not to obtain
an invalid memory address other than via
import "unsafe".
-
Generate ELF debug info.
@@ -90,8 +71,6 @@ Gccgo compiler roadmap
-
-Method expressions.
-
-
Implement goto restrictions.
-
Implement garbage collection.