PR c/71171: Fix uninitialized source_range in c_parser_postfix_expression
[gcc.git] / gcc / go /
2016-05-13 Ian Lance Taylorescape: Implement the discovery phase.
2016-05-06 Ian Lance Taylorescape: Add escape graph nodes.
2016-05-06 Chris Manghaneescape: Add skeleton for gc analysis.
2016-04-29 Chris Manghaneescape: Remove previously existing analysis.
2016-04-28 Ian Lance Taylorcompiler: Mark concurrent calls.
2016-04-28 Ian Lance Taylorcompiler: Export String_index_expression.
2016-04-26 Ian Lance Taylorcompiler: Add Enclosed_var_expression.
2016-04-23 Ian Lance Taylorcompiler: Expose runtime code through Func_expression.
2016-04-23 Ian Lance Taylorcmd/go: bring in final version of gccgo pkg-config...
2016-04-18 Michael Matztree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.
2016-04-13 Ian Lance Taylorlibgo: update to Go 1.6.1 release
2016-04-12 Ian Lance Taylorreflect: change Value.Call results to not be addressable
2016-04-02 Ian Lance Taylorruntime: Use atomic load for in entersyscall.
2016-02-26 Ian Lance Taylorre PR go/69966 (libgo: Port syscall.SetsockoptUcred...
2016-02-24 Ian Lance Taylorruntime: lock M during cgo call
2016-02-18 Ian Lance Taylorlibgo: Update to final Go 1.6 release.
2016-02-12 Ian Lance Taylorruntime: For c-archive/c-shared, install signal handler...
2016-02-11 Jakub Jelinekcgraph.c: Spelling fixes - behaviour -> behavior and...
2016-02-10 Ian Lance Taylorre PR go/66904 (cmd/go: "#cgo pkg-config:" comments...
2016-02-10 Ian Lance Taylorre PR go/69511 (G.gcstack_size uses uintptr instead...
2016-02-09 Ian Lance Taylorre PR go/69357 (libgo refers to _end in a non-weak...
2016-02-08 Bernd SchmidtRemove -fshort-double
2016-02-04 Ian Lance Taylorlibgo: bump version number for upgrade to 1.6rc1
2016-02-03 Ian Lance Taylorcompiler, runtime: mark stub methods, ignore them in...
2016-02-03 Ian Lance Taylorcompiler: Unpack method names when sorting them.
2016-01-27 Ian Lance Taylorcompiler: Accept map composite literals with omitted...
2016-01-27 Ian Lance Taylorgo-lang.c (go_langhook_init_options_struct): Default...
2016-01-27 Ian Lance Taylorcompiler: Don't crash on erroneous array return types.
2016-01-26 Ian Lance Taylorcompiler: Don't crash on invalid array type declarations.
2016-01-26 Ian Lance Taylorcompiler: Avoid knock-on errors with impossibly large...
2016-01-04 Jakub JelinekUpdate copyright years.
2016-01-04 Jakub Jelinekgcc.c (process_command): Update copyright notice dates.
2015-12-22 Ian Lance Taylorgo-gcc.cc (class Bvariable): Remove Gcc_tree parent...
2015-12-22 Ian Lance Taylorgo-gcc.cc (Gcc_backend::global_variable): If type is...
2015-12-02 Ian Lance Taylorre PR go/65717 (64-bit runtime FAILs with 32-bit compiler)
2015-12-01 Ian Lance Taylorre PR go/68477 (error: type variant differs by TYPE_STR...
2015-11-26 Ian Lance Taylorre PR go/61303 (gccgo: segfault, regression since 4...
2015-11-23 Ian Lance Taylorre PR go/68496 ([libgo] reflect test fails on Linux...
2015-11-21 Ian Lance Taylorre PR go/66378 (libgo syscall.Sendfile() does not honor...
2015-11-21 Ian Lance Taylorre PR go/65785 (libgo TestIPv4MulticastListener test...
2015-11-21 Ian Lance Taylorre PR go/66574 (Time is provided in millisecond precisi...
2015-11-20 Ian Lance Taylorre PR go/68141 (go/gofrontend/import-archive.cc: 2...
2015-11-20 Ian Lance Taylorre PR go/68072 (malformed DWARF TagVariable entry)
2015-11-20 Ian Lance Taylorcmd: Use correct install tool dir with gccgo
2015-11-20 Ian Lance Taylorcompiler: Use receiver name in hash/equal for type...
2015-11-11 Andrew MacLeoddecl.c: Remove unused header files.
2015-11-10 Ian Lance Taylorlibgo: use Solaris sendfile lib, fix Solaris _in6_addr_...
2015-11-10 Ian Lance Taylorre PR go/68255 (cgo-generated constructor not being...
2015-11-07 Ian Lance Taylorre PR go/66138 (json decoder Decode function fails...
2015-11-06 Ian Lance Taylorlibgo: Solaris portability fixes.
2015-11-04 Ian Lance Taylorgotest: fix handling of --goarch option
2015-11-03 Ian Lance Taylormksysinfo.sh: Make sure that CLONE_NEWUSER is defined.
2015-11-02 Ian Lance Taylorlibgo: Bump version number.
2015-11-02 Ian Lance Taylormksysinfo.sh: Handle TIOCGPGRP if too complex for ...
2015-11-02 Ian Lance Taylorsyscall: Change raw_ioctl cmd type to uintptr.
2015-11-01 Ian Lance Taylormksysinfo.sh: Handle TIOCSPGRP if too complex for ...
2015-11-01 Ian Lance Taylorre PR go/67968 (go1: internal compiler error: in write_...
2015-10-31 Ian Lance Taylorruntime: If no split stacks, allocate stacks using...
2015-10-31 Ian Lance Taylorlibgo: Update from Go 1.5 to Go 1.5.1.
2015-10-31 Ian Lance Taylorruntime: Remove now unnecessary pad field from ParFor.
2015-10-30 Ian Lance Taylorcompiler: Create pointer type for all types with methods.
2015-10-29 Ian Lance Taylorcompiler, reflect, runtime: remove zero field from...
2015-10-29 Ian Lance Taylorcompiler, runtime: change type hash/equal to Go funcs
2015-10-29 Andrew MacLeoddecl.c: Reorder #include's and remove duplicates.
2015-10-21 Martin SeborImprove --help output to generate references to option...
2015-10-20 Ian Lance Taylorcompiler: Report errors after evaluating invalid constant.
2015-10-20 Ian Lance Taylorcompiler: Report errors for non-integral shift counts.
2015-10-19 Alan ModraPR66870 PowerPC64 Enable gold linker with split stack
2015-10-07 Ian Lance Taylorcompiler: Don't make temporaries for constant operands.
2015-10-07 Ian Lance Taylorre PR go/67874 (fd_unix.go does not build when there...
2015-10-06 Ian Lance Taylorcompiler: Record each import as a distinct alias.
2015-10-05 Ian Lance Taylorlex: Update unicode letters table to Unicode 8.0.0.
2015-10-01 Ian Lance Taylorre PR go/66870 (split stack issues on ppc64le and ppc64)
2015-09-30 Lynn Bogerre PR go/66870 (split stack issues on ppc64le and ppc64)
2015-09-29 Ian Lance Taylorcompiler: Accept untyped integral values as string...
2015-09-24 Ian Lance Taylorruntime: Fix recent lfstack change on Solaris.
2015-09-23 Ian Lance Taylorre PR go/67695 (Please improve POSIX shell compatibilit...
2015-09-23 Ian Lance Taylorruntime: rewrite lfstack packing/unpacking to look...
2015-09-17 Ian Lance Taylorcompiler: Issue channel type errors earlier.
2015-09-16 Ian Lance Taylorcompiler: Don't crash on erroneous channel reads.
2015-09-16 Ian Lance Taylorcompiler: Don't crash on malformed numeric constants.
2015-09-15 Ian Lance Taylorcompiler: Report init dependency errors with builtin...
2015-09-15 Ian Lance Taylorlibgo: If compiler can split-stack and linker can not...
2015-09-15 Ian Lance Taylorlibgo: test linking split-stack and non-split-stack...
2015-09-15 Ian Lance Taylorruntime: Ignore stack sizes when deciding when to GC.
2015-09-15 Ian Lance Taylorlibgo: don't provide ustat on arm64 GNU/Linux
2015-09-14 Ian Lance Taylorcompiler: Ignore result context in constant expressions.
2015-09-11 Ian Lance Taylorcompiler: Avoid unsafe memcmp for nointerface comments.
2015-09-11 Ian Lance Taylorlibgo/runtime: return 0, not NULL, from main
2015-09-10 Ian Lance Taylorlibgo: Use stat_atim.go on Solaris 12+
2015-09-10 Chris Manghanecompiler: Report errors from very large types.
2015-09-10 Ian Lance Taylorcompiler: Don't allow shifts with non-integers.
2015-09-03 Ian Lance Taylorcompiler: Report invalid receiver types in function...
2015-09-02 Ian Lance Taylorcompiler: Mark erroneous constants as invalid.
2015-09-02 Ian Lance Taylorcompiler: Accept out of range integer -> unicode conver...
2015-08-31 Ian Lance Taylorcompiler: Check for invalid UTF8 in Go comments.
2015-08-27 Ian Lance Taylorcompiler: Report unused variables initialized to functi...
2015-08-27 Ian Lance Taylorcompiler: Allow multiple blank label definitions.
2015-08-27 Ian Lance Taylorcompiler: Don't record dependencies of invalid redefini...
2015-08-27 Ian Lance Taylorcompiler: Don't crash on invalid builtin calls.
next