config.host (powerpc-ibm-aix*): Add crtdbase.o to extra_parts.
[gcc.git] / gcc / go /
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.
2015-08-26 Ian Lance Taylorcompiler: Don't crash on invalid arithmetic ops.
2015-08-25 Ian Lance Taylorcompiler: Disallow use of unary ^ on booleans.
2015-08-25 Ian Lance Taylorcompiler: Accept numeric literals with leading zeroes.
2015-08-25 Ian Lance Taylorcompiler: Allow string slices with start index == length.
2015-08-25 Ian Lance Taylorcompiler: Don't crash on erroneous array types.
2015-08-25 Ian Lance Taylorcompiler: Type check params in sink function decl.
2015-08-24 Marek Polacekre PR tree-optimization/67284 (libgo fails to build...
2015-08-20 Ian Lance Taylorcompiler: Don't crash on invalid print call.
2015-08-20 Ian Lance Taylorlibgo/testsuite: another fix for killing the sleep...
2015-08-14 Ian Lance Taylorcompiler: Report unnamed receiver types.
2015-08-13 Ian Lance Taylorcompiler: Flatten erroneous subtrees into errors.
2015-08-12 Ian Lance Taylorcompiler: Don't make gc symbol for bad array type.
2015-08-11 Ian Lance Taylorcompiler: Check for EOF in malformed signatures.
2015-08-11 Ian Lance Taylorcompiler: Handle newlines in general comments.
2015-08-11 Ian Lance Taylorcompiler: Don't make void-typed temporaries.
2015-08-07 Ian Lance Taylorlibgo/testsuite: don't call kill without args
2015-08-04 Ian Lance Taylorcompiler: Verify pointer type's underlying type.
2015-08-04 Ian Lance Taylorcompiler: Use context to determine types of complex...
2015-08-04 Ian Lance Taylorruntime: initialize variable to avoid compiler warning
2015-08-03 Ian Lance Taylorsyscall: RawSockaddr fix for ppc64, ppc64le
2015-08-03 Ian Lance Taylorcompiler: Don't allow multiple function declarations.
2015-08-03 Ian Lance Taylorcompiler: Don't make erroneous type descriptors.
2015-08-03 Ian Lance Taylorlibgo/testsuite: kill sleep process in gotest
2015-08-03 Ian Lance Taylorre PR go/67101 (mprof.goc:408:5: error: calling ‘__buil...
2015-07-31 Ian Lance Taylorcompiler: Report errors for malformed builtin calls.
2015-07-31 Ian Lance Taylorcompiler: Check the type in function declarations.
2015-07-31 Ian Lance Taylorcompiler: Update unicode tables.
2015-07-31 Ian Lance Taylorcompiler: Don't allow builtin function values.
2015-07-31 Andreas Schwabgo-lang.c (go_langhook_init_options_struct): Don't...
2015-07-29 Ian Lance Taylorsyscall: Fix to libgo/mksysinfo.sh
2015-07-25 Ian Lance Taylorsyscall: Add ioctl consts from if_tun.h
2015-07-24 Ian Lance Taylorcompiler: Don't parse malformed receiver/parameters.
2015-07-24 Ian Lance Taylorcompiler: Disallow rune literals with '\X'.
2015-07-24 Ian Lance Taylorcompiler: Don't make temporaries for constant expressions.
2015-07-23 Ian Lance Taylorcompiler: Make empty interface types for vars during...
2015-07-23 Ian Lance Taylorcompiler: Check for errors in the underlying types...
2015-07-20 Ian Lance Taylorcompiler: Create dummy labels for blank labels.
2015-07-20 Ian Lance Taylorcompiler: Remove unnecessary check for GCC-specific...
2015-07-14 Ian Lance Taylorcompiler,runtime: Determine if allocations need new...
2015-07-14 Ian Lance Taylorcompiler: Improve location info for function parameters.
2015-07-14 Ian Lance TaylorUpdate to patch that Aldy committed directly here.
2015-07-14 Ian Lance Taylorescape: Analyze multiple result type assertions.
2015-07-13 Aldy HernandezFix double word typos.
2015-07-08 Andrew MacLeodtree-core.h: Include symtab.h.
2015-06-25 Andrew MacLeodfunction.h (ipa_opt_pass, [...]): Move forward declarat...
2015-06-17 Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-15 Ian Lance Taylorescape: Analyze binary expressions.
2015-06-15 Ian Lance TaylorAdd MERGE file to track the git revision of the most...
2015-06-15 Ian Lance Taylorcompiler: Don't crash when dumping ast of empty block.
2015-06-08 Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-05 Aldy HernandezMerge debug-early branch into mainline.
2015-06-04 Andrew MacLeodcoretypes.h: Include machmode.h...
2015-05-12 Ian Lance Taylorcompiler: If unary & does not escape, the var does...
2015-05-06 Ian Lance Taylorcompiler: Analyze escape information of interface param...
2015-05-05 Ian Lance Taylorcompiler: Don't make temporaries for constant string...
2015-04-30 Chris Manghanecompiler: Use backend interface for stack allocation.
2015-04-30 Ian Lance Taylorescape: Analyze function values and conversions.
2015-04-30 Ian Lance Taylorcompiler: Mark non-escaping variables that aren't addre...
2015-04-29 Ian Lance Taylorcompiler: Consider multi-result calls in escape analysis.
2015-04-29 Ian Lance Taylorcompiler: Propagate escape info from closures to enclos...
2015-04-27 Jim WilsonMakefile-lan.in (ada.mostlyclean): Remove gnatbind...
2015-04-17 Ian Lance Taylorre PR go/65755 (incorrect reflection of struct fields...
2015-04-17 Chris Manghanecompiler: Escape analysis.
2015-04-11 Ian Lance Taylorcompiler: discard carriage returns in raw string literals
2015-03-31 Ian Lance Taylorcompiler: Mark builtin calls with bad types as errors.
2015-03-30 Ian Lance Taylorcompiler: implement Go 1 unsafe.Pointer conversion...
2015-03-13 Ian Lance Taylorcompiler: Permit label on fallthrough statement.
2015-03-06 Ian Lance Taylorcompiler: Do not declare type switch variable outside...
2015-02-03 Ian Lance Taylorre PR go/64836 (go.test/test/fixedbugs/issue4348.go...
2015-01-31 Ian Lance Taylorcompiler: Treat map index expressions as lvalues in...
2015-01-30 Ian Lance Taylorcompiler: Pass location to fatal_error.
2015-01-30 Ian Lance Taylorcompiler: Add pkgpath symbol information to export...
2015-01-30 Ian Lance Taylorcompiler: Fix -fgo-prefix handling.
2015-01-24 Ian Lance Taylorre PR go/63565 (please document that (and why) Go binar...
2015-01-23 Ian Lance Taylorre PR go/64595 (go programs abort when debug info is...
2015-01-22 Ian Lance Taylorcompiler: Avoid infinite recursion when describing...
2015-01-22 Ian Lance Taylorcompiler: Prohibit use of ellipsis operator on multi...
2015-01-20 Ian Lance Taylorcompiler: Do not mark unused variables as used inside...
next