2012-09-17 |
Ian Lance Taylor | libbacktrace/:
|
commit | commitdiff | tree |
2012-09-17 |
Ian Lance Taylor | compile: Detect invalid and likely-bad import statements.
|
commit | commitdiff | tree |
2012-09-06 |
Ian Lance Taylor | debug/elf, debug/dwarf: DWARF line number fixes.
|
commit | commitdiff | tree |
2012-08-23 |
Ian Lance Taylor | compiler: Comparisons return untyped boolean value.
|
commit | commitdiff | tree |
2012-08-23 |
Ian Lance Taylor | compiler: Remove old handling of unsafe.Pointer in...
|
commit | commitdiff | tree |
2012-08-21 |
Ian Lance Taylor | morestack.S (__morestack_non_split): Increase amount...
|
commit | commitdiff | tree |
2012-08-21 |
Ian Lance Taylor | mksysinfo: Fix syscall.F_GETLK and friends for 32-bit...
|
commit | commitdiff | tree |
2012-08-15 |
Ian Lance Taylor | compiler: Adjust for GCC always being built with C++.
|
commit | commitdiff | tree |
2012-08-11 |
Ian Lance Taylor | compiler: Reject type switch using non-interface type.
|
commit | commitdiff | tree |
2012-08-10 |
Ian Lance Taylor | runtime: use sched_getaffinity for runtime.NumCPU(...
|
commit | commitdiff | tree |
2012-08-07 |
Ian Lance Taylor | runtime: support NumCPU() on more platforms Added support...
|
commit | commitdiff | tree |
2012-08-03 |
Jonathan Yong | * Makefile.in (version): set to BASE-VER file from...
|
commit | commitdiff | tree |
2012-07-26 |
Ian Lance Taylor | runtime, runtime/pprof: Fix runtime/pprof test to pass...
|
commit | commitdiff | tree |
2012-07-23 |
Ian Lance Taylor | runtime: correct a logic error in hashmap growth.
|
commit | commitdiff | tree |
2012-07-09 |
Ian Lance Taylor | mksysinfo.sh: Fix handling of glibc 2.16 bits/resource.h.
|
commit | commitdiff | tree |
2012-06-25 |
Ian Lance Taylor | gotest: Only look in data segment for ppc64, not ppc*.
|
commit | commitdiff | tree |
2012-06-25 |
Ian Lance Taylor | libgo: Update to Go 1.0.2 release.
|
commit | commitdiff | tree |
2012-06-14 |
Ian Lance Taylor | compiler, reflect: Quote package path with tabs.
|
commit | commitdiff | tree |
2012-06-14 |
Ian Lance Taylor | libgo: Make the subdirectory in the CHECK target.
|
commit | commitdiff | tree |
2012-06-14 |
Ian Lance Taylor | compiler: Avoid unnecessary interface conversions.
|
commit | commitdiff | tree |
2012-06-13 |
Ian Lance Taylor | os/user: Use Entersyscall.
|
commit | commitdiff | tree |
2012-06-13 |
Ian Lance Taylor | os: Use Entersyscall when reading directories.
|
commit | commitdiff | tree |
2012-06-12 |
Ian Lance Taylor | compiler, reflect: Handle package path like gc compiler.
|
commit | commitdiff | tree |
2012-06-07 |
Ian Lance Taylor | compiler: Fix taking address of field of local variable.
|
commit | commitdiff | tree |
2012-06-07 |
Ian Lance Taylor | runtime: Fix printing of names in stack dumps.
|
commit | commitdiff | tree |
2012-06-07 |
Ian Lance Taylor | compiler: Fix unsafe.Sizeof for named structs with...
|
commit | commitdiff | tree |
2012-06-07 |
Ian Lance Taylor | runtime: Use dl_iterate_phdr to get TLS size.
|
commit | commitdiff | tree |
2012-06-05 |
Ian Lance Taylor | runtime: Comment out code adding TLS size to stack...
|
commit | commitdiff | tree |
2012-06-05 |
Ian Lance Taylor | runtime: Fix call to _dl_get_tls_static_info for i386.
|
commit | commitdiff | tree |
2012-06-05 |
Ian Lance Taylor | mksysinfo: Fix for recent change to glibc <sys/resource.h>.
|
commit | commitdiff | tree |
2012-06-04 |
Ian Lance Taylor | runtime: Better SWIG interface for allocating Go memory...
|
commit | commitdiff | tree |
2012-05-30 |
Ian Lance Taylor | compiler: Don't crash for invalid constant types for...
|
commit | commitdiff | tree |
2012-05-25 |
Ian Lance Taylor | runtime: More efficient implementation of trampolines.
|
commit | commitdiff | tree |
2012-05-25 |
Ian Lance Taylor | compiler: Don't create a closure if not needed.
|
commit | commitdiff | tree |
2012-05-25 |
Ian Lance Taylor | morestack.S (__morestack_non_split): Check whether...
|
commit | commitdiff | tree |
2012-05-25 |
Ian Lance Taylor | runtime: Fix cast error in print.c on 32-bit systems.
|
commit | commitdiff | tree |
2012-05-24 |
Ian Lance Taylor | runtime: Make runtime.Stack actually work.
|
commit | commitdiff | tree |
2012-05-24 |
Ian Lance Taylor | runtime: Correct definition of __go_file_line to match...
|
commit | commitdiff | tree |
2012-05-24 |
Ian Lance Taylor | runtime: Copy runtime_printf from other Go library.
|
commit | commitdiff | tree |
2012-05-24 |
Ian Lance Taylor | runtime: Copy runtime_printf from other Go library.
|
commit | commitdiff | tree |
2012-05-22 |
Ian Lance Taylor | runtime: Tweak runtime.Callers for Go 1 compatibility.
|
commit | commitdiff | tree |
2012-05-22 |
Ian Lance Taylor | runtime: Use getcontext, not setjmp, to save regs for GC.
|
commit | commitdiff | tree |
2012-05-18 |
Ian Lance Taylor | compiler: Fix erroneous use of VEC.
|
commit | commitdiff | tree |
2012-05-17 |
Ian Lance Taylor | runtime: Print stack trace on panic or signal.
|
commit | commitdiff | tree |
2012-05-16 |
Ian Lance Taylor | log/syslog: Fix name of C function syslog_c.
|
commit | commitdiff | tree |
2012-05-16 |
Ian Lance Taylor | debug/dwarf: Fix handling of LineSetFile.
|
commit | commitdiff | tree |
2012-05-16 |
Ian Lance Taylor | compiler: Fix assembler names of types defined in functions.
|
commit | commitdiff | tree |
2012-05-15 |
Ian Lance Taylor | compiler: Fix taking address of constant outside of...
|
commit | commitdiff | tree |
2012-05-15 |
Ian Lance Taylor | compiler: Sort array constructors by index.
|
commit | commitdiff | tree |
2012-05-15 |
Ian Lance Taylor | compiler: Don't try to take the address of a constant.
|
commit | commitdiff | tree |
2012-05-15 |
Ian Lance Taylor | runtime: Make all variables used across getcontext...
|
commit | commitdiff | tree |
2012-05-14 |
Ian Lance Taylor | libgo: Use -fgo-pkgpath.
|
commit | commitdiff | tree |
2012-05-11 |
Ian Lance Taylor | Remove ChangeLog entry for change to gofrontend file.
|
commit | commitdiff | tree |
2012-05-09 |
Ian Lance Taylor | compiler: Add -fgo-pkgpath option.
|
commit | commitdiff | tree |
2012-05-07 |
Ian Lance Taylor | compiler: fix an ICE when parsing 0xdie, reject token...
|
commit | commitdiff | tree |
2012-05-07 |
Ian Lance Taylor | compiler: fix ICE in handling of rune constants.
|
commit | commitdiff | tree |
2012-05-07 |
Ian Lance Taylor | compiler: reject NOT operator on integer types.
|
commit | commitdiff | tree |
2012-05-04 |
Ian Lance Taylor | compiler: Correct parse of for with possible composite...
|
commit | commitdiff | tree |
2012-05-04 |
Ian Lance Taylor | libgo: Update to Go 1.0.1 release.
|
commit | commitdiff | tree |
2012-05-04 |
Ian Lance Taylor | compiler: Error if importing same package twice with...
|
commit | commitdiff | tree |
2012-05-03 |
Ian Lance Taylor | compiler: Build import tables as needed for imported...
|
commit | commitdiff | tree |
2012-05-03 |
Ian Lance Taylor | compiler: Fix order of initialization bug with global...
|
commit | commitdiff | tree |
2012-05-01 |
Ian Lance Taylor | re PR c/37303 (const compound initializers in structs...
|
commit | commitdiff | tree |
2012-04-30 |
Ian Lance Taylor | re PR go/52586 (libgo fails to build for mips*64-linux...
|
commit | commitdiff | tree |
2012-04-28 |
Ian Lance Taylor | compiler: Fix some crashes on invalid code.
|
commit | commitdiff | tree |
2012-04-28 |
Ian Lance Taylor | compiler: Use less memory for array/slice literals.
|
commit | commitdiff | tree |
2012-04-27 |
Ian Lance Taylor | re PR go/52358 (math FAILs on Solaris 8 and 9)
|
commit | commitdiff | tree |
2012-04-27 |
Ian Lance Taylor | re PR go/52358 (math FAILs on Solaris 8 and 9)
|
commit | commitdiff | tree |
2012-04-27 |
Ian Lance Taylor | runtime: Correct syscall.Setenv for systems that don...
|
commit | commitdiff | tree |
2012-04-26 |
Ian Lance Taylor | mksysinfo, net: Always define syscall.SO_REUSEPORT.
|
commit | commitdiff | tree |
2012-04-25 |
Ian Lance Taylor | re PR go/52341 (crypto/rand FAILs before Solaris 11)
|
commit | commitdiff | tree |
2012-04-25 |
Ian Lance Taylor | re PR go/52583 (Several new go testsuite failues on...
|
commit | commitdiff | tree |
2012-04-24 |
Ian Lance Taylor | gotest: Remove race in use of ../testdata.
|
commit | commitdiff | tree |
2012-04-24 |
Ian Lance Taylor | mksysinfo: Only define PathMax if PATH_MAX is defined.
|
commit | commitdiff | tree |
2012-04-24 |
Ian Lance Taylor | compiler: Fix order of evalation for m[0] = len(m)...
|
commit | commitdiff | tree |
2012-04-24 |
Ian Lance Taylor | compiler: Reject invalid composite literals.
|
commit | commitdiff | tree |
2012-04-24 |
Ian Lance Taylor | compiler: Error for invalid use of ... in call.
|
commit | commitdiff | tree |
2012-04-23 |
Ian Lance Taylor | go-lang.c (go_langhook_init): Set MPFR precision to...
|
commit | commitdiff | tree |
2012-04-23 |
Ian Lance Taylor | compiler: Correct handling of negative zero floating...
|
commit | commitdiff | tree |
2012-04-23 |
Ian Lance Taylor | libgo: Make sure log/syslog subdirectory exists before...
|
commit | commitdiff | tree |
2012-04-22 |
Ian Lance Taylor | mksysinfo: More fixes to emulate master Go library.
|
commit | commitdiff | tree |
2012-04-22 |
Ian Lance Taylor | mksysinfo: Define more structs.
|
commit | commitdiff | tree |
2012-04-22 |
Ian Lance Taylor | godump.c (go_output_typedef): Dump size of structs.
|
commit | commitdiff | tree |
2012-04-21 |
Ian Lance Taylor | syscall: Additional constants, some type corrections.
|
commit | commitdiff | tree |
2012-04-20 |
Ian Lance Taylor | compiler: Don't call cgraph_mark_needed_node.
|
commit | commitdiff | tree |
2012-04-20 |
Ian Lance Taylor | go-test.exp (go-set-goarch): Recognize powerpc*-*-*.
|
commit | commitdiff | tree |
2012-04-20 |
Ian Lance Taylor | net, syscall: Use native endianness for GNU/Linux netlink...
|
commit | commitdiff | tree |
2012-04-20 |
Ian Lance Taylor | compiler, runtime: Add explicit checks for zero and...
|
commit | commitdiff | tree |
2012-04-20 |
Ian Lance Taylor | net/http: Ignore sigaltstack when running strace in...
|
commit | commitdiff | tree |
2012-04-20 |
Ian Lance Taylor | debug/dwarf: Fix address lookups for different types...
|
commit | commitdiff | tree |
2012-04-20 |
Ian Lance Taylor | runtime: Disable memory profiling in gc_test.
|
commit | commitdiff | tree |
2012-04-20 |
Ian Lance Taylor | runtime: Ignore stack sizes when deciding when to GC.
|
commit | commitdiff | tree |
2012-04-20 |
Ian Lance Taylor | gotest: Don't get confused by data tables named Test...
|
commit | commitdiff | tree |
2012-04-16 |
Ian Lance Taylor | compiler: fix infinite recursion in string constant...
|
commit | commitdiff | tree |
2012-04-04 |
Ian Lance Taylor | syscall: Add more constants.
|
commit | commitdiff | tree |
2012-04-03 |
Ian Lance Taylor | syscall, net: Fix GNU/Linux netlink code for big-endian...
|
commit | commitdiff | tree |
2012-04-03 |
Ian Lance Taylor | mksysinfo.sh: Add some more networking constants.
|
commit | commitdiff | tree |
2012-04-03 |
Ian Lance Taylor | gotest: Fix finding functions on PPC.
|
commit | commitdiff | tree |
2012-03-30 |
Ian Lance Taylor | libgo: Update to weekly.2012-03-27 aka go1 release.
|
commit | commitdiff | tree |
2012-03-30 |
Ian Lance Taylor | File removed in weekly.2012-03-22 release.
|
commit | commitdiff | tree |
next |