summaryrefslogtreecommitdiff
path: root/libgo
Commit message (Expand)AuthorAgeFilesLines
* libgo: Update to revision 15193:6fdc1974457c of master library.ian2012-12-22104-685/+2433
* compiler: Error if name defined in both package and file blocks.ian2012-12-211-5/+5
* libgo: Link against libatomic_convenience.la.ian2012-12-182-8/+9
* libgo: Link against libatomic.ian2012-12-182-6/+8
* log/syslog: Solaris portability patches.ian2012-12-171-8/+13
* runtime: Delete from a nil map is now a no-op.ian2012-12-121-1/+1
* libgo: Update to current master library sources.ian2012-12-12145-1915/+6240
* os: Clean up directory reading code.ian2012-12-062-24/+41
* syscall: Fix splice syscall.ian2012-12-051-0/+2
* mksysinfo: Fix TIOCNOTTY and TIOCSCTTY for ARM.ian2012-12-041-0/+16
* runtime: Fix build failures with -D_FORTIFY_SOURCE=2.ian2012-12-042-2/+8
* compiler, runtime: Track fields with tag go:"track".ian2012-11-294-1/+119
* syscall: Fix handling of Unix domain @ addresses.ian2012-11-242-2/+6
* libgo: Update to current version of master library.ian2012-11-21321-19158/+62006
* reflect: Fix invalid sharing in valueInterface.ian2012-11-191-4/+4
* runtime: Fix use of __atomic_compare_exchange_n: not weak, consistent.ian2012-11-171-1/+1
* syscall: Force first letter of error message to lower case.ian2012-11-123-6/+24
* reflect: Fix bug comparing struct field types.ian2012-11-101-3/+14
* compiler, runtime: Size of int is now 64 bits on x86_64.ian2012-11-061-2/+2
* compiler, libgo: Fixes to prepare for 64-bit int.ian2012-11-0611-19/+22
* compiler, runtime: Memcmp routine returns intgo.ian2012-11-063-13/+36
* runtime: provide initcontext and fixcontext for NetBSDian2012-11-051-1/+23
* os: support more OSesian2012-11-054-1/+87
* syscall, mksysinfo: Prepare syscall package for 64-bit int.ian2012-11-0214-137/+153
* runtime: Fix reflect.Call support for 64-bit ints.ian2012-11-021-7/+7
* compiler, runtime: More steps toward separating int and intgo.ian2012-11-0156-259/+252
* runtime/goc2c: Drop gc support, change int to intgo.ian2012-10-313-171/+54
* syscall: fix creds_test to reliably close os.Fileian2012-10-261-2/+6
* libgo: Solaris portability patches.ian2012-10-254-92/+19
* mksysinfo: Define SIGPOLL and SIGCLD if necessary.ian2012-10-241-0/+10
* runtime: Disable crash tests that runs go tool.ian2012-10-231-9/+14
* PR go/54918ian2012-10-234-4/+7
* libgo: Update to current sources.ian2012-10-23548-12551/+56845
* runtime: Fix __go_symbol_value val argument to backtrace_syminfo.ian2012-10-081-1/+1
* runtime: Use argv[0] to get executable name for backtrace.ian2012-10-053-1/+13
* libgo: Update to Go 1.0.3.ian2012-10-03124-481/+2060
* runtime: Better detection of memory allocation request overflow.ian2012-09-284-2/+16
* runtime: runtime.Caller should succeed even without debug info.ian2012-09-281-1/+2
* libgo: Use libbacktrace rather than debug/elf registration.ian2012-09-2813-256/+165
* runtime: Reject surrogate pairs in range over string.ian2012-09-221-0/+8
* compiler, runtime: Reject surrogate pair converting int to string.ian2012-09-221-0/+9
* runtime: Return random number of hash of NaN.ian2012-09-222-6/+22
* libgo: Add no-dist and -Wno-portability to AM_INIT_AUTOMAKE.ian2012-09-203-312/+19
* debug/elf, debug/dwarf: DWARF line number fixes.ian2012-09-062-7/+49
* compiler: Remove old handling of unsafe.Pointer in type assertions.ian2012-08-231-1/+1
* mksysinfo: Fix syscall.F_GETLK and friends for 32-bit x86.ian2012-08-211-0/+10
* runtime: use sched_getaffinity for runtime.NumCPU() on Linuxian2012-08-101-32/+21
* runtime: support NumCPU() on more platformsian2012-08-0710-42/+210
* runtime, runtime/pprof: Fix runtime/pprof test to pass, enable it.ian2012-07-266-10/+15
* runtime: correct a logic error in hashmap growth.ian2012-07-231-2/+2