2017-06-14 |
Austin Clements | runtime: move pdesc into p |
commit | commitdiff | tree |
2017-06-14 |
Hiroshi Ioka | go/printer: handle associated comments for CommentedNode |
commit | commitdiff | tree |
2017-06-13 |
Ian Lance Taylor | cmd/go: fix TestIssue7573 for absolute paths in -L... |
commit | commitdiff | tree |
2017-06-13 |
Austin Clements | runtime: increase MaxGomaxprocs to 1024 |
commit | commitdiff | tree |
2017-06-13 |
Pravendra Singh | reflect: prevent structs with invalid field name |
commit | commitdiff | tree |
2017-06-13 |
Emmanuel Odeke | net/http: fix application/ogg sniff signature |
commit | commitdiff | tree |
2017-06-13 |
Daniel Theophanes | doc: add go1.9 release notes for database/sql changes |
commit | commitdiff | tree |
2017-06-13 |
Robert Griesemer | cmd/go: adjust regexp that cleans cgo-related errors |
commit | commitdiff | tree |
2017-06-13 |
Brad Fitzpatrick | doc: flesh out some more Go 1.9 package notes |
commit | commitdiff | tree |
2017-06-13 |
Daniel Theophanes | database/sql: ensure a Stmt from a Conn executes on... |
commit | commitdiff | tree |
2017-06-13 |
Austin Clements | runtime: clean up some silly allp loops |
commit | commitdiff | tree |
2017-06-13 |
Ian Lance Taylor | go/build: make -I/-L options in cgo flags absolute |
commit | commitdiff | tree |
2017-06-13 |
Adam Langley | crypto/x509: support excluded domains in name constraints. |
commit | commitdiff | tree |
2017-06-13 |
Alberto Donizetti | doc: add encoding changes to 1.9 release notes |
commit | commitdiff | tree |
2017-06-13 |
Ian Lance Taylor | cmd/go: initialize in get before loading packages |
commit | commitdiff | tree |
2017-06-13 |
Ben Shi | cmd/internal/obj/arm: fix MOVW to/from FPSR |
commit | commitdiff | tree |
2017-06-13 |
Alex Brainman | time: run genzabbrs.go to update zoneinfo_abbrs_windows.go |
commit | commitdiff | tree |
2017-06-13 |
Brad Fitzpatrick | runtime, unicode: use consistent banner for generated... |
commit | commitdiff | tree |
2017-06-12 |
Daniel Theophanes | database/sql: correct level of write to same var for... |
commit | commitdiff | tree |
2017-06-12 |
Kale Blankenship | doc: add net/http changes to go1.9.html |
commit | commitdiff | tree |
2017-06-12 |
Sarah Adams | database/sql: properly document QueryRow |
commit | commitdiff | tree |
2017-06-12 |
Hiroshi Ioka | go/parser: handle last line comments |
commit | commitdiff | tree |
2017-06-12 |
Daniel Theophanes | database/sql: prevent race on Rows close with Tx Rollback |
commit | commitdiff | tree |
2017-06-12 |
Daniel Theophanes | Revert "database/sql: Use Tx.ctx in Tx non-context... |
commit | commitdiff | tree |
2017-06-11 |
Alex Brainman | doc: explain Windows DWARF linker changes in go1.9... |
commit | commitdiff | tree |
2017-06-09 |
Brad Fitzpatrick | net: don't run TestDialListenerAddr in short mode on... |
commit | commitdiff | tree |
2017-06-09 |
Austin Clements | runtime: YIELD in procyield on ARM |
commit | commitdiff | tree |
2017-06-09 |
Brad Fitzpatrick | all: single space after period |
commit | commitdiff | tree |
2017-06-09 |
Brad Fitzpatrick | os/exec: remove BUG for old and unsupported OS |
commit | commitdiff | tree |
2017-06-09 |
Austin Clements | runtime: print pc with fp/sp in traceback |
commit | commitdiff | tree |
2017-06-09 |
Alberto Donizetti | doc: list image changes in 1.9 release notes |
commit | commitdiff | tree |
2017-06-09 |
Daniel Martà | cmd/compile: don't use ."" as a pkg prefix |
commit | commitdiff | tree |
2017-06-09 |
Brad Fitzpatrick | net/http: regenerate http2 bundle with bundle fixes... |
commit | commitdiff | tree |
2017-06-09 |
Austin Clements | doc/go1.9: runtime release notes |
commit | commitdiff | tree |
2017-06-09 |
Austin Clements | doc/go1.9: GC performance release notes |
commit | commitdiff | tree |
2017-06-09 |
Ben Shi | cmd/internal/obj/arm: fix encoding of move register... |
commit | commitdiff | tree |
2017-06-09 |
Meir Fischer | testing: show in-progress tests upon SIGINT |
commit | commitdiff | tree |
2017-06-08 |
Brad Fitzpatrick | cmd/go: ignore dot and underscore files in fmt, fix... |
commit | commitdiff | tree |
2017-06-08 |
Brad Fitzpatrick | net/http: remove invalid checks of Request.Proto* for... |
commit | commitdiff | tree |
2017-06-08 |
Alex Brainman | syscall: make windows Exit call runtime.exit |
commit | commitdiff | tree |
2017-06-08 |
Brad Fitzpatrick | net: make Dial("tcp", ln.Addr().String()) work even... |
commit | commitdiff | tree |
2017-06-08 |
Ben Burkert | net: support all PacketConn and Conn returned by Resolv... |
commit | commitdiff | tree |
2017-06-08 |
Brad Fitzpatrick | net/http: simplify recently added TestServeTLS |
commit | commitdiff | tree |
2017-06-08 |
Brad Fitzpatrick | log/syslog: expand docs a bit to reduce confusion |
commit | commitdiff | tree |
2017-06-08 |
Austin Clements | runtime: more diagnostics for TestStackGrowth |
commit | commitdiff | tree |
2017-06-08 |
Robert Griesemer | cmd/compile: fix real/imag for untyped constant arguments |
commit | commitdiff | tree |
2017-06-08 |
Austin Clements | runtime: fix documentation error about runtime.GC() |
commit | commitdiff | tree |
2017-06-08 |
Niklas Schnelle | net/http: add Server.ServeTLS method |
commit | commitdiff | tree |
2017-06-08 |
Vladimir Stefanovic | net/http: enable TestLinuxSendfile on mips64 |
commit | commitdiff | tree |
2017-06-08 |
Sam Whited | bufio: clarify WriteTo docs |
commit | commitdiff | tree |
2017-06-08 |
Robert Griesemer | go/types: adjust type-checking of shifts to match compilers |
commit | commitdiff | tree |
2017-06-08 |
Robert Griesemer | spec: clarify restrictions on RHS of non-constant shifts |
commit | commitdiff | tree |
2017-06-08 |
Austin Clements | runtime: fix tab/space inconsistency in runtime-gdb.py |
commit | commitdiff | tree |
2017-06-08 |
Austin Clements | runtime: fix GDB goroutine N command when N is running |
commit | commitdiff | tree |
2017-06-08 |
Ian Lance Taylor | test: add test that caused gccgo undefined symbol error |
commit | commitdiff | tree |
2017-06-08 |
Wei Xiao | cmd/go: fix TestBuildIDContainsArchModeEnv fail on... |
commit | commitdiff | tree |
2017-06-08 |
Nigel Tao | compress/lzw: don't follow code == hi if last is invalid. |
commit | commitdiff | tree |
2017-06-08 |
Ian Lance Taylor | reflect: check pkgPath for unexported methods in Implements |
commit | commitdiff | tree |
2017-06-07 |
Brad Fitzpatrick | net/http: delete vestigial method |
commit | commitdiff | tree |
2017-06-07 |
Joonas Kuorilehto | sync: remove note about creating with structures |
commit | commitdiff | tree |
2017-06-07 |
Robert Griesemer | cmd/compile: separate code for len, cap from code for... |
commit | commitdiff | tree |
2017-06-07 |
Alberto Donizetti | time: vendor tzdata-2017b and update test |
commit | commitdiff | tree |
2017-06-07 |
Robert Griesemer | cmd/compile: don't implicitly dereference pointer to... |
commit | commitdiff | tree |
2017-06-07 |
Bulat Gaifullin | database/sql: Use Tx.ctx in Tx non-context methods |
commit | commitdiff | tree |
2017-06-07 |
Rob Phoenix | fmt: remove unnecessary trailing commas in doc.go |
commit | commitdiff | tree |
2017-06-07 |
Alberto Donizetti | doc: list testing package changes in 1.9 release notes |
commit | commitdiff | tree |
2017-06-07 |
Brad Fitzpatrick | net/http: don't crash in Request.WithContext if Request... |
commit | commitdiff | tree |
2017-06-07 |
Cherry Zhang | cmd/internal/obj/arm: don't split instructions on NaCl |
commit | commitdiff | tree |
2017-06-07 |
Alberto Donizetti | doc: remove math/bits from 'minor changes' section |
commit | commitdiff | tree |
2017-06-07 |
Brad Fitzpatrick | doc: add type aliases to go1.9.html |
commit | commitdiff | tree |
2017-06-07 |
Austin Clements | runtime: mark extra M's G as dead when not in use |
commit | commitdiff | tree |
2017-06-07 |
Ian Lance Taylor | runtime: deflake TestPanicRace |
commit | commitdiff | tree |
2017-06-07 |
Brad Fitzpatrick | builtin: use type aliases for rune and byte |
commit | commitdiff | tree |
2017-06-07 |
Keith Randall | cmd/compile: check that phis are always first after... |
commit | commitdiff | tree |
2017-06-06 |
Ian Lance Taylor | runtime: intercept munmap as we do mmap |
commit | commitdiff | tree |
2017-06-06 |
Brad Fitzpatrick | doc: delete go1.8.txt |
commit | commitdiff | tree |
2017-06-06 |
Ian Lance Taylor | math: clarify comment about bit-identical results acros... |
commit | commitdiff | tree |
2017-06-06 |
Keith Randall | cmd/compile: reject unknown //go: comments in std library |
commit | commitdiff | tree |
2017-06-06 |
Brad Fitzpatrick | doc: start of go1.9.html release notes |
commit | commitdiff | tree |
2017-06-06 |
gulyasm | math: add doc note about floating point operation |
commit | commitdiff | tree |
2017-06-06 |
Russ Cox | cmd/compile: use file content, not suffix, to distingui... |
commit | commitdiff | tree |
2017-06-06 |
Russ Cox | cmd/link: add -importcfg to specify import resolution |
commit | commitdiff | tree |
2017-06-06 |
Russ Cox | cmd/compile: add -importcfg to specify import resolution |
commit | commitdiff | tree |
2017-06-06 |
Russ Cox | time: strip monotonic clock reading in t.UTC, t.Local... |
commit | commitdiff | tree |
2017-06-06 |
Alberto Donizetti | strings: document Split{,N,After,AfterN} edge cases |
commit | commitdiff | tree |
2017-06-05 |
Ian Lance Taylor | runtime: delay exiting while panic is running deferred... |
commit | commitdiff | tree |
2017-06-05 |
Alberto Donizetti | go/types: don't panic in complex division |
commit | commitdiff | tree |
2017-06-05 |
Ian Lance Taylor | runtime: save and restore CR for ppc64le |
commit | commitdiff | tree |
2017-06-05 |
Ian Lance Taylor | cmd/internal/obj/ppc64: fix MOVFL REG, CONST |
commit | commitdiff | tree |
2017-06-05 |
Russ Cox | cmd/link: fix accidentally-quadratic library loading |
commit | commitdiff | tree |
2017-06-05 |
Russ Cox | cmd/go: fix ugly "BUG" in go help message output |
commit | commitdiff | tree |
2017-06-05 |
Russ Cox | cmd/go: include Fortran files in build ID computation |
commit | commitdiff | tree |
2017-06-05 |
Daniel Theophanes | database/sql: ensure Rows is closed when Tx closes |
commit | commitdiff | tree |
2017-06-05 |
David Glasser | net/http: make Transport retry GetBody requests if... |
commit | commitdiff | tree |
2017-06-05 |
Ben Shi | cmd/internal/obj/arm: fix constant decomposition |
commit | commitdiff | tree |
2017-06-05 |
Alberto Donizetti | encoding/json: clarify unmarshaling behaviour on bad... |
commit | commitdiff | tree |
2017-06-05 |
Ilya Tocar | runtime: avoid division in gc |
commit | commitdiff | tree |
2017-06-05 |
Austin Clements | runtime: expand acceptable PingPongHog factor from... |
commit | commitdiff | tree |
2017-06-05 |
Alexander Menzhinsky | cmd/go: reject -buildmode=plugin if package is not... |
commit | commitdiff | tree |
2017-06-03 |
Josh Bleecher... | cmd/compile: add valState to ssa sizeof tests |
commit | commitdiff | tree |
next |