Show patches with: none      |   126721 patches
« 1 2 ... 364 365 3661267 1268 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
Go patch committed: Connect the concrete type and the placeholder for circular types Go patch committed: Connect the concrete type and the placeholder for circular types - - - - --- 2018-07-17 Ian Lance Taylor New
libgo patch committed: Skip zero-sized fields in structs when converting to libffi CIF libgo patch committed: Skip zero-sized fields in structs when converting to libffi CIF - - - - --- 2018-07-13 Ian Lance Taylor New
Go patch commited: Fix parsing of composite literals with omitted pointer types Go patch commited: Fix parsing of composite literals with omitted pointer types - - - - --- 2018-07-13 Ian Lance Taylor New
Go patch committed: Build a single backend type for a type alias Go patch committed: Build a single backend type for a type alias - - - - --- 2018-07-12 Ian Lance Taylor New
Go patch committed: Fix evaluation order of LHS index expressions Go patch committed: Fix evaluation order of LHS index expressions - - - - --- 2018-07-11 Ian Lance Taylor New
Go patch committed: Fix double evaluation when using interface field expression Go patch committed: Fix double evaluation when using interface field expression - - - - --- 2018-07-10 Ian Lance Taylor New
libgo patch committed: Check return value as well as error from waitid libgo patch committed: Check return value as well as error from waitid - - - - --- 2018-07-02 Ian Lance Taylor New
libgo patch committed: Don't stat a NULL filename libgo patch committed: Don't stat a NULL filename - - - - --- 2018-06-28 Ian Lance Taylor New
Go patch committed: Use build_variant_type_copy, not build_distinct_type_copy Go patch committed: Use build_variant_type_copy, not build_distinct_type_copy - - - - --- 2018-06-28 Ian Lance Taylor New
Go patch committed: Escape analysis improvements Go patch committed: Escape analysis improvements - - - - --- 2018-06-25 Ian Lance Taylor New
GCC 6 patch RFA: libgo: Remove syscall.Ustat GCC 6 patch RFA: libgo: Remove syscall.Ustat - - - - --- 2018-06-25 Ian Lance Taylor New
libgo patch committed: Test USING_SPLIT_STACK using #ifdef, not #if libgo patch committed: Test USING_SPLIT_STACK using #ifdef, not #if - - - - --- 2018-06-23 Ian Lance Taylor New
libgo patch committed: Remove syscall.Ustat libgo patch committed: Remove syscall.Ustat - - - - --- 2018-06-22 Ian Lance Taylor New
libgo patch committed: Re-enable a couple of tests libgo patch committed: Re-enable a couple of tests - - - - --- 2018-06-21 Ian Lance Taylor New
Go patch committed: Avoid introducing redundant write barriers Go patch committed: Avoid introducing redundant write barriers - - - - --- 2018-06-13 Ian Lance Taylor New
libgo patch committed: Dump preinit blocks in AST dumps libgo patch committed: Dump preinit blocks in AST dumps - - - - --- 2018-06-13 Ian Lance Taylor New
libgo patch committed: Update to 1.10.3 release libgo patch committed: Update to 1.10.3 release - - - - --- 2018-06-13 Ian Lance Taylor New
libgo patch committed: Add riscv and js/wasm libgo patch committed: Add riscv and js/wasm - - - - --- 2018-06-11 Ian Lance Taylor New
Go patch committed: Remove stack_allocation_expression Go patch committed: Remove stack_allocation_expression - - - - --- 2018-06-08 Ian Lance Taylor New
Go patch committed: Speed up variable initializer sorting Go patch committed: Speed up variable initializer sorting - - - - --- 2018-06-07 Ian Lance Taylor New
libgo patch committed: Fix hash/string values computed by reflect.StructOf libgo patch committed: Fix hash/string values computed by reflect.StructOf - - - - --- 2018-06-06 Ian Lance Taylor New
libgo patch committed: Canonicalize types returned by StructOf, et. al. libgo patch committed: Canonicalize types returned by StructOf, et. al. - - - - --- 2018-06-05 Ian Lance Taylor New
Go patch committed: Don't crash on cyclic var/type dependencies Go patch committed: Don't crash on cyclic var/type dependencies - - - - --- 2018-06-04 Ian Lance Taylor New
GCC 8 branch: update to Go 1.10.2, other fixes GCC 8 branch: update to Go 1.10.2, other fixes - - - - --- 2018-05-31 Ian Lance Taylor New
libgo patch committed: Update to Go 1.10.2 release libgo patch committed: Update to Go 1.10.2 release - - - - --- 2018-05-31 Ian Lance Taylor New
libgo patch committed: make vet tool work with gccgo libgo patch committed: make vet tool work with gccgo - - - - --- 2018-05-30 Ian Lance Taylor New
libgo patch committed: add path to AIX certificate file libgo patch committed: add path to AIX certificate file - - - - --- 2018-05-30 Ian Lance Taylor New
libgo patch committed: Update go tool to match recent upstream changes libgo patch committed: Update go tool to match recent upstream changes - - - - --- 2018-05-09 Ian Lance Taylor New
libgo patch committed: On AIX, pass -X64 first to ar libgo patch committed: On AIX, pass -X64 first to ar - - - - --- 2018-05-04 Ian Lance Taylor New
gotools patch committed: Set GOCACHE during tests gotools patch committed: Set GOCACHE during tests - - - - --- 2018-05-04 Ian Lance Taylor New
libgo patch committed: Fix unaligned read in unwind code libgo patch committed: Fix unaligned read in unwind code - - - - --- 2018-05-04 Ian Lance Taylor New
libgo patch committed: update mkalldocs.sh libgo patch committed: update mkalldocs.sh - - - - --- 2018-05-04 Ian Lance Taylor New
libgo patch committed: enable tests of go tool invoking vet libgo patch committed: enable tests of go tool invoking vet - - - - --- 2018-05-04 Ian Lance Taylor New
libgo patch committed: Update go tool to match recent upstream changes libgo patch committed: Update go tool to match recent upstream changes - - - - --- 2018-05-04 Ian Lance Taylor New
Go patch committed: Avoid crashing on invalid non-integer array length Go patch committed: Avoid crashing on invalid non-integer array length - - - - --- 2018-05-03 Ian Lance Taylor New
libgo patch committed: Run package build ID tests libgo patch committed: Run package build ID tests - - - - --- 2018-05-03 Ian Lance Taylor New
libgo patch committed: Add type/const references to sysinfo.c libgo patch committed: Add type/const references to sysinfo.c - - - - --- 2018-05-02 Ian Lance Taylor New
libgo patch committed: Add support for NIOS II libgo patch committed: Add support for NIOS II - - - - --- 2018-05-02 Ian Lance Taylor New
libgo patch committed: Remove unused runtime/stack.go libgo patch committed: Remove unused runtime/stack.go - - - - --- 2018-05-02 Ian Lance Taylor New
libgo patch committed: refactor package enumeration, runtime.inc generation libgo patch committed: refactor package enumeration, runtime.inc generation - - - - --- 2018-05-02 Ian Lance Taylor New
libgo patch committed: break dependence on unwind-pe.h libgo patch committed: break dependence on unwind-pe.h - - - - --- 2018-05-02 Ian Lance Taylor New
libgo patch committed (GCC 8 RFA): more fixes for Solaris assembler libgo patch committed (GCC 8 RFA): more fixes for Solaris assembler - - - - --- 2018-05-01 Ian Lance Taylor New
libgo patch committed, RFA for GCC 8 release branch: Solaris assembler support libgo patch committed, RFA for GCC 8 release branch: Solaris assembler support - - - - --- 2018-04-27 Ian Lance Taylor New
libgo patch committed: Only look for data symbols on big-endian PPC64 non-AIX libgo patch committed: Only look for data symbols on big-endian PPC64 non-AIX - - - - --- 2018-04-20 Ian Lance Taylor New
libgo patch committed: suppress "ar rcD" and "-zdefs" on AIX libgo patch committed: suppress "ar rcD" and "-zdefs" on AIX - - - - --- 2018-04-17 Ian Lance Taylor New
libbacktrace patch committed: Call munmap after memory test libbacktrace patch committed: Call munmap after memory test - - - - --- 2018-04-17 Ian Lance Taylor New
libgo patch committed: Don't check for a stale runtime libgo patch committed: Don't check for a stale runtime - - - - --- 2018-03-26 Ian Lance Taylor New
libgo patch committed: add missing entry to noinst_DATA libgo patch committed: add missing entry to noinst_DATA - - - - --- 2018-03-16 Ian Lance Taylor New
libgo patch committed: Force LANG=C when looking for compiler version libgo patch committed: Force LANG=C when looking for compiler version - - - - --- 2018-03-15 Ian Lance Taylor New
libgo patch committed: Add internal/trace to noinst_DATA libgo patch committed: Add internal/trace to noinst_DATA - - - - --- 2018-03-09 Ian Lance Taylor New
libgo patch committed: push arena on AIX higher due to clashes libgo patch committed: push arena on AIX higher due to clashes - - - - --- 2018-03-07 Ian Lance Taylor New
libgo patch committed: Use fence instruction before rdtsc libgo patch committed: Use fence instruction before rdtsc - - - - --- 2018-03-07 Ian Lance Taylor New
libgo patch committed: Fix typo in mksysinfo.sh script libgo patch committed: Fix typo in mksysinfo.sh script - - - - --- 2018-03-05 Ian Lance Taylor New
Go patch committed: Don't crash on invalid self-referential type Go patch committed: Don't crash on invalid self-referential type - - - - --- 2018-03-01 Ian Lance Taylor New
libgo patch committed: Update AIX memory allocation libgo patch committed: Update AIX memory allocation - - - - --- 2018-02-28 Ian Lance Taylor New
libgo patch committed: Update to final Go 1.10 release libgo patch committed: Update to final Go 1.10 release - - - - --- 2018-02-28 Ian Lance Taylor New
Go patch committed: Ignore aliases in fieldtracking info Go patch committed: Ignore aliases in fieldtracking info - - - - --- 2018-02-23 Ian Lance Taylor New
libgo patch committed: Add 64-bit RISC-V support libgo patch committed: Add 64-bit RISC-V support - - - - --- 2018-02-22 Ian Lance Taylor New
libgo patch committed: Get missing function name from symbol table in funcfileline libgo patch committed: Get missing function name from symbol table in funcfileline - - - - --- 2018-02-22 Ian Lance Taylor New
libgo patch committed: Add -L option for libatomic when using -pthread libgo patch committed: Add -L option for libatomic when using -pthread - - - - --- 2018-02-22 Ian Lance Taylor New
libgo patch committed: Check for preemption in fast syscall return libgo patch committed: Check for preemption in fast syscall return - - - - --- 2018-02-20 Ian Lance Taylor New
Go patch committed: Look through aliases for type compatibility Go patch committed: Look through aliases for type compatibility - - - - --- 2018-02-20 Ian Lance Taylor New
libgo patch committed: add more preemption checks libgo patch committed: add more preemption checks - - - - --- 2018-02-16 Ian Lance Taylor New
Go patch committed: Don't export function descriptors for unexported names Go patch committed: Don't export function descriptors for unexported names - - - - --- 2018-02-13 Ian Lance Taylor New
Go patch committed: error on func declaration/definition Go patch committed: error on func declaration/definition - - - - --- 2018-02-12 Ian Lance Taylor New
libgo patch committed: Use write barrier for atomic pointer functions libgo patch committed: Use write barrier for atomic pointer functions - - - - --- 2018-02-12 Ian Lance Taylor New
Go patch committed: Track //go:nointerface in export data Go patch committed: Track //go:nointerface in export data - - - - --- 2018-02-09 Ian Lance Taylor New
gotools patch committed: Increase test timeout gotools patch committed: Increase test timeout - - - - --- 2018-02-09 Ian Lance Taylor New
libgo patch committed: Get missing function names from symbol table libgo patch committed: Get missing function names from symbol table - - - - --- 2018-02-08 Ian Lance Taylor New
gotools patch committed: Add options to permit tests to use C++ gotools patch committed: Add options to permit tests to use C++ - - - - --- 2018-02-08 Ian Lance Taylor New
libgo patch committed: Update to 1.10rc2 libgo patch committed: Update to 1.10rc2 - - - - --- 2018-02-08 Ian Lance Taylor New
libgo patch committed: Don't call funcPC from a function libgo patch committed: Don't call funcPC from a function - - - - --- 2018-02-07 Ian Lance Taylor New
Go patch committed: Make single Btype for methods table of identical interface types Go patch committed: Make single Btype for methods table of identical interface types - - - - --- 2018-02-07 Ian Lance Taylor New
libgo patch committed: Correct runtime structfield type to match reflect libgo patch committed: Correct runtime structfield type to match reflect - - - - --- 2018-02-06 Ian Lance Taylor New
Go patch committed: Avoid negative zero in float constants Go patch committed: Avoid negative zero in float constants - - - - --- 2018-02-05 Ian Lance Taylor New
Go patch committed: Update iota handling to current spec Go patch committed: Update iota handling to current spec - - - - --- 2018-02-05 Ian Lance Taylor New
Go patch committed: Permit empty statements after a fallthrough statement Go patch committed: Permit empty statements after a fallthrough statement - - - - --- 2018-02-05 Ian Lance Taylor New
Go patch committed: In range, evaluate array if it has receives or calls Go patch committed: In range, evaluate array if it has receives or calls - - - - --- 2018-02-05 Ian Lance Taylor New
Go patch committed: Give error for non-int arguments to make Go patch committed: Give error for non-int arguments to make - - - - --- 2018-02-05 Ian Lance Taylor New
Go patch committed: Don't error for goto over type or const declaration Go patch committed: Don't error for goto over type or const declaration - - - - --- 2018-02-05 Ian Lance Taylor New
Go patch committed: Correct parse of parenthesized select case Go patch committed: Correct parse of parenthesized select case - - - - --- 2018-02-05 Ian Lance Taylor New
libgo patch committed: Don't drop last flag from _cgo_flags entry in archive libgo patch committed: Don't drop last flag from _cgo_flags entry in archive - - - - --- 2018-02-05 Ian Lance Taylor New
Go patch committed: Mark structs to use structural equality Go patch committed: Mark structs to use structural equality - - - - --- 2018-02-03 Ian Lance Taylor New
Go patch committed: Treat void_type_node as zero sized Go patch committed: Treat void_type_node as zero sized - - - - --- 2018-02-02 Ian Lance Taylor New
Go patch committed: Don't incorrectly evaluate range variable Go patch committed: Don't incorrectly evaluate range variable - - - - --- 2018-02-02 Ian Lance Taylor New
libgo patch committed: Enable escape analysis tests in reflect package libgo patch committed: Enable escape analysis tests in reflect package - - - - --- 2018-02-02 Ian Lance Taylor New
libgo patch committed: scan register backing store on ia64 libgo patch committed: scan register backing store on ia64 - - - - --- 2018-02-02 Ian Lance Taylor New
Go patch committed: Turn on escape analysis by default Go patch committed: Turn on escape analysis by default - - - - --- 2018-02-02 Ian Lance Taylor New
libgo patch committed: Adjust math flags, use them for testing libgo patch committed: Adjust math flags, use them for testing - - - - --- 2018-02-01 Ian Lance Taylor New
Go patch committed: Omit the field name for embedded fields in the reflect string Go patch committed: Omit the field name for embedded fields in the reflect string - - - - --- 2018-02-01 Ian Lance Taylor New
libgo patch committed: Fix handling of getaddrinfo return type libgo patch committed: Fix handling of getaddrinfo return type - - - - --- 2018-02-01 Ian Lance Taylor New
Go patch committed: Always check for nil pointer in value method Go patch committed: Always check for nil pointer in value method - - - - --- 2018-02-01 Ian Lance Taylor New
libbacktrace patch committed: Close debuginfo files libbacktrace patch committed: Close debuginfo files - - - - --- 2018-01-31 Ian Lance Taylor New
Go patch committed: Lower expression types in lowering pass Go patch committed: Lower expression types in lowering pass - - - - --- 2018-01-31 Ian Lance Taylor New
libgo patch committed: Fix type descriptor name in C code libgo patch committed: Fix type descriptor name in C code - - - - --- 2018-01-31 Ian Lance Taylor New
libgo patch committed: Accept symbols with leading dot in gotest libgo patch committed: Accept symbols with leading dot in gotest - - - - --- 2018-01-31 Ian Lance Taylor New
libgo patch committed: Rename TestAddr6 to avoid PPC64 confusion in gotest script libgo patch committed: Rename TestAddr6 to avoid PPC64 confusion in gotest script - - - - --- 2018-01-31 Ian Lance Taylor New
Go patch committed: Use VIEW_CONVERT_EXPR where needed Go patch committed: Use VIEW_CONVERT_EXPR where needed - - - - --- 2018-01-31 Ian Lance Taylor New
Go patch committed: Function_type and Backend_function_type are not identical Go patch committed: Function_type and Backend_function_type are not identical - - - - --- 2018-01-31 Ian Lance Taylor New
libgo patch committed: Add getrandom syscall number for SH libgo patch committed: Add getrandom syscall number for SH - - - - --- 2018-01-30 Ian Lance Taylor New
« 1 2 ... 364 365 3661267 1268 »