summaryrefslogtreecommitdiff
path: root/libgo/go
Commit message (Expand)AuthorAgeFilesLines
* compiler, runtime: Use function descriptors.ian2013-06-185-14/+46
* runtime, testing/quick: libffi doesn't handle complex on Alpha.ian2013-03-011-2/+5
* PR go/56171ian2013-02-204-25/+72
* compiler, libgo: Permit testing package when test imports it circularly.ian2013-02-1015-255/+68
* syscall: Always use _C_int for C libcalls.ian2013-02-089-48/+48
* PR go/56173ian2013-02-071-2/+12
* PR go/56172ian2013-02-071-1/+1
* PR go/56172ian2013-02-064-7/+34
* libgo: Update Go library to master revision 15502/229081515358.ian2013-01-3010-85/+128
* libgo: Update Go library to master revision 15489/921e53d4863c.ian2013-01-29270-49068/+60329
* PR go/46986ian2013-01-247-40/+47
* PR go/46986ian2013-01-241-2/+2
* libgo: Update to revision 15193:6fdc1974457c of master library.ian2012-12-2288-454/+1884
* compiler: Error if name defined in both package and file blocks.ian2012-12-211-5/+5
* log/syslog: Solaris portability patches.ian2012-12-171-8/+13
* libgo: Update to current master library sources.ian2012-12-12139-1881/+6105
* os: Clean up directory reading code.ian2012-12-062-24/+41
* syscall: Fix splice syscall.ian2012-12-051-0/+2
* compiler, runtime: Track fields with tag go:"track".ian2012-11-291-0/+7
* syscall: Fix handling of Unix domain @ addresses.ian2012-11-242-2/+6
* libgo: Update to current version of master library.ian2012-11-21304-19067/+61763
* reflect: Fix invalid sharing in valueInterface.ian2012-11-191-4/+4
* 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, libgo: Fixes to prepare for 64-bit int.ian2012-11-063-7/+9
* os: support more OSesian2012-11-052-0/+61
* syscall, mksysinfo: Prepare syscall package for 64-bit int.ian2012-11-0213-136/+141
* compiler, runtime: More steps toward separating int and intgo.ian2012-11-012-4/+4
* syscall: fix creds_test to reliably close os.Fileian2012-10-261-2/+6
* libgo: Solaris portability patches.ian2012-10-252-90/+13
* runtime: Disable crash tests that runs go tool.ian2012-10-231-9/+14
* libgo: Update to current sources.ian2012-10-23516-11689/+54434
* libgo: Update to Go 1.0.3.ian2012-10-03117-469/+2028
* libgo: Use libbacktrace rather than debug/elf registration.ian2012-09-288-170/+2
* 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
* runtime, runtime/pprof: Fix runtime/pprof test to pass, enable it.ian2012-07-261-1/+2
* libgo: Update to Go 1.0.2 release.ian2012-06-2554-163/+1077
* compiler, reflect: Quote package path with tabs.ian2012-06-141-1/+1
* os/user: Use Entersyscall.ian2012-06-131-1/+6
* os: Use Entersyscall when reading directories.ian2012-06-131-2/+9
* compiler, reflect: Handle package path like gc compiler.ian2012-06-123-4/+24
* runtime: Better SWIG interface for allocating Go memory from C/C++.ian2012-06-041-0/+6
* log/syslog: Fix name of C function syslog_c.ian2012-05-161-1/+1
* debug/dwarf: Fix handling of LineSetFile.ian2012-05-161-1/+1
* libgo: Use -fgo-pkgpath.ian2012-05-1412-52/+72
* libgo: Update to Go 1.0.1 release.ian2012-05-0445-96/+429
* PR go/52586ian2012-04-301-1/+5
* PR go/52358ian2012-04-271-1/+12
* mksysinfo, net: Always define syscall.SO_REUSEPORT.ian2012-04-261-3/+5