summaryrefslogtreecommitdiff
path: root/libgo
Commit message (Expand)AuthorAgeFilesLines
* runtime: Do not report thunks and recover functions in backtrace.ian2013-10-091-0/+15
* reflect: Use C style comments in 386 assembly for Solaris assembler.ian2013-10-071-23/+24
* reflect: Fix calling Interface method on value created by MakeFunc.ian2013-10-042-1/+25
* runtime: Fix append of slice with elements of zero size.ian2013-10-021-6/+6
* reflect: Use hand-coded .eh_frame section rather than CFI directives.ian2013-10-025-21/+331
* reflect: Fix reflect.Call with function following non-pointer.ian2013-10-012-2/+13
* reflect: Copy stack values onto heap in amd64 MakeFunc.ian2013-09-271-2/+8
* reflect: Implement MakeFunc for 386.ian2013-09-276-5/+264
* reflect: Implement MakeFunc for amd64.ian2013-09-278-88/+676
* reflect: Fix bug calling method on indirect value.ian2013-09-171-1/+7
* compiler, runtime: Use runtime functions to pass closure value.ian2013-09-036-27/+36
* libgo: Update libtool.m4 from upstream to recognize powerpcle.ian2013-08-232-8/+20
* net: give C.getaddrinfo a hint that we only want SOCK_STREAM answersian2013-08-091-1/+2
* syscall: Change AWK split call to use []+ rather than []*.ian2013-08-021-2/+2
* runtime: Handle allocating memory in cgo/SWIG function.ian2013-07-241-2/+19
* runtime: Check _end rather than end to find end of program.ian2013-07-241-2/+2
* net: Only use GNU/Linux unix socket abstract paths on GNU/Linux.ian2013-07-245-47/+49
* runtime: Move new 1.1.1 functions from thread-linux.c to runtime.c.ian2013-07-242-46/+47
* net/http: Don't try to trace sendfile64 on alpha.ian2013-07-241-1/+6
* log/syslog: Restore interface to make this work on Solaris again.ian2013-07-233-13/+31
* net: Remove Solaris-specific version of listenerSockaddr.ian2013-07-231-29/+0
* runtime: Declare epoll_create1 if necessary.ian2013-07-231-0/+4
* runtime: Support cgo callbacks from threads started by C.ian2013-07-235-20/+131
* runtime: Ignore SIGPROF if not on a Go thread.ian2013-07-231-6/+7
* runtime: Fix build on non-split-stack systems.ian2013-07-161-2/+6
* libgo: Update to Go 1.1.1.ian2013-07-16620-122654/+23893
* compiler, runtime: Use function descriptors.ian2013-06-1816-53/+104
* runtime, testing/quick: libffi doesn't handle complex on Alpha.ian2013-03-012-3/+16
* runtime: Don't block SIGTRAP while creating a new thread.ian2013-02-281-0/+6
* PR go/56171ian2013-02-206-29/+103
* PR go/56320ian2013-02-201-3/+4
* runtime: Do not reserve huge amount of swap on 32 bit architectures.ian2013-02-151-1/+9
* 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