1. 7ce0261 cmd/dist: respect runtime.NumCPU when bootstrapping arm hosts by Dave Cheney · 10 years ago
  2. e31e35a runtime: reset gcscanvalid and gcworkdone when GODEBUG=gctrace=2 by Rick Hudson · 10 years ago
  3. 42289a4 syscall: rebuild zsyscall_linux_*.go by Dave Cheney · 10 years ago
  4. c4b8f91 math/big: fix test for 32bit platforms (fix build) by Robert Griesemer · 10 years ago
  5. 5ce9fde go/ast, go/parser: correct End() position for *ast.EmptyStmt by Robert Griesemer · 10 years ago
  6. c651fdc math/big: change Float.SetMantExp to always multiply mant by 2**exp by Robert Griesemer · 10 years ago
  7. aff84b1 cmd/asm: fix build for new aliases by Rob Pike · 10 years ago
  8. 90590a0 cmd/asm: add alias for MOVOA=MOVO on amd64 by Rob Pike · 10 years ago
  9. abf8bbb crypto/x509: make behaviour of absolute DNS names match Chromium. by Adam Langley · 10 years ago
  10. e7fae68 crypto/x509: allow wildcards only as the first label. by Adam Langley · 10 years ago
  11. 8f8d066 crypto/tls: allow larger initial records. by Adam Langley · 10 years ago
  12. c2317db crypto/x509: don't reject certs with critical policy extensions. by Adam Langley · 10 years ago
  13. d9859ad math/big: fix several issues with string->Float conversion by Robert Griesemer · 10 years ago
  14. 291bf1f cmd/go: limit default darwin/arm parallelism by David Crawshaw · 10 years ago
  15. edcad86 sync: add active spinning to Mutex by Dmitry Vyukov · 10 years ago
  16. 3dd029a net: enable TestTCPReadWriteAllocs in short mode by Mikio Hara · 10 years ago
  17. 7c7126c crypto/rsa: drop the primality check in crypto/rsa.Validate. by Adam Langley · 10 years ago
  18. ec92af6 math: Dim, Max, Min - allow more bit patterns for NaN by Charlie Dorian · 10 years ago
  19. b986f3e all: merge dev.cc (a91c2e0) into master by Russ Cox · 10 years ago
  20. bceb18e runtime: eliminate unnecessary assumption in heapBitsForObject by Austin Clements · 10 years ago
  21. a91c2e0 [dev.cc] cmd/internal/obj: set ctxt.Windows != 0 on windows by Russ Cox · 10 years ago dev.cc
  22. 382b44e [dev.cc] cmd/5g etc: code cleanup: delay var decls and eliminate dead code by Russ Cox · 10 years ago
  23. ce13759 math/big: fix formatting for 'b' format by Robert Griesemer · 10 years ago
  24. f0bbb5c runtime/pprof: make TestBlockProfile more robust by Shenghou Ma · 10 years ago
  25. b48d2a5 math: faster Cbrt by Charles Dorian · 10 years ago
  26. 3af0d79 [dev.cc] cmd/6a, cmd/6g etc: replace C implementations with Go implementations by Russ Cox · 10 years ago
  27. d10ede5 [dev.cc] cmd/dist, cmd/go: stop building C implementations of compilers, assemblers by Russ Cox · 10 years ago
  28. 9c8c0e7 [dev.cc] cmd/internal/gc: reconvert to pick up bug fixes by Russ Cox · 10 years ago
  29. 5b94a47 [dev.cc] test: disable syntax error tests by Russ Cox · 10 years ago
  30. 9d6ed4a [dev.cc] cmd/asm: add end to end test for amd64 by Rob Pike · 10 years ago
  31. 264c099 [dev.cc] cmd/go: do not install tools while executing them by Russ Cox · 10 years ago
  32. e8d9c8d [dev.cc] all: merge master (6a10f72) into dev.cc by Russ Cox · 10 years ago
  33. 6a10f72 math/big: don't return io.EOF on successful call of ParseFloat by Robert Griesemer · 10 years ago
  34. 99482f2 runtime: Add prefetch to allocation code by Rick Hudson · 10 years ago
  35. 96333a7 go/token: document that column positions and file offsets are in bytes by Robert Griesemer · 10 years ago
  36. 2b0213d math/big: incorporated feedback from prior TBR reviews by Robert Griesemer · 10 years ago
  37. 828129f net/mail: move RFC 2047 code to internal/mime by Alexandre Cesaro · 10 years ago
  38. 2f9c9e5 cmd/go: link cgo into tests on darwin/arm by David Crawshaw · 10 years ago
  39. 20f9f54 [dev.cc] misc/nacl: add testdata for cmd/internal/rsc.io/x86/x86asm by Russ Cox · 10 years ago
  40. c72a211 [dev.cc] runtime, syscall: add names to FP offsets in freebsd, netbsd arm assembly by Russ Cox · 10 years ago
  41. 53d4123 [dev.cc] cmd/new6g, etc: reconvert to add profiling by Russ Cox · 10 years ago
  42. de50bad [dev.cc] all: merge master (48469a2) into dev.cc by Russ Cox · 10 years ago
  43. 7cec215 [dev.cc] cmd/go: fix expansion of cmd by Russ Cox · 10 years ago
  44. 271a650 [dev.cc] doc/go1.5: mention cmd/go meaning of std change by Russ Cox · 10 years ago
  45. 096b294 [dev.cc] cmd/go: fix expansion of 'std', add 'cmd' by Russ Cox · 10 years ago
  46. 48469a2 cmd/ld: fix warning on Plan 9 by David du Colombier · 10 years ago
  47. 57cefa6 runtime: remove unneeded C header files by Matthew Dempsky · 10 years ago
  48. d563014 net/http: Removed some unused constants in request.go. by Aaron Jacobs · 10 years ago
  49. 02d80b9 gdb: fix "gdb.error: No struct named reflect.rtype." by Jan Kratochvil · 10 years ago
  50. 4e408e0 Call --> CallSlice in two spots. No logic change, docs only. by Mark Bucciarelli · 10 years ago
  51. 5944cb8 [dev.cc] cmd/asm/internal/asm: fix test on nacl by Russ Cox · 10 years ago
  52. 6406acf [dev.cc] cmd/asm/internal/asm: fix test on windows by Russ Cox · 10 years ago
  53. c80ff3c [dev.cc] cmd/go: reenable verifyCompiler by Russ Cox · 10 years ago
  54. f6791da [dev.cc] cmd/new6g etc: reconvert from C by Russ Cox · 10 years ago
  55. 1996f27 [dev.cc] cmd/asm: fix build: broken end to end test by Rob Pike · 10 years ago
  56. 7ed429d [dev.cc] cmd/asm: fix build by Rob Pike · 10 years ago
  57. 634049d [dev.cc] cmd/asm: add end-to-end test by Rob Pike · 10 years ago
  58. 5d111b8 [dev.cc] cm/asm: fix up arm after cross-check with 5a by Rob Pike · 10 years ago
  59. c11dadc [dev.cc] crypto/md5, crypto/sha1: restore a few SP references by Russ Cox · 10 years ago
  60. 9c0c050 [dev.cc] cmd/asm: add ppc64le support by Russ Cox · 10 years ago
  61. cf6a77b [dev.cc] cmd/go: install cmd/asm as a tool by Russ Cox · 10 years ago
  62. edadffa cmd/trace: add new command by Dmitry Vyukov · 10 years ago
  63. 84e200c [dev.cc] runtime: print to stderr as well as android logd by David Crawshaw · 10 years ago
  64. 58125ff runtime/race: update race runtime to rev 229396 by Dmitry Vyukov · 10 years ago
  65. 3fc529e runtime: adjust program counters in race detector by Dmitry Vyukov · 10 years ago
  66. 89a091d runtime: split gc_m into gcMark and gcSweep by Russ Cox · 10 years ago
  67. 929597b runtime: unroll gc_m loop by Russ Cox · 10 years ago
  68. 2b655c0 runtime: tidy GC driver by Russ Cox · 10 years ago
  69. 6e70fdd runtime: fix cputicks on x86 by Dmitry Vyukov · 10 years ago
  70. adff896 [dev.cc] cmd/asm: implement FMADD for ppc64 by Rob Pike · 10 years ago
  71. b4a7806 [dev.cc] all: merge master (5868ce3) into dev.cc by Russ Cox · 10 years ago
  72. d90bbf9 [dev.cc] cmd/go: disable verifyCompiler by Russ Cox · 10 years ago
  73. 5868ce3 path/filepath: add example for filepath.Split by Andrew Gerrand · 10 years ago
  74. 69275ee net, syscall: more accurate parsers for routing messages on BSD variants by Mikio Hara · 10 years ago
  75. 668762c cmd/go: simplify/fix handling private github repos by Ingo Oeser · 10 years ago
  76. ea1306a doc: dummy commit in go1.5.txt by Russ Cox · 10 years ago
  77. 5b9429d [dev.cc] cmd/asm: bring asm on ppc64 in sync with 9a by Rob Pike · 10 years ago
  78. c21f1d5 [dev.cc] runtime,syscall: quiet some more vet errors by Rob Pike · 10 years ago
  79. dc7b54b [dev.cc] cmd/internal/obj, cmd/internal/gc, new6g: reconvert by Russ Cox · 10 years ago
  80. 786825c [dev.cc] cmd/gc: tweak default fatal in ordersafeexpr for c2go by Russ Cox · 10 years ago
  81. 5f84238 cmd/dist: show friendlier error message when building outside a Git repo by Andrew Gerrand · 10 years ago
  82. 5254b7e runtime: do not unmap work.spans until after checkmark phase by Russ Cox · 10 years ago
  83. 218ff3f [dev.cc] runtime,syscall: add symbols for FP and SP references in darwin-arm by Rob Pike · 10 years ago
  84. caf2bf2 [dev.cc] cmd/go: enable verifyAsm for all architectures by Rob Pike · 10 years ago
  85. f60fb5c [dev.cc] cmd/asm: accept #define A /* nothing */ by Rob Pike · 10 years ago
  86. 6c4b54f runtime: missed change from reorganization CL by Russ Cox · 10 years ago
  87. 484f801 runtime: reorganize memory code by Russ Cox · 10 years ago
  88. d7eb51e [dev.cc] test: disable rotate tests by Russ Cox · 10 years ago
  89. d384545 cmd/pprof: add -runtime flag by Dmitry Vyukov · 10 years ago
  90. 5dbbb77 runtime: don't test gdb on darwin by Josh Bleecher Snyder · 10 years ago
  91. c25c3710 runtime: use more natural types in struct workbuf by Austin Clements · 10 years ago
  92. 02dcdba runtime: switch to gcWork abstraction by Austin Clements · 10 years ago
  93. b30d19d runtime: introduce higher-level GC work abstraction by Austin Clements · 10 years ago
  94. 1b20585 runtime: drop unused workbufhdr.id field by Austin Clements · 10 years ago
  95. ac45234 doc: fix broken link in README by Ryan Seys · 10 years ago
  96. e559c5c [dev.cc] cmd/asm: add ppc64 by Rob Pike · 10 years ago
  97. 270f844 image/jpeg: support 16-bit quantization tables and Extended Sequential frames. by Nigel Tao · 10 years ago
  98. 6acd5a6 [dev.cc] runtime: fix FP reference in atomic_ppc64x.s by Rob Pike · 10 years ago
  99. 43a01db [dev.cc] cmd/9a,new9a: set v=1 on static names by Rob Pike · 10 years ago
  100. 1ae124b runtime: make gcDrainN take an int instead of uintptr by Austin Clements · 10 years ago