1. ec23467e store ids rather than Types in the structs so they can be encoded. by Rob Pike · 16 years ago
  2. 7472f4c bug168 (dsymonds) + fix by Russ Cox · 16 years ago
  3. 5ff7d84 segment fault by Ken Thompson · 16 years ago
  4. 600d782 archive/tar cleanups: by David Symonds · 16 years ago
  5. bba278a reflection for functions by Russ Cox · 16 years ago
  6. a68b1da another nil reference by Ken Thompson · 16 years ago
  7. d6d0a39 Basic POSIX-compatible tar writer. by David Symonds · 16 years ago
  8. 903d28b ANY is already checked separately, so remove code from go.y. by Russ Cox · 16 years ago
  9. 5ddaf9a reflection for channels by Russ Cox · 16 years ago
  10. 2ad7958 - update functionality for printer test by Robert Griesemer · 16 years ago
  11. e7af3b8 comment change by Robert Griesemer · 16 years ago
  12. ff9e657 WriteFile util function by Robert Griesemer · 16 years ago
  13. 764b6ec reflection for maps by Russ Cox · 16 years ago
  14. 0ae7882 bug fix: encOpFor etc. need to indirect by Rob Pike · 16 years ago
  15. d7f1f53 printer_test: first cut by Robert Griesemer · 16 years ago
  16. 7c534e1 the ld-supplied typestrings are now obsolete by Russ Cox · 16 years ago
  17. 9809d73 - print comments associated with declarations - fix a bug w/ optional semicolons by Robert Griesemer · 16 years ago
  18. 42af803 method expansion bugs by Russ Cox · 16 years ago
  19. 17bc836 Add entry points for parsing statements and expressions. by Austin Clements · 16 years ago
  20. 668fa7f Update the unsafe docs for the new type implementation. by Ian Lance Taylor · 16 years ago
  21. dbc6d91 typestring.c is no longer needed. by Ian Lance Taylor · 16 years ago
  22. 61824ff - ast.FilterExports: filter non-exported anonymous fields by Robert Griesemer · 16 years ago
  23. a1b6482 bug167 by Russ Cox · 16 years ago
  24. 80e4a05 update tests for new reflect by Russ Cox · 16 years ago
  25. 8778393 gob: use new reflect by Russ Cox · 16 years ago
  26. e37f81b template: use new reflect interface (CL 31107) by Russ Cox · 16 years ago
  27. f1bc712 net: use new reflect interface (CL 31107) by Russ Cox · 16 years ago
  28. 1b3596987 json: use new reflect interface (CL 31107) by Russ Cox · 16 years ago
  29. 65dbe76 go/printer: use new reflect interface (CL 31107) by Russ Cox · 16 years ago
  30. b9b32ca datafmt: use new reflect interface (CL 31107) by Russ Cox · 16 years ago
  31. f3ec39d base64_test: use new reflect interface (CL 31107) by Russ Cox · 16 years ago
  32. 0d400a7 fmt: use new reflect interface (CL 31107) by Russ Cox · 16 years ago
  33. 64f4e0b update reflect supporting functions, tests to use new reflect interface. by Russ Cox · 16 years ago
  34. 541e638 6g, 8g: generate data structures for new reflect interface (CL 31107) by Russ Cox · 16 years ago
  35. c7513ea runtime: use new reflect data structures (CL 31107) in place of sigi, sigt. by Russ Cox · 16 years ago
  36. ce2e450 install new reflect: rename ntype.go and nvalue.go to type.go and value.go by Russ Cox · 16 years ago
  37. 985390b bug167: types declared in different scopes should be independent of each other by Robert Griesemer · 16 years ago
  38. f401cb3 fix test by Robert Griesemer · 16 years ago
  39. 5abf395 Avoid race condition. Following the left to right rule, by Ian Lance Taylor · 16 years ago
  40. 27432d6 move 6c/pgen.c, 6c/pswt.c into cc and make 5c, 8c use them. by Russ Cox · 16 years ago
  41. 8afeb52c - removed implementation restrictions for creation of small by Robert Griesemer · 16 years ago
  42. 0417aaf insert ODCL in type switch case. needed for heap allocation if variable escapes. by Russ Cox · 16 years ago
  43. 0aa1b15 shift typechecking bugs x << "a" 1 << int(2) by Russ Cox · 16 years ago
  44. 908cd8f cleaned up data generation in 5g, reverted 5l handling of D_ADDR. by Kai Backman · 16 years ago
  45. 52ccdf3 Add support for v7 tar. by David Symonds · 16 years ago
  46. 2acbc37 various 6g cleanup: by Russ Cox · 16 years ago
  47. 74b546a statements after panicln are unreachable, just like after panic. by Russ Cox · 16 years ago
  48. 58c4142 new reflect Value implementations. by Russ Cox · 16 years ago
  49. ef4ddd6 another piece for cross-file forward struct declarations. by Russ Cox · 16 years ago
  50. a14b28a fix bug involving typed nil constants: by Russ Cox · 16 years ago
  51. 7af032b fix forward struct declarations by Russ Cox · 16 years ago
  52. d436a70 allow conversion to interface type by Russ Cox · 16 years ago
  53. 53ebd16 more precise error message by Russ Cox · 16 years ago
  54. a7b4e9f new reflect type.go implementation by Russ Cox · 16 years ago
  55. 769919c better error message + line numbers by Russ Cox · 16 years ago
  56. 4793400 new reflect library data structures and code declarations by Russ Cox · 16 years ago
  57. eaf6a34 a few edits and simplifications. by Rob Pike · 16 years ago
  58. 4f40f5e - bug fix: do not strip lower-case parameter and result names in signatures by Robert Griesemer · 16 years ago
  59. d3a2925 catch corruption - avoid crash by Rob Pike · 16 years ago
  60. deb9547 - ast.FilterExports: strips all non-exported nodes from an AST by Robert Griesemer · 16 years ago
  61. cd4aab6 sudoaddable odot by Kai Backman · 16 years ago
  62. 6da41be fix float32 comparison. was doing l op l instead of l op r. by Russ Cox · 16 years ago
  63. 8698705 agen, sgen, cgen_callret, cgen_asop, D_ADDR handling, gmove by Kai Backman · 16 years ago
  64. a7735f8 fixed bug that cause -g to segfault by Kai Backman · 16 years ago
  65. c1edbe9 Remove assumption about google.com being the default search domain. by David Symonds · 16 years ago
  66. 6bb3c48 another seg fault by Ken Thompson · 16 years ago
  67. db312fa bug163 by Russ Cox · 16 years ago
  68. 8a1bfe8 change bug163 to use actual non-letter in identifier by Russ Cox · 16 years ago
  69. 3dab3e6 put gob into the standard build by Rob Pike · 16 years ago
  70. 1af3edc maps have == so maps should work as map keys. by Russ Cox · 16 years ago
  71. 75fe130 maps have == so maps are okay as map keys. alignment issue is fixed. by Russ Cox · 16 years ago
  72. 84ded32 sys.cas for mutex by Kai Backman · 16 years ago
  73. 84ef63b minor comment and debug flag for dumping all oplooks. by Kai Backman · 16 years ago
  74. 29aa3ff move Structrnd to runtime.h by Russ Cox · 16 years ago
  75. 265674f slices by Rob Pike · 16 years ago
  76. c1fc4c8 indirection on array elements. by Rob Pike · 16 years ago
  77. b5666a1 add Uitoa etc. by Russ Cox · 16 years ago
  78. 0c33d43 arrays, not slices, and only with non-pointer elements. by Rob Pike · 16 years ago
  79. 29e6eb2 make a description of the slice header public by Rob Pike · 16 years ago
  80. c7a9d98 fix atoi test by Russ Cox · 16 years ago
  81. 7ae0c67 Recognize gccgo error message. by Ian Lance Taylor · 16 years ago
  82. f1428b2 Recognize gccgo error messages. by Ian Lance Taylor · 16 years ago
  83. b70563a - store trailing comments after top-level declarations in ast by Robert Griesemer · 16 years ago
  84. 77baac1 encode and decode for nested structures. by Rob Pike · 16 years ago
  85. 1ca1e1b encoders and decoders for string, []uint8 by Rob Pike · 16 years ago
  86. 519a70d fix bug in $GOROOT handling: error calling Getenv. by Rob Pike · 16 years ago
  87. 22b93df now that we have a separate indirection test, simplify the scalar tests. by Rob Pike · 16 years ago
  88. 671f807 simplify decoders. error checking is done higher up. by Rob Pike · 16 years ago
  89. c0271c4 fix bug in decoders: got indirection wrong when allocation not required. by Rob Pike · 16 years ago
  90. b1e6458 move dereference code out of the ops and into the interpreter loops. by Rob Pike · 16 years ago
  91. c701af8 Encode and decode engines for gobs. by Rob Pike · 16 years ago
  92. a439f66 add test, fix bug: structs that differ in their by Russ Cox · 16 years ago
  93. 25706fe Fix a doc typo. by David Symonds · 16 years ago
  94. 55e790a clean up some BUG/TODO in go code by Russ Cox · 16 years ago
  95. 20cfa4a change alignment rules: roll receiver into by Russ Cox · 16 years ago
  96. 150a645 remove declarations for functions that cannot be called from c by Russ Cox · 16 years ago
  97. fa40c85 convert string runtime to use cgo. by Russ Cox · 16 years ago
  98. 88e7fd5 in preparation for changing 6g's behavior to by Russ Cox · 16 years ago
  99. b9689433 scalar decoders by Rob Pike · 16 years ago
  100. 79b2cf9 pass the state to the encoders and decoders so error handling can be centralized. by Rob Pike · 16 years ago