2015-08-31 |
Dave Cheney | cmd/internal/obj/arm: remove CASE and BCASE |
commit | commitdiff | tree |
2015-08-31 |
Keith Randall | runtime: soften up hash checks a bit |
commit | commitdiff | tree |
2015-08-31 |
Shenghou Ma | fmt: fix scientific notation in docs |
commit | commitdiff | tree |
2015-08-31 |
Shenghou Ma | runtime: implement cmpstring and bytes.Compare in assem... |
commit | commitdiff | tree |
2015-08-31 |
Alexander Morozov | syscall: remove unused kernelVersion function from... |
commit | commitdiff | tree |
2015-08-31 |
Alexander Morozov | syscall: move check of unprivileged_userns_clone to... |
commit | commitdiff | tree |
2015-08-31 |
Dave Cheney | internal/obj/arm64: remove CASE and BCASE |
commit | commitdiff | tree |
2015-08-31 |
Aaron Jacobs | os: remove a redundant branch in File.Read. |
commit | commitdiff | tree |
2015-08-31 |
Håvard Haugen | cmd/compile/internal/gc: rename Fatal to Fatalf |
commit | commitdiff | tree |
2015-08-31 |
Michael Hudson... | cmd/link: pass value being relocated to archreloc |
commit | commitdiff | tree |
2015-08-30 |
Shenghou Ma | net: add -lsendfile to cgo LDFLAGS for solaris |
commit | commitdiff | tree |
2015-08-30 |
Austin Clements | runtime: check that stack barrier unwind is in sync |
commit | commitdiff | tree |
2015-08-30 |
Austin Clements | runtime: add GODEBUG for stack barriers at every frame |
commit | commitdiff | tree |
2015-08-30 |
Austin Clements | runtime: don't install a stack barrier in cgocallback_g... |
commit | commitdiff | tree |
2015-08-30 |
Adam Langley | crypto/x509: emit PKIX names in a more standard order. |
commit | commitdiff | tree |
2015-08-30 |
Adam Langley | crypto/tls: reject ServerHellos with empty ALPN protocols. |
commit | commitdiff | tree |
2015-08-29 |
aubble | crypto/tls: note in comments that setting GetCertificat... |
commit | commitdiff | tree |
2015-08-29 |
Vlad Krasnov | crypto/aes: dedicated asm version of AES-GCM |
commit | commitdiff | tree |
2015-08-29 |
aubble | crypto/tls: allow tls.Listen when only GetCertificate... |
commit | commitdiff | tree |
2015-08-29 |
Håvard Haugen | testing/quick: terminate for arbitrary recursive types |
commit | commitdiff | tree |
2015-08-29 |
David Leon Gil | math/big: use optimized formula in ModSqrt for 3 mod... |
commit | commitdiff | tree |
2015-08-29 |
Michal Bohuslávek | encoding/asn1: fix panic when Marshaling nil. |
commit | commitdiff | tree |
2015-08-29 |
Keith Randall | runtime: short-circuit bytes.Compare if src and dst... |
commit | commitdiff | tree |
2015-08-29 |
Ian Lance Taylor | time: fix 400 year offset in comment |
commit | commitdiff | tree |
2015-08-29 |
Dave Cheney | misc/nacl: fix nacl build |
commit | commitdiff | tree |
2015-08-28 |
Robert Griesemer | cmd/compile/internal/gc: use slice instead of linked... |
commit | commitdiff | tree |
2015-08-28 |
Robert Griesemer | cmd/compiler/internal/gc: fix argument for Sprintf |
commit | commitdiff | tree |
2015-08-28 |
Matthew Dempsky | compress/gzip: clarify Latin-1 restrictions on gzip... |
commit | commitdiff | tree |
2015-08-28 |
Russ Cox | cmd/internal/rsc.io: delete |
commit | commitdiff | tree |
2015-08-28 |
Russ Cox | cmd/internal/objfile: use golang.org/x/arch instead... |
commit | commitdiff | tree |
2015-08-28 |
Russ Cox | cmd/vendor/golang.org/x/arch: import arm/armasm and... |
commit | commitdiff | tree |
2015-08-28 |
Russ Cox | runtime: check explicitly for short unwinding of stacks |
commit | commitdiff | tree |
2015-08-28 |
Russ Cox | doc: mention vendoring in go1.6.txt (forgot git add... |
commit | commitdiff | tree |
2015-08-28 |
Dave Cheney | doc/go1.6.txt: start go1.6.txt with a note about nacl |
commit | commitdiff | tree |
2015-08-28 |
Daniel Johansson | registry: Explain how GetMUIStringValue works and where... |
commit | commitdiff | tree |
2015-08-28 |
Dave Cheney | syscall: remove nacl srpc helper |
commit | commitdiff | tree |
2015-08-28 |
Alberto Donizetti | compress/bzip2: make decoding faster |
commit | commitdiff | tree |
2015-08-27 |
Ian Lance Taylor | cmd/go: -a does apply to the standard library |
commit | commitdiff | tree |
2015-08-27 |
Russ Cox | cmd/go: enable vendoring experiment by default |
commit | commitdiff | tree |
2015-08-27 |
Russ Cox | net: restore LookupPort for integer strings |
commit | commitdiff | tree |
2015-08-27 |
Alexander Morozov | syscall: don't call Setgroups if Credential.Groups... |
commit | commitdiff | tree |
2015-08-27 |
Vincent Vanackere | cmd/go: properly ignore import comments for vendored... |
commit | commitdiff | tree |
2015-08-27 |
Tim Cooijmans | src/runtime: Add missing defs for android/386. |
commit | commitdiff | tree |
2015-08-27 |
Didier Spezia | cmd/asm: fix potential infinite loop in parser |
commit | commitdiff | tree |
2015-08-27 |
Rob Pike | text/template: add ExecError type and return it from... |
commit | commitdiff | tree |
2015-08-27 |
Michael Hudson... | runtime: remove unused xchgp/xchgp1 |
commit | commitdiff | tree |
2015-08-26 |
Robert Griesemer | go/types: fix real(a) and imag(a) for untyped arguments |
commit | commitdiff | tree |
2015-08-26 |
Brad Fitzpatrick | net/http/httputil: permit nil request body in ReverseProxy |
commit | commitdiff | tree |
2015-08-26 |
Robert Griesemer | go/types: check for duplicate values in expression... |
commit | commitdiff | tree |
2015-08-26 |
Robert Griesemer | go/types, go/constant: remove backward-compatibility... |
commit | commitdiff | tree |
2015-08-26 |
Todd Neal | net/http: remove always true comparison |
commit | commitdiff | tree |
2015-08-26 |
Daniel Johansson | time: handle localized time zone names |
commit | commitdiff | tree |
2015-08-26 |
Uttam C Pawar | bytes: improve Compare function on amd64 for large... |
commit | commitdiff | tree |
2015-08-26 |
Michael Hudson... | misc/cgo/testshared: do not run gccgo tests when gccgo... |
commit | commitdiff | tree |
2015-08-26 |
Todd Neal | runtime: remove always false comparison in sigsend |
commit | commitdiff | tree |
2015-08-26 |
Michael Hudson... | cmd/compile, cmd/link, reflect, runtime: remove type... |
commit | commitdiff | tree |
2015-08-26 |
Andy Maloney | cmd/cgo: annotate named return struct members in comments |
commit | commitdiff | tree |
2015-08-26 |
Michael Hudson... | cmd/compile, runtime: stop returning t.zero on hashmap... |
commit | commitdiff | tree |
2015-08-26 |
Andy Maloney | cmd/cgo: change comments in generated C code to be... |
commit | commitdiff | tree |
2015-08-25 |
Michael Hudson... | cmd/link: call moduledata symbols "local.moduledata... |
commit | commitdiff | tree |
2015-08-25 |
Ulrich Kunitz | cmd/compile: fix register allocation for == operator |
commit | commitdiff | tree |
2015-08-25 |
Austin Clements | cmd/compile: fix uninitialized memory in compare of... |
commit | commitdiff | tree |
2015-08-25 |
Dave Cheney | runtime: check pointer equality in arm64 cmpbody |
commit | commitdiff | tree |
2015-08-25 |
Todd Neal | runtime: fix nmspinning comparison |
commit | commitdiff | tree |
2015-08-25 |
Shenghou Ma | runtime: add a missing hex conversion |
commit | commitdiff | tree |
2015-08-25 |
Didier Spezia | debug/elf: map/slice literals janitoring |
commit | commitdiff | tree |
2015-08-25 |
Shenghou Ma | cmd/go: skip test using external linking on linux/ppc64 too |
commit | commitdiff | tree |
2015-08-25 |
Todd Neal | encoding/gob: remove always false comparison |
commit | commitdiff | tree |
2015-08-25 |
Aaron Jacobs | os/signal: skip the nohup test on darwin when running... |
commit | commitdiff | tree |
2015-08-24 |
Joe Tsai | hash/fnv: fix wiki url |
commit | commitdiff | tree |
2015-08-24 |
Dave Cheney | runtime: check pointer equality in arm cmpbody |
commit | commitdiff | tree |
2015-08-24 |
Rob Pike | fmt: in Scanf, %c can scan a space, so don't skip space... |
commit | commitdiff | tree |
2015-08-24 |
Andrew Gerrand | doc: remove mention of defunct golang-bugs mailing... |
commit | commitdiff | tree |
2015-08-24 |
Tarmigan Casebolt | encoding/asn1: fix unused assignments |
commit | commitdiff | tree |
2015-08-24 |
Matt Layher | net: allow ParseMAC to parse 20-octet IPoIB link-layer... |
commit | commitdiff | tree |
2015-08-24 |
Tarmigan Casebolt | image/gif: avoid unused assignment |
commit | commitdiff | tree |
2015-08-24 |
Marcel van... | unicode: include rune 0 in RangeTables. |
commit | commitdiff | tree |
2015-08-24 |
Tarmigan Casebolt | go/internal/gcimporter: remove unused assignment |
commit | commitdiff | tree |
2015-08-24 |
Tarmigan Casebolt | math: avoid unused assignment in jn.go |
commit | commitdiff | tree |
2015-08-24 |
Alex Brainman | internal/syscall/windows/registry: remove debugging... |
commit | commitdiff | tree |
2015-08-24 |
Dave Cheney | make.bash: abort if $GOROOT_BOOTSTRAP == $GOROOT |
commit | commitdiff | tree |
2015-08-23 |
Josh Bleecher... | cmd/internal/obj: delete Debugzerostack dead code |
commit | commitdiff | tree |
2015-08-23 |
Mikio Hara | net: drop redundant domain name length check |
commit | commitdiff | tree |
2015-08-22 |
Andrew Gerrand | mime: move examples to external test file |
commit | commitdiff | tree |
2015-08-22 |
Brad Fitzpatrick | cmd/compile: in usage messages, name the binary "compil... |
commit | commitdiff | tree |
2015-08-22 |
Ingo Oeser | html: speed up UnescapeString |
commit | commitdiff | tree |
2015-08-22 |
Justin Nuß | time: Use AppendFormat in Marshal[Text|JSON] |
commit | commitdiff | tree |
2015-08-21 |
Brad Fitzpatrick | cmd/compile/internal, cmd/internal/obj: used keyed... |
commit | commitdiff | tree |
2015-08-21 |
Alberto Donizetti | cmd/compile: allow huge rsh in constants arithmetic |
commit | commitdiff | tree |
2015-08-21 |
Robert Griesemer | cmd/compile/internal/big: update vendored math/big |
commit | commitdiff | tree |
2015-08-21 |
Robert Griesemer | math/big: fix TestBytes test |
commit | commitdiff | tree |
2015-08-21 |
David du Colombier | cmd/trace: don't fail when no browser is available |
commit | commitdiff | tree |
2015-08-21 |
Alberto Donizetti | math/big: correctly handle large exponent in SetString |
commit | commitdiff | tree |
2015-08-21 |
Robert Griesemer | math/big: remove superfluous comparison |
commit | commitdiff | tree |
2015-08-21 |
Hyang-Ah (Hana... | runtime/cgo: remove __stack_chk_fail_local |
commit | commitdiff | tree |
2015-08-21 |
Shawn Walker... | runtime, syscall: remove unused bits from Solaris imple... |
commit | commitdiff | tree |
2015-08-21 |
Rob Pike | doc: fix typo in release notes |
commit | commitdiff | tree |
2015-08-21 |
Rob Pike | all: fix some vet-caught formatting errors, mostly... |
commit | commitdiff | tree |
2015-08-21 |
Robert Griesemer | go/types: fix complex(a, b) for untyped arguments a, b |
commit | commitdiff | tree |
2015-08-21 |
Robert Griesemer | go/types: don't crash for erroneous program involving... |
commit | commitdiff | tree |
next |