aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-09runtime: YIELD in procyield on ARMAustin Clements
2017-06-09all: single space after periodBrad Fitzpatrick
2017-06-09os/exec: remove BUG for old and unsupported OSBrad Fitzpatrick
2017-06-09runtime: print pc with fp/sp in tracebackAustin Clements
2017-06-09doc: list image changes in 1.9 release notesAlberto Donizetti
2017-06-09cmd/compile: don't use ."" as a pkg prefixDaniel Martí
2017-06-09net/http: regenerate http2 bundle with bundle fixes to include commentsBrad Fitzpatrick
2017-06-09doc/go1.9: runtime release notesAustin Clements
2017-06-09doc/go1.9: GC performance release notesAustin Clements
2017-06-09cmd/internal/obj/arm: fix encoding of move register/immediate to CPSRBen Shi
2017-06-09testing: show in-progress tests upon SIGINTMeir Fischer
2017-06-08cmd/go: ignore dot and underscore files in fmt, fix, and get -fixBrad Fitzpatrick
2017-06-08net/http: remove invalid checks of Request.Proto* for outgoing requestsBrad Fitzpatrick
2017-06-08syscall: make windows Exit call runtime.exitAlex Brainman
2017-06-08net: make Dial("tcp", ln.Addr().String()) work even with bad IPv6 configBrad Fitzpatrick
2017-06-08net: support all PacketConn and Conn returned by Resolver.DialBen Burkert
2017-06-08net/http: simplify recently added TestServeTLSBrad Fitzpatrick
2017-06-08log/syslog: expand docs a bit to reduce confusionBrad Fitzpatrick
2017-06-08runtime: more diagnostics for TestStackGrowthAustin Clements
2017-06-08cmd/compile: fix real/imag for untyped constant argumentsRobert Griesemer
2017-06-08runtime: fix documentation error about runtime.GC()Austin Clements
2017-06-08net/http: add Server.ServeTLS methodNiklas Schnelle
2017-06-08net/http: enable TestLinuxSendfile on mips64Vladimir Stefanovic
2017-06-08bufio: clarify WriteTo docsSam Whited
2017-06-08go/types: adjust type-checking of shifts to match compilersRobert Griesemer
2017-06-08spec: clarify restrictions on RHS of non-constant shiftsRobert Griesemer
2017-06-08runtime: fix tab/space inconsistency in runtime-gdb.pyAustin Clements
2017-06-08runtime: fix GDB goroutine N command when N is runningAustin Clements
2017-06-08test: add test that caused gccgo undefined symbol errorIan Lance Taylor
2017-06-08cmd/go: fix TestBuildIDContainsArchModeEnv fail on arm64Wei Xiao
2017-06-08compress/lzw: don't follow code == hi if last is invalid.Nigel Tao
2017-06-08reflect: check pkgPath for unexported methods in ImplementsIan Lance Taylor
2017-06-07net/http: delete vestigial methodBrad Fitzpatrick
2017-06-07sync: remove note about creating with structuresJoonas Kuorilehto
2017-06-07cmd/compile: separate code for len, cap from code for real, imagRobert Griesemer
2017-06-07time: vendor tzdata-2017b and update testAlberto Donizetti
2017-06-07cmd/compile: don't implicitly dereference pointer to arrays for real/imagRobert Griesemer
2017-06-07database/sql: Use Tx.ctx in Tx non-context methodsBulat Gaifullin
2017-06-07fmt: remove unnecessary trailing commas in doc.goRob Phoenix
2017-06-07doc: list testing package changes in 1.9 release notesAlberto Donizetti
2017-06-07net/http: don't crash in Request.WithContext if Request.URL is nilBrad Fitzpatrick
2017-06-07cmd/internal/obj/arm: don't split instructions on NaClCherry Zhang
2017-06-07doc: remove math/bits from 'minor changes' sectionAlberto Donizetti
2017-06-07doc: add type aliases to go1.9.htmlBrad Fitzpatrick
2017-06-07runtime: mark extra M's G as dead when not in useAustin Clements
2017-06-07runtime: deflake TestPanicRaceIan Lance Taylor
2017-06-07builtin: use type aliases for rune and byteBrad Fitzpatrick
2017-06-07cmd/compile: check that phis are always first after schedulingKeith Randall
2017-06-06runtime: intercept munmap as we do mmapIan Lance Taylor
2017-06-06doc: delete go1.8.txtBrad Fitzpatrick