| 2015-11-24 | Rob Pike | encoding/gob: document that zero elements of arrays... | commit | commitdiff | tree | 
| 2015-11-24 | David du Colombier | syscall: don't check result of close(fd) in forkAndExec... | commit | commitdiff | tree | 
| 2015-11-24 | Elias Naur | runtime: use a proper type, sigset, for m.sigmask | commit | commitdiff | tree | 
| 2015-11-24 | Michael Hudson... | test: add ability to run tests with dynamic linking | commit | commitdiff | tree | 
| 2015-11-24 | Carlos Cirello | unicode: add function level examples | commit | commitdiff | tree | 
| 2015-11-24 | Aaron Jacobs | unicode/utf8: don't imply that the empty string is... | commit | commitdiff | tree | 
| 2015-11-24 | Caleb Spare | testing: pause the test timer while waiting in T.Parallel | commit | commitdiff | tree | 
| 2015-11-24 | dvyukov | runtime/race: add tests for channels | commit | commitdiff | tree | 
| 2015-11-24 | Ilya Tocar | runtime: speed up memclr with avx2 on amd64 | commit | commitdiff | tree | 
| 2015-11-24 | Dave Cheney | runtime: skip CallbackGC test in short mode on linux/arm | commit | commitdiff | tree | 
| 2015-11-24 | Alex Brainman | runtime: fix handling VirtualAlloc failure in sysUsed | commit | commitdiff | tree | 
| 2015-11-24 | Robert Griesemer | test: add test case for issue 13268 | commit | commitdiff | tree | 
| 2015-11-24 | Andrew Gerrand | doc: add Code of Conduct | commit | commitdiff | tree | 
| 2015-11-24 | Robert Griesemer | cmd/compile: remove dead code | commit | commitdiff | tree | 
| 2015-11-24 | Caleb Spare | test: remove dead branch from run.go | commit | commitdiff | tree | 
| 2015-11-24 | Michael Hudson... | runtime: mark {g,m,p}uintptr methods as nosplit | commit | commitdiff | tree | 
| 2015-11-24 | Austin Clements | runtime: take stack barrier lock during copystack | commit | commitdiff | tree | 
| 2015-11-24 | Alex Brainman | runtime: do not call timeBeginPeriod on windows | commit | commitdiff | tree | 
| 2015-11-24 | Robert Griesemer | cmd/compile: remove yacc-based parser | commit | commitdiff | tree | 
| 2015-11-24 | Ian Lance Taylor | cmd/link: support R_PPC_REL32 relocation | commit | commitdiff | tree | 
| 2015-11-23 | Rob Pike | html/template: add DefinedTemplates to html/template | commit | commitdiff | tree | 
| 2015-11-23 | Robert Griesemer | cmd/compile: simplify parsing of possibly absent type | commit | commitdiff | tree | 
| 2015-11-23 | Rob Pike | doc: update 1.6.txt for fmt.Scanf change | commit | commitdiff | tree | 
| 2015-11-23 | Nodir Turakulov | fmt: check newline in the end of input | commit | commitdiff | tree | 
| 2015-11-23 | Austin Clements | runtime: clean up gcMarkDone | commit | commitdiff | tree | 
| 2015-11-23 | Austin Clements | runtime: improve stack barrier debugging | commit | commitdiff | tree | 
| 2015-11-23 | Austin Clements | runtime: make stack barrier locking more robust | commit | commitdiff | tree | 
| 2015-11-23 | Ian Lance Taylor | cmd/cgo: ignore vars with no name or type if they have... | commit | commitdiff | tree | 
| 2015-11-23 | Russ Cox | cmd/go: disable TestNoteReading on dragonfly | commit | commitdiff | tree | 
| 2015-11-22 | Dmitri Shuralyov | html/template: Add missing error check to package example. | commit | commitdiff | tree | 
| 2015-11-21 | Mohit Agarwal | misc/cgo/testshared: add format specifier in Errorf... | commit | commitdiff | tree | 
| 2015-11-21 | Robert Griesemer | cmd/compile: address several more 1.6 TODOs in parser | commit | commitdiff | tree | 
| 2015-11-21 | Robert Griesemer | cmd/compile: simplify tracing code (cleanup) | commit | commitdiff | tree | 
| 2015-11-21 | Mikio Hara | net: move TestLookupPort into lookup_test.go | commit | commitdiff | tree | 
| 2015-11-21 | Ian Lance Taylor | net: don't run multicast listen test on nil interface... | commit | commitdiff | tree | 
| 2015-11-20 | Rob Pike | fmt: give correct error for % at end of string when... | commit | commitdiff | tree | 
| 2015-11-20 | Robert Griesemer | cmd/compile: fix TODO in tracing code | commit | commitdiff | tree | 
| 2015-11-20 | Robert Griesemer | cmd/compile: better syntax error recovery | commit | commitdiff | tree | 
| 2015-11-20 | Robert Griesemer | cmd/compile: match markdcl and popdcl even in case... | commit | commitdiff | tree | 
| 2015-11-20 | Robert Griesemer | cmd/compile: no need to keep ()'s for all pseudocalls | commit | commitdiff | tree | 
| 2015-11-20 | Robert Griesemer | cmd/compile: print regular error message in BOM corner... | commit | commitdiff | tree | 
| 2015-11-20 | Ian Lance Taylor | doc: add FAQ entry about covariant result types | commit | commitdiff | tree | 
| 2015-11-20 | Austin Clements | runtime/pprof: disable TestStackBarrierProfiling on... | commit | commitdiff | tree | 
| 2015-11-20 | Russ Cox | runtime: fix new stack barrier check | commit | commitdiff | tree | 
| 2015-11-20 | David Crawshaw | runtime/pprof: check if test can fork | commit | commitdiff | tree | 
| 2015-11-20 | David Crawshaw | os: use different test files on android | commit | commitdiff | tree | 
| 2015-11-20 | Hyang-Ah Hana Kim | cmd: allow buildmode=c-shared for android/386 | commit | commitdiff | tree | 
| 2015-11-20 | Ian Lance Taylor | test: add another test that gccgo failed to compile | commit | commitdiff | tree | 
| 2015-11-20 | Shenghou Ma | runtime: make it possible to call syscall on solaris... | commit | commitdiff | tree | 
| 2015-11-20 | Joe Tsai | hash/crc32: rename iEEETable to ieeeTable | commit | commitdiff | tree | 
| 2015-11-20 | Hyang-Ah Hana Kim | cmd/dist: run testcshared test on linux/386 | commit | commitdiff | tree | 
| 2015-11-20 | Hyang-Ah Hana Kim | cmd/go, cmd/link: enable -buildmode=c-shared on linux/386 | commit | commitdiff | tree | 
| 2015-11-20 | Russ Cox | runtime: make asmcgocall work without a g | commit | commitdiff | tree | 
| 2015-11-20 | Rob Pike | cmd/go: make it clearer that go generate accepts all... | commit | commitdiff | tree | 
| 2015-11-20 | Ian Lance Taylor | cmd/cgo: final docs for pointer passing | commit | commitdiff | tree | 
| 2015-11-20 | Ian Lance Taylor | cmd/cgo: put the real C function in the dynamic symbol... | commit | commitdiff | tree | 
| 2015-11-19 | Shenghou Ma | cmd/compile: set log prefix and suppress date | commit | commitdiff | tree | 
| 2015-11-19 | Keith Randall | reflect: mark mapassign as noescape | commit | commitdiff | tree | 
| 2015-11-19 | Russ Cox | cmd/go: skip TestNoteReading2K on Windows | commit | commitdiff | tree | 
| 2015-11-19 | Austin Clements | runtime: recursively disallow write barriers in sysmon | commit | commitdiff | tree | 
| 2015-11-19 | Austin Clements | cmd/compile: special case nowritebarrierrec for allocm | commit | commitdiff | tree | 
| 2015-11-19 | Austin Clements | runtime: eliminate write barriers from mem_plan9.go | commit | commitdiff | tree | 
| 2015-11-19 | Austin Clements | runtime: eliminate traceAllocBlock write barriers | commit | commitdiff | tree | 
| 2015-11-19 | Austin Clements | runtime: eliminate write barriers from gentraceback | commit | commitdiff | tree | 
| 2015-11-19 | Russ Cox | cmd/go: fix loading of buildid on OS X executables | commit | commitdiff | tree | 
| 2015-11-19 | Russ Cox | cmd/dist: rewrite mkdeps.bash to work on OS X | commit | commitdiff | tree | 
| 2015-11-19 | Rob Pike | cmd/asm: add doc.go | commit | commitdiff | tree | 
| 2015-11-19 | Russ Cox | cmd/compile: fix crash with -race on large expr contain... | commit | commitdiff | tree | 
| 2015-11-19 | Michael Matloob | cmd/compile: identify the runtime pkg using myimportpath | commit | commitdiff | tree | 
| 2015-11-19 | Ian Lance Taylor | cmd/cgo, runtime: exported Go functions can't return... | commit | commitdiff | tree | 
| 2015-11-19 | Michael Hudson... | cmd/internal/obj/x86: still use (fake) local exec TLS... | commit | commitdiff | tree | 
| 2015-11-19 | Austin Clements | runtime/pprof: test that stack barriers never appear... | commit | commitdiff | tree | 
| 2015-11-19 | Austin Clements | runtime: prevent sigprof during all stack barrier ops | commit | commitdiff | tree | 
| 2015-11-19 | Austin Clements | runtime: handle sigprof in stackBarrier | commit | commitdiff | tree | 
| 2015-11-19 | Brad Fitzpatrick | net/http: start of making all relevant tests test both... | commit | commitdiff | tree | 
| 2015-11-19 | Brad Fitzpatrick | net/http: accept empty method in Transport again | commit | commitdiff | tree | 
| 2015-11-19 | Michael Hudson... | cmd/dist: run testshared on linux/386 | commit | commitdiff | tree | 
| 2015-11-19 | Michael Hudson... | cmd/link, runtime: call addmoduledata when dynamically... | commit | commitdiff | tree | 
| 2015-11-18 | Robert Griesemer | cmd/compile/internal/gc: add line numbers for complit... | commit | commitdiff | tree | 
| 2015-11-18 | Robert Griesemer | cmd/compile/internal/gc: address TODO (better comment) | commit | commitdiff | tree | 
| 2015-11-18 | Robert Griesemer | cmd/compile/internal/gc: better error message for paren... | commit | commitdiff | tree | 
| 2015-11-18 | Robert Griesemer | cmd/compile/internal/gc: fix incorrect parsing of ... | commit | commitdiff | tree | 
| 2015-11-18 | Robert Griesemer | cmd/compile/internal/gc: fix parsing of <-x (recv op... | commit | commitdiff | tree | 
| 2015-11-18 | Ian Lance Taylor | net: use t.Fatalf, not t.Fatal, in test | commit | commitdiff | tree | 
| 2015-11-18 | Michael Hudson... | cmd/internal/obj/x86, cmd/link: enable access to global... | commit | commitdiff | tree | 
| 2015-11-18 | Michael Hudson... | cmd/internal/obj/x86: position independent access to... | commit | commitdiff | tree | 
| 2015-11-18 | Michael Hudson... | cmd/internal/obj/x86: factor rewriting to use GOT into... | commit | commitdiff | tree | 
| 2015-11-18 | Russ Cox | cmd/link: link go.o first | commit | commitdiff | tree | 
| 2015-11-18 | Russ Cox | cmd/compile: fix Val vs Opt collision | commit | commitdiff | tree | 
| 2015-11-18 | Russ Cox | runtime: fix bad signal stack when using cgo-created... | commit | commitdiff | tree | 
| 2015-11-18 | Ian Lance Taylor | cmd/dist: don't run internal link tests on arm or darwi... | commit | commitdiff | tree | 
| 2015-11-18 | Russ Cox | Revert "runtime: use a proper type, sigset, for m.sigmask" | commit | commitdiff | tree | 
| 2015-11-18 | Caleb Spare | strings: fix period placement in Search doc comment | commit | commitdiff | tree | 
| 2015-11-18 | Ian Lance Taylor | cmd/link: add -libgcc option | commit | commitdiff | tree | 
| 2015-11-18 | Michael Hudson... | cmd/internal/obj/x86, cmd/link/internal/x86: support... | commit | commitdiff | tree | 
| 2015-11-18 | Michael Hudson... | cmd/compile, cmd/compile/internal/x86: do not let regop... | commit | commitdiff | tree | 
| 2015-11-18 | Michael Hudson... | runtime: handle volatility of CX when dynamically linki... | commit | commitdiff | tree | 
| 2015-11-18 | Michael Hudson... | cmd/go: enable -buildmode=pie on linux/386 | commit | commitdiff | tree | 
| 2015-11-18 | David Benjamin | encoding/asn1: enforce use of short form lengths. | commit | commitdiff | tree | 
| 2015-11-18 | Edward Muller | time: _2006 is a literal _, followed by 2006 | commit | commitdiff | tree | 
| next |