aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-20net, syscall: more accurate parsers for routing messages on BSD variantsMikio Hara
2015-02-20cmd/go: simplify/fix handling private github reposIngo Oeser
2015-02-20doc: dummy commit in go1.5.txtRuss Cox
2015-02-20[dev.cc] cmd/asm: bring asm on ppc64 in sync with 9aRob Pike
2015-02-20[dev.cc] runtime,syscall: quiet some more vet errorsRob Pike
2015-02-20[dev.cc] cmd/internal/obj, cmd/internal/gc, new6g: reconvertRuss Cox
2015-02-20[dev.cc] cmd/gc: tweak default fatal in ordersafeexpr for c2goRuss Cox
2015-02-19cmd/dist: show friendlier error message when building outside a Git repoAndrew Gerrand
2015-02-19runtime: do not unmap work.spans until after checkmark phaseRuss Cox
2015-02-19[dev.cc] runtime,syscall: add symbols for FP and SP references in darwin-armRob Pike
2015-02-19[dev.cc] cmd/go: enable verifyAsm for all architecturesRob Pike
2015-02-19[dev.cc] cmd/asm: accept #define A /* nothing */Rob Pike
2015-02-19runtime: missed change from reorganization CLRuss Cox
2015-02-19runtime: reorganize memory codeRuss Cox
2015-02-19[dev.cc] test: disable rotate testsRuss Cox
2015-02-19cmd/pprof: add -runtime flagDmitry Vyukov
2015-02-19runtime: don't test gdb on darwinJosh Bleecher Snyder
2015-02-19runtime: use more natural types in struct workbufAustin Clements
2015-02-19runtime: switch to gcWork abstractionAustin Clements
2015-02-19runtime: introduce higher-level GC work abstractionAustin Clements
2015-02-19runtime: drop unused workbufhdr.id fieldAustin Clements
2015-02-19doc: fix broken link in READMERyan Seys
2015-02-19[dev.cc] cmd/asm: add ppc64Rob Pike
2015-02-19image/jpeg: support 16-bit quantization tables and Extended SequentialNigel Tao
2015-02-19[dev.cc] runtime: fix FP reference in atomic_ppc64x.sRob Pike
2015-02-19[dev.cc] cmd/9a,new9a: set v=1 on static namesRob Pike
2015-02-19runtime: make gcDrainN take an int instead of uintptrAustin Clements
2015-02-19runtime: fix accidentally exported OpenBSD constantsMatthew Dempsky
2015-02-18encoding/json: Fixed the comment specifying Marshal behavior for maps.Aaron Jacobs
2015-02-18image: change Rectangle.Eq to return true for all empty rectangles, evenNigel Tao
2015-02-18doc: add cgi change go1.5.txtBrad Fitzpatrick
2015-02-18net/http/cgi: fix REMOTE_ADDR, REMOTE_HOST, add REMOTE_PORTAlex Sergeyev
2015-02-18[dev.cc] cmd/9a, cmd/new9a: fix line numbersRuss Cox
2015-02-18[dev.cc] cmd/dist, cmd/go: build new6g etc and verify against 6gRuss Cox
2015-02-18crypto/x509: embed certificates on darwin/armDavid Crawshaw
2015-02-18cmd/gc: replace NULL by nilDavid du Colombier
2015-02-18cmd/gc: generate simpler names for closuresDmitry Vyukov
2015-02-18[dev.cc] cmd/internal/obj/ppc64: set Ctxt when allocating ProgsRob Pike
2015-02-18[dev.cc] cmd/asm: make 4(SP) illegal except on 386Rob Pike
2015-02-18doc: document Go 1.4.2Andrew Gerrand
2015-02-18[dev.cc] cmd/yacc: introduce yyParser to expose parser stateRuss Cox
2015-02-18[dev.cc] cmd/asm/internal/asm: add operand parsing tests for 386 and armRob Pike
2015-02-17[dev.cc] cmd/internal/gc, cmd/new6g etc: convert from cmd/gc, cmd/6g etcRuss Cox
2015-02-17[dev.cc] cmd/go: install new6g etc (once they are committed) to tool directoryRuss Cox
2015-02-17[dev.cc] cmd/gc, cmd/ld, runtime: minor tweaks for c2goRuss Cox
2015-02-17[dev.cc] cmd/dist: write default GO386 for cmd/internal/objRuss Cox
2015-02-17[dev.cc] cmd/asm: clean up jumpsRob Pike
2015-02-17image/draw: add CMYK fast path.Nigel Tao
2015-02-17[dev.cc] misc/cgo/test: fix PC reference in arm assemblerRob Pike
2015-02-17[dev.cc] cmd/asm/internal/asm: add operand parsing testRob Pike