Show patches with: Submitter = Ian Lance Taylor       |    State = Action Required       |    Archived = No       |   1354 patches
« 1 2 ... 5 6 713 14 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
libgo patch committed: remove work directory on usage error libgo patch committed: remove work directory on usage error - - - - --- 2019-02-22 Ian Lance Taylor New
Go patch committed: Fix comment typo Go patch committed: Fix comment typo - - - - --- 2019-02-20 Ian Lance Taylor New
Patch RFC: Avoid recursive insert into const_desc_htab Patch RFC: Avoid recursive insert into const_desc_htab - - - - --- 2019-02-20 Ian Lance Taylor New
Go patch committed: Add debugger-callable ASP dump functions Go patch committed: Add debugger-callable ASP dump functions - - - - --- 2019-02-19 Ian Lance Taylor New
libgo patch committed: Do not require POWER8 libgo patch committed: Do not require POWER8 - - - - --- 2019-02-19 Ian Lance Taylor New
libgo patch committed: Stop stack scan when we can't unwind stack libgo patch committed: Stop stack scan when we can't unwind stack - - - - --- 2019-02-19 Ian Lance Taylor New
Go patch committed: Use __builtin_dwarf_cfa for getcallersp Go patch committed: Use __builtin_dwarf_cfa for getcallersp - - - - --- 2019-02-15 Ian Lance Taylor New
Go patch committed: Don't use a nil check for the write barrier Go patch committed: Don't use a nil check for the write barrier - - - - --- 2019-02-15 Ian Lance Taylor New
libgo patch committed: Add S/390 support to internal/cpu package libgo patch committed: Add S/390 support to internal/cpu package - - - - --- 2019-02-15 Ian Lance Taylor New
Go patch committed: Harmonize types referenced by both C and Go Go patch committed: Harmonize types referenced by both C and Go - - - - --- 2019-02-15 Ian Lance Taylor New
libgo patch committed: Run examples libgo patch committed: Run examples - - - - --- 2019-02-15 Ian Lance Taylor New
Go patch committed: Copy has_padding field if struct backend type exists Go patch committed: Copy has_padding field if struct backend type exists - - - - --- 2019-02-14 Ian Lance Taylor New
Go patch committed: Error for duplicate map string keys in composite literal Go patch committed: Error for duplicate map string keys in composite literal - - - - --- 2019-02-14 Ian Lance Taylor New
Go patch committed: Compile thunks with -Os Go patch committed: Compile thunks with -Os - - - - --- 2019-02-14 Ian Lance Taylor New
gotools patch committed: Remove test directories in mostlyclean gotools patch committed: Remove test directories in mostlyclean - - - - --- 2019-02-13 Ian Lance Taylor New
libgo patch committed: A couple of Hurd fixes for tests libgo patch committed: A couple of Hurd fixes for tests - - - - --- 2019-02-07 Ian Lance Taylor New
libgo patch committed: Add hurd support to os, net, crypto/x509 libgo patch committed: Add hurd support to os, net, crypto/x509 - - - - --- 2019-02-07 Ian Lance Taylor New
libgo patch committed: Add hurd support to syscall package libgo patch committed: Add hurd support to syscall package - - - - --- 2019-02-07 Ian Lance Taylor New
libgo patch committed: Add hurd constants to internal/syscall/unix libgo patch committed: Add hurd constants to internal/syscall/unix - - - - --- 2019-02-07 Ian Lance Taylor New
libgo patch committed: Use strong form of atomic_compare_exchange_n libgo patch committed: Use strong form of atomic_compare_exchange_n - - - - --- 2019-02-06 Ian Lance Taylor New
Go patch committed: Update README Go patch committed: Update README - - - - --- 2019-02-06 Ian Lance Taylor New
Go patch committed: Check duplicate implicit indexes in slices/arrays Go patch committed: Check duplicate implicit indexes in slices/arrays - - - - --- 2019-02-05 Ian Lance Taylor New
libgo patch committed: Add Hurd netpoll and semaphore support libgo patch committed: Add Hurd netpoll and semaphore support - - - - --- 2019-02-01 Ian Lance Taylor New
libgo patch committed: Hurd configury libgo patch committed: Hurd configury - - - - --- 2019-02-01 Ian Lance Taylor New
libgo patch committed: Add hurd build tags libgo patch committed: Add hurd build tags - - - - --- 2019-02-01 Ian Lance Taylor New
libgo patch committed: Use __atomic intrinsics instead of __sync libgo patch committed: Use __atomic intrinsics instead of __sync - - - - --- 2019-02-01 Ian Lance Taylor New
Go patch committed: Support alias to pointer type as method receiver Go patch committed: Support alias to pointer type as method receiver - - - - --- 2019-01-30 Ian Lance Taylor New
libgo patch committed: Fix sigprof frame counting libgo patch committed: Fix sigprof frame counting - - - - --- 2019-01-29 Ian Lance Taylor New
libgo patch committed: Use the call instruction's PC for panic-in-runtime checks libgo patch committed: Use the call instruction's PC for panic-in-runtime checks - - - - --- 2019-01-29 Ian Lance Taylor New
Go patch committed: Avoid compiler crash in recursive type detection Go patch committed: Avoid compiler crash in recursive type detection - - - - --- 2019-01-28 Ian Lance Taylor New
libgo patch committed: Install SIGURG handler in c-archive mode libgo patch committed: Install SIGURG handler in c-archive mode - - - - --- 2019-01-24 Ian Lance Taylor New
libgo patch committed: Fix build for ARM GNU/Linux libgo patch committed: Fix build for ARM GNU/Linux - - - - --- 2019-01-22 Ian Lance Taylor New
libgo patch committed: Solaris fixes libgo patch committed: Solaris fixes - - - - --- 2019-01-21 Ian Lance Taylor New
Go patch committed: Stop archive iterator on error Go patch committed: Stop archive iterator on error - - - - --- 2019-01-21 Ian Lance Taylor New
libgo patch committed: Update to Go1.12beta2 libgo patch committed: Update to Go1.12beta2 - - - - --- 2019-01-18 Ian Lance Taylor New
libbacktrace patch RFC: check size passed to backtrace_get_view libbacktrace patch RFC: check size passed to backtrace_get_view - - - - --- 2019-01-18 Ian Lance Taylor New
libgo patch committed: In sigprof, skip to sigtrampgo if we don't find sigtramp libgo patch committed: In sigprof, skip to sigtrampgo if we don't find sigtramp - - - - --- 2019-01-18 Ian Lance Taylor New
libgo patch committed: Drop G before changing status libgo patch committed: Drop G before changing status - - - - --- 2019-01-17 Ian Lance Taylor New
libgo patch committed: Mark syscall functions noescape libgo patch committed: Mark syscall functions noescape - - - - --- 2019-01-16 Ian Lance Taylor New
Go patch committed: panic on uncomparable map key even if map is empty Go patch committed: panic on uncomparable map key even if map is empty - - - - --- 2019-01-15 Ian Lance Taylor New
Go patch committed: Pad structs that end with a zero-sized field Go patch committed: Pad structs that end with a zero-sized field - - - - --- 2019-01-11 Ian Lance Taylor New
Go patch committed: Use int type for len and cap in slice value Go patch committed: Use int type for len and cap in slice value - - - - --- 2019-01-09 Ian Lance Taylor New
Go patch committed: Move slice construction to callers of makeslice Go patch committed: Move slice construction to callers of makeslice - - - - --- 2019-01-07 Ian Lance Taylor New
libgo patch committed: set gp->m in getTraceback libgo patch committed: set gp->m in getTraceback - - - - --- 2019-01-07 Ian Lance Taylor New
libgo patch committed: Avoid deadlock if SIGPROF arrives during traceback libgo patch committed: Avoid deadlock if SIGPROF arrives during traceback - - - - --- 2019-01-05 Ian Lance Taylor New
libgo patch committed: Prevent deadlock on SIGPROF during stack scan libgo patch committed: Prevent deadlock on SIGPROF during stack scan - - - - --- 2018-12-29 Ian Lance Taylor New
Go patch committed: Remove escapes_ field from Variable/Result_variable Go patch committed: Remove escapes_ field from Variable/Result_variable - - - - --- 2018-12-28 Ian Lance Taylor New
libgo patch committed: Delete runtime/export_arm_test.go libgo patch committed: Delete runtime/export_arm_test.go - - - - --- 2018-12-27 Ian Lance Taylor New
libgo patch committed: Let ARM EABI continue unwind during traceback libgo patch committed: Let ARM EABI continue unwind during traceback - - - - --- 2018-12-27 Ian Lance Taylor New
libgo patch committed: Increase wait time for os/signal test libgo patch committed: Increase wait time for os/signal test - - - - --- 2018-12-12 Ian Lance Taylor New
libgo patch committed: Add precise stack scan support libgo patch committed: Add precise stack scan support - - - - --- 2018-12-05 Ian Lance Taylor New
libgo: remove AIX flock emulation libgo: remove AIX flock emulation - - - - --- 2018-12-05 Ian Lance Taylor New
libgo patch committed: Allow buildmode c-archive on ppc64 libgo patch committed: Allow buildmode c-archive on ppc64 - - - - --- 2018-12-03 Ian Lance Taylor New
Go patch committed: Inline functions with assignments and return statements Go patch committed: Inline functions with assignments and return statements - - - - --- 2018-11-28 Ian Lance Taylor New
Go patch committed: Tweaks for importing inline function bodies Go patch committed: Tweaks for importing inline function bodies - - - - --- 2018-11-27 Ian Lance Taylor New
Go patch committed: Record final type for numeric expressions Go patch committed: Record final type for numeric expressions - - - - --- 2018-11-27 Ian Lance Taylor New
Go patch committed: Add result parameter names for inlinable functions Go patch committed: Add result parameter names for inlinable functions - - - - --- 2018-11-27 Ian Lance Taylor New
Go patch committed: Add types used by inline functions to export data Go patch committed: Add types used by inline functions to export data - - - - --- 2018-11-27 Ian Lance Taylor New
Go patch committed: Finalize types parsed for inline functions Go patch committed: Finalize types parsed for inline functions - - - - --- 2018-11-27 Ian Lance Taylor New
Go patch committed: Add '$' to names in expression export data Go patch committed: Add '$' to names in expression export data - - - - --- 2018-11-27 Ian Lance Taylor New
Go patch committed: Change expressions importing to use Import_expression Go patch committed: Change expressions importing to use Import_expression - - - - --- 2018-11-27 Ian Lance Taylor New
Go patch committed: Pass a Location to import_expression Go patch committed: Pass a Location to import_expression - - - - --- 2018-11-27 Ian Lance Taylor New
Go patch committed: Change Expression export to use Export_function_body Go patch committed: Change Expression export to use Export_function_body - - - - --- 2018-11-27 Ian Lance Taylor New
Go patch committed: Import inlinable functions from package export data Go patch committed: Import inlinable functions from package export data - - - - --- 2018-11-27 Ian Lance Taylor New
libgo patch committed: Always define WEXITED/WNOWAIT on GNU/Linux libgo patch committed: Always define WEXITED/WNOWAIT on GNU/Linux - - - - --- 2018-11-26 Ian Lance Taylor New
Go patch committed: Initial support for exporting function bodies Go patch committed: Initial support for exporting function bodies - - - - --- 2018-11-26 Ian Lance Taylor New
libgo patch committed: Always define _AT_FDCWD and IPv6MTUInfo libgo patch committed: Always define _AT_FDCWD and IPv6MTUInfo - - - - --- 2018-11-21 Ian Lance Taylor New
libgo patch committed: Fix typo in gccgo name mangling in cgo libgo patch committed: Fix typo in gccgo name mangling in cgo - - - - --- 2018-11-09 Ian Lance Taylor New
libgo patch committed: Change RLIM_INFINITY from 0xffffffffffffffff to -1 libgo patch committed: Change RLIM_INFINITY from 0xffffffffffffffff to -1 - - - - --- 2018-11-09 Ian Lance Taylor New
Go patch committed: Handle abstract type in builtin numeric const value Go patch committed: Handle abstract type in builtin numeric const value - - - - --- 2018-11-05 Ian Lance Taylor New
Go patch committed: Don't always call gimplify_function_tree Go patch committed: Don't always call gimplify_function_tree - - - - --- 2018-11-01 Ian Lance Taylor New
Go patch committed: Pass a single flags argument to Backend::function Go patch committed: Pass a single flags argument to Backend::function - - - - --- 2018-10-29 Ian Lance Taylor New
Go patch committed: Add location_file method to Linemap Go patch committed: Add location_file method to Linemap - - - - --- 2018-10-29 Ian Lance Taylor New
libgo patch committed: Don't use wc in gotest libgo patch committed: Don't use wc in gotest - - - - --- 2018-10-26 Ian Lance Taylor New
Go patch committed: Improve name mangling for package paths Go patch committed: Improve name mangling for package paths - - - - --- 2018-10-25 Ian Lance Taylor New
libgo patch committed: Remove unused armArch, hwcap and hardDiv libgo patch committed: Remove unused armArch, hwcap and hardDiv - - - - --- 2018-10-23 Ian Lance Taylor New
Go patch committed: Export indexed type data, read unexported types lazily Go patch committed: Export indexed type data, read unexported types lazily - - - - --- 2018-10-23 Ian Lance Taylor New
Go patch committed: Don't export functions with special names Go patch committed: Don't export functions with special names - - - - --- 2018-10-19 Ian Lance Taylor New
Go patch committed: Add COMPARE_ALIASESE flag for type compare and hash Go patch committed: Add COMPARE_ALIASESE flag for type compare and hash - - - - --- 2018-10-18 Ian Lance Taylor New
Go patch committed: List indirect imports separately in export data Go patch committed: List indirect imports separately in export data - - - - --- 2018-10-18 Ian Lance Taylor New
Go patch committed: Rewrite Type::are_identical to use flags Go patch committed: Rewrite Type::are_identical to use flags - - - - --- 2018-10-18 Ian Lance Taylor New
Go patch committed: Drop semicolons in export data Go patch committed: Drop semicolons in export data - - - - --- 2018-10-18 Ian Lance Taylor New
libgo patch committed: Skip testSetPanicOnFault when using LLVM libgo patch committed: Skip testSetPanicOnFault when using LLVM - - - - --- 2018-10-09 Ian Lance Taylor New
libgo patch committed: Update to 1.11.1 release libgo patch committed: Update to 1.11.1 release - - - - --- 2018-10-08 Ian Lance Taylor New
libgo patch committed: Use inline assembler for xgetbv libgo patch committed: Use inline assembler for xgetbv - - - - --- 2018-10-05 Ian Lance Taylor New
libgo patch committed: Remove checkgoarm function libgo patch committed: Remove checkgoarm function - - - - --- 2018-10-05 Ian Lance Taylor New
libbacktrace patch committed: backtrace_create_state should be called once libbacktrace patch committed: backtrace_create_state should be called once - - - - --- 2018-10-05 Ian Lance Taylor New
Go patch committed: Use underlying type to build placeholder type for aliases Go patch committed: Use underlying type to build placeholder type for aliases - - - - --- 2018-10-01 Ian Lance Taylor New
Go patch committed: Fix parsing problem when package name starts with non-ASCII Go patch committed: Fix parsing problem when package name starts with non-ASCII - - - - --- 2018-09-28 Ian Lance Taylor New
libgo patch committed: Pass down newly built gccgo in TestScript libgo patch committed: Pass down newly built gccgo in TestScript - - - - --- 2018-09-25 Ian Lance Taylor New
libgo patch committed: Update to 1.11 release libgo patch committed: Update to 1.11 release - - - - --- 2018-09-24 Ian Lance Taylor New
libgo patch committed: Correct gccgo buildid file on ARM libgo patch committed: Correct gccgo buildid file on ARM - - - - --- 2018-09-14 Ian Lance Taylor New
Go patch committed: Don't use address of temporary for deferred delete Go patch committed: Don't use address of temporary for deferred delete - - - - --- 2018-09-14 Ian Lance Taylor New
Go patch committed: Call gcWrwiteBarrier instead of writebarrierptr Go patch committed: Call gcWrwiteBarrier instead of writebarrierptr - - - - --- 2018-09-13 Ian Lance Taylor New
libgo patch committed: Correct counters when sweeping span libgo patch committed: Correct counters when sweeping span - - - - --- 2018-09-13 Ian Lance Taylor New
Go patch committed: Open code select statement setup Go patch committed: Open code select statement setup - - - - --- 2018-09-13 Ian Lance Taylor New
Go patch committed: Implement //go:nowritebarrierrec Go patch committed: Implement //go:nowritebarrierrec - - - - --- 2018-09-13 Ian Lance Taylor New
libgo patch committed: Avoid write barriers with traceback info libgo patch committed: Avoid write barriers with traceback info - - - - --- 2018-09-13 Ian Lance Taylor New
libgo patch committed: Build GC roots index libgo patch committed: Build GC roots index - - - - --- 2018-09-13 Ian Lance Taylor New
Go patch committed: Omit a couple of write barriers Go patch committed: Omit a couple of write barriers - - - - --- 2018-09-13 Ian Lance Taylor New
« 1 2 ... 5 6 713 14 »