2015-09-01 |
David Chase | [dev.ssa] cmd/compile: add complex arithmetic |
commit | commitdiff | tree |
2015-09-01 |
Keith Randall | [dev.ssa] cmd/compile/internal/ssa: allow ops to have... |
commit | commitdiff | tree |
2015-09-01 |
Todd Neal | [dev.ssa] cmd/compile: add more specific regalloc logging |
commit | commitdiff | tree |
2015-08-31 |
Todd Neal | [dev.ssa] cmd/compile: schedule values dependent on... |
commit | commitdiff | tree |
2015-08-31 |
Todd Neal | [dev.ssa] cmd/compile: fix typo in log |
commit | commitdiff | tree |
2015-08-31 |
Todd Neal | [dev.ssa] cmd/compile: add instrumentation to regalloc |
commit | commitdiff | tree |
2015-08-31 |
Todd Neal | [dev.ssa] cmd/compile: make test panic on failure |
commit | commitdiff | tree |
2015-08-31 |
Todd Neal | [dev.ssa] cmd/compile: map EQ/NE intptr to OpEqPtr... |
commit | commitdiff | tree |
2015-08-29 |
Keith Randall | [dev.ssa] cmd/compile/internal/ssa: handle dead code... |
commit | commitdiff | tree |
2015-08-29 |
Josh Bleecher... | [dev.ssa] cmd/compile: implement PPARAMREF |
commit | commitdiff | tree |
2015-08-29 |
Todd Neal | [dev.ssa] cmd/compile: move addEdge function to ssa |
commit | commitdiff | tree |
2015-08-29 |
Todd Neal | [dev.ssa] cmd/compile: implement OFALL |
commit | commitdiff | tree |
2015-08-28 |
Todd Neal | [dev.ssa] cmd/compile: implement len/cap(chan) |
commit | commitdiff | tree |
2015-08-28 |
David Chase | [dev.ssa] cmd/compile: added floating point to [u]int... |
commit | commitdiff | tree |
2015-08-28 |
Keith Randall | [dev.ssa] cmd/compile/internal/ssa: allocate complex... |
commit | commitdiff | tree |
2015-08-28 |
Todd Neal | [dev.ssa] cmd/compile: fix type of nil ptr in check |
commit | commitdiff | tree |
2015-08-28 |
Keith Randall | [dev.ssa] cmd/compile/internal/ssa: add arg-dominating... |
commit | commitdiff | tree |
2015-08-28 |
David Chase | [dev.ssa] cmd/compile: add compose/decompose for comple... |
commit | commitdiff | tree |
2015-08-28 |
Todd Neal | [dev.ssa] cmd/compile: implement len(map) |
commit | commitdiff | tree |
2015-08-27 |
Josh Bleecher... | [dev.ssa] cmd/compile: make block kinds clickable in... |
commit | commitdiff | tree |
2015-08-27 |
Josh Bleecher... | [dev.ssa] cmd/compile: fix OANDAND and OOROR type |
commit | commitdiff | tree |
2015-08-26 |
Todd Neal | [dev.ssa] cmd/compile: fix phi floats |
commit | commitdiff | tree |
2015-08-26 |
Todd Neal | [dev.ssa] cmd/compile: support float zeroing |
commit | commitdiff | tree |
2015-08-25 |
Keith Randall | [dev.ssa] Merge remote-tracking branch 'origin/master... |
commit | commitdiff | tree |
2015-08-25 |
Keith Randall | [dev.ssa] cmd/compile/internal/ssa: add more critical... |
commit | commitdiff | tree |
2015-08-25 |
Ulrich Kunitz | cmd/compile: fix register allocation for == operator |
commit | commitdiff | tree |
2015-08-25 |
Keith Randall | [dev.ssa] cmd/compile/internal/ssa: update TODO and... |
commit | commitdiff | tree |
2015-08-25 |
Keith Randall | [dev.ssa] cmd/compile: implement OSLICESTR |
commit | commitdiff | tree |
2015-08-25 |
David Chase | [dev.ssa] cmd/compile: add FP comparison ops |
commit | commitdiff | tree |
2015-08-25 |
Austin Clements | cmd/compile: fix uninitialized memory in compare of... |
commit | commitdiff | tree |
2015-08-25 |
David Chase | [dev.ssa] cmd/compile: add [u]int and FP to FP conversions |
commit | commitdiff | tree |
2015-08-25 |
Keith Randall | [dev.ssa] cmd/compile: make sure to keep offset and... |
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 |
Josh Bleecher... | [dev.ssa] cmd/compile: streamline unimplemented strings |
commit | commitdiff | tree |
2015-08-24 |
Josh Bleecher... | [dev.ssa] cmd/compile: support spilling and loading... |
commit | commitdiff | tree |
2015-08-24 |
Josh Bleecher... | [dev.ssa] cmd/compile: mark LEA and MOV instructions... |
commit | commitdiff | tree |
2015-08-24 |
Josh Bleecher... | [dev.ssa] cmd/compile: make "*Value".String more robust |
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 |
Todd Neal | [dev.ssa] cmd/compile/internal: mark len(map), len... |
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 |
Todd Neal | [dev.ssa] cmd/compile/internal/ssa: implement OMOD |
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 |
Josh Bleecher... | [dev.ssa] cmd/compile: everything is live and reachable... |
commit | commitdiff | tree |
2015-08-21 |
Alberto Donizetti | math/big: correctly handle large exponent in SetString |
commit | commitdiff | tree |
2015-08-21 |
Josh Bleecher... | [dev.ssa] cmd/compile: SETcc instructions do not clobbe... |
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 |
2015-08-21 |
Robert Griesemer | go/types: convert untyped switch expressions to default... |
commit | commitdiff | tree |
2015-08-21 |
Dominik Honnef | os/user: don't depend on _SC_GETPW_R_SIZE_MAX on Linux |
commit | commitdiff | tree |
2015-08-21 |
Brad Fitzpatrick | encoding/base64: fix copy-paste-o bug in RawURLEncoding... |
commit | commitdiff | tree |
2015-08-20 |
Keith Randall | [dev.ssa] cmd/compile: add decompose pass |
commit | commitdiff | tree |
2015-08-20 |
Andrew Gerrand | net/http: document that [ListenAnd]Serve always returns... |
commit | commitdiff | tree |
2015-08-20 |
David Glasser | cmd/go: fix vendoredImportPath comment |
commit | commitdiff | tree |
2015-08-19 |
Keith Randall | [dev.ssa] cmd/compile: implement more panic stuff |
commit | commitdiff | tree |
2015-08-19 |
Keith Randall | [dev.ssa] cmd/compile: used Bounded field to fix empty... |
commit | commitdiff | tree |
2015-08-19 |
Russ Cox | doc: document Go 1.5 on release page |
commit | commitdiff | tree |
2015-08-19 |
Russ Cox | net: respect go vs cgo resolver selection in all lookup... |
commit | commitdiff | tree |
2015-08-19 |
Russ Cox | net: force LookupAddr results to be rooted DNS paths... |
commit | commitdiff | tree |
2015-08-19 |
Russ Cox | net: document GODEBUG=netdns=xxx settings |
commit | commitdiff | tree |
2015-08-19 |
Rob Pike | doc: fix typos in go1.5.html |
commit | commitdiff | tree |
2015-08-19 |
Russ Cox | doc/go1.5.html: refer to ppc64 as 64-bit PowerPC, not... |
commit | commitdiff | tree |
2015-08-19 |
Russ Cox | doc: adjust binary install page supported system list |
commit | commitdiff | tree |
2015-08-19 |
Todd Neal | [dev.ssa] cmd/compile/internal/ssa: implement OHMUL |
commit | commitdiff | tree |
2015-08-18 |
Todd Neal | [dev.ssa] cmd/compile/internal/ssa: implement ODIV |
commit | commitdiff | tree |
2015-08-18 |
Keith Randall | [dev.ssa] cmd/compile: fix string store rewrite |
commit | commitdiff | tree |
2015-08-18 |
Russ Cox | cmd/vet: power64 is now ppc64 |
commit | commitdiff | tree |
2015-08-18 |
Russ Cox | cmd/go: really skip TestNoteReading on linux/ppc64le |
commit | commitdiff | tree |
2015-08-18 |
Russ Cox | cmd/go: disable TestNoteReading on solaris, linux/ppc64le |
commit | commitdiff | tree |
2015-08-18 |
Russ Cox | cmd/compile: fix interaction between GOEXPERIMENT=field... |
commit | commitdiff | tree |
next |