1. 0097885 go.mod: update golang.org/x dependencies by Gopher Robot · 4 days ago master
  2. 77509fa go.mod: update golang.org/x dependencies by Gopher Robot · 5 weeks ago
  3. b857bac dwtest: add more loclist tests by Derek Parker · 3 months ago
  4. 55b825d go.mod: update golang.org/x dependencies by Gopher Robot · 9 weeks ago
  5. 90f81a0 all: eliminate vet diagnostics by Sean Liao · 3 months ago
  6. 6760acc README.md: fix comment by cuishuang · 3 months ago
  7. 50276fe go.mod: update golang.org/x dependencies by Gopher Robot · 3 months ago
  8. ffa2f5b cmd/viewcore: print correct argument when parsing fails by Michael Anthony Knyszek · 5 months ago
  9. 3dd3315 internal/gocore: fix pointer locations for small objects in green tea by Michael Anthony Knyszek · 5 months ago
  10. 489b700 go.mod: update golang.org/x dependencies by Gopher Robot · 4 months ago
  11. b0e58da all: upgrade go directive to at least 1.24.0 [generated] by Gopher Robot · 5 months ago
  12. 7e03a99 go.mod: update golang.org/x dependencies by Gopher Robot · 5 months ago
  13. cd5b42b internal/gocore: reverse sense of indirect test by Keith Randall · 6 months ago
  14. 7f2f341 internal/gocore: fix IsPtr method by khr@golang.org · 6 months ago
  15. 63dd169 go.mod: update golang.org/x dependencies by Gopher Robot · 6 months ago
  16. 5fb72a4 internal/gocore: handle moving direct interface flag from kind to tflag by Keith Randall · 7 months ago
  17. dbb23ec go.mod: update golang.org/x dependencies by Gopher Robot · 8 months ago
  18. 6797eda go.mod: update golang.org/x dependencies by Gopher Robot · 9 months ago
  19. 08f5966 gocore: support typing composite roots by Michael Anthony Knyszek · 10 months ago
  20. 82d29c9 gocore: expand bigslice test to test deconstructed values on the stack by Michael Anthony Knyszek · 10 months ago
  21. 5ed60df gocore: break up test to make it more understandable by Michael Anthony Knyszek · 10 months ago
  22. c0c48f5 gocore: add missing append in root piece construction by Michael Anthony Knyszek · 10 months ago
  23. 2ce4b6f gocore: fix bad processing of large object pointers by Michael Anthony Knyszek · 10 months ago
  24. 70c1efa dwtest: add test for go#72053 by Derek Parker · 10 months ago
  25. 9a1a324 dwtest: upgrade delve dependency in testdata to pull in DWARF5 support by Than McIntosh · 10 months ago
  26. 84fb7c8 internal/gocore: support for DWARF version 5 location lists by Than McIntosh · 11 months ago
  27. 8850c75 third_party/delve/dwarf: refresh to add support for DWARF 5 by Than McIntosh · 11 months ago
  28. 1e0cbda go.mod: update golang.org/x dependencies by Gopher Robot · 10 months ago
  29. 04bfb7c internal/gocore: fixes for DWARF5 support by Than McIntosh · 1 year ago
  30. 6e46839 dwtest: fixes for DWARF5 support by Than McIntosh · 1 year, 1 month ago
  31. 4c9cba1 dwtest: sync with main Go repo to pull in DWARF5 support func by Than McIntosh · 1 year ago
  32. 9ba41c6 all: upgrade go directive to at least 1.23.0 [generated] by Gopher Robot · 11 months ago
  33. aabb5e0 go.mod: update golang.org/x dependencies by Gopher Robot · 11 months ago
  34. bb5bb24 gocore: skip nil largeType when discovering pointers by Michael Anthony Knyszek · 1 year ago
  35. b341049 go.mod: update golang.org/x dependencies by Gopher Robot · 1 year ago
  36. 1b46320 gocore: record global pointers not described in DWARF as roots by Michael Anthony Knyszek · 1 year, 1 month ago
  37. 453fb03 gocore: explicitly load symbols from executable ELF file by Nicolas Hillegeer · 1 year, 1 month ago
  38. 71db946 gocore: overhaul roots, expand testing by Michael Anthony Knyszek · 1 year, 1 month ago
  39. 5f2bbc1 gocore: use dwarf->abi.Type map and type-walk deeper for direct ifaces by Michael Anthony Knyszek · 1 year, 1 month ago
  40. 46b335e gocore: more fixes for Go 1.24 by Michael Anthony Knyszek · 1 year, 1 month ago
  41. 96bf9a9 gocore: add in mpratt's feedback and remove delve dependency by Michael Anthony Knyszek · 1 year, 1 month ago
  42. 3793491 gocore: update for Go 1.24 by Michael Anthony Knyszek · 1 year, 1 month ago
  43. 3c468bb internal/gocore: find new names of runtime._type and runtime.itab by Nicolas Hillegeer · 1 year, 1 month ago
  44. acddda4 go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 1 month ago
  45. af4ac2c internal/gocore/test: split run into runCrasher and doRunCrasher by Nicolas Hillegeer · 1 year, 2 months ago
  46. 885ca4e README: mention the git repo by Ian Lance Taylor · 1 year, 2 months ago
  47. 7033794 go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 2 months ago
  48. 7c45582 internal/gocore: fix large types dereference (Go 1.22+) by Nicolas Hillegeer · 1 year, 3 months ago
  49. dfd7e92 internal/gocore/test: increase rlimit to max in parent by Nicolas Hillegeer · 1 year, 3 months ago
  50. 5a189bc internal/gocore: ignore execute-only mappings by Nicolas Hillegeer · 1 year, 3 months ago
  51. a0ffd10 internal/gocore: improve debug printing functions by Nicolas Hillegeer · 1 year, 3 months ago
  52. fdf0ed6 internal/gocore: support PIE ELF binaries by Nicolas Hillegeer · 1 year, 3 months ago
  53. 60d51df internal/gocore: add sanity checking to TestVersions by Nicolas Hillegeer · 1 year, 3 months ago
  54. a1f165e internal/gocore/test: DRY core-loading block by Nicolas Hillegeer · 1 year, 3 months ago
  55. cba4223 go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 3 months ago
  56. 2917a7a internal/gocore: use AttrGoKind to fix named slice type by Wang Deyu · 1 year, 7 months ago
  57. fbc6857 internal/gocore: support Go 1.22 allocation headers by Michael Anthony Knyszek · 1 year, 5 months ago
  58. 2392e04 go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 4 months ago
  59. 93976b9 go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 5 months ago
  60. bf2ec10 LICENSE: update per Google Legal by Russ Cox · 1 year, 6 months ago
  61. 91dd604 go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 6 months ago
  62. c35ceaf go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 7 months ago
  63. 6a082a1 internal/gocore: fix funcdata offset by Wang Deyu · 1 year, 9 months ago
  64. 0a45c20 go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 8 months ago
  65. d315ade internal/gocore: fix some typos in comments by racequite · 1 year, 9 months ago
  66. 598fefa internal: fix function names in comment by cuishuang · 1 year, 9 months ago
  67. 01f1ac0 go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 9 months ago
  68. 369212e go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 10 months ago
  69. 513af1a go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 11 months ago
  70. 6ef5bc2 internal/gocore: handle unsafe.pointer case for hchan.buf in chan by Wang Deyu · 2 years, 1 month ago
  71. f175d0a go.mod: update golang.org/x dependencies by Gopher Robot · 2 years ago
  72. f50b87c go.mod: update golang.org/x dependencies by Gopher Robot · 2 years, 2 months ago
  73. a36bd79 internal/gocore: refactor heapArena reading by Michael Pratt · 2 years, 2 months ago
  74. ae9888a internal/gocore: skip the generated test to unblock the builder by Michael Anthony Knyszek · 2 years, 2 months ago
  75. d5d7f7b go.mod: update golang.org/x dependencies by Gopher Robot · 2 years, 2 months ago
  76. d6d0e89 internal/gocore: update for CL 537978 by Michael Pratt · 2 years, 2 months ago
  77. 7e676ac all: update go directive to 1.18 by Dmitri Shuralyov · 2 years, 3 months ago
  78. 17d98cb cmd/viewcore: don't try to build for GOARCH=wasm by Dmitri Shuralyov · 2 years, 3 months ago
  79. b12aaab go.mod: update golang.org/x dependencies by Gopher Robot · 2 years, 3 months ago
  80. aa2ab6e internal/gocore: update for CL 451359 by Michael Pratt · 2 years, 3 months ago
  81. 184474b dwtest: add explicit testpoint for runtime.throw by Than McIntosh · 2 years, 4 months ago
  82. 904067f go.mod: update golang.org/x dependencies by Gopher Robot · 2 years, 4 months ago
  83. 180a5d4 internal/core: refactor loading for maintainability by Michael Pratt · 2 years, 7 months ago
  84. 17953be dwtest: add a flag to preserve tmp files following a test run by Than McIntosh · 2 years, 7 months ago
  85. f77cf46 dwtest: update go.mod for delve-based test harness by Than McIntosh · 2 years, 7 months ago
  86. 3671608 all: update sys to 0.1.0 by Meng Zhuo · 3 years, 2 months ago
  87. 0009092 internal: use constant to avoid repeated definitions by cui fliter · 3 years, 4 months ago
  88. 89a1939 all: replace io/ioutil with io and os package by cui fliter · 3 years, 4 months ago
  89. f87892d internal/gocore: add support and test for tip by Michael Pratt · 3 years, 5 months ago
  90. 06946d4 internal: remove redundant type conversion by cui fliter · 3 years, 4 months ago
  91. c889ad8 internal/gocore: remove Process.minorVersion by Michael Pratt · 3 years, 4 months ago
  92. a55916e internal/gocore: gofmt by Abirdcfly · 3 years, 4 months ago
  93. b54fa07 internal/gocore: add 1.19 test by Michael Pratt · 3 years, 5 months ago
  94. 93b22fc internal/gocore: update for Go 1.18 by Michael Pratt · 3 years, 5 months ago
  95. 1c80bd2 internal/gocore: disambiguate type candidates by object size by doujiang24 · 3 years, 5 months ago
  96. f98d67a internal/gocore: extract type name of method value from its wrapper function name by doujiang24 · 3 years, 5 months ago
  97. 8ea6c74 internal/gocore: handle unsafe.pointer case for sync.entry.p in sync.map by doujiang24 · 3 years, 5 months ago
  98. 2c5b507 gocore: the name of a type changed to varint in Go 1.17. by doujiang24 · 3 years, 6 months ago
  99. dd944dc A+C: delete AUTHORS and CONTRIBUTORS by Russ Cox · 3 years, 6 months ago
  100. 405b155 all: gofmt by Russ Cox · 3 years, 9 months ago