2015-02-23 |
Russ Cox | all: merge dev.cc (a91c2e0) into master |
commit | commitdiff | tree |
2015-02-23 |
Austin Clements | runtime: eliminate unnecessary assumption in heapBitsFo... |
commit | commitdiff | tree |
2015-02-23 |
Russ Cox | [dev.cc] cmd/internal/obj: set ctxt.Windows != 0 on... |
commit | commitdiff | tree |
2015-02-23 |
Russ Cox | [dev.cc] cmd/5g etc: code cleanup: delay var decls... |
commit | commitdiff | tree |
2015-02-23 |
Robert Griesemer | math/big: fix formatting for 'b' format |
commit | commitdiff | tree |
2015-02-23 |
Shenghou Ma | runtime/pprof: make TestBlockProfile more robust |
commit | commitdiff | tree |
2015-02-23 |
Charles Dorian | math: faster Cbrt |
commit | commitdiff | tree |
2015-02-23 |
Russ Cox | [dev.cc] cmd/6a, cmd/6g etc: replace C implementations... |
commit | commitdiff | tree |
2015-02-23 |
Russ Cox | [dev.cc] cmd/dist, cmd/go: stop building C implementati... |
commit | commitdiff | tree |
2015-02-23 |
Russ Cox | [dev.cc] cmd/internal/gc: reconvert to pick up bug... |
commit | commitdiff | tree |
2015-02-23 |
Russ Cox | [dev.cc] test: disable syntax error tests |
commit | commitdiff | tree |
2015-02-23 |
Rob Pike | [dev.cc] cmd/asm: add end to end test for amd64 |
commit | commitdiff | tree |
2015-02-23 |
Russ Cox | [dev.cc] cmd/go: do not install tools while executing... |
commit | commitdiff | tree |
2015-02-23 |
Russ Cox | [dev.cc] all: merge master (6a10f72) into dev.cc |
commit | commitdiff | tree |
2015-02-23 |
Robert Griesemer | math/big: don't return io.EOF on successful call of... |
commit | commitdiff | tree |
2015-02-23 |
Rick Hudson | runtime: Add prefetch to allocation code |
commit | commitdiff | tree |
2015-02-23 |
Robert Griesemer | go/token: document that column positions and file offse... |
commit | commitdiff | tree |
2015-02-23 |
Robert Griesemer | math/big: incorporated feedback from prior TBR reviews |
commit | commitdiff | tree |
2015-02-23 |
Alexandre Cesaro | net/mail: move RFC 2047 code to internal/mime |
commit | commitdiff | tree |
2015-02-23 |
David Crawshaw | cmd/go: link cgo into tests on darwin/arm |
commit | commitdiff | tree |
2015-02-23 |
Russ Cox | [dev.cc] misc/nacl: add testdata for cmd/internal/rsc... |
commit | commitdiff | tree |
2015-02-23 |
Russ Cox | [dev.cc] runtime, syscall: add names to FP offsets... |
commit | commitdiff | tree |
2015-02-23 |
Russ Cox | [dev.cc] cmd/new6g, etc: reconvert to add profiling |
commit | commitdiff | tree |
2015-02-23 |
Russ Cox | [dev.cc] all: merge master (48469a2) into dev.cc |
commit | commitdiff | tree |
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-23 |
David du Colombier | cmd/ld: fix warning on Plan 9 |
commit | commitdiff | tree |
2015-02-23 |
Matthew Dempsky | runtime: remove unneeded C header files |
commit | commitdiff | tree |
2015-02-22 |
Aaron Jacobs | net/http: Removed some unused constants in request.go. |
commit | commitdiff | tree |
2015-02-22 |
Jan Kratochvil | gdb: fix "gdb.error: No struct named reflect.rtype." |
commit | commitdiff | tree |
2015-02-22 |
Mark Bucciarelli | Call --> CallSlice in two spots. No logic change,... |
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 |
Dmitry Vyukov | cmd/trace: add new command |
commit | commitdiff | tree |
2015-02-20 |
David Crawshaw | [dev.cc] runtime: print to stderr as well as android... |
commit | commitdiff | tree |
2015-02-20 |
Dmitry Vyukov | runtime/race: update race runtime to rev 229396 |
commit | commitdiff | tree |
2015-02-20 |
Dmitry Vyukov | runtime: adjust program counters in race detector |
commit | commitdiff | tree |
2015-02-20 |
Russ Cox | runtime: split gc_m into gcMark and gcSweep |
commit | commitdiff | tree |
2015-02-20 |
Russ Cox | runtime: unroll gc_m loop |
commit | commitdiff | tree |
2015-02-20 |
Russ Cox | runtime: tidy GC driver |
commit | commitdiff | tree |
2015-02-20 |
Dmitry Vyukov | runtime: fix cputicks on x86 |
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 |
next |