1. daddeb2 cmd/internal/obj: make Rconv a global function by Rob Pike · 10 years ago
  2. 95bf77b runtime: skip tests that need fork on darwin/arm by David Crawshaw · 10 years ago
  3. e7a7352 syscall: Reimplement linux syscalls in terms of their *at replacements. by Dave Cheney · 10 years ago
  4. a3c5977 syscall: exclude Go tool test on darwin/arm by David Crawshaw · 10 years ago
  5. b015cf7 cmd/nm: exclude Go tool test on darwin/arm by David Crawshaw · 10 years ago
  6. d0bcdd3 cmd/addr2line: exclude Go tool test on darwin/arm by David Crawshaw · 10 years ago
  7. be70904 net/http/cgi: skip exec test on darwin/arm by David Crawshaw · 10 years ago
  8. 940f22e cmd/internal/obj: implement Dconv for TYPE_INDIR by Rob Pike · 10 years ago
  9. fb75f85 runtime: fix memory allocator on Plan 9 by David du Colombier · 10 years ago
  10. 3a3c9d6d runtime/debug: fix nacl build by Dave Cheney · 10 years ago
  11. f9cc72c runtime: disable scavenger on 64k page size kernels by Dave Cheney · 10 years ago
  12. 045f9df mime/quotedprintable: create the package by Alexandre Cesaro · 10 years ago
  13. 26438d4 liblink: delete unused code by Russ Cox · 10 years ago
  14. a5eda13 runtime: disable TestGdbPython on ppc64 by Russ Cox · 10 years ago
  15. 77ccb16 cmd/internal/gc: transitive inlining by Russ Cox · 10 years ago
  16. 5d18282 cmd/internal/gc: factor bottom-up visiting out of escape analysis by Russ Cox · 10 years ago
  17. f716c5c cmd/internal/gc: restore detail in plain syntax errors by Russ Cox · 10 years ago
  18. 79c1295 math/big: export Float.MinPrec by Robert Griesemer · 10 years ago
  19. e479106 os/exec: disable tests on darwin/arm by David Crawshaw · 10 years ago
  20. 1e0e2ff runtime: skip test on darwin/arm by David Crawshaw · 10 years ago
  21. 433c1ad archive/zip: fix size value in ZIP64 end central directory record by Joe Shaw · 10 years ago
  22. 8b1bd75 go/build: disable deps test on darwin/arm by David Crawshaw · 10 years ago
  23. f47e581 runtime: do not do futile netpolls by Dmitry Vyukov · 10 years ago
  24. 3c8a89d runtime: simplify CPU profiling code by Matthew Dempsky · 10 years ago
  25. a32dd83 image/jpeg: support 4:1:1 and 4:1:0 chroma subsampling. by Nigel Tao · 10 years ago
  26. 9f4c25e cmd/gc: reduce lexer allocs when parsing numeric constants by Josh Bleecher Snyder · 10 years ago
  27. 1d4bfb3 cmd/gc: don't call memequal twice in generated type.eq routines by Josh Bleecher Snyder · 10 years ago
  28. 9c4aade math/big: fix build for 32bit platforms by Robert Griesemer · 10 years ago
  29. 7d73513 image: add YCbCrSubsampleRatio411 and YCbCrSubsampleRatio410. by Nigel Tao · 10 years ago
  30. b351e1d encoding/xml: add more marshalTests tests. by Nigel Tao · 10 years ago
  31. 59e5466 os: Use GetComputerNameEx to get Hostname on win32 by Carlos Castillo · 10 years ago
  32. ca0be6f math/big: clean up Float.SetPrec, use shorter internal representation by Robert Griesemer · 10 years ago
  33. c20a018 math/big: apply a round of go vet by Robert Griesemer · 10 years ago
  34. bba8b89 math/big: improve some doc strings by Robert Griesemer · 10 years ago
  35. 7e93610 runtime/cgo: fix darwin/arm build by David Crawshaw · 10 years ago
  36. b54d313 runtime/cgo: set the initial working directory by David Crawshaw · 10 years ago
  37. c1216c3 runtime: skip failing gdb test on linux/arm by Dave Cheney · 10 years ago
  38. 35a59f5 runtime: fix build, divide by constant 0 is a compile-time error by Keith Randall · 10 years ago
  39. 972f364 doc/install-source.html: fix cd command, already in go dir. by Lloyd Dewolf · 10 years ago
  40. 7e1b61c runtime: mark pages we return to kernel as NOHUGEPAGE by Keith Randall · 10 years ago
  41. 6d1ebeb runtime: handle holes in the heap by Keith Randall · 10 years ago
  42. 29421cb cmd/internal/obj: make Dconv a portable top-level function by Rob Pike · 10 years ago
  43. 77d7771 cmd/internal/gc: omit non-explicit capacity in errors with map/chan make by Chris Manghane · 10 years ago
  44. 85d0957 runtime: fallback to 128M address space on 32bit by David Crawshaw · 10 years ago
  45. c7e1453 cmd/internal/gc: do not show computed value in type error by Chris Manghane · 10 years ago
  46. b59dd94 cmd/internal/gc: method selector should not auto-deref named pointer type by Chris Manghane · 10 years ago
  47. 28c66484 cmd/internal/obj: fix index panic on invalid instruction by Russ Cox · 10 years ago
  48. 6eaa095 cmd/internal/gc: expand DBG macro in lex.go by Russ Cox · 10 years ago
  49. 88cbe09 math/big: permit passing of an *Int to Float.Int to avoid allocation by Robert Griesemer · 10 years ago
  50. 4100f7d cmd/go: make asm the first assembler by Rob Pike · 10 years ago
  51. 3e9e9b4 math/big: implemented Float.Rat by Robert Griesemer · 10 years ago
  52. df5cfe7 cmd/asm: add end to end test for 386 by Rob Pike · 10 years ago
  53. 4241b75 cmd/asm: add a couple of operand parses discovered by end-to-end test by Rob Pike · 10 years ago
  54. 07b73ce runtime: simplify gcResetGState by Austin Clements · 10 years ago
  55. b3d791c runtime: consolidate gcworkdone/gcscanvalid clearing loops by Austin Clements · 10 years ago
  56. 37b8597 runtime: remove unnecessary gcworkdone resetting loop by Austin Clements · 10 years ago
  57. 7abdc90 runtime: remove gogetcallerpc and gogetcallersp functions by Matthew Dempsky · 10 years ago
  58. 2fdb728 runtime: simplify NetBSD semaphores by Matthew Dempsky · 10 years ago
  59. c123a80 syscall: generate AT_* constants and regenerate ztypes_linux_*.go by Dave Cheney · 10 years ago
  60. 1c82e23 gdb: fix map prettyprinter by Jan Kratochvil · 10 years ago
  61. 9f926e8 runtime: simplify OpenBSD semaphores by Matthew Dempsky · 10 years ago
  62. 1fda57b syscall: split implementation of Dup2 per linux GOOS by Dave Cheney · 10 years ago
  63. b0d8cb6 doc/go1.5: mention the change in certificate wildcard handling. by Adam Langley · 10 years ago
  64. 18fd940 math/big: permit passing of (possibly nil) *Float to MantExp to avoid allocation by Robert Griesemer · 10 years ago
  65. 9b3ccc0 syscall: split implementation of Pipe/Pipe2 per GOOS by Dave Cheney · 10 years ago
  66. 7ce0261 cmd/dist: respect runtime.NumCPU when bootstrapping arm hosts by Dave Cheney · 10 years ago
  67. e31e35a runtime: reset gcscanvalid and gcworkdone when GODEBUG=gctrace=2 by Rick Hudson · 10 years ago
  68. 42289a4 syscall: rebuild zsyscall_linux_*.go by Dave Cheney · 10 years ago
  69. c4b8f91 math/big: fix test for 32bit platforms (fix build) by Robert Griesemer · 10 years ago
  70. 5ce9fde go/ast, go/parser: correct End() position for *ast.EmptyStmt by Robert Griesemer · 10 years ago
  71. c651fdc math/big: change Float.SetMantExp to always multiply mant by 2**exp by Robert Griesemer · 10 years ago
  72. aff84b1 cmd/asm: fix build for new aliases by Rob Pike · 10 years ago
  73. 90590a0 cmd/asm: add alias for MOVOA=MOVO on amd64 by Rob Pike · 10 years ago
  74. abf8bbb crypto/x509: make behaviour of absolute DNS names match Chromium. by Adam Langley · 10 years ago
  75. e7fae68 crypto/x509: allow wildcards only as the first label. by Adam Langley · 10 years ago
  76. 8f8d066 crypto/tls: allow larger initial records. by Adam Langley · 10 years ago
  77. c2317db crypto/x509: don't reject certs with critical policy extensions. by Adam Langley · 10 years ago
  78. d9859ad math/big: fix several issues with string->Float conversion by Robert Griesemer · 10 years ago
  79. 291bf1f cmd/go: limit default darwin/arm parallelism by David Crawshaw · 10 years ago
  80. edcad86 sync: add active spinning to Mutex by Dmitry Vyukov · 10 years ago
  81. 3dd029a net: enable TestTCPReadWriteAllocs in short mode by Mikio Hara · 10 years ago
  82. 7c7126c crypto/rsa: drop the primality check in crypto/rsa.Validate. by Adam Langley · 10 years ago
  83. ec92af6 math: Dim, Max, Min - allow more bit patterns for NaN by Charlie Dorian · 10 years ago
  84. b986f3e all: merge dev.cc (a91c2e0) into master by Russ Cox · 10 years ago
  85. bceb18e runtime: eliminate unnecessary assumption in heapBitsForObject by Austin Clements · 10 years ago
  86. a91c2e0 [dev.cc] cmd/internal/obj: set ctxt.Windows != 0 on windows by Russ Cox · 10 years ago dev.cc
  87. 382b44e [dev.cc] cmd/5g etc: code cleanup: delay var decls and eliminate dead code by Russ Cox · 10 years ago
  88. ce13759 math/big: fix formatting for 'b' format by Robert Griesemer · 10 years ago
  89. f0bbb5c runtime/pprof: make TestBlockProfile more robust by Shenghou Ma · 10 years ago
  90. b48d2a5 math: faster Cbrt by Charles Dorian · 10 years ago
  91. 3af0d79 [dev.cc] cmd/6a, cmd/6g etc: replace C implementations with Go implementations by Russ Cox · 10 years ago
  92. d10ede5 [dev.cc] cmd/dist, cmd/go: stop building C implementations of compilers, assemblers by Russ Cox · 10 years ago
  93. 9c8c0e7 [dev.cc] cmd/internal/gc: reconvert to pick up bug fixes by Russ Cox · 10 years ago
  94. 5b94a47 [dev.cc] test: disable syntax error tests by Russ Cox · 10 years ago
  95. 9d6ed4a [dev.cc] cmd/asm: add end to end test for amd64 by Rob Pike · 10 years ago
  96. 264c099 [dev.cc] cmd/go: do not install tools while executing them by Russ Cox · 10 years ago
  97. e8d9c8d [dev.cc] all: merge master (6a10f72) into dev.cc by Russ Cox · 10 years ago
  98. 6a10f72 math/big: don't return io.EOF on successful call of ParseFloat by Robert Griesemer · 10 years ago
  99. 99482f2 runtime: Add prefetch to allocation code by Rick Hudson · 10 years ago
  100. 96333a7 go/token: document that column positions and file offsets are in bytes by Robert Griesemer · 10 years ago