2017-10-11 |
Daniel Martí | cmd/compile: deduplicate a few lines in swt.go |
commit | commitdiff | tree |
2017-10-11 |
Hugues Bruant | cmd/compile: inline calls to local closures |
commit | commitdiff | tree |
2017-10-11 |
Austin Clements | runtime: don't try to free OS-created signal stacks |
commit | commitdiff | tree |
2017-10-11 |
Joe Tsai | encoding/json: use Deprecated markers |
commit | commitdiff | tree |
2017-10-11 |
David Chase | cmd/compile: add line numbers to values & blocks in... |
commit | commitdiff | tree |
2017-10-11 |
Ian Lance Taylor | runtime: unify amd64 -buildmode=c-archive/c-shared... |
commit | commitdiff | tree |
2017-10-11 |
Lynn Boger | misc/cgo/testcarchive: use -no-pie where needed |
commit | commitdiff | tree |
2017-10-11 |
David Crawshaw | cmd/link: move ELF reader to its own package |
commit | commitdiff | tree |
2017-10-11 |
Cherry Zhang | test: skip issue22200b.go on mipsle |
commit | commitdiff | tree |
2017-10-11 |
Russ Cox | cmd/dist: refresh deps.go after recent package io changes |
commit | commitdiff | tree |
2017-10-11 |
Ian Lance Taylor | runtime: unify amd64 -buildmode=exe entry point code |
commit | commitdiff | tree |
2017-10-11 |
Austin Clements | cmd/link: fix some unintentional symbol creation |
commit | commitdiff | tree |
2017-10-11 |
Joe Tsai | io: simplify pipe implementation |
commit | commitdiff | tree |
2017-10-11 |
Joe Tsai | net: implement deadline functionality on Pipe |
commit | commitdiff | tree |
2017-10-11 |
Russ Cox | cmd/internal/buildid: add missing f.Close in ReadFile |
commit | commitdiff | tree |
2017-10-11 |
Russ Cox | cmd/dist: reenable TestDeps |
commit | commitdiff | tree |
2017-10-11 |
Russ Cox | cmd/go: record both build ID and content ID in archives... |
commit | commitdiff | tree |
2017-10-11 |
Austin Clements | cmd/compile: fix some plive comments |
commit | commitdiff | tree |
2017-10-11 |
Keith Randall | cmd/compile: abort earlier if stack frame too large |
commit | commitdiff | tree |
2017-10-11 |
Keith Randall | cmd/compile: fold constant comparisions into SETxxmem... |
commit | commitdiff | tree |
2017-10-11 |
Russ Cox | cmd/buildid: add new tool factoring out code needed... |
commit | commitdiff | tree |
2017-10-11 |
Austin Clements | cmd/compile: split TestNexting into subtests |
commit | commitdiff | tree |
2017-10-11 |
Austin Clements | runtime: make (Un)LockOSThread doc more prescriptive |
commit | commitdiff | tree |
2017-10-11 |
Austin Clements | runtime: terminate locked OS thread if its goroutine... |
commit | commitdiff | tree |
2017-10-11 |
Austin Clements | runtime: make it possible to exit Go-created threads |
commit | commitdiff | tree |
2017-10-11 |
Russ Cox | cmd/go: make cmd/* default to go tool installation |
commit | commitdiff | tree |
2017-10-11 |
Austin Clements | runtime: replace sched.mcount int32 with sched.mnext... |
commit | commitdiff | tree |
2017-10-11 |
Russ Cox | cmd/go: hoist C++, Objective-C, and Fortran checks... |
commit | commitdiff | tree |
2017-10-11 |
Austin Clements | runtime: mark mstart as nowritebarrierrec |
commit | commitdiff | tree |
2017-10-11 |
Russ Cox | cmd/go: replace a.Package.Internal.Pkgfile with a.built |
commit | commitdiff | tree |
2017-10-11 |
Austin Clements | runtime: make m.nextwaitm an muintptr |
commit | commitdiff | tree |
2017-10-11 |
Russ Cox | cmd/go: clean up compile vs link vs shared library... |
commit | commitdiff | tree |
2017-10-11 |
Austin Clements | runtime: don't start new threads from locked threads |
commit | commitdiff | tree |
2017-10-11 |
Russ Cox | cmd/go: separate compile and link steps in action graph |
commit | commitdiff | tree |
2017-10-11 |
David Crawshaw | debug/elf: add relocation constants |
commit | commitdiff | tree |
2017-10-11 |
Ian Lance Taylor | cmd/go: correct directory used in checkNestedVCS test |
commit | commitdiff | tree |
2017-10-11 |
Ben Shi | cmd/compile: optimize ARM code with CMN/TST/TEQ |
commit | commitdiff | tree |
2017-10-11 |
Frank Somers | runtime: move vdso_linux_amd64.go to vdso_linux.go |
commit | commitdiff | tree |
2017-10-11 |
Daniel Martí | cmd/compile: eliminate some lineno uses |
commit | commitdiff | tree |
2017-10-11 |
Alberto Donizetti | cmd/compile: fix OTYPESW Op comment |
commit | commitdiff | tree |
2017-10-11 |
Ian Lance Taylor | cmd/compile: disable TestNexting in short mode |
commit | commitdiff | tree |
2017-10-11 |
griesemer | cmd/compile/internal/syntax: consider function nesting... |
commit | commitdiff | tree |
2017-10-11 |
griesemer | cmd/compile/internal/syntax: factor out parsing of... |
commit | commitdiff | tree |
2017-10-11 |
griesemer | cmd/compile/internal/syntax: remove some outdated comme... |
commit | commitdiff | tree |
2017-10-10 |
Carlos Eduardo Seo | cmd/asm, cmd/internal/obj/ppc64: Fix Data Cache instruc... |
commit | commitdiff | tree |
2017-10-10 |
Joe Tsai | archive/tar: ignore ChangeTime and AccessTime unless... |
commit | commitdiff | tree |
2017-10-10 |
Joe Tsai | archive/tar: improve handling of directory paths |
commit | commitdiff | tree |
2017-10-10 |
Cherry Zhang | cmd/compile: intrinsify atomics on MIPS64 |
commit | commitdiff | tree |
2017-10-10 |
Matthew Dempsky | cmd/compile: simplify mkinlcall1 |
commit | commitdiff | tree |
2017-10-10 |
Matthew Dempsky | cmd/compile: remove outdated TODO about inlining |
commit | commitdiff | tree |
2017-10-10 |
Russ Cox | testing: add PAUSE, CONT output lines to explain Parall... |
commit | commitdiff | tree |
2017-10-10 |
Daniel Martí | cmd/compile: make bad Ctypes be only 0 |
commit | commitdiff | tree |
2017-10-10 |
Cherry Zhang | cmd/compile: clean up ADDconst on PPC64 |
commit | commitdiff | tree |
2017-10-10 |
Adam Langley | crypto/x509: reject intermediates with unknown critical... |
commit | commitdiff | tree |
2017-10-10 |
Cherry Zhang | cmd/compile: intrinsify runtime.getcallersp |
commit | commitdiff | tree |
2017-10-10 |
Elias Naur | runtime: fix cgo export of panicmem on ios |
commit | commitdiff | tree |
2017-10-10 |
Alex Brainman | cmd/dist, cmd/link, cmd/go: make c-shared work on windows |
commit | commitdiff | tree |
2017-10-10 |
Russ Cox | cmd/go: add undocumented -debug-actiongraph flag to... |
commit | commitdiff | tree |
2017-10-09 |
Daniel Martí | cmd/link: various cleanups using tools |
commit | commitdiff | tree |
2017-10-09 |
Keith Randall | cmd/compile: add ideal int constants to dwarf |
commit | commitdiff | tree |
2017-10-09 |
David Chase | cmd/compile: skip ssa/debug_test.go when gdb missing... |
commit | commitdiff | tree |
2017-10-09 |
Daniel Martí | runtime: remove a few unused params and results |
commit | commitdiff | tree |
2017-10-09 |
Adam Langley | encoding/asn1: don't encode strings with '*' as Printab... |
commit | commitdiff | tree |
2017-10-09 |
griesemer | go/doc: fix constant type propagation |
commit | commitdiff | tree |
2017-10-09 |
griesemer | cmd/compile/internal/syntax: remove unused code |
commit | commitdiff | tree |
2017-10-09 |
Gabriel Aszalos | runtime: remove the 'go:nosplit' directive from documen... |
commit | commitdiff | tree |
2017-10-09 |
Josselin Costanzi | encoding/base64: optimize DecodeString |
commit | commitdiff | tree |
2017-10-09 |
Daniel Martí | cmd/vet: skip self-assigns with side effects |
commit | commitdiff | tree |
2017-10-09 |
Elias Naur | misc/cgo/testcarchive: skip flaky SIGPROF test on darwin |
commit | commitdiff | tree |
2017-10-09 |
Ian Lance Taylor | misc/cgo/testcshared: don't overwrite cc in parallel... |
commit | commitdiff | tree |
2017-10-08 |
Alex Brainman | misc/cgo/testcshared: use correct install directory... |
commit | commitdiff | tree |
2017-10-08 |
David Crawshaw | cmd/link: ignore macho symbols in invalid sections |
commit | commitdiff | tree |
2017-10-08 |
Laurent Voisin | encoding/gob: fix a typo in the package documentation |
commit | commitdiff | tree |
2017-10-07 |
David Chase | cmd/compile: better XPos for rematerialized values... |
commit | commitdiff | tree |
2017-10-07 |
Marvin Stenger | cmd/link/internal/loadmacho: reduce scope of local... |
commit | commitdiff | tree |
2017-10-07 |
Nigel Tao | image/gif: add BenchmarkDecode. |
commit | commitdiff | tree |
2017-10-07 |
Alex Brainman | misc/cgo/testcshared: delete testp0.exe not testp0... |
commit | commitdiff | tree |
2017-10-06 |
David Crawshaw | cmd/link: move ldmacho to its own package |
commit | commitdiff | tree |
2017-10-06 |
Russ Cox | cmd/asm, cmd/cgo, cmd/compile, cmd/cover, cmd/link... |
commit | commitdiff | tree |
2017-10-06 |
Peter Wu | crypto/tls: fix first byte test for 255 CBC padding... |
commit | commitdiff | tree |
2017-10-06 |
griesemer | math/big: provide support for conversion bases up to 62 |
commit | commitdiff | tree |
2017-10-06 |
David Chase | cmd/compile: add test generator for control and data... |
commit | commitdiff | tree |
2017-10-06 |
griesemer | math/bits: complete examples |
commit | commitdiff | tree |
2017-10-06 |
griesemer | cmd/compile: better error message for assignment mismatches |
commit | commitdiff | tree |
2017-10-06 |
isharipo | cmd/asm: fix build error caused by yextractps |
commit | commitdiff | tree |
2017-10-06 |
isharipo | obj/x86: make VEX-specified-register explicit |
commit | commitdiff | tree |
2017-10-06 |
isharipo | cmd/asm: add amd64 EXTRACTPS instruction |
commit | commitdiff | tree |
2017-10-06 |
Aliaksandr... | cmd/compile: optimize signed non-negative div/mod by... |
commit | commitdiff | tree |
2017-10-06 |
David Crawshaw | cmd/link: move build/link mode globals into ctxt |
commit | commitdiff | tree |
2017-10-06 |
David Crawshaw | cmd/link: give the object reader its own package |
commit | commitdiff | tree |
2017-10-06 |
Alberto Donizetti | cmd/compile: remove x86 arch-specific rules for +2ⁿ... |
commit | commitdiff | tree |
2017-10-06 |
Afanasev Stanislav | bytes: panic in ReadFrom with more information with... |
commit | commitdiff | tree |
2017-10-06 |
Jeff | net/smtp: NewClient: set tls field to true when already... |
commit | commitdiff | tree |
2017-10-05 |
Marvin Stenger | all: revert "all: prefer strings.LastIndexByte over... |
commit | commitdiff | tree |
2017-10-05 |
Marvin Stenger | all: revert "all: prefer strings.IndexByte over strings... |
commit | commitdiff | tree |
2017-10-05 |
Alex Brainman | misc/cgo/testcshared: skip all but TestExportedSymbols... |
commit | commitdiff | tree |
2017-10-05 |
Matthew Dempsky | cmd/compile: cleanup genwrapper slightly |
commit | commitdiff | tree |
2017-10-05 |
Cherry Zhang | cmd/internal/obj/arm64: fix handling of unaligned offse... |
commit | commitdiff | tree |
2017-10-05 |
Ilya Tocar | cmd/compile/internal/amd64: add SETccmem |
commit | commitdiff | tree |
2017-10-05 |
Austin Clements | runtime: fix exit1 arguments on Darwin |
commit | commitdiff | tree |
next |