]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2015-11-23 Robert Griesemercmd/compile: simplify parsing of possibly absent type
2015-11-23 Rob Pikedoc: update 1.6.txt for fmt.Scanf change
2015-11-23 Nodir Turakulovfmt: check newline in the end of input
2015-11-23 Austin Clementsruntime: clean up gcMarkDone
2015-11-23 Austin Clementsruntime: improve stack barrier debugging
2015-11-23 Austin Clementsruntime: make stack barrier locking more robust
2015-11-23 Ian Lance Taylorcmd/cgo: ignore vars with no name or type if they have...
2015-11-23 Russ Coxcmd/go: disable TestNoteReading on dragonfly
2015-11-22 Dmitri Shuralyovhtml/template: Add missing error check to package example.
2015-11-21 Mohit Agarwalmisc/cgo/testshared: add format specifier in Errorf...
2015-11-21 Robert Griesemercmd/compile: address several more 1.6 TODOs in parser
2015-11-21 Robert Griesemercmd/compile: simplify tracing code (cleanup)
2015-11-21 Mikio Haranet: move TestLookupPort into lookup_test.go
2015-11-21 Ian Lance Taylornet: don't run multicast listen test on nil interface...
2015-11-20 Rob Pikefmt: give correct error for % at end of string when...
2015-11-20 Robert Griesemercmd/compile: fix TODO in tracing code
2015-11-20 Robert Griesemercmd/compile: better syntax error recovery
2015-11-20 Robert Griesemercmd/compile: match markdcl and popdcl even in case...
2015-11-20 Robert Griesemercmd/compile: no need to keep ()'s for all pseudocalls
2015-11-20 Robert Griesemercmd/compile: print regular error message in BOM corner...
2015-11-20 Ian Lance Taylordoc: add FAQ entry about covariant result types
2015-11-20 Austin Clementsruntime/pprof: disable TestStackBarrierProfiling on...
2015-11-20 Russ Coxruntime: fix new stack barrier check
2015-11-20 David Crawshawruntime/pprof: check if test can fork
2015-11-20 David Crawshawos: use different test files on android
2015-11-20 Hyang-Ah Hana Kimcmd: allow buildmode=c-shared for android/386
2015-11-20 Ian Lance Taylortest: add another test that gccgo failed to compile
2015-11-20 Shenghou Maruntime: make it possible to call syscall on solaris...
2015-11-20 Joe Tsaihash/crc32: rename iEEETable to ieeeTable
2015-11-20 Hyang-Ah Hana Kimcmd/dist: run testcshared test on linux/386
2015-11-20 Hyang-Ah Hana Kimcmd/go, cmd/link: enable -buildmode=c-shared on linux/386
2015-11-20 Russ Coxruntime: make asmcgocall work without a g
2015-11-20 Rob Pikecmd/go: make it clearer that go generate accepts all...
2015-11-20 Ian Lance Taylorcmd/cgo: final docs for pointer passing
2015-11-20 Ian Lance Taylorcmd/cgo: put the real C function in the dynamic symbol...
2015-11-19 Shenghou Macmd/compile: set log prefix and suppress date
2015-11-19 Keith Randallreflect: mark mapassign as noescape
2015-11-19 Russ Coxcmd/go: skip TestNoteReading2K on Windows
2015-11-19 Austin Clementsruntime: recursively disallow write barriers in sysmon
2015-11-19 Austin Clementscmd/compile: special case nowritebarrierrec for allocm
2015-11-19 Austin Clementsruntime: eliminate write barriers from mem_plan9.go
2015-11-19 Austin Clementsruntime: eliminate traceAllocBlock write barriers
2015-11-19 Austin Clementsruntime: eliminate write barriers from gentraceback
2015-11-19 Russ Coxcmd/go: fix loading of buildid on OS X executables
2015-11-19 Russ Coxcmd/dist: rewrite mkdeps.bash to work on OS X
2015-11-19 Rob Pikecmd/asm: add doc.go
2015-11-19 Russ Coxcmd/compile: fix crash with -race on large expr contain...
2015-11-19 Michael Matloobcmd/compile: identify the runtime pkg using myimportpath
2015-11-19 Ian Lance Taylorcmd/cgo, runtime: exported Go functions can't return...
2015-11-19 Michael Hudson... cmd/internal/obj/x86: still use (fake) local exec TLS...
2015-11-19 Austin Clementsruntime/pprof: test that stack barriers never appear...
2015-11-19 Austin Clementsruntime: prevent sigprof during all stack barrier ops
2015-11-19 Austin Clementsruntime: handle sigprof in stackBarrier
2015-11-19 Brad Fitzpatricknet/http: start of making all relevant tests test both...
2015-11-19 Brad Fitzpatricknet/http: accept empty method in Transport again
2015-11-19 Michael Hudson... cmd/dist: run testshared on linux/386
2015-11-19 Michael Hudson... cmd/link, runtime: call addmoduledata when dynamically...
2015-11-18 Robert Griesemercmd/compile/internal/gc: add line numbers for complit...
2015-11-18 Robert Griesemercmd/compile/internal/gc: address TODO (better comment)
2015-11-18 Robert Griesemercmd/compile/internal/gc: better error message for paren...
2015-11-18 Robert Griesemercmd/compile/internal/gc: fix incorrect parsing of ...
2015-11-18 Robert Griesemercmd/compile/internal/gc: fix parsing of <-x (recv op...
2015-11-18 Ian Lance Taylornet: use t.Fatalf, not t.Fatal, in test
2015-11-18 Michael Hudson... cmd/internal/obj/x86, cmd/link: enable access to global...
2015-11-18 Michael Hudson... cmd/internal/obj/x86: position independent access to...
2015-11-18 Michael Hudson... cmd/internal/obj/x86: factor rewriting to use GOT into...
2015-11-18 Russ Coxcmd/link: link go.o first
2015-11-18 Russ Coxcmd/compile: fix Val vs Opt collision
2015-11-18 Russ Coxruntime: fix bad signal stack when using cgo-created...
2015-11-18 Ian Lance Taylorcmd/dist: don't run internal link tests on arm or darwi...
2015-11-18 Russ CoxRevert "runtime: use a proper type, sigset, for m.sigmask"
2015-11-18 Caleb Sparestrings: fix period placement in Search doc comment
2015-11-18 Ian Lance Taylorcmd/link: add -libgcc option
2015-11-18 Michael Hudson... cmd/internal/obj/x86, cmd/link/internal/x86: support...
2015-11-18 Michael Hudson... cmd/compile, cmd/compile/internal/x86: do not let regop...
2015-11-18 Michael Hudson... runtime: handle volatility of CX when dynamically linki...
2015-11-18 Michael Hudson... cmd/go: enable -buildmode=pie on linux/386
2015-11-18 David Benjaminencoding/asn1: enforce use of short form lengths.
2015-11-18 Edward Mullertime: _2006 is a literal _, followed by 2006
2015-11-17 Mohit Agarwalpath/filepath: in Rel use case-insensitive comparison...
2015-11-17 Matthew Dempskynet: fix IPv4 address selection
2015-11-17 Mohit Agarwalpath/filepath: include the original paths in error...
2015-11-17 Hyang-Ah Hana Kimcmd: enable android/386 build (buildmode=pie by default)
2015-11-17 Elias Naurruntime: use a proper type, sigset, for m.sigmask
2015-11-17 Joe Tsaicmd/doc: fix strange indentation artifacts with unexpor...
2015-11-17 Michael Hudson... runtime, syscall: use int $0x80 to invoke syscalls...
2015-11-17 Dan Petersonnet: don't require recursion be available in DNS responses
2015-11-17 Ian Lance Taylorgo/build: in TestDependencies, crypto/tls does not...
2015-11-17 Emmanuel Odekenet/http: add/update mp4 sniffing
2015-11-17 David Crawshawruntime: android/arm64 support
2015-11-17 Caleb Sparenet/http: detect when an HTTPS client contacts an HTTP...
2015-11-17 Robert Griesemercmd/compile/internal/gc: add dropped line correction...
2015-11-17 Robert Griesemertest: add test case for issue #13248
2015-11-17 Robert Griesemercmd/compile/internal/gc: don't ignore EOF in new parser
2015-11-17 Robert Griesemercmd/compile/internal/gc: correctly use internal call...
2015-11-17 Austin Clementsruntime: check for updated arena_end overflow
2015-11-16 Robert Griesemertest: fix test case
2015-11-16 Austin Clementsruntime: make mcache.tiny a uintptr
2015-11-16 Austin Clementsruntime: clear tiny alloc cache in mark term, not sweep...
2015-11-16 Caleb Sparecrypto/tls: return a typed error on invalid record...
next