1. f2b5a07 delete float, complex - code changes by Russ Cox · 14 years ago
  2. 1959c3a tests: fix prints by Rob Pike · 15 years ago
  3. da392d9 build: no required environment variables by Russ Cox · 15 years ago
  4. 53f3d07 gofmt: more consistent formatting of const/var decls by Robert Griesemer · 15 years ago
  5. 5211472 rand: Zipf distributed random variates. by William Josephson · 15 years ago
  6. f64bb56 rand: add explicit Int31n to avoid 64-bit divide on 32-bit machines by Russ Cox · 15 years ago
  7. d65a5cc 1) Change default gofmt default settings for by Robert Griesemer · 15 years ago
  8. a8ed75d added benchmarks to rand_test.go; by Roger Peppe · 15 years ago
  9. 9165331 Make the operations on the global rng thread safe. by Roger Peppe · 15 years ago
  10. 6fc8207 go: makes it build for the case $GOROOT has whitespaces by Sergio Luis O. B. Correia · 15 years ago
  11. 9ac4449 gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg by Russ Cox · 15 years ago
  12. 3bb0032 - replaced gofmt expression formatting algorithm with by Robert Griesemer · 15 years ago
  13. 40621d5 remove semis after statements in one-statement statement lists by Robert Griesemer · 15 years ago
  14. 368f8cb - fine-tuning of one-line func heuristic (nodes.go) by Robert Griesemer · 15 years ago
  15. 3342574 Define the new Rand and Source types to allow creating by Dave Bort · 15 years ago
  16. 9aa68db Move rand.go to rng.go to prepare for some surgery. by Dave Bort · 15 years ago
  17. 9154943 apply gofmt to rand reflect regexp rpc runtime sort strconv strings sync syscall testing time unicode unsafe utf8 by Russ Cox · 15 years ago
  18. b04ac10 convert non-low-level non-google pkg code to whole-package compilation. by Russ Cox · 16 years ago
  19. d90e7cb mv src/lib to src/pkg by Rob Pike · 16 years ago