compiler: identify array index expressions in lvalue context
[gcc.git] / gcc / go /
2017-05-26 Ian Lance Taylorcompiler: identify array index expressions in lvalue...
2017-05-23 Ian Lance Taylorcompiler: detect failure to set init priority for package
2017-05-18 Ian Lance Taylorcompiler: ignore struct field tags for type conversion
2017-05-17 Ian Lance Taylorlibgo: add "vendor" to pkgpath for vendored standard...
2017-05-16 Ian Lance Taylorcompiler: better error messages for slicing invalid...
2017-05-16 Ian Lance Taylorcompiler: report correct errors for sink methods
2017-05-12 Than McIntoshcompiler: add calling Bfunction Backend::call_expression
2017-05-12 Ian Lance Taylorruntime: fix build for non-split-stack systems
2017-05-12 Ian Lance Taylormksigtab.sh: recurse once when adding signals to SIGLIST
2017-05-12 Ian Lance Tayloros: use opendir64 and closedir64 on AIX
2017-05-11 Ian Lance Taylorre PR go/64238 (ICE in get_partitioning_class, at symta...
2017-05-11 Ian Lance Taylorruntime: fix isSystemGoroutine for gccgo
2017-05-10 Ian Lance TaylorBig merge of changes to gofrontend repo that were postp...
2017-03-28 Than McIntoshre PR go/80226 (ICE gimple-expr.c:474 on Go function...
2017-03-22 Ian Lance Taylorcompiler: initialize gogo fields
2017-03-22 Ian Lance Taylorre PR go/80128 (go1: internal compiler error: in write_...
2017-02-28 Ian Lance Taylormksigtab.sh: skip signals defined as other signals
2017-02-28 Ian Lance Taylorruntime: fix sigfwd to not allocate memory
2017-02-28 Ian Lance Taylorlibgo: fix quoting in mksigtab.sh
2017-02-21 Ian Lance Taylorre PR go/79642 (space instead of tab in lang.opt)
2017-02-17 Ian Lance Taylorlibgo: update to final Go 1.8 release
2017-02-13 Ian Lance Taylorre PR go/79443 (libgo/math test fails on s390x (undefin...
2017-02-07 Richard Bienerre PR tree-optimization/79256 (FAIL: gcc.dg/vect/pr2541...
2017-01-27 Ian Lance Taylorcompiler: let initializers hold addresses of fields
2017-01-26 Ian Lance Taylorruntime: fix setting of isarchive
2017-01-26 Ian Lance Taylorruntime: fix context used by getTraceback
2017-01-25 Ian Lance Taylorcompiler: improvements for type alias handling
2017-01-23 Ian Lance Taylorlibgo: update to go1.8rc2
2017-01-23 Ian Lance Taylorre PR go/79037 (gccgo: Binaries crash with parforsetup...
2017-01-23 Ian Lance Taylorlibgo: bump library version to 11
2017-01-20 Ian Lance Taylorruntime, testing/internal/testdeps: fixes for cgo
2017-01-20 Ian Lance Taylorre PR go/79146 (Bootstrapping go on s390x fails; redefi...
2017-01-20 Ian Lance Taylorre PR go/79146 (Bootstrapping go on s390x fails; redefi...
2017-01-18 Ian Lance Taylorsyscall, golang_org/x/net/lif: fixes for gccgo on Solaris
2017-01-16 Ian Lance Taylorruntime: rename siginfo to _siginfo_t
2017-01-16 Ian Lance Taylorlibgo: correct golang_org Makefile variables not used...
2017-01-14 Ian Lance Taylorcompiler: implement type aliases
2017-01-14 Ian Lance Taylorlibgo: update to Go 1.8 release candidate 1
2017-01-11 Than McIntoshcompiler: add containing Bfunction to conditional_expre...
2017-01-11 Ian Lance Taylorcompiler: mark generated struct/array types as incomparable
2017-01-10 Ian Lance Taylorruntime: copy more scheduler code from Go 1.7 runtime
2017-01-10 Ian Lance Taylorcompiler, runtime: drop size arguments to hash/equal...
2017-01-09 Ian Lance Taylorruntime: copy more of scheduler from Go 1.7 runtime
2017-01-06 Ian Lance Taylorre PR go/78978 (runtime/pprof FAILs on Solaris 2/x86)
2017-01-03 Ian Lance Taylorruntime: remove __go_alloc and __go_free
2017-01-03 Ian Lance Taylorre PR go/78789 (Error: no such instruction: `aesenc...
2017-01-01 Jakub JelinekUpdate copyright years.
2017-01-01 Jakub Jelinekgcc.c (process_command): Update copyright notice dates.
2016-12-30 Ian Lance Taylorcompile: add type conversion in Type::gc_symbol_pointer
2016-12-30 Ian Lance Taylorcompiler: use more accurate array type in Gogo::registe...
2016-12-22 Ian Lance Taylorcompiler: fix spurious redefinition error for anon...
2016-12-19 Ian Lance Taylorruntime: copy cgo support from Go 1.7 runtime
2016-12-16 Than McIntoshcompiler: add containing Bfunction to some backend...
2016-12-16 Ian Lance Taylorcompiler: fix comments + fieldnames to match libgo...
2016-12-15 Ian Lance Taylorcompiler: fix off-by-1 array type len in Type::gc_symbo...
2016-12-15 Ian Lance Taylorre PR go/78763 (go1: internal compiler error: in do_get...
2016-12-15 Ian Lance Taylorcompiler: remove unneeded zero-length slice value init
2016-12-13 Ian Lance Taylorlibgo: fixes for Solaris build
2016-12-08 Ian Lance Taylorruntime: mark non-x86 aeshashbody parameters as unused
2016-12-08 Ian Lance Taylorruntime: copy memory hash code from Go 1.7
2016-12-08 Ian Lance Taylorruntime: allocate _panic struct on heap
2016-12-08 Ian Lance Taylorcompiler: make Slice_construction_expression::do_flatte...
2016-12-08 Ian Lance Taylorruntime: remove some unused variables/declarations...
2016-12-06 Than McIntoshcompiler: pass lvalue/rvalue context to back end for...
2016-12-01 Ian Lance Taylorcompiler: add slice initializers to the GC root list
2016-12-01 Ian Lance Taylorruntime: set isarchive in initsig
2016-11-30 Ian Lance Taylorruntime: print C functions in traceback
2016-11-30 Ian Lance Taylorruntime: fixes for -buildmode=c-archive
2016-11-22 Than McIntoshcompiler: relocate ID encoding utilities to gofrontend
2016-11-22 Ian Lance Taylorre PR go/77910 (go: open zversion.go: no such file...
2016-11-22 Ian Lance Taylorruntime: rewrite panic/defer code from C to Go
2016-11-18 Ian Lance Taylorruntime: move schedt type and sched var from C to Go
2016-11-18 Ian Lance Taylorruntime: don't call __go_alloc/__go_free in environment...
2016-11-18 Ian Lance Taylorlibgo: remove old/regexp and old/template
2016-11-18 Ian Lance TaylorCorrect gcc/go/gofrontend/lex.cc and libgo/aclocal...
2016-11-18 Ian Lance Taylorruntime, reflect: rewrite Go to FFI type conversion...
2016-11-16 Ian Lance Taylorruntime: replace runtime1.goc with Go and C code
2016-11-16 Ian Lance Taylorcompiler: separate incomparable types from comparable...
2016-11-14 Ian Lance Taylorruntime: don't crash if signal handler info argument...
2016-11-11 Ian Lance Taylorlibgo: fix GOARCH_INT64ALIGN for several targets
2016-11-10 Ian Lance Taylorruntime: copy signal code from Go 1.7 runtime
2016-11-09 Ian Lance Taylorcompiler: rework static initializer code
2016-11-05 Ian Lance Taylorre PR go/78172 (gen-sysinfo.go vs AIX cred.h)
2016-11-01 Ian Lance Taylorlibgo: fix GOARCH_PHYSPAGESIZE for ia64
2016-11-01 Ian Lance Taylorruntime: recreate function called by cgo -gccgo
2016-11-01 Ian Lance Taylorlibgo: only rebuild package if dependent .gox has changed
2016-11-01 Ian Lance Taylorlibgo: minor Makefile improvements
2016-11-01 Ian Lance Taylorre PR go/78145 (Several go.test tests fail with error...
2016-10-30 Ian Lance Taylorcompiler: fix slice/array evaluation order bug
2016-10-30 Ian Lance Taylorlibgo: eliminate a lot of duplication in Makefile.am
2016-10-28 Ian Lance Taylorcompiler, runtime: copy slice code from Go 1.7 runtime
2016-10-28 Ian Lance Taylorre PR go/78144 (FAIL: time on systems with tzdata2016g...
2016-10-28 Ian Lance Taylorre PR go/78143 (bootstrap broken in libgo on powerpc...
2016-10-28 Ian Lance Taylorlibgo: redirect grep output in mkrsysinfo.sh to /dev...
2016-10-25 David Malcolmgo-lang.c: remove a redundant cast
2016-10-21 Ian Lance Taylorlibgo: keep c0 and c1 out of runtime.inc
2016-10-21 Ian Lance Taylorlibgo: leave Int64Align as 8 on 32-bit SPARC
2016-10-21 Ian Lance Taylorruntime: copy lfstack code from Go 1.7 runtime
2016-10-20 Ian Lance Taylorruntime: rewrite interface code into Go
2016-10-19 Ian Lance Taylorruntime, syscall: force EPOLLET to be positive
next