From 7be15861f91e53b275b89faee16a315f0a88555d Mon Sep 17 00:00:00 2001
From: Alberto Donizetti GO19CONCURRENTCOMPILATION to 0.
 
 
+  The go test
+  command accepts a new -list flag, which takes a regular
+  expression as an argument and prints to stdout the name of any
+  tests, benchmarks, or examples that match it, without running them.
+
- TODO: https://golang.org/cl/41195: add argument to list tests, benchmarks, and examples -
- -
-      TODO: https://golang.org/cl/39152: generate all possible int64, uint64 values
+	  The package now chooses values in the full range when
+	  generating int64 and uint64 random
+	  numbers; in earlier releases generated values were always
+	  limited to the [-262, 262) range.