1. 8267f1d libgo: Implement and use runtime.Caller, runtime.Func.FileLine. by Ian Lance Taylor · 13 years ago
  2. ba69295 libgo: Update to weekly.2012-03-04 release. by Ian Lance Taylor · 13 years ago
  3. 45aa537 runtime: Implement runtime.Callers. by Ian Lance Taylor · 13 years ago
  4. 05d7277 runtime: Better big-endian identity hash function. by Ian Lance Taylor · 13 years ago
  5. f926394 libgo: Fix Solaris ustat.h test. by Ian Lance Taylor · 13 years ago
  6. d1951ce libgo: Try to fix use of <ustat.h> for Solaris and older GNU/Linux. by Ian Lance Taylor · 13 years ago
  7. 050fbae runtime: Add type casts to fix Solaris build. by Ian Lance Taylor · 13 years ago
  8. b327b9c libgo: Update to weekly.2012-02-22 release. by Ian Lance Taylor · 13 years ago
  9. 9b557c4 libgo: Update to weekly.2012-02-14 release. by Ian Lance Taylor · 13 years ago
  10. e66206a mksysinfo: Define MADV_ constants for madvise. by Ian Lance Taylor · 13 years ago
  11. 82a8d16 syscall: Fill out GNU/Linux support. by Ian Lance Taylor · 13 years ago
  12. f81d131 runtime: Call exit rather than _exit. by Ian Lance Taylor · 13 years ago
  13. be20c33 runtime: Fix typo in go-nosys.c. by Ian Lance Taylor · 13 years ago
  14. 1ae005a libgo: Add mount flags, fallocate, statfs. by Ian Lance Taylor · 13 years ago
  15. d274130 libgo: Remove accidental AC_INCLUDES_DEFAULT from configure script. by Ian Lance Taylor · 13 years ago
  16. e76b03d math: Don't use libc log2 and trunc functions. by Ian Lance Taylor · 13 years ago
  17. 05f6c7e runtime: Support broken makecontext on Solaris 8/9. by Ian Lance Taylor · 13 years ago
  18. 572ad7e runtime: Permit building libgo without libffi. by Ian Lance Taylor · 13 years ago
  19. 3fdd0fc libgo: Don't put .gox files in version-specific directory. by Ian Lance Taylor · 13 years ago
  20. 96dfa70 syscall: Change Dup2 to only return an error. by Ian Lance Taylor · 13 years ago
  21. 3ca54b8 runtime: Fix identity hash function for big-endian systems. by Ian Lance Taylor · 13 years ago
  22. 8633081 runtime: Reload m and g if necessary after getcontext returns. by Ian Lance Taylor · 13 years ago
  23. f9f3353 net: Don't run UDP multicast tests on Alpha GNU/Linux. by Ian Lance Taylor · 13 years ago
  24. 9a3d025 libgo: Provide more __sync functions if required. by Ian Lance Taylor · 13 years ago
  25. 8162f6f sync/atomic: Disable tests which can't run based on pointer size. by Ian Lance Taylor · 13 years ago
  26. fc2d0fe runtime: Handle FFI promoting result types. by Ian Lance Taylor · 13 years ago
  27. e43543f runtime: Tweak __go_can_recover for SPARC. by Ian Lance Taylor · 13 years ago
  28. ae1d90b runtime: Fix chan code for big-endian strict-alignment systems by Ian Lance Taylor · 13 years ago
  29. cabe8fa runtime: For g0 set stack_size to 0 when not -fsplit-stack. by Ian Lance Taylor · 13 years ago
  30. 8d65024 runtime: Save all registers on stack for GC scan. by Ian Lance Taylor · 13 years ago
  31. d93d75a libgo/configure: Fixes for Solaris 8 and cross-compilation. by Ian Lance Taylor · 13 years ago
  32. 9133327 runtime: Use __builtin_{inf,nan} rather than INFINITY/NAN. by Ian Lance Taylor · 13 years ago
  33. 986681f os: Fix Solaris stat functions. by Ian Lance Taylor · 13 years ago
  34. 8cf10fb libgo: Update to weekly.2012-02-07. by Ian Lance Taylor · 13 years ago
  35. 0758925 runtime: Add matherr function when appropriate. by Ian Lance Taylor · 13 years ago
  36. e90ba02 os: Fix typo in //extern comment. by Ian Lance Taylor · 13 years ago
  37. 031102f math: Compile with -mfancy-math-387 -funsafe-optimizations on x86. by Ian Lance Taylor · 13 years ago
  38. 1cd7526 compiler, runtime: Check make int64 args for overflow. by Ian Lance Taylor · 13 years ago
  39. 45ffc79 runtime: System-specific hack fix for x86_64 Solaris 10. by Ian Lance Taylor · 13 years ago
  40. adccafd compiler, libgo: Use //extern comments rather than __asm__. by Ian Lance Taylor · 13 years ago
  41. af6f75b compiler, reflect: Fix hash codes of named types, fix PtrTo hash. by Ian Lance Taylor · 13 years ago
  42. b8298f8 mksysinfo: Fix type of last field of Cmsghdr. by Ian Lance Taylor · 13 years ago
  43. 2b1ea36 runtime: Correct ENOSYS functions. by Ian Lance Taylor · 13 years ago
  44. dce058e syscall: Add syscall.Times. by Ian Lance Taylor · 13 years ago
  45. 18f6c16 os/exec: Make sure file descriptor is not closed early. by Ian Lance Taylor · 13 years ago
  46. 032a47c libgo: Update to weekly.2012-01-27. by Ian Lance Taylor · 13 years ago
  47. 12a4d65 syscall: Add Gettid on GNU/Linux systems. by Ian Lance Taylor · 13 years ago
  48. bdafd5c syscall: Don't use PtraceRegs if it is not defined. by Ian Lance Taylor · 13 years ago
  49. a74242b syscall: Support socket control messages. by Ian Lance Taylor · 13 years ago
  50. 4a905d8 syscall: Define IPV6 constants for Irix. by Ian Lance Taylor · 13 years ago
  51. 159d1fe libgo: Fix merge errors shown on Solaris. by Ian Lance Taylor · 13 years ago
  52. 3688945 libgo: Build stubs for some syscall functions not on older systems. by Ian Lance Taylor · 13 years ago
  53. 8e39b9b libgo/mksysinfo: Always define IPV6_TCLASS. by Ian Lance Taylor · 13 years ago
  54. c55298b libgo/mksysinfo: Correct typo. by Ian Lance Taylor · 13 years ago
  55. 3043522 libgo: Update to weekly.2012-01-20. by Ian Lance Taylor · 13 years ago
  56. 1fe0e9a libgo: Update to weekly.2012-01-15. by Ian Lance Taylor · 13 years ago
  57. e1056a7 compiler: Give an error if a variable is defined but not used. by Ian Lance Taylor · 13 years ago
  58. 689685f runtime: Make builtin print exactly match gc builtin print. by Ian Lance Taylor · 13 years ago
  59. a4d53ee libgo: Solaris and Irix compatibility patches. by Ian Lance Taylor · 13 years ago
  60. 90307d6 mksysinfo: Fix Alpha GNU/Linux compatibility patch. by Ian Lance Taylor · 13 years ago
  61. 1d42619 libgo: Only build iopl and ioperm on 386, amd64, alpha GNU/Linux. by Ian Lance Taylor · 13 years ago
  62. af281de mksysinfo: Pick up TIOCGWINSZ even if expression is too complex. by Ian Lance Taylor · 13 years ago
  63. 097b9e0 mksysinfo: Make sure EPOLL_CLOEXEC is defined. by Ian Lance Taylor · 13 years ago
  64. 73fa894 libgo: Update to weekly.2011-12-22. by Ian Lance Taylor · 13 years ago
  65. 0f0f9c1 libgo: Update to weekly.2011-12-14. by Ian Lance Taylor · 13 years ago
  66. 4d37e8d compiler, runtime: Implement struct and array comparisons. by Ian Lance Taylor · 13 years ago
  67. 3e543ab libgo: Use -std=gnu99 on Solaris 10. by Ian Lance Taylor · 13 years ago
  68. dc2fe5e runtime: Fix missing USING_SPLIT_STACK ifdef. by Ian Lance Taylor · 13 years ago
  69. d73b778 runtime: Catch signals on altstack, disable splitstack signal blocking. by Ian Lance Taylor · 13 years ago
  70. 6414cbc libgo/runtime: Don't define _GNU_SOURCE in source code. by Ian Lance Taylor · 13 years ago
  71. bab2ac7 syscall: Don't define IPMreq in socket_irix.go. by Ian Lance Taylor · 13 years ago
  72. f36c940 libgo: Fix use of -D_GNU_SOURCE and friends when building libgo. by Ian Lance Taylor · 13 years ago
  73. 0932a9a os: Fix fileInfoFromStat for Solaris. by Ian Lance Taylor · 13 years ago
  74. b3ff6c3 syscall: Move Errno into its own file, for RTEMS. by Ian Lance Taylor · 13 years ago
  75. 3f6c7a4 libgo: Update to weekly.2011-12-06. by Ian Lance Taylor · 13 years ago
  76. 60f867d mksysinfo.sh: Remove accidentally committed patch. by Ian Lance Taylor · 13 years ago
  77. 45757b0 runtime: Bump up memory limit in gc_test. by Ian Lance Taylor · 13 years ago
  78. a45a4b9 runtime: Change gc_test to test only newly allocated memory. by Ian Lance Taylor · 13 years ago
  79. bac44b7 mksysinfo.sh: Ensure that IPV6 constants and types are defined. by Ian Lance Taylor · 13 years ago
  80. 9b80a65 syscall: Don't build wait status functions on RTEMS. by Ian Lance Taylor · 13 years ago
  81. 63e9b82 runtime: RTEMS build fixes. by Ian Lance Taylor · 13 years ago
  82. 21faa3c libgo: Solaris compatibility patches. by Ian Lance Taylor · 13 years ago
  83. ce5916e libgo: Update to weekly.2011-12-02. by Ian Lance Taylor · 13 years ago
  84. 83ef2ed libgo: Update to weekly.2011-11-18. by Ian Lance Taylor · 13 years ago
  85. 8bf88fa net/http: delete temporary files. by Ian Lance Taylor · 13 years ago
  86. ac42aa1 syslog: Fix name of C syslog function. by Ian Lance Taylor · 13 years ago
  87. cfc8663 runtime: make print() built-in write to stderr. by Rémy Oudompheng · 13 years ago
  88. bf7c1c0 libgo: Add back tests of syscall time. by Ian Lance Taylor · 13 years ago
  89. 1a09267 libgo: Remove debug/proc, os.Error. by Ian Lance Taylor · 13 years ago
  90. 9c8e843 libgo: Remove some test files accidentally left behind earlier. by Ian Lance Taylor · 13 years ago
  91. db0338c libgo: Update to weekly 2011-11-09. by Rémy Oudompheng · 13 years ago
  92. 9269b19 libgo: Remove more os.Error cases. by Ian Lance Taylor · 13 years ago
  93. 9d08a45 libgo: Update to weekly.2011-11-02. by Ian Lance Taylor · 13 years ago
  94. 4578176 libgo: Generate dependencies automatically. by Ian Lance Taylor · 13 years ago
  95. 991a0e1 libgo: Update to weekly.2011-11-01. by Ian Lance Taylor · 13 years ago
  96. cc0c4d2 merge.sh: Add files, add revision option, handle middle dot. by Ian Lance Taylor · 13 years ago
  97. b046061 runtime: Remove temporary runtime_cond_wait function. by Ian Lance Taylor · 13 years ago
  98. 8cad0d9 runtime: Rename sigignore to sig_ignore for Solaris. by Ian Lance Taylor · 13 years ago
  99. 8e27923 compiler/runtime: Copy channel implementation from master library. by Ian Lance Taylor · 13 years ago
  100. 0133683 runtime: Copy runtime_panicstring from master library. by Ian Lance Taylor · 13 years ago