1. eb63cbd cmd/compile: remove TODO that is no longer relevant by Dan Scales · 2 years, 7 months ago
  2. 2157498 doc/go1.18: remove some redundancy from netip docs by Brad Fitzpatrick · 2 years, 7 months ago
  3. 42e6b5b go/types: differently named types are not assignable by Robert Findley · 2 years, 7 months ago
  4. ea403bc go/types: disallow lone type parameter on RHS of type declaration by Robert Findley · 2 years, 7 months ago
  5. 80065cf go/types: implement singleType and structure (type) by Robert Findley · 2 years, 7 months ago
  6. 60fd3ed go/types: rename isNamed predicate to hasName by Robert Findley · 2 years, 7 months ago
  7. 1012bc8 go/types: clean up asT converters (step 2 of 2) by Robert Findley · 2 years, 7 months ago
  8. 79024cf errors: improve wording in As doc comment by Josh Bleecher Snyder · 2 years, 7 months ago
  9. b246873 archive/zip: don't panic on (*Reader).Open by Jason7602 · 2 years, 9 months ago
  10. b29182b go/types: clean up asT converters (step 1 of 2) by Robert Findley · 2 years, 7 months ago
  11. 7c9510e syscall: fix finalizer fd close bugs in TestFcntlFlock and TestPassFD by Michael Anthony Knyszek · 2 years, 7 months ago
  12. c45c32b go/types: avoid closure allocations in mono check by Matthew Dempsky · 2 years, 7 months ago
  13. 1011e26 net/http: deflake TestServerKeepAlivesEnabled_h{1,2} by Damien Neil · 2 years, 7 months ago
  14. 80a7968 cmd/compile/internal/abi: fix some typos in comments by Than McIntosh · 2 years, 7 months ago
  15. c702f91 net: add ReadFromUDPAddrPort by Josh Bleecher Snyder · 2 years, 7 months ago
  16. 433ba58 net: optimize WriteToUDPAddrPort by Josh Bleecher Snyder · 2 years, 7 months ago
  17. 0b37bd9 net: add BenchmarkWriteToReadFromUDPAddrPort by Josh Bleecher Snyder · 2 years, 7 months ago
  18. 79c5240 cmd/compile: mark type descriptors as always dupok by Keith Randall · 2 years, 7 months ago
  19. f7a95d2 debug/gosym: bulk allocate Syms by Josh Bleecher Snyder · 2 years, 8 months ago
  20. 629ffeb cmd/go: disallow profile flags when using -fuzz by Roland Shoemaker · 2 years, 7 months ago
  21. 4ec52e3 go/types: add check that code is monomorphizable by Matthew Dempsky · 2 years, 8 months ago
  22. 7548327 comd/compile/internal/types2: add missing nil check in const conversion by Robert Griesemer · 2 years, 7 months ago
  23. 4e7dd9f bytes: test for page boundary crosses on sep of Index by Paul E. Murphy · 2 years, 8 months ago
  24. 62b29b0 go/types: generalize assignability to generic types by Robert Findley · 2 years, 7 months ago
  25. af8aafd go/types: clarify is/underIs semantics and implementation by Robert Findley · 2 years, 7 months ago
  26. c406380 go/types: better error messages for empty type sets by Robert Findley · 2 years, 7 months ago
  27. 8c8baad runtime: check amd64 microarchitecture level at startup by vpachkov · 2 years, 7 months ago
  28. 58fb05a cmd/compile: explain special treatment when rewrite slice literal args by Cuong Manh Le · 2 years, 7 months ago
  29. f2ff1c6 cmd/compile: fix rewriting slice literal call argument by Cuong Manh Le · 2 years, 7 months ago
  30. c6a0b6f Revert "runtime: fix missing pprof labels" by Bryan C. Mills · 2 years, 7 months ago
  31. f801da7 cmd/compile/internal/types2: fix indexing of generic types by Robert Griesemer · 2 years, 7 months ago
  32. 599de4b cmd/compile/internal/types2: adjust printing of type parameter in error by Robert Griesemer · 2 years, 7 months ago
  33. d39c873 cmd/compile/internal/types2: fix conversions of constants to type parameter by Robert Griesemer · 2 years, 7 months ago
  34. c3cb1ec internal/fuzz: minimize bytes to be human readable by Amelia Downs · 2 years, 8 months ago
  35. da7173a runtime: fix missing pprof labels by Felix Geisendörfer · 2 years, 9 months ago
  36. 4d7bf41 syscall: remove GOMAXPROCS change in TestExecHelper by Michael Anthony Knyszek · 2 years, 7 months ago
  37. 088bb4b A+C: add Leonard Wang (individual CLA) by Leonard Wang · 2 years, 7 months ago
  38. 3ee426a cmd/dist: add asan tests in misc/cgo/testsanitizers package by fanzha02 · 3 years, 5 months ago
  39. c1ea339 doc/go1.18: add net/netip by Brad Fitzpatrick · 2 years, 7 months ago
  40. 4633b2d cmd/go, internal/cpu: use internal/godebug in tests by Brad Fitzpatrick · 2 years, 7 months ago
  41. a97c527 runtime: add padding to Linux kernel structures by Rhys Hiltner · 2 years, 8 months ago
  42. 6f327f7 runtime, syscall: add calls to asan functions by fanzha02 · 3 years, 5 months ago
  43. 6f1e9a9 net: optimize WriteMsgUDPAddrPort by Josh Bleecher Snyder · 2 years, 7 months ago
  44. 3c61cb3 net: optimize ReadMsgUDPAddrPort by Josh Bleecher Snyder · 2 years, 7 months ago
  45. b0472aa net: add BenchmarkReadWriteMsgUDPAddrPort by Josh Bleecher Snyder · 2 years, 7 months ago
  46. 65f3478 encoding: simplify some code by Josh Bleecher Snyder · 2 years, 7 months ago
  47. 9268565 syscall,internal/poll: copy arrays by assignment instead of looping by Josh Bleecher Snyder · 2 years, 7 months ago
  48. a45457d cmd/compile: fix panic when refer to method of imported instantiated type by Cuong Manh Le · 2 years, 7 months ago
  49. a59e332 net/netip: add new IP address package by Brad Fitzpatrick · 2 years, 10 months ago
  50. 81fea0b net/url: consider ForceQuery in ResolveReference by Timothy Gu · 3 years, 1 month ago
  51. 02e5913 go/types, types2: remove confusing debugging output in inference error message by Robert Griesemer · 2 years, 7 months ago
  52. 5f1bcd1 sync: add PoolStarvation benchmark by Ruslan Andreev · 2 years, 7 months ago
  53. b5a5b7b runtime: disable pacer lock held assertions in tests by Michael Anthony Knyszek · 2 years, 7 months ago
  54. 2bcf1c0 internal/fuzz: don't add duplicate corpus entries by Roland Shoemaker · 2 years, 7 months ago
  55. 80bedb8 go/types: fix TypeName.IsAlias for type parameter names by zhouguangyuan · 2 years, 7 months ago
  56. 0ae4c7f cmd/compile/internal/types2: fix TypeName.IsAlias for type parameter names by Robert Griesemer · 2 years, 7 months ago
  57. e2e910e cmd/compile/internal/types2: remove subscripts from type parameter names by Robert Griesemer · 2 years, 7 months ago
  58. d2b5121 cmd/compile/internal/types2: differently named types are not assignable by Robert Griesemer · 2 years, 7 months ago
  59. 82f902a strings: align Clone output with string([]byte("")) by Martin Möhrmann · 2 years, 7 months ago
  60. 4056934 test/codegen: updated arithmetic tests to verify on ppc64,ppc64le by Archana R · 2 years, 7 months ago
  61. 732db40 cmd/link: make ppc64le __glink_PLTresolve position-independent by Paul E. Murphy · 2 years, 8 months ago
  62. fde4cc2 testing: reduce memory used by subtest names by Bryan C. Mills · 2 years, 8 months ago
  63. 89c5270 reflect: avoid stack copies of hiter by Martin Möhrmann · 2 years, 7 months ago
  64. fd09e88 testing: remove redundant type conversion by Alexander Melentyev · 2 years, 7 months ago
  65. 3fa9ee4 bytes: remove redundant type conversion by Alexander Melentyev · 2 years, 7 months ago
  66. 243c5ae go/parser: simplify parsing of array or slice constraint types by Robert Findley · 2 years, 7 months ago
  67. 8e3d5f0 image/draw: rename and reorder some benchmarks by Nigel Tao · 2 years, 7 months ago
  68. 0bef30d cmd/compile/internal/syntax: fix parsing of array or slice constraint types by Robert Griesemer · 2 years, 7 months ago
  69. 6113dac cmd/compile: make -memprofilerate work by Austin Clements · 2 years, 9 months ago
  70. f582778 cmd/compile: emit sensible go_asm.h consts for big ints by Austin Clements · 2 years, 10 months ago
  71. 30b5d63 crypto/elliptic: move P-521 group logic to internal/nistec by Filippo Valsorda · 3 years, 1 month ago
  72. d1dceaf crypto/elliptic: use a 4-bit sliding window for P-521 ScalarMult by Filippo Valsorda · 3 years, 1 month ago
  73. e39b854 crypto/elliptic: use complete addition formulas for P-521 by Filippo Valsorda · 3 years, 1 month ago
  74. 5d6d9f5 cmd/compile: use Structure() to get single underlying type of typeparam. by Dan Scales · 2 years, 7 months ago
  75. 8dfb447 runtime: do not add open defer entry above a started open defer entry by Dan Scales · 2 years, 8 months ago
  76. c812b97 go/types: comp literals to accept type sets with single underlying types by Robert Findley · 2 years, 7 months ago
  77. 71e6ab8 go/types: slice exprs to accept type sets with single underlying types by Robert Findley · 2 years, 7 months ago
  78. 02bd226 go/types: range clause to accept type sets with single underlying types by Robert Findley · 2 years, 7 months ago
  79. 3571ab5 go/types: make built-in to accept type sets with single underlying types by Robert Findley · 2 years, 7 months ago
  80. c76893d crypto/elliptic: refactor P-224 field implementation by Filippo Valsorda · 3 years, 5 months ago
  81. 994049a runtime: add testing framework and basic tests for GC pacer by Michael Knyszek · 2 years, 8 months ago
  82. 5ec139f runtime: remove unnecessary argument stores for panicIndex etc. on ARM64 by Cherry Mui · 2 years, 9 months ago
  83. 4592933 cmd/go: document that tests must not write to their source modules by Bryan C. Mills · 2 years, 7 months ago
  84. 6afdf01 cmd/go: make assertions more precise in TestScript/gcflags_patterns by Bryan C. Mills · 2 years, 7 months ago
  85. 5ec2427 runtime: pass nanotime and gomaxprocs into startCycle and endCycle explicitly by Michael Knyszek · 2 years, 8 months ago
  86. 9da6415 runtime: track scannable globals space by Michael Anthony Knyszek · 3 years, 2 months ago
  87. 9ac1ee2 runtime: track the amount of scannable allocated stack for the GC pacer by Michael Anthony Knyszek · 3 years, 2 months ago
  88. 8e112a7 runtime: move heapLive and heapScan updates into a method by Michael Anthony Knyszek · 3 years, 2 months ago
  89. 4a5d78f runtime: move pacer time updates and state resets into methods by Michael Anthony Knyszek · 3 years, 2 months ago
  90. 903f313 runtime: fix unclosed GCSweepStart trace event by Michael Anthony Knyszek · 2 years, 7 months ago
  91. 413672f runtime: detangle sweeper pacing from GC pacing by Michael Anthony Knyszek · 3 years, 2 months ago
  92. 353d5b6 runtime: enable crash dump creation on Windows by Zhi Zheng · 3 years, 2 months ago
  93. d8fc7f7 runtime: clean up allocation zeroing by Michael Anthony Knyszek · 2 years, 7 months ago
  94. a88575d Revert "cmd/go: remove support for -buildmode=shared" by Bryan C. Mills · 2 years, 7 months ago
  95. 645d078 sync: add Mutex.TryLock, RWMutex.TryLock, RWMutex.TryRLock by Russ Cox · 3 years, 1 month ago
  96. 3aecb3a runtime: fix sweep termination condition by Michael Anthony Knyszek · 2 years, 11 months ago
  97. f288526 cmd/go: test that the reserved paths "example" and "test" are not used by Bryan C. Mills · 2 years, 7 months ago
  98. 2c7cdec io: remove UTF8 specified document for RuneReader by Meng Zhuo · 2 years, 7 months ago
  99. d3d8852 text/template: use reflect.Value.FieldByIndexErr by Rob Pike · 2 years, 7 months ago
  100. 33c392f reflect: add FieldByIndexErr by Rob Pike · 2 years, 7 months ago