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 |
2015-11-17 |
Mohit Agarwal | path/filepath: in Rel use case-insensitive comparison... |
commit | commitdiff | tree |
2015-11-17 |
Matthew Dempsky | net: fix IPv4 address selection |
commit | commitdiff | tree |
2015-11-17 |
Mohit Agarwal | path/filepath: include the original paths in error... |
commit | commitdiff | tree |
2015-11-17 |
Hyang-Ah Hana Kim | cmd: enable android/386 build (buildmode=pie by default) |
commit | commitdiff | tree |
2015-11-17 |
Elias Naur | runtime: use a proper type, sigset, for m.sigmask |
commit | commitdiff | tree |
2015-11-17 |
Joe Tsai | cmd/doc: fix strange indentation artifacts with unexpor... |
commit | commitdiff | tree |
2015-11-17 |
Michael Hudson... | runtime, syscall: use int $0x80 to invoke syscalls... |
commit | commitdiff | tree |
2015-11-17 |
Dan Peterson | net: don't require recursion be available in DNS responses |
commit | commitdiff | tree |
2015-11-17 |
Ian Lance Taylor | go/build: in TestDependencies, crypto/tls does not... |
commit | commitdiff | tree |
2015-11-17 |
Emmanuel Odeke | net/http: add/update mp4 sniffing |
commit | commitdiff | tree |
2015-11-17 |
David Crawshaw | runtime: android/arm64 support |
commit | commitdiff | tree |
2015-11-17 |
Caleb Spare | net/http: detect when an HTTPS client contacts an HTTP... |
commit | commitdiff | tree |
2015-11-17 |
Robert Griesemer | cmd/compile/internal/gc: add dropped line correction... |
commit | commitdiff | tree |
2015-11-17 |
Robert Griesemer | test: add test case for issue #13248 |
commit | commitdiff | tree |
2015-11-17 |
Robert Griesemer | cmd/compile/internal/gc: don't ignore EOF in new parser |
commit | commitdiff | tree |
2015-11-17 |
Robert Griesemer | cmd/compile/internal/gc: correctly use internal call... |
commit | commitdiff | tree |
2015-11-17 |
Austin Clements | runtime: check for updated arena_end overflow |
commit | commitdiff | tree |
2015-11-16 |
Robert Griesemer | test: fix test case |
commit | commitdiff | tree |
2015-11-16 |
Austin Clements | runtime: make mcache.tiny a uintptr |
commit | commitdiff | tree |
2015-11-16 |
Austin Clements | runtime: clear tiny alloc cache in mark term, not sweep... |
commit | commitdiff | tree |
2015-11-16 |
Caleb Spare | crypto/tls: return a typed error on invalid record... |
commit | commitdiff | tree |
2015-11-16 |
Marcel van... | unicode/utf8: table-based algorithm for decoding |
commit | commitdiff | tree |
2015-11-16 |
Russ Cox | cmd/compile: fix value range check for complex constants |
commit | commitdiff | tree |
2015-11-16 |
Russ Cox | cmd/compile: do not emit args_stackmap for func _ |
commit | commitdiff | tree |
next |