2015-02-23 |
Russ Cox | [dev.cc] cmd/go: fix expansion of cmd |
commit | commitdiff | tree |
2015-02-23 |
Russ Cox | [dev.cc] doc/go1.5: mention cmd/go meaning of std change |
commit | commitdiff | tree |
2015-02-23 |
Russ Cox | [dev.cc] cmd/go: fix expansion of 'std', add 'cmd' |
commit | commitdiff | tree |
2015-02-21 |
Russ Cox | [dev.cc] cmd/asm/internal/asm: fix test on nacl |
commit | commitdiff | tree |
2015-02-21 |
Russ Cox | [dev.cc] cmd/asm/internal/asm: fix test on windows |
commit | commitdiff | tree |
2015-02-21 |
Russ Cox | [dev.cc] cmd/go: reenable verifyCompiler |
commit | commitdiff | tree |
2015-02-21 |
Russ Cox | [dev.cc] cmd/new6g etc: reconvert from C |
commit | commitdiff | tree |
2015-02-21 |
Rob Pike | [dev.cc] cmd/asm: fix build: broken end to end test |
commit | commitdiff | tree |
2015-02-21 |
Rob Pike | [dev.cc] cmd/asm: fix build |
commit | commitdiff | tree |
2015-02-21 |
Rob Pike | [dev.cc] cmd/asm: add end-to-end test |
commit | commitdiff | tree |
2015-02-21 |
Rob Pike | [dev.cc] cm/asm: fix up arm after cross-check with 5a |
commit | commitdiff | tree |
2015-02-20 |
Russ Cox | [dev.cc] crypto/md5, crypto/sha1: restore a few SP... |
commit | commitdiff | tree |
2015-02-20 |
Russ Cox | [dev.cc] cmd/asm: add ppc64le support |
commit | commitdiff | tree |
2015-02-20 |
Russ Cox | [dev.cc] cmd/go: install cmd/asm as a tool |
commit | commitdiff | tree |
2015-02-20 |
David Crawshaw | [dev.cc] runtime: print to stderr as well as android... |
commit | commitdiff | tree |
2015-02-20 |
Rob Pike | [dev.cc] cmd/asm: implement FMADD for ppc64 |
commit | commitdiff | tree |
2015-02-20 |
Russ Cox | [dev.cc] all: merge master (5868ce3) into dev.cc |
commit | commitdiff | tree |
2015-02-20 |
Russ Cox | [dev.cc] cmd/go: disable verifyCompiler |
commit | commitdiff | tree |
2015-02-20 |
Andrew Gerrand | path/filepath: add example for filepath.Split |
commit | commitdiff | tree |
2015-02-20 |
Mikio Hara | net, syscall: more accurate parsers for routing message... |
commit | commitdiff | tree |
2015-02-20 |
Ingo Oeser | cmd/go: simplify/fix handling private github repos |
commit | commitdiff | tree |
2015-02-20 |
Russ Cox | doc: dummy commit in go1.5.txt |
commit | commitdiff | tree |
2015-02-20 |
Rob Pike | [dev.cc] cmd/asm: bring asm on ppc64 in sync with 9a |
commit | commitdiff | tree |
2015-02-20 |
Rob Pike | [dev.cc] runtime,syscall: quiet some more vet errors |
commit | commitdiff | tree |
2015-02-20 |
Russ Cox | [dev.cc] cmd/internal/obj, cmd/internal/gc, new6g:... |
commit | commitdiff | tree |
2015-02-20 |
Russ Cox | [dev.cc] cmd/gc: tweak default fatal in ordersafeexpr... |
commit | commitdiff | tree |
2015-02-19 |
Andrew Gerrand | cmd/dist: show friendlier error message when building... |
commit | commitdiff | tree |
2015-02-19 |
Russ Cox | runtime: do not unmap work.spans until after checkmark... |
commit | commitdiff | tree |
2015-02-19 |
Rob Pike | [dev.cc] runtime,syscall: add symbols for FP and SP... |
commit | commitdiff | tree |
2015-02-19 |
Rob Pike | [dev.cc] cmd/go: enable verifyAsm for all architectures |
commit | commitdiff | tree |
2015-02-19 |
Rob Pike | [dev.cc] cmd/asm: accept #define A /* nothing */ |
commit | commitdiff | tree |
2015-02-19 |
Russ Cox | runtime: missed change from reorganization CL |
commit | commitdiff | tree |
2015-02-19 |
Russ Cox | runtime: reorganize memory code |
commit | commitdiff | tree |
2015-02-19 |
Russ Cox | [dev.cc] test: disable rotate tests |
commit | commitdiff | tree |
2015-02-19 |
Dmitry Vyukov | cmd/pprof: add -runtime flag |
commit | commitdiff | tree |
2015-02-19 |
Josh Bleecher... | runtime: don't test gdb on darwin |
commit | commitdiff | tree |
2015-02-19 |
Austin Clements | runtime: use more natural types in struct workbuf |
commit | commitdiff | tree |
2015-02-19 |
Austin Clements | runtime: switch to gcWork abstraction |
commit | commitdiff | tree |
2015-02-19 |
Austin Clements | runtime: introduce higher-level GC work abstraction |
commit | commitdiff | tree |
2015-02-19 |
Austin Clements | runtime: drop unused workbufhdr.id field |
commit | commitdiff | tree |
2015-02-19 |
Ryan Seys | doc: fix broken link in README |
commit | commitdiff | tree |
2015-02-19 |
Rob Pike | [dev.cc] cmd/asm: add ppc64 |
commit | commitdiff | tree |
2015-02-19 |
Nigel Tao | image/jpeg: support 16-bit quantization tables and... |
commit | commitdiff | tree |
2015-02-19 |
Rob Pike | [dev.cc] runtime: fix FP reference in atomic_ppc64x.s |
commit | commitdiff | tree |
2015-02-19 |
Rob Pike | [dev.cc] cmd/9a,new9a: set v=1 on static names |
commit | commitdiff | tree |
2015-02-19 |
Austin Clements | runtime: make gcDrainN take an int instead of uintptr |
commit | commitdiff | tree |
2015-02-19 |
Matthew Dempsky | runtime: fix accidentally exported OpenBSD constants |
commit | commitdiff | tree |
2015-02-18 |
Aaron Jacobs | encoding/json: Fixed the comment specifying Marshal... |
commit | commitdiff | tree |
2015-02-18 |
Nigel Tao | image: change Rectangle.Eq to return true for all empty... |
commit | commitdiff | tree |
2015-02-18 |
Brad Fitzpatrick | doc: add cgi change go1.5.txt |
commit | commitdiff | tree |
2015-02-18 |
Alex Sergeyev | net/http/cgi: fix REMOTE_ADDR, REMOTE_HOST, add REMOTE_PORT |
commit | commitdiff | tree |
2015-02-18 |
Russ Cox | [dev.cc] cmd/9a, cmd/new9a: fix line numbers |
commit | commitdiff | tree |
2015-02-18 |
Russ Cox | [dev.cc] cmd/dist, cmd/go: build new6g etc and verify... |
commit | commitdiff | tree |
2015-02-18 |
David Crawshaw | crypto/x509: embed certificates on darwin/arm |
commit | commitdiff | tree |
2015-02-18 |
David du Colombier | cmd/gc: replace NULL by nil |
commit | commitdiff | tree |
2015-02-18 |
Dmitry Vyukov | cmd/gc: generate simpler names for closures |
commit | commitdiff | tree |
2015-02-18 |
Rob Pike | [dev.cc] cmd/internal/obj/ppc64: set Ctxt when allocati... |
commit | commitdiff | tree |
2015-02-18 |
Rob Pike | [dev.cc] cmd/asm: make 4(SP) illegal except on 386 |
commit | commitdiff | tree |
2015-02-18 |
Andrew Gerrand | doc: document Go 1.4.2 |
commit | commitdiff | tree |
2015-02-18 |
Russ Cox | [dev.cc] cmd/yacc: introduce yyParser to expose parser... |
commit | commitdiff | tree |
2015-02-18 |
Rob Pike | [dev.cc] cmd/asm/internal/asm: add operand parsing... |
commit | commitdiff | tree |
2015-02-17 |
Russ Cox | [dev.cc] cmd/internal/gc, cmd/new6g etc: convert from... |
commit | commitdiff | tree |
2015-02-17 |
Russ Cox | [dev.cc] cmd/go: install new6g etc (once they are commi... |
commit | commitdiff | tree |
2015-02-17 |
Russ Cox | [dev.cc] cmd/gc, cmd/ld, runtime: minor tweaks for... |
commit | commitdiff | tree |
2015-02-17 |
Russ Cox | [dev.cc] cmd/dist: write default GO386 for cmd/internal/obj |
commit | commitdiff | tree |
2015-02-17 |
Rob Pike | [dev.cc] cmd/asm: clean up jumps |
commit | commitdiff | tree |
2015-02-17 |
Nigel Tao | image/draw: add CMYK fast path. |
commit | commitdiff | tree |
2015-02-17 |
Rob Pike | [dev.cc] misc/cgo/test: fix PC reference in arm assembler |
commit | commitdiff | tree |
2015-02-17 |
Rob Pike | [dev.cc] cmd/asm/internal/asm: add operand parsing... |
commit | commitdiff | tree |
2015-02-17 |
Austin Clements | runtime: fix runtime-gdb_test on arm |
commit | commitdiff | tree |
2015-02-17 |
Austin Clements | runtime: rename gcwork.go to mgcwork.go |
commit | commitdiff | tree |
2015-02-17 |
Austin Clements | runtime: in runtime-gdb.py, use SliceValue wrapper |
commit | commitdiff | tree |
2015-02-17 |
Austin Clements | runtime: fix GDB "info goroutines" for Go 1.5 |
commit | commitdiff | tree |
2015-02-17 |
Rob Pike | [dev.cc] runtime/cgo: change PC to R15 in asm_arm.s |
commit | commitdiff | tree |
2015-02-17 |
Rob Pike | [dev.cc] cmd/asm: fix build: handle g in register lists... |
commit | commitdiff | tree |
2015-02-17 |
Ivan Ukhov | math: change Nextafter64 to Nextafter in the descriptio... |
commit | commitdiff | tree |
2015-02-17 |
David Crawshaw | cmd/go: skip stat check when using -toolexec |
commit | commitdiff | tree |
2015-02-17 |
Alex Brainman | syscall: make mksyscall_windows.go to work even when... |
commit | commitdiff | tree |
2015-02-17 |
Alex Brainman | [dev.cc] runtime: remove comma at the end of DIVL instr... |
commit | commitdiff | tree |
2015-02-17 |
Rob Pike | [dev.cc] cmd/go: enable verifyAsm for asm on ARM |
commit | commitdiff | tree |
2015-02-17 |
Rob Pike | [dev.cc] cmd/asm: fix build for x86 architectures |
commit | commitdiff | tree |
2015-02-17 |
Yasuhiro Matsumoto | all: fix typo in doc |
commit | commitdiff | tree |
2015-02-17 |
Rob Pike | [dev.cc] cmd/internal/asm: fix build: was mishandling... |
commit | commitdiff | tree |
2015-02-17 |
Rob Pike | [dev.cc] cmd/internal/obj/arm: delete trailing space... |
commit | commitdiff | tree |
2015-02-17 |
Nigel Tao | image: fix Rectangle.Overlaps and Rectangle.Union for... |
commit | commitdiff | tree |
2015-02-17 |
Rob Pike | [dev.cc] cmd/internal/obj/arm: add a couple of missing... |
commit | commitdiff | tree |
2015-02-17 |
Rob Pike | [dev.cc] cmd/asm: support ARM |
commit | commitdiff | tree |
2015-02-17 |
Rob Pike | [dev.cc] cmd/asm: fix macro definition bug in the lexer |
commit | commitdiff | tree |
2015-02-17 |
mattn | os: fix typo in doc |
commit | commitdiff | tree |
2015-02-17 |
Nigel Tao | image/draw: add CMYK test. |
commit | commitdiff | tree |
2015-02-16 |
Aaron Jacobs | unicode: Fixed an out of date comment (MaxLatin1, not... |
commit | commitdiff | tree |
2015-02-16 |
Michael MacInnis | doc: Add reminder to go1.5.txt for os/signal changes |
commit | commitdiff | tree |
2015-02-16 |
Mikio Hara | cmd/dist: don't use "uname -v" to recognize GOHOSTARCH |
commit | commitdiff | tree |
2015-02-16 |
Michael MacInnis | os/signal: add ability to ignore signals and restore... |
commit | commitdiff | tree |
2015-02-16 |
Nigel Tao | image/jpeg: remove the (temporary) dependency on image... |
commit | commitdiff | tree |
2015-02-16 |
Matthew Dempsky | runtime: remove C-style strcmp and strncmp helpers |
commit | commitdiff | tree |
2015-02-16 |
Nigel Tao | image/jpeg: support decoding CMYK and YCbCrK images. |
commit | commitdiff | tree |
2015-02-16 |
Nigel Tao | image: add image.CMYK and color.CMYK types. |
commit | commitdiff | tree |
2015-02-15 |
Robert Griesemer | math/big: implement fast path in Float.SetRat if argume... |
commit | commitdiff | tree |
2015-02-15 |
Dmitry Vyukov | cmd/gc: fix noscan maps |
commit | commitdiff | tree |
next |