summaryrefslogtreecommitdiffstats
path: root/libgo
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud