2012-08-21 |
ian | * config/i386/morestack.S (__morestack_non_split)...
|
commit | commitdiff | tree |
2012-08-21 |
ian | mksysinfo: Fix syscall.F_GETLK and friends for 32-bit...
|
commit | commitdiff | tree |
2012-08-11 |
ian | compiler: Reject type switch using non-interface type.
|
commit | commitdiff | tree |
2012-07-26 |
ian | runtime, runtime/pprof: Fix runtime/pprof test to pass...
|
commit | commitdiff | tree |
2012-07-23 |
ian | runtime: correct a logic error in hashmap growth.
|
commit | commitdiff | tree |
2012-07-09 |
ian | mksysinfo.sh: Fix handling of glibc 2.16 bits/resource.h.
|
commit | commitdiff | tree |
2012-06-25 |
ian | gotest: Only look in data segment for ppc64, not ppc*.
|
commit | commitdiff | tree |
2012-06-25 |
ian | libgo: Update to Go 1.0.2 release.
|
commit | commitdiff | tree |
2012-06-14 |
ian | Bring over accumulated bug fixes from mainline.
|
commit | commitdiff | tree |
2012-06-12 |
ian | Set property svn:mime-type, not mime-type, to application...
|
commit | commitdiff | tree |
2012-06-12 |
ian | Set SVN property mime-type to application/octet-stream.
|
commit | commitdiff | tree |
2012-06-07 |
ian | compiler: Fix unsafe.Sizeof for named structs with...
|
commit | commitdiff | tree |
2012-06-07 |
ian | runtime: Use dl_iterate_phdr to get TLS size.
|
commit | commitdiff | tree |
2012-06-05 |
ian | runtime: Comment out code adding TLS size to stack...
|
commit | commitdiff | tree |
2012-06-05 |
ian | runtime: Fix call to _dl_get_tls_static_info for i386.
|
commit | commitdiff | tree |
2012-06-05 |
ian | mksysinfo: Fix for recent change to glibc <sys/resource.h>.
|
commit | commitdiff | tree |
2012-06-04 |
ian | runtime: Better SWIG interface for allocating Go memory...
|
commit | commitdiff | tree |
2012-05-30 |
ian | compiler: Don't crash for invalid constant types for...
|
commit | commitdiff | tree |
2012-05-25 |
ian | runtime: More efficient implementation of trampolines.
|
commit | commitdiff | tree |
2012-05-25 |
ian | compiler: Don't create a closure if not needed.
|
commit | commitdiff | tree |
2012-05-25 |
ian | libgcc/:
|
commit | commitdiff | tree |
2012-05-25 |
ian | runtime: Fix cast error in print.c on 32-bit systems.
|
commit | commitdiff | tree |
2012-05-24 |
ian | runtime: Make runtime.Stack actually work.
|
commit | commitdiff | tree |
2012-05-24 |
ian | runtime: Correct definition of __go_file_line to match...
|
commit | commitdiff | tree |
2012-05-24 |
ian | runtime: Copy runtime_printf from other Go library.
|
commit | commitdiff | tree |
2012-05-22 |
ian | runtime: Tweak runtime.Callers for Go 1 compatibility.
|
commit | commitdiff | tree |
2012-05-22 |
ian | runtime: Use getcontext, not setjmp, to save regs for GC.
|
commit | commitdiff | tree |
2012-05-18 |
ian | compiler: Fix erroneous use of VEC.
|
commit | commitdiff | tree |
2012-05-17 |
ian | runtime: Print stack trace on panic or signal.
|
commit | commitdiff | tree |
2012-05-16 |
ian | log/syslog: Fix name of C function syslog_c.
|
commit | commitdiff | tree |
2012-05-16 |
ian | debug/dwarf: Fix handling of LineSetFile.
|
commit | commitdiff | tree |
2012-05-16 |
ian | compiler: Fix assembler names of types defined in functions.
|
commit | commitdiff | tree |
2012-05-15 |
ian | compiler: Fix taking address of constant outside of...
|
commit | commitdiff | tree |
2012-05-15 |
ian | compiler: Sort array constructors by index.
|
commit | commitdiff | tree |
2012-05-15 |
ian | compiler: Don't try to take the address of a constant.
|
commit | commitdiff | tree |
2012-05-15 |
ian | runtime: Make all variables used across getcontext...
|
commit | commitdiff | tree |
2012-05-14 |
ian | libgo: Use -fgo-pkgpath.
|
commit | commitdiff | tree |
2012-05-09 |
ian | compiler: Add -fgo-pkgpath option.
|
commit | commitdiff | tree |
2012-05-07 |
ian | compiler: fix an ICE when parsing 0xdie, reject token...
|
commit | commitdiff | tree |
2012-05-07 |
ian | compiler: fix ICE in handling of rune constants.
|
commit | commitdiff | tree |
2012-05-07 |
ian | compiler: reject NOT operator on integer types.
|
commit | commitdiff | tree |
2012-05-04 |
ian | * tree-vect-patterns.c (vect_single_imm_use): Correct...
|
commit | commitdiff | tree |
2012-05-04 |
ian | compiler: Correct parse of for with possible composite...
|
commit | commitdiff | tree |
2012-05-04 |
ian | libgo: Update to Go 1.0.1 release.
|
commit | commitdiff | tree |
2012-05-04 |
ian | compiler: Error if importing same package twice with...
|
commit | commitdiff | tree |
2012-05-03 |
ian | compiler: Build import tables as needed for imported...
|
commit | commitdiff | tree |
2012-05-03 |
ian | compiler: Fix order of initialization bug with global...
|
commit | commitdiff | tree |
2012-04-30 |
ian | PR go/52586
|
commit | commitdiff | tree |
2012-04-28 |
ian | compiler: Fix some crashes on invalid code.
|
commit | commitdiff | tree |
2012-04-28 |
ian | compiler: Use less memory for array/slice literals.
|
commit | commitdiff | tree |
2012-04-27 |
ian | PR go/52358
|
commit | commitdiff | tree |
2012-04-27 |
ian | PR go/52358
|
commit | commitdiff | tree |
2012-04-27 |
ian | runtime: Correct syscall.Setenv for systems that don...
|
commit | commitdiff | tree |
2012-04-26 |
ian | mksysinfo, net: Always define syscall.SO_REUSEPORT.
|
commit | commitdiff | tree |
2012-04-25 |
ian | PR go/52341
|
commit | commitdiff | tree |
2012-04-25 |
ian | PR go/52583
|
commit | commitdiff | tree |
2012-04-24 |
ian | gotest: Remove race in use of ../testdata.
|
commit | commitdiff | tree |
2012-04-24 |
ian | mksysinfo: Only define PathMax if PATH_MAX is defined.
|
commit | commitdiff | tree |
2012-04-24 |
ian | compiler: Fix order of evalation for m[0] = len(m)...
|
commit | commitdiff | tree |
2012-04-24 |
ian | compiler: Reject invalid composite literals.
|
commit | commitdiff | tree |
2012-04-24 |
ian | compiler: Error for invalid use of ... in call.
|
commit | commitdiff | tree |
2012-04-23 |
ian | * go-lang.c (go_langhook_init): Set MPFR precision...
|
commit | commitdiff | tree |
2012-04-23 |
ian | compiler: Correct handling of negative zero floating...
|
commit | commitdiff | tree |
2012-04-23 |
ian | libgo: Make sure log/syslog subdirectory exists before...
|
commit | commitdiff | tree |
2012-04-22 |
ian | mksysinfo: More fixes to emulate master Go library.
|
commit | commitdiff | tree |
2012-04-22 |
ian | mksysinfo: Define more structs.
|
commit | commitdiff | tree |
2012-04-22 |
ian | * godump.c (go_output_typedef): Dump size of structs.
|
commit | commitdiff | tree |
2012-04-21 |
ian | syscall: Additional constants, some type corrections.
|
commit | commitdiff | tree |
2012-04-20 |
ian | * go.test/go-test.exp (go-set-goarch): Recognize powerpc...
|
commit | commitdiff | tree |
2012-04-20 |
ian | net, syscall: Use native endianness for GNU/Linux netlink... net, syscall: Use native endianness for GNU/Linux netlink code.
|
commit | commitdiff | tree |
2012-04-20 |
ian | compiler, runtime: Add explicit checks for zero and...
|
commit | commitdiff | tree |
2012-04-20 |
ian | net/http: Ignore sigaltstack when running strace in...
|
commit | commitdiff | tree |
2012-04-20 |
ian | debug/dwarf: Fix address lookups for different types...
|
commit | commitdiff | tree |
2012-04-20 |
ian | runtime: Disable memory profiling in gc_test.
|
commit | commitdiff | tree |
2012-04-20 |
ian | runtime: Ignore stack sizes when deciding when to GC.
|
commit | commitdiff | tree |
2012-04-20 |
ian | gotest: Don't get confused by data tables named Test...
|
commit | commitdiff | tree |
2012-04-16 |
ian | compiler: fix infinite recursion in string constant...
|
commit | commitdiff | tree |
2012-04-04 |
ian | syscall: Add more constants.
|
commit | commitdiff | tree |
2012-04-03 |
ian | syscall, net: Fix GNU/Linux netlink code for big-endian... ...Linux netlink code for big-endian systems.
|
commit | commitdiff | tree |
2012-04-03 |
ian | mksysinfo.sh: Add some more networking constants.
|
commit | commitdiff | tree |
2012-04-03 |
ian | gotest: Fix finding functions on PPC.
|
commit | commitdiff | tree |
2012-03-30 |
ian | libgo: Update to weekly.2012-03-27 aka go1 release.
|
commit | commitdiff | tree |
2012-03-30 |
ian | File removed in weekly.2012-03-22 release.
|
commit | commitdiff | tree |
2012-03-30 |
ian | libgo: Update to weekly.2012-03-22.
|
commit | commitdiff | tree |
2012-03-30 |
ian | libgo: Update to weekly.2012-03-13.
|
commit | commitdiff | tree |
2012-03-30 |
ian | syscall: Convert errno to error after Exitsyscall.
|
commit | commitdiff | tree |
2012-03-30 |
ian | compiler: Fix order of evaluation of struct composite...
|
commit | commitdiff | tree |
2012-03-29 |
ian | compiler, libgo: unsafe.{Sizeof,Alignof,Offsetof} return...
|
commit | commitdiff | tree |
2012-03-28 |
ian | mksysinfo: Fix use of _in6_addr in _zone_net_addr_t.
|
commit | commitdiff | tree |
2012-03-28 |
ian | compiler: fix null-dereference on invalid len() arg.
|
commit | commitdiff | tree |
2012-03-28 |
ian | compiler: avoid an ICE on bound interface methods used...
|
commit | commitdiff | tree |
2012-03-28 |
ian | compiler: fix method finalization of unnamed structs.
|
commit | commitdiff | tree |
2012-03-28 |
ian | compiler: fix crashes.
|
commit | commitdiff | tree |
2012-03-28 |
ian | compiler: Rewrite handling of untyped numeric constants.
|
commit | commitdiff | tree |
2012-03-23 |
ian | syscall: Fix errno handling in syscall.Syscall and...
|
commit | commitdiff | tree |
2012-03-15 |
ian | libgo: Export {enter,exit}syscall and use it for getaddrinfo.
|
commit | commitdiff | tree |
2012-03-13 |
ian | PR go/52557
|
commit | commitdiff | tree |
2012-03-10 |
ian | Update Go compiler, library, and testsuite on gcc 4...
|
commit | commitdiff | tree |
2012-03-01 |
ian | compiler: Reliably give errors on misuse of multiple...
|
commit | commitdiff | tree |
2012-03-01 |
ian | mksysinfo: Define MADV_ constants for madvise.
|
commit | commitdiff | tree |
next |