2012-12-05 |
ian | compiler: Make sure we produce an error for a call...
|
commit | commitdiff | tree |
2012-12-04 |
ian | mksysinfo: Fix TIOCNOTTY and TIOCSCTTY for ARM.
|
commit | commitdiff | tree |
2012-12-04 |
ian | runtime: Fix build failures with -D_FORTIFY_SOURCE=2.
|
commit | commitdiff | tree |
2012-12-04 |
ian | compiler: Fix crash in go/defer of some builtin functions.
|
commit | commitdiff | tree |
2012-12-03 |
ian | compiler: Fix nil func panics, constant type conversions.
|
commit | commitdiff | tree |
2012-12-01 |
ian | compiler: Fix bug converting unnamed types with placeholders.
|
commit | commitdiff | tree |
2012-11-25 |
ian | compiler: Don't use memcmp for equality if struct has...
|
commit | commitdiff | tree |
2012-11-24 |
ian | syscall: Fix handling of Unix domain @ addresses.
|
commit | commitdiff | tree |
2012-11-19 |
ian | reflect: Fix invalid sharing in valueInterface.
|
commit | commitdiff | tree |
2012-11-16 |
ian | compiler: don't remove floating point conversion of...
|
commit | commitdiff | tree |
2012-11-10 |
ian | reflect: Fix bug comparing struct field types.
|
commit | commitdiff | tree |
2012-10-31 |
ian | compiler: Add -fgo-relative-import-path.
|
commit | commitdiff | tree |
2012-10-24 |
ian | mksysinfo: Define SIGPOLL and SIGCLD if necessary.
|
commit | commitdiff | tree |
2012-10-23 |
ian | PR go/54918
|
commit | commitdiff | tree |
2012-10-23 |
ian | Set libgo.so version number for GCC 4.7 releases.
|
commit | commitdiff | tree |
2012-10-03 |
ian | libgo: Update to Go 1.0.3.
|
commit | commitdiff | tree |
2012-10-03 |
ian | compiler: Fix a, b, c := b, a, 1 when a and b already...
|
commit | commitdiff | tree |
2012-10-02 |
ian | compiler: Fix a couple of type reflection strings.
|
commit | commitdiff | tree |
2012-10-02 |
ian | compiler: Fix parse of (<- chan <- chan <- int)(x).
|
commit | commitdiff | tree |
2012-09-28 |
ian | compiler: Fix handling of omitted expression in switch.
|
commit | commitdiff | tree |
2012-09-28 |
ian | runtime: Better detection of memory allocation request...
|
commit | commitdiff | tree |
2012-09-27 |
ian | compiler: Better error for missing comma in composite...
|
commit | commitdiff | tree |
2012-09-24 |
ian | compiler: Better warning for switch on non-comparable...
|
commit | commitdiff | tree |
2012-09-22 |
ian | runtime: Reject surrogate pairs in range over string.
|
commit | commitdiff | tree |
2012-09-22 |
ian | compiler, runtime: Reject surrogate pair converting...
|
commit | commitdiff | tree |
2012-09-22 |
ian | compiler: No error if shift operand inherits interface...
|
commit | commitdiff | tree |
2012-09-22 |
ian | runtime: Return random number of hash of NaN.
|
commit | commitdiff | tree |
2012-09-22 |
ian | compiler: Fix determining types for builtin complex...
|
commit | commitdiff | tree |
2012-09-22 |
ian | compiler: Fix unnamed struct type converted to interface...
|
commit | commitdiff | tree |
2012-09-21 |
ian | compiler: Better error messages for single- and multiple...
|
commit | commitdiff | tree |
2012-09-21 |
ian | compiler: Better error message if method requires pointer...
|
commit | commitdiff | tree |
2012-09-21 |
ian | compiler: len(<-c) is not a constant.
|
commit | commitdiff | tree |
2012-09-20 |
ian | Bring in collected bug fixes from mainline.
|
commit | commitdiff | tree |
2012-09-20 |
ian | libgo: Add no-dist and -Wno-portability to AM_INIT_AUTOMAKE.
|
commit | commitdiff | tree |
2012-09-06 |
ian | debug/elf, debug/dwarf: DWARF line number fixes.
|
commit | commitdiff | tree |
2012-08-23 |
ian | compiler: Comparisons return untyped boolean value.
|
commit | commitdiff | tree |
2012-08-23 |
ian | compiler: Remove old handling of unsafe.Pointer in...
|
commit | commitdiff | tree |
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 |
next |