summaryrefslogtreecommitdiffstats
path: root/libgo
Commit message (Expand)AuthorAgeFilesLines
* PR go/56171ian2013-02-115-3/+67
* compiler, libgo: Permit testing package when test imports it circularly.ian2013-02-1015-255/+68
* PR go/56017ian2013-02-092-2/+8
* PR go/56017ian2013-02-091-0/+1
* syscall: Always use _C_int for C libcalls.ian2013-02-0810-48/+50
* runtime: Change main in goc2c to return int.ian2013-02-071-1/+1
* PR go/56173ian2013-02-071-2/+12
* libgo: Correct test for whether to use DejaGNU.ian2013-02-072-2/+2
* PR go/56172ian2013-02-071-1/+1
* PR go/56172ian2013-02-064-7/+34
* PR go/56172ian2013-02-051-1/+1
* PR go/56017ian2013-02-055-12/+26
* PR go/56171ian2013-02-023-4/+32
* runtime: Correct handling of runtime.Callers skip parameter.ian2013-02-021-2/+3
* runtime: Correct test for morestack.S.ian2013-02-011-1/+1
* runtime: Recognize morestack.S if there is no function name.ian2013-01-311-1/+12
* runtime: Remove confusion about split stack functions in backtrace.ian2013-01-311-2/+10
* runtime: Block signals when creating a new thread.ian2013-01-311-1/+13
* runtime: Don't allocate when doing a backtrace.ian2013-01-311-2/+8
* runtime: In backtraces, get inline functions, skip split-stack fns.ian2013-01-307-53/+143
* libgo: Update Go library to master revision 15502/229081515358.ian2013-01-3017-98/+158
* libgo: Update Go library to master revision 15489/921e53d4863c.ian2013-01-29290-49301/+60967
* runtime: SPARCv9 fixes for lfstack.ian2013-01-291-1/+4
* libgo: Add --enable-werror configure option.ian2013-01-262-5/+17
* PR other/56076ian2013-01-251-2/+11
* PR go/46986ian2013-01-2435-116/+131
* PR go/46986ian2013-01-243-8/+8
* 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
OpenPOWER on IntegriCloud