aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
AgeCommit message (Expand)Author
2015-12-15Merge branches/gcc-5-branch rev 231642.Yvan Roux
2015-11-12Merge branches/gcc-5-branch rev 230068.Yvan Roux
2015-09-16Merge branches/gcc-5-branch rev 227732.linaro-local/gcc-5-integration-branch-newYvan Roux
2015-08-21 gcc/ada/Yvan Roux
2015-06-13Merge branches/gcc-5-branch rev 224205.Christophe Lyon
2015-04-22Update ChangeLog and version files for releasegcc-5_1_0-releasegccadmin
2015-04-14 PR go/65755ian
2015-04-11compiler: discard carriage returns in raw string literalsian
2015-03-31compiler: Mark builtin calls with bad types as errors.ian
2015-03-30compiler: implement Go 1 unsafe.Pointer conversion rulesian
2015-03-13compiler: Permit label on fallthrough statement.ian
2015-03-06compiler: Do not declare type switch variable outside case statements.ian
2015-02-03 PR go/64836ian
2015-01-31compiler: Treat map index expressions as lvalues in range expressions.ian
2015-01-30compiler: Pass location to fatal_error.ian
2015-01-30compiler: Add pkgpath symbol information to export data.ian
2015-01-30compiler: Fix -fgo-prefix handling.ian
2015-01-24 PR go/63565ian
2015-01-23 PR go/64595ian
2015-01-22compiler: Avoid infinite recursion when describing initialization loops.ian
2015-01-22compiler: Prohibit use of ellipsis operator on multi-valued calls.ian
2015-01-20compiler: Do not mark unused variables as used inside closures.ian
2015-01-16compiler, reflect, runtime: Use static chain for closures.ian
2015-01-15libgo, compiler: Upgrade libgo to Go 1.4, except for runtime.ian
2015-01-09./:ian
2015-01-09 PR rtl-optimization/64536jakub
2015-01-092015-01-09 Michael Collison <michael.collison@linaro.org>prathamesh3492
2015-01-07 PR go/61204ian
2015-01-07compiler: Don't assign to embedded builtins in imported struct compositeian
2015-01-07compiler: Add explicit sign to exported complex constants without imaginary c...ian
2015-01-06 * go-gcc.cc (constructor_expression): Don't initialize zero-sizedian
2015-01-06compiler: Use function receiver name in mangled named type descriptor.ian
2015-01-05 Update copyright years.jakub
2015-01-05gcc/jakub
2014-12-23compiler: Evaluate array range expression once before iteration.ian
2014-12-19compiler: Add temporaries required in cases of interface conversion.ian
2014-12-19 * go-gcc.cc (array_constructor_expression): Don't construct arraysian
2014-12-19compiler: More cases that need a temporary for interface conversion.ian
2014-12-19compiler: Avoid multiple evaluations in interface conversions.ian
2014-12-17compiler: Don't crash on append with single argument.ian
2014-12-16compiler: Don't built hash/equality functions for thunk structs.ian
2014-12-16 PR go/61246ian
2014-12-16 PR go/61264ian
2014-12-16 PR go/61273ian
2014-12-15 PR go/61255ian
2014-12-15 PR go/61248ian
2014-12-15 PR go/61253ian
2014-12-14compiler: Fix crash when tracked field used in global initializer.ian
2014-12-14 PR go/61244ian
2014-12-13 PR go/61254ian