summaryrefslogtreecommitdiff
path: root/libgo
Commit message (Expand)AuthorAgeFilesLines
* compiler, runtime: Use function descriptors.Ian Lance Taylor2013-06-1816-53/+104
* runtime, testing/quick: libffi doesn't handle complex on Alpha.Ian Lance Taylor2013-03-012-3/+16
* runtime: Don't block SIGTRAP while creating a new thread.Ian Lance Taylor2013-02-281-0/+6
* re PR go/56171 (syscall FAILs on Solaris)Ian Lance Taylor2013-02-206-29/+103
* re PR go/56320 (Several libgo tests FAIL on 64-bit Solaris/x86)Ian Lance Taylor2013-02-201-3/+4
* runtime: Do not reserve huge amount of swap on 32 bit architectures.Ian Lance Taylor2013-02-151-1/+9
* re PR go/56171 (syscall FAILs on Solaris)Ian Lance Taylor2013-02-115-3/+67
* compiler, libgo: Permit testing package when test imports it circularly.Ian Lance Taylor2013-02-1015-255/+68
* re PR go/56017 (libgo testsuite does not support cross testing)Ian Lance Taylor2013-02-092-2/+8
* re PR go/56017 (libgo testsuite does not support cross testing)Ian Lance Taylor2013-02-091-0/+1
* syscall: Always use _C_int for C libcalls.Ian Lance Taylor2013-02-0810-48/+50
* runtime: Change main in goc2c to return int.Ian Lance Taylor2013-02-071-1/+1
* re PR go/56173 (Several libgo tests FAIL on Solaris/SPARC)Ian Lance Taylor2013-02-071-2/+12
* libgo: Correct test for whether to use DejaGNU.Ian Lance Taylor2013-02-072-2/+2
* re PR go/56172 (net FAILs on Solaris)Ian Lance Taylor2013-02-071-1/+1
* re PR go/56172 (net FAILs on Solaris)Ian Lance Taylor2013-02-064-7/+34
* re PR go/56172 (net FAILs on Solaris)Ian Lance Taylor2013-02-051-1/+1
* re PR go/56017 (libgo testsuite does not support cross testing)Ian Lance Taylor2013-02-055-12/+26
* re PR go/56171 (syscall FAILs on Solaris)Ian Lance Taylor2013-02-023-4/+32
* runtime: Correct handling of runtime.Callers skip parameter.Ian Lance Taylor2013-02-021-2/+3
* runtime: Correct test for morestack.S.Ian Lance Taylor2013-02-011-1/+1
* runtime: Recognize morestack.S if there is no function name.Ian Lance Taylor2013-01-311-1/+12
* runtime: Remove confusion about split stack functions in backtrace.Ian Lance Taylor2013-01-311-2/+10
* runtime: Block signals when creating a new thread.Ian Lance Taylor2013-01-311-1/+13
* runtime: Don't allocate when doing a backtrace.Ian Lance Taylor2013-01-311-2/+8
* runtime: In backtraces, get inline functions, skip split-stack fns.Ian Lance Taylor2013-01-307-53/+143
* libgo: Update Go library to master revision 15502/229081515358.Ian Lance Taylor2013-01-3017-98/+158
* libgo: Update Go library to master revision 15489/921e53d4863c.Ian Lance Taylor2013-01-29290-49301/+60967
* runtime: SPARCv9 fixes for lfstack.Ian Lance Taylor2013-01-291-1/+4
* libgo: Add --enable-werror configure option.Ian Lance Taylor2013-01-262-5/+17
* re PR other/56076 (Several 64-bit libgo tests FAIL in read_line_header)Ian Lance Taylor2013-01-251-2/+11
* re PR go/46986 (Go is not supported on Darwin)Ian Lance Taylor2013-01-2435-116/+131
* re PR go/46986 (Go is not supported on Darwin)Ian Lance Taylor2013-01-243-8/+8
* libgo: Update to revision 15193:6fdc1974457c of master library.Ian Lance Taylor2012-12-22104-685/+2433
* compiler: Error if name defined in both package and file blocks.Ian Lance Taylor2012-12-211-5/+5
* libgo: Link against libatomic_convenience.la.Ian Lance Taylor2012-12-182-8/+9
* libgo: Link against libatomic.Andreas Schwab2012-12-182-6/+8
* log/syslog: Solaris portability patches.Ian Lance Taylor2012-12-171-8/+13
* runtime: Delete from a nil map is now a no-op.Ian Lance Taylor2012-12-121-1/+1
* libgo: Update to current master library sources.Ian Lance Taylor2012-12-12145-1915/+6240
* os: Clean up directory reading code.Ian Lance Taylor2012-12-062-24/+41
* syscall: Fix splice syscall.Ian Lance Taylor2012-12-051-0/+2
* mksysinfo: Fix TIOCNOTTY and TIOCSCTTY for ARM.Ian Lance Taylor2012-12-041-0/+16
* runtime: Fix build failures with -D_FORTIFY_SOURCE=2.Ian Lance Taylor2012-12-042-2/+8
* compiler, runtime: Track fields with tag go:"track".Ian Lance Taylor2012-11-294-1/+119
* syscall: Fix handling of Unix domain @ addresses.Ian Lance Taylor2012-11-242-2/+6
* libgo: Update to current version of master library.Ian Lance Taylor2012-11-21321-19158/+62006
* reflect: Fix invalid sharing in valueInterface.Ian Lance Taylor2012-11-191-4/+4
* runtime: Fix use of __atomic_compare_exchange_n: not weak, consistent.Ian Lance Taylor2012-11-171-1/+1
* syscall: Force first letter of error message to lower case.Ian Lance Taylor2012-11-123-6/+24