1. 1b1c8b3 runtime: remove unused getrlimit function by Tobias Klauser · 7 years ago
  2. 9402a2b cmd/go: document 'go run' exit codes by Yury Smolsky · 7 years ago
  3. d58593d runtime: move map fast functions into type specific files by Martin Möhrmann · 7 years ago
  4. 284a4a7 cmd/compile: replace misleading variable name by Martin Möhrmann · 7 years ago
  5. f4bb25c runtime: rename map implementation and test files to use a common prefix by Martin Möhrmann · 7 years ago
  6. 549cb18 doc: update devel/release.html to add Go 1.10 by Andrew Bonventre · 7 years ago
  7. 8e402dc cmd/go: permit pkg-config flags in any argument position by Ian Lance Taylor · 7 years ago
  8. b26a4a1 compress/bzip2: use sort.Slice in huffman.go by Joe Kyo · 7 years ago
  9. 1102616 cmd/go: fix command injection in VCS path by Arthur Khashaev · 7 years ago
  10. c941e27 cmd/go: restrict meta imports to valid schemes by Ian Lance Taylor · 7 years ago
  11. 0db53de net/http: increase timeout length for TestOnlyWriteTimeout by Richard Miller · 7 years ago
  12. b1dbce3 runtime: don't ignore address hint for sysReserve in Plan 9 by Richard Miller · 7 years ago
  13. 07f0f09 cmd/compile: make math.Ceil/Floor/Round/Trunc intrinsics on arm64 by Chad Rosier · 7 years ago
  14. ba99433 runtime: only run TestArenaCollision if the target can exec by Elias Naur · 7 years ago
  15. 41d3d15 cmd/compile: permit go:cgo_import_dynamic anywhere by Ian Lance Taylor · 7 years ago
  16. f2354d0 doc: add note about invalid flag errors to 1.10 release notes by Ian Lance Taylor · 7 years ago
  17. fcba051 cmd/compile: arm64 intrinsics for math/bits.OnesCount by Balaram Makam · 7 years ago
  18. c26fac8 cmd/compile/internal/gc: use functype instead of OTFUNC by Matthew Dempsky · 8 years ago
  19. d7691d0 runtime: replace _MaxMem with maxAlloc by Austin Clements · 7 years ago
  20. 90666b8 runtime: move comment about address space sizes to malloc.go by Austin Clements · 7 years ago
  21. 51ae88e runtime: remove non-reserved heap logic by Austin Clements · 7 years ago
  22. 2b41554 runtime: use sparse mappings for the heap by Austin Clements · 7 years ago
  23. 45ffeab runtime: eliminate most uses of mheap_.arena_* by Austin Clements · 7 years ago
  24. d6e8218 runtime: make span map sparse by Austin Clements · 7 years ago
  25. 0de5324 runtime: abstract remaining mheap.spans access by Austin Clements · 7 years ago
  26. c0392d2 runtime: make the heap bitmap sparse by Austin Clements · 7 years ago
  27. f61057c runtime: fix various contiguous bitmap assumptions by Austin Clements · 7 years ago
  28. 29e9c4d runtime: lay out heap bitmap forward in memory by Austin Clements · 9 years ago
  29. 4de4686 runtime: use spanOf* more widely by Austin Clements · 7 years ago
  30. a90f9a0 runtime: consolidate mheap.lookup* and spanOf* by Austin Clements · 7 years ago
  31. 058bb7e runtime: split object finding out of heapBitsForObject by Austin Clements · 7 years ago
  32. 41e6abd runtime: replace mlookup and findObject with heapBitsForObject by Austin Clements · 7 years ago
  33. b1d94c1 runtime: validate lfnode addresses by Austin Clements · 7 years ago
  34. 981d049 runtime: expand/update lfstack address space assumptions by Austin Clements · 7 years ago
  35. 51932c3 cmd/compile: improve absorb shifts optimization for arm64 by Chad Rosier · 7 years ago
  36. b3cb740 compiler: honor //line directives in DWARF variable file/line attrs by Than McIntosh · 7 years ago
  37. 1ae22d8 internal/trace: link user span start and end events by Hana Kim · 7 years ago
  38. 864ac31 cmd/cgo: delete double space in comment by zaq1tomo · 7 years ago
  39. ff3885d debug/dwarf: formStrp uses a 64-bit value for 64-bit DWARF by Ian Lance Taylor · 7 years ago
  40. 6977a3b runtime/trace: implement annotation API by Hana Kim · 7 years ago
  41. 32d1cd3 runtime/trace: user annotation API by Hana Kim · 7 years ago
  42. e057680 cmd/compile: convert untyped bool for OIF and OFOR by Michael Fraenkel · 7 years ago
  43. 9a9a8c0 cmd/asm, cmd/internal/obj/ppc64: add Immediate Shifted opcodes for ppc64x by Carlos Eduardo Seo · 7 years ago
  44. d50bb8d all: drop support for Windows Vista or below (Windows XP) by Mikio Hara · 7 years ago
  45. 9542ba6 net, internal/poll, net/internal/socktest: set SOCK_{CLOEXEC,NONBLOCK} atomically on NetBSD by Tobias Klauser · 7 years ago
  46. 33eb063 cmd/compile/internal/syntax: don't assume (operator) ~ means operator ^ by Robert Griesemer · 7 years ago
  47. e7cbbbe cmd/vendor/github.com/google/pprof: refresh from upstream by Daniel Martí · 7 years ago
  48. afb9fc1 runtime: move ELF structure definitions into own files by Tobias Klauser · 7 years ago
  49. 605c9fe runtime: speed up stack copying a little by Josh Bleecher Snyder · 7 years ago
  50. 910d232 runtime: simplify amd64 memmove of 3/4 bytes by Josh Bleecher Snyder · 7 years ago
  51. 8e0b814 runtime: fix minor doc typos in amd64 memmove by Josh Bleecher Snyder · 7 years ago
  52. 3658299 runtime: short-circuit typedslicecopy when dstp == srcp by Josh Bleecher Snyder · 7 years ago
  53. bf9f1c1 runtime: use new instead of newobject to create hmap in makemap by Martin Möhrmann · 7 years ago
  54. 530927e runtime: improve test file naming by Martin Möhrmann · 7 years ago
  55. f7c2a71 cmd/go: add options to security whitelist by Ian Lance Taylor · 7 years ago
  56. 229a8ce doc: remove draft notice from Go 1.10 release notes by Ian Lance Taylor · 7 years ago
  57. 0849dfd test: add new test that gccgo failed to compile by Ian Lance Taylor · 7 years ago
  58. eda39fe cmd/compile/internal/syntax: fix syntax.Parse doc string, improved tests by Robert Griesemer · 7 years ago
  59. 1a22738 cmd/compile/internal/syntax: more tolerant handling of missing function invocation in go/defer by Robert Griesemer · 7 years ago
  60. d3f6d11 cmd/compile: fix typechecking of untyped boolean expressions by Matthew Dempsky · 7 years ago
  61. bcb563f cmd/compile: allow converting defined string types to []rune by Kunpei Sakai · 7 years ago
  62. f04eebf cmd/compile/internal/syntax: follow Go naming conventions for error methods by Robert Griesemer · 7 years ago
  63. 1566bf9 cmd/compile: fix constant folding of right shifts on s390x by Keith Randall · 7 years ago
  64. c3e8da6 cmd/compile: fix printing of untyped types in -W output by Matthew Dempsky · 7 years ago
  65. beeab6a cmd/compile: fix go:uintptrescapes tag for unnamed parameters by Cherry Zhang · 7 years ago
  66. 91a6a2a encoding/json: make error capture logic in recover more type safe by Joe Tsai · 7 years ago
  67. 70a04f6 go/types: make gotype continue after syntax errors by Robert Griesemer · 7 years ago
  68. 8f9cf552 cmd/compile: constant fold !true and !false by Keith Randall · 7 years ago
  69. d1f679a test: add test case for incorrect gccgo compilation error by Ian Lance Taylor · 7 years ago
  70. 034aca1 test: add a test that gccgo miscompiled by Ian Lance Taylor · 7 years ago
  71. d9fc192 test: add test for rounding to positive zero by Ian Lance Taylor · 7 years ago
  72. 9916fee cmd/compile/internal/ssa: don't spill register offsets on amd64 by Ilya Tocar · 7 years ago
  73. de4edf3 cmd/compile/internal/amd64: update popcnt code generation by Ilya Tocar · 7 years ago
  74. 9c4fd46 cmd/compile/internal: pass LocalSlot values, not pointers by Heschi Kreinick · 7 years ago
  75. b8644e3 cmd/compile/internal: reuse memory for valueToProgAfter by Heschi Kreinick · 7 years ago
  76. 7ac756f cmd/compile/internal/ssa: use math/bits for register sets by Heschi Kreinick · 7 years ago
  77. 39eea62 cmd/compile/internal/ssa: reduce location list memory use by Heschi Kreinick · 7 years ago
  78. 2075a93 cmd/compile: reimplement location list generation by Heschi Kreinick · 7 years ago
  79. 7d7af61 cmd/compile/internal: decouple scope tracking from location lists by Heschi Kreinick · 7 years ago
  80. 07751f4 runtime: use private futexes on Linux by Ian Lance Taylor · 7 years ago
  81. ebd4950 cmd/asm: add PRFM instruction on ARM64 by fanzha02 · 7 years ago
  82. 0938e4c cmd/internal/obj/mips: support NEG, avoid crash with illegal instruction by Cherry Zhang · 7 years ago
  83. 1fccbfe nacl*.bash: pass flags to make.bash by Cherry Zhang · 7 years ago
  84. 5a43a27 cmd/compile: CALLudiv on nacl/arm doesn't clobber R12 by Cherry Zhang · 7 years ago
  85. 633b38c runtime/internal/atomic: add early nil check on ARM by Cherry Zhang · 7 years ago
  86. 97124af runtime/internal/atomic: unify sys_*_arm.s on non-linux by Cherry Zhang · 7 years ago
  87. a90fc6d cmd/compile: replace range loop over list of nodes with orderexprlistinplace by Martin Möhrmann · 7 years ago
  88. d009679 github: add a Pull Request template by Andrew Bonventre · 7 years ago
  89. cdd9616 cmd/compile: generate tbz/tbnz when comparing against zero on arm64 by Chad Rosier · 7 years ago
  90. eab06e6 syscall, os: use pipe2 syscall on NetBSD instead of pipe by Tobias Klauser · 7 years ago
  91. 9dba56b cmd/go: put "go help" list in the right order, take 2 by Nate Wilkinson · 7 years ago
  92. 88ba645 sync: enable profiling of RWMutex by Lorenz Bauer · 7 years ago
  93. 8cb4327 crypto/cipher: add NewGCMWithNonceAndTagSize for custom tag sizes. by Conrado Gouvea · 8 years ago
  94. c009433 crypto/rsa: improve error message for keys too short for PSS by Filippo Valsorda · 7 years ago
  95. 9558ba2 reflect: add embedded field test by Ian Lance Taylor · 7 years ago
  96. b03f1d1 runtime: remove extraneous stackPreempt setting by David Crawshaw · 7 years ago
  97. ebb77aa cmd/compile/internal/ssa: optimize arm64 with FNMULS/FNMULD by Ben Shi · 7 years ago
  98. 3773cbb misc/cgo/testcshared: increase sleep in TestUnexportedSymbols by Ian Lance Taylor · 7 years ago
  99. 03f27d5 path/filepath: fix escaped chars in Glob on non-Windows by Daniel Martí · 7 years ago
  100. 821b04d path: remove filename mentions from pattern godocs by Daniel Martí · 7 years ago