2015-03-13 |
Ian Lance Taylor | test: add test that gccgo failed to compile |
commit | commitdiff | tree |
2015-03-13 |
Robert Griesemer | math/big: fix minor documentation issue |
commit | commitdiff | tree |
2015-03-13 |
Robert Griesemer | math/big: fix silly bug in Int64 accessor |
commit | commitdiff | tree |
2015-03-13 |
Nigel Tao | image/jpeg: reject bad Tq values in SOF data. |
commit | commitdiff | tree |
2015-03-13 |
Joel Sing | runtime: remove reference to openbsd kern.rthreads... |
commit | commitdiff | tree |
2015-03-13 |
Joel Sing | cmd/5l: make 5l work on openbsd |
commit | commitdiff | tree |
2015-03-12 |
Andrew Gerrand | doc/go1.5.txt: mention zip.WriterAt |
commit | commitdiff | tree |
2015-03-12 |
Andrew Gerrand | archive/zip: remove WriterOptions and replace with... |
commit | commitdiff | tree |
2015-03-12 |
Robert Griesemer | math/big: handle NaNs in Float.Cmp |
commit | commitdiff | tree |
2015-03-12 |
Russ Cox | flag: use four spaces before tab, not three |
commit | commitdiff | tree |
2015-03-12 |
Robert Griesemer | math/big: added (internal) Float.form field for easier... |
commit | commitdiff | tree |
2015-03-12 |
Robert Griesemer | math/big: make validate a method of Float (cleanup) |
commit | commitdiff | tree |
2015-03-12 |
Robert Griesemer | math/big: introduce Bits abstraction instead of using... |
commit | commitdiff | tree |
2015-03-12 |
Rob Pike | doc/go1.5.txt: new format for flag.PrintDefaults |
commit | commitdiff | tree |
2015-03-12 |
Rob Pike | flag: nicer usage messages |
commit | commitdiff | tree |
2015-03-12 |
Rob Pike | cmd/asm: add MRC and MCR to end-to-end test for arm |
commit | commitdiff | tree |
2015-03-12 |
Shenghou Ma | doc/go1.5: mention the ${SRCDIR} in cgo line change |
commit | commitdiff | tree |
2015-03-12 |
Michael Vetter | doc/effective_go.html: add missing newline |
commit | commitdiff | tree |
2015-03-12 |
Michael Hudson... | cmd/asm/internal/asm: report arch if assembly fails |
commit | commitdiff | tree |
2015-03-12 |
Michael Hudson... | cmd/internal/obj/x86: implement -shared computation... |
commit | commitdiff | tree |
2015-03-12 |
Matt Joiner | net/http/pprof: Use relative links to profiles in index... |
commit | commitdiff | tree |
2015-03-12 |
Geert-Johan... | archive/zip: add NewWriterWithOptions |
commit | commitdiff | tree |
2015-03-12 |
Shenghou Ma | runtime: don't return a slice with nil ptr but non... |
commit | commitdiff | tree |
2015-03-12 |
Shenghou Ma | cmd/9g: use REGZERO instead of REG_R0 if we want the... |
commit | commitdiff | tree |
2015-03-11 |
Austin Clements | debug/dwarf: factor parsing of unit lengths |
commit | commitdiff | tree |
2015-03-11 |
Matthew Dempsky | cmd/internal/ld: fix package data parsing |
commit | commitdiff | tree |
2015-03-11 |
Hyang-Ah (Hana... | path/filepath: clarify the package doc about '/' in... |
commit | commitdiff | tree |
2015-03-11 |
Keith Randall | runtime,reflect,cmd/internal/gc: Fix comments referring... |
commit | commitdiff | tree |
2015-03-11 |
Rob Pike | cmd/internal/obj/*: go generate the slice of Anames... |
commit | commitdiff | tree |
2015-03-11 |
Rob Pike | cmd/asm: implement MCR instruction on ARM |
commit | commitdiff | tree |
2015-03-11 |
Dmitry Vyukov | cmd/trace: move goroutine analysis code to internal... |
commit | commitdiff | tree |
2015-03-11 |
Dmitry Vyukov | cmd/trace: dump thread id on proc start |
commit | commitdiff | tree |
2015-03-11 |
Matthew Dempsky | cmd/yacc/testdata/expr: fix handling of negative numbers |
commit | commitdiff | tree |
2015-03-11 |
Dave Cheney | cmd/internal/gc: more Node cleanups |
commit | commitdiff | tree |
2015-03-11 |
Dave Cheney | debug/elf: fix arm build |
commit | commitdiff | tree |
2015-03-11 |
Nigel Tao | image/jpeg: support chroma hv values other than 0x11. |
commit | commitdiff | tree |
2015-03-10 |
Dave Cheney | syscall: exec_linux.go: support platforms without SYS_DUP2 |
commit | commitdiff | tree |
2015-03-10 |
Shenghou Ma | cmd/7g, cmd/7l, cmd/go: copy 9g/9l to 7g/7l, and build... |
commit | commitdiff | tree |
2015-03-10 |
Robert Griesemer | go/ast: fixed minor typo in comment |
commit | commitdiff | tree |
2015-03-10 |
Dmitry Vyukov | runtime/pprof: fix trace test |
commit | commitdiff | tree |
2015-03-10 |
Rick Hudson | runtime: Adjust when write barriers are active |
commit | commitdiff | tree |
2015-03-10 |
Dmitry Vyukov | runtime: remove runtime frames from stacks in traces |
commit | commitdiff | tree |
2015-03-10 |
Austin Clements | debug/dwarf: add unit tests for line table reader |
commit | commitdiff | tree |
2015-03-10 |
Austin Clements | debug/dwarf: add support for line tables |
commit | commitdiff | tree |
2015-03-10 |
Austin Clements | debug/dwarf: factor finding unit containing entry offset |
commit | commitdiff | tree |
2015-03-10 |
Austin Clements | debug/macho, debug/pe: load DWARF line section and... |
commit | commitdiff | tree |
2015-03-10 |
Austin Clements | debug/elf: load .debug_line section and pass to dwarf.New |
commit | commitdiff | tree |
2015-03-10 |
Austin Clements | debug/elf: regularize DWARF section loading |
commit | commitdiff | tree |
2015-03-09 |
Nigel Tao | image/jpeg: support RGB JPEG images. |
commit | commitdiff | tree |
2015-03-09 |
Dave Cheney | cmd/internal/gc: make Node.Isddd boolean |
commit | commitdiff | tree |
2015-03-09 |
David Crawshaw | runtime: do not share underlying envs/argv array |
commit | commitdiff | tree |
2015-03-09 |
David Crawshaw | net: skip unixgram tests on darwin/arm |
commit | commitdiff | tree |
2015-03-09 |
David Crawshaw | sync/atomic: skip test on darwin/arm |
commit | commitdiff | tree |
2015-03-09 |
Roger Peppe | encoding/xml: fix default namespace of tags |
commit | commitdiff | tree |
2015-03-09 |
Dave Cheney | cmd/internal/gc: more Node cleanups |
commit | commitdiff | tree |
2015-03-09 |
Dave Cheney | go/build: disable cgo by default for freebsd/arm |
commit | commitdiff | tree |
2015-03-08 |
Minux Ma | Revert "cmd/internal/obj/x86: implement -shared computa... |
commit | commitdiff | tree |
2015-03-08 |
Michael Hudson... | cmd/internal/obj/x86: implement -shared computation... |
commit | commitdiff | tree |
2015-03-08 |
Mikio Hara | net: gofmt |
commit | commitdiff | tree |
2015-03-08 |
Andrew Pilloud | net: LookupHost and Resolve{TCP,UDP,IP}Addr should... |
commit | commitdiff | tree |
2015-03-07 |
Shenghou Ma | cmd/internal/obj/x86: fix nacl/amd64p32 build |
commit | commitdiff | tree |
2015-03-07 |
Shenghou Ma | runtime: add argument sizes for asm functions for bytes... |
commit | commitdiff | tree |
2015-03-07 |
tnt | Fixed wrong arguments to formatting functions |
commit | commitdiff | tree |
2015-03-06 |
Dave Cheney | cmd/internal/gc: more int to bool cleanups |
commit | commitdiff | tree |
2015-03-06 |
Chris Manghane | test: add testcase for gccgo-specific issue 10047. |
commit | commitdiff | tree |
2015-03-06 |
Matthew Dempsky | cmd/internal/ld: change string vars into constants... |
commit | commitdiff | tree |
2015-03-06 |
Matthew Dempsky | cmd/internal/ld: remove unused files |
commit | commitdiff | tree |
2015-03-06 |
Joël Stemmer | crypto/tls: fix typo in tls handshake error |
commit | commitdiff | tree |
2015-03-06 |
Ian Lance Taylor | doc/go1.5: mention new SWIG requirement: must be 3... |
commit | commitdiff | tree |
2015-03-06 |
Ian Lance Taylor | cmd/go: for gccgo run the located binary rather than... |
commit | commitdiff | tree |
2015-03-06 |
Ian Lance Taylor | misc/swig/callback: fix test for SWIG -cgo support |
commit | commitdiff | tree |
2015-03-06 |
Dave Cheney | cmd/internal/gc: make Addrtaken a bool |
commit | commitdiff | tree |
2015-03-06 |
Dave Cheney | cmd/internal/gc: make Node.Hasbreak a bool |
commit | commitdiff | tree |
2015-03-06 |
Dave Cheney | cmd/internal/gc: make Node.Readonly a bool |
commit | commitdiff | tree |
2015-03-06 |
Dave Cheney | cmd/internal/gc: remove Node.Builtin |
commit | commitdiff | tree |
2015-03-06 |
Ian Lance Taylor | cmd/go: use new SWIG -cgo option |
commit | commitdiff | tree |
2015-03-06 |
Robert Griesemer | math/big: move "bits" operations used for Float tests... |
commit | commitdiff | tree |
2015-03-06 |
Alex Brainman | os: do not leave /go_os_test/dir after test |
commit | commitdiff | tree |
2015-03-05 |
Matthew Dempsky | cmd/internal/gc: use crypto/md5 instead of md5.go |
commit | commitdiff | tree |
2015-03-05 |
Russ Cox | cmd/internal/obj: remove use of "iota - X" |
commit | commitdiff | tree |
2015-03-05 |
Russ Cox | cmd/5l etc: restore comments lost during C -> Go conversion |
commit | commitdiff | tree |
2015-03-05 |
Russ Cox | cmd/internal/gc: start syntax.go for syntax tree defini... |
commit | commitdiff | tree |
2015-03-05 |
Russ Cox | runtime: start GC background sweep eagerly |
commit | commitdiff | tree |
2015-03-05 |
Matthew Dempsky | cmd/internal/gc: statically initialize function pointers |
commit | commitdiff | tree |
2015-03-05 |
Rob Pike | cmd/internal/obj: delete all Pconv, replace with Prog... |
commit | commitdiff | tree |
2015-03-05 |
Martin Möhrmann | strconv: simplify code for binary exponent float format |
commit | commitdiff | tree |
2015-03-05 |
Russ Cox | runtime: apply comments from CL 3742 |
commit | commitdiff | tree |
2015-03-05 |
Russ Cox | cmd/internal/obj/x86: fix nacl/amd64p32 |
commit | commitdiff | tree |
2015-03-05 |
Dmitry Vyukov | runtime: cleanup |
commit | commitdiff | tree |
2015-03-05 |
Rob Pike | cmd/asm: fix (printing of) TEXT flags |
commit | commitdiff | tree |
2015-03-05 |
Russ Cox | cmd/internal/obj/x86: fix PINSRD with mem in from3 |
commit | commitdiff | tree |
2015-03-05 |
Russ Cox | cmd/internal/obj/x86: add CALL *name(SB) |
commit | commitdiff | tree |
2015-03-05 |
Russ Cox | cmd/8g, cmd/old8a: stop renaming x86 import to i386 |
commit | commitdiff | tree |
2015-03-05 |
Russ Cox | cmd/internal/obj/i386: delete |
commit | commitdiff | tree |
2015-03-05 |
Russ Cox | cmd/internal/gc: simplify some indexing |
commit | commitdiff | tree |
2015-03-05 |
Rob Pike | cmd/asm: update to use new encoding for x86 instructions |
commit | commitdiff | tree |
2015-03-05 |
Russ Cox | cmd/internal/obj/x86: accept TYPE_MEM in CMPPS 3rd... |
commit | commitdiff | tree |
2015-03-05 |
Russ Cox | runtime: poison pcln.frame value |
commit | commitdiff | tree |
2015-03-05 |
Russ Cox | cmd/internal/obj/x86: take over i386 duty, clean up... |
commit | commitdiff | tree |
2015-03-05 |
Russ Cox | cmd/internal/obj/x86: prep for next CL |
commit | commitdiff | tree |
next |