1. 0dac1e2 net/http: add example for http.HandleFunc by David Timm · 6 years ago
  2. d3b9572 fmt: add an example for Sprintf by Venil Noronha · 6 years ago
  3. f882d89 ghchinoy: add example for ioutil.WriteFile by G. Hussain Chinoy · 6 years ago
  4. 360771e cmd/compile: don't clobber dead slots in runtime.wbBufFlush by Cherry Zhang · 6 years ago
  5. c854572 cmd/compile: only clobber dead slots at call sites by Cherry Zhang · 6 years ago
  6. c99687f go/types: handle nil pointer when panic is written outside of a function by Rebecca Stambler · 6 years ago
  7. 3138925 all: fix typos by Alex Kohler · 6 years ago
  8. dd9e81f cmd/link: move ElfType field in sym.Symbol to cold section by Than McIntosh · 6 years ago
  9. f78cc13 cmd/link: move Plt, Got fields in sym.Symbol to cold section by Than McIntosh · 6 years ago
  10. 2975914 cmd/link: move Localentry field in sym.Symbol to cold section by Than McIntosh · 6 years ago
  11. 09df9b0 cmd/link: split out Extname into cold portion of sym.Symbol by Than McIntosh · 6 years ago
  12. 289dce2 test: fix nosplit test on 386 by Cherry Zhang · 6 years ago
  13. c624f8f syscall: skip TestSyscallNoError on rooted android/arm by Ben Shi · 6 years ago
  14. bfaffb4 doc: add Go 1.11 to release history page by Joe Cortopassi · 6 years ago
  15. 54f9c04 cmd/compile: count nil check as use in dead auto elim by Cherry Zhang · 6 years ago
  16. f9a4ae01 runtime/pprof: compute memory profile block size using sampled values by Alexey Alexandrov · 6 years ago
  17. c64006a bytes: note that NewBuffer's initial size can change by Alberto Donizetti · 6 years ago
  18. 6fa08c0 text/template: fix newline counting in raw strings by Daniel Martí · 6 years ago
  19. 8f4fd3f build: support frame-pointer for arm64 by Zheng Xu · 6 years ago
  20. 7b88b22 cmd/compile: remove var sorting from DWARF inline generation by Than McIntosh · 6 years ago
  21. 225981f syscall: skip an unsupported test case on android by Ben Shi · 6 years ago
  22. 618bfb2 cmd/link: move type name mangling after deadcode elimination by Alessandro Arzilli · 6 years ago
  23. 7c7cecc fmt: fix incorrect format of whole-number floats when using %#v by Dave Brophy · 6 years ago
  24. cb7f9ec cmd/compile: add a test for reproducible build with anonymous interfaces by Cherry Zhang · 6 years ago
  25. c7271c0 cmd/link: improve comments for relocsym by Than McIntosh · 6 years ago
  26. 21e85c2 encoding/json: fix UnmarshalTypeError without field and struct values by Taesu Pyo · 6 years ago
  27. 422151a cmd/link: fix a few typos in comments by Than McIntosh · 6 years ago
  28. 2e23475 os/exec: pass ExitCode tests on Plan 9 by Fazlul Shahriar · 6 years ago
  29. 975f1af internal/syscall/unix: remove unnecessary empty.s by Tobias Klauser · 6 years ago
  30. 76c4587 syscall: implement Unix Socket for Windows by Yasuhiro Matsumoto · 6 years ago
  31. ded9411 math: add Round and RoundToEven examples by Eric Ponce · 6 years ago
  32. 61318d7 cmd/go: add GOMIPS value to build id for mipsle by Ian Lance Taylor · 6 years ago
  33. 3ca3e89 cmd/compile: optimize arm64 with indexed FP load/store by Ben Shi · 6 years ago
  34. be94dac os: add ExitCode method to ProcessState by Guoliang Wang · 6 years ago
  35. 2b69ad0 cmd/compile: optimize arm's comparison by Ben Shi · 6 years ago
  36. 096229b cmd/compile: add missing type information for some arm/arm64 rules by Ben Shi · 6 years ago
  37. 7334904 cmd/dist: do not run race detector tests on netbsd by Benny Siegert · 6 years ago
  38. 42cc4ca cmd/compile: prevent overflow in walkinrange by Alberto Donizetti · 6 years ago
  39. a700ae9 Revert "syscall, os: use pipe2 syscall on DragonflyBSD instead of pipe" by Tobias Klauser · 6 years ago
  40. 969b9d8 encoding/json: fix handling of nil anonymous structs by Daniel Martí · 6 years ago
  41. 21af0c1 encoding/json: get rid of the stream_test.go TODOs by Daniel Martí · 6 years ago
  42. eae5fc8 internal/bytealg: replace use of runtime.support_sse2 with cpu.X86.HasSSE2 by Martin Möhrmann · 6 years ago
  43. b7d3e14 path/filepath: fix Join with Windows drive letter by Yasuhiro Matsumoto · 6 years ago
  44. c21ba22 encoding/json: remove a branch in the structEncoder loop by Daniel Martí · 6 years ago
  45. 88f4bcc encoding/json: avoid some more pointer receivers by Daniel Martí · 6 years ago
  46. 5416204 net/http: make Transport return Writable Response.Body on protocol switch by Brad Fitzpatrick · 6 years ago
  47. 30b080e src/make.bat: add missing go.exe extension by Goo · 6 years ago
  48. d145d92 cmd/dist: fix compilation on windows by Florin Pățan · 6 years ago
  49. f2ed3e1 cmd/go: don't let script grep commands match $WORK by Ian Lance Taylor · 6 years ago
  50. e03220a cmd/compile: optimize 386 code with FLDPI by Ben Shi · 6 years ago
  51. 3bc3438 cmd/compile: introduce more read-modify-write operations for amd64 by Ben Shi · 6 years ago
  52. aacc891 doc/go1.11: fix typo by Shenghou Ma · 6 years ago
  53. 4a4e3b0 cmd/compile: remove vet-blocking hack by Keith Randall · 6 years ago
  54. 707fd45 cmd/compile: enable two orphaned tests by Keith Randall · 6 years ago
  55. dca709d cmd/compile: move last compile tests to new test infrastructure by Keith Randall · 6 years ago
  56. 25ea4e5 cmd/compile: move more compiler tests to new test infrastructure by Keith Randall · 6 years ago
  57. 78ce3a0 reflect: use a bigger object when we need a finalizer to run by Keith Randall · 6 years ago
  58. 776298a cmd/compile: move autogenerated tests to new infrastructure by Keith Randall · 6 years ago
  59. ed21535 cmd/compile: move over more compiler tests to new test infrastructure by Keith Randall · 6 years ago
  60. 45e7e66 cmd/compile: unify compilation of compiler tests by Keith Randall · 6 years ago
  61. 97cc4b5 doc: document Go 1.10.4 by Andrew Bonventre · 6 years ago
  62. 4cc027f cmd/compile: display AST IR in ssa.html by Yury Smolsky · 6 years ago
  63. 97f1535 runtime: mark sigInitIgnored nosplit by Ian Lance Taylor · 6 years ago
  64. 05c0244 all: align cpu feature variable offset naming by Martin Möhrmann · 6 years ago
  65. 961eb13 runtime: replace sys.CacheLineSize by corresponding internal/cpu const and vars by Martin Möhrmann · 6 years ago
  66. 2200b18 cmd/compile: cleanup walking OCONV/OCONVNOP by Daniel Martí · 6 years ago
  67. 60f8362 internal/cpu: add a CacheLinePadSize constant by Martin Möhrmann · 6 years ago
  68. 38143ba time: allow +00 as numeric timezone name and GMT offset by Alberto Donizetti · 6 years ago
  69. e6c1594 syscall, os: use pipe2 syscall on DragonflyBSD instead of pipe by Tobias Klauser · 6 years ago
  70. 2e8c31b runtime: move arm hardware division support detection to internal/cpu by Martin Möhrmann · 6 years ago
  71. 4363c98 runtime: do not execute write barrier on newly allocated slice in growslice by Martin Möhrmann · 6 years ago
  72. 96dcc44 runtime: replace typedmemmmove with bulkBarrierPreWrite and memmove in growslice by Martin Möhrmann · 6 years ago
  73. c15c04d runtime: use internal/cpu variables in assembler code by Martin Möhrmann · 6 years ago
  74. d8cf151 internal/syscall/unix: don't use linkname to refer to syscall.fcntl by Tobias Klauser · 6 years ago
  75. 9cfa41c os: use Println instead of Printf in example by Seebs · 6 years ago
  76. c907a75 cmd/compile: refactor appendslice to use newer gc code style by Martin Möhrmann · 6 years ago
  77. 379d2de cmd/compile: remove superfluous signed right shift used for signed division by 2 by Martin Möhrmann · 6 years ago
  78. 84374d4 cmd/internal/obj: support more arm64 FP instructions by Ben Shi · 6 years ago
  79. 6e76aeb doc/go1.11: add link to new WebAssembly wiki page by Dmitri Shuralyov · 6 years ago
  80. ae6361e runtime: handle morestack system stack transition in gentraceback by Heschi Kreinick · 6 years ago
  81. c9986d1 runtime: fix use of wrong g in gentraceback by Heschi Kreinick · 6 years ago
  82. b15a1e3 text/template: Put bad function name in quotes in panic from (*Template).Funcs by Michal Bohuslávek · 6 years ago
  83. 4b439e4 cmd/vet: check embedded field tags too by Daniel Martí · 6 years ago
  84. e897d43 doc/go1.11: remove draft status by Andrew Bonventre · 6 years ago
  85. ad644d2 all: fix typos detected by github.com/client9/misspell by Kazuhiro Sera · 6 years ago
  86. c5d38b8 cmd/compile: add convnop helper function by Martin Möhrmann · 6 years ago
  87. 9e2a04d cmd/compile: add sources for inlined functions to ssa.html by Yury Smolsky · 6 years ago
  88. c374984 cmd/compile: export the Func.Endlineno field by Yury Smolsky · 6 years ago
  89. c35069d cmd/compile: clean the output of GOSSAFUNC by Yury Smolsky · 6 years ago
  90. eeb8aeb cmd/cgo: pass explicit -O0 to the compiler by Oryan Moshe · 6 years ago
  91. a3381fa math/big: streamline divLarge initialization by Brian Kessler · 7 years ago
  92. 48462bb html/template: use named consts instead of their values by Iskander Sharipov · 6 years ago
  93. ca8ba06 cmd/link/internal/sym: uncomment code for ELF cases in RelocName by Iskander Sharipov · 6 years ago
  94. 6ebc31f runtime: remove unused function casp by Ian Lance Taylor · 6 years ago
  95. be10ad7 internal/poll: use F_FULLFSYNC fcntl for FD.Fsync on OS X by Emmanuel T Odeke · 6 years ago
  96. ccb70bd context: don't talk about tools that don't exist by Dominik Honnef · 6 years ago
  97. 37ea182 runtime: catch concurrent stacks more often by Zachary Amsden · 6 years ago
  98. 773e894 fmt: print values for map keys with non-reflexive equality by Martin Möhrmann · 6 years ago
  99. 34c58fe cmd/compile: use embedlineno instead of lineno in copytype by Yury Smolsky · 6 years ago
  100. e34f660 cmd/compile: cache the value of environment variable GOSSAFUNC by Yury Smolsky · 6 years ago