aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-17runtime: fix runtime-gdb_test on armAustin Clements
2015-02-17runtime: rename gcwork.go to mgcwork.goAustin Clements
2015-02-17runtime: in runtime-gdb.py, use SliceValue wrapperAustin Clements
2015-02-17runtime: fix GDB "info goroutines" for Go 1.5Austin Clements
2015-02-17[dev.cc] runtime/cgo: change PC to R15 in asm_arm.sRob Pike
2015-02-17[dev.cc] cmd/asm: fix build: handle g in register lists on ARMRob Pike
2015-02-17math: change Nextafter64 to Nextafter in the description of NextafterIvan Ukhov
2015-02-17cmd/go: skip stat check when using -toolexecDavid Crawshaw
2015-02-17syscall: make mksyscall_windows.go to work even when output does not uses uns...Alex Brainman
2015-02-17[dev.cc] runtime: remove comma at the end of DIVL instruction (fixes windows ...Alex Brainman
2015-02-17[dev.cc] cmd/go: enable verifyAsm for asm on ARMRob Pike
2015-02-17[dev.cc] cmd/asm: fix build for x86 architecturesRob Pike
2015-02-17all: fix typo in docYasuhiro Matsumoto
2015-02-17[dev.cc] cmd/internal/asm: fix build: was mishandling SP reference on amd64Rob Pike
2015-02-17[dev.cc] cmd/internal/obj/arm: delete trailing space from AND instructionRob Pike
2015-02-17image: fix Rectangle.Overlaps and Rectangle.Union for empty rectangles.Nigel Tao
2015-02-17[dev.cc] cmd/internal/obj/arm: add a couple of missing settings of CtxtRob Pike
2015-02-17[dev.cc] cmd/asm: support ARMRob Pike
2015-02-17[dev.cc] cmd/asm: fix macro definition bug in the lexerRob Pike
2015-02-17os: fix typo in docmattn
2015-02-17image/draw: add CMYK test.Nigel Tao
2015-02-16unicode: Fixed an out of date comment (MaxLatin1, not Latin1Max).Aaron Jacobs
2015-02-16doc: Add reminder to go1.5.txt for os/signal changesMichael MacInnis
2015-02-16cmd/dist: don't use "uname -v" to recognize GOHOSTARCHMikio Hara
2015-02-16os/signal: add ability to ignore signals and restore initial signal handlersMichael MacInnis
2015-02-16image/jpeg: remove the (temporary) dependency on image/draw.Nigel Tao
2015-02-16runtime: remove C-style strcmp and strncmp helpersMatthew Dempsky
2015-02-16image/jpeg: support decoding CMYK and YCbCrK images.Nigel Tao
2015-02-16image: add image.CMYK and color.CMYK types.Nigel Tao
2015-02-15math/big: implement fast path in Float.SetRat if argument is integerRobert Griesemer
2015-02-15cmd/gc: fix noscan mapsDmitry Vyukov
2015-02-15math/big: always round after the sign is setRobert Griesemer
2015-02-15doc/asm: document that assembly function must use short nameShenghou Ma
2015-02-14cmd/go: remove script and script.txtShenghou Ma
2015-02-14test: add test case for issue 4365Ian Lance Taylor
2015-02-14math/big: fix aliasing bug in Float.QuoRobert Griesemer
2015-02-14math/big: don't scan past a binary exponent if not accepted syntacticallyRobert Griesemer
2015-02-14math/big: only permit bases 2, 10, 16 when scanning number w/ "decimal" pointRobert Griesemer
2015-02-14math/big: remove Float.Round (not needed anymore), fix a bug in SetInt64Robert Griesemer
2015-02-14math/big: implement/rename accessors for precision and rounding modeRobert Griesemer
2015-02-14math/big: fix aliasing error in Add, SubRobert Griesemer
2015-02-14math/big: use internal validation more consistentlyRobert Griesemer
2015-02-14[dev.cc] crypto/md5: fix arm assembler in md5block_arm.sRob Pike
2015-02-13[dev.cc] doc/go1.5.txt: assembler changesRob Pike
2015-02-13[dev.cc] all: edit assembly source for ARM to be more regularRob Pike
2015-02-13test: deflake init1.go test, tighten its boundsBrad Fitzpatrick
2015-02-13cmd/gc: replace NULL by nilDavid du Colombier
2015-02-13cmd/ld: always mark tlsg STLSBSSDavid Crawshaw
2015-02-13androidtest.bash: remove use of cp --preserve.Hyang-Ah (Hana) Kim
2015-02-13cmd/ld: set alignment for the .rel.plt section on 32-bit architecturesShenghou Ma