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 |
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 |
Yasuhiro Matsumoto | all: fix typo in doc |
commit | commitdiff | tree |
2015-02-17 |
Nigel Tao | image: fix Rectangle.Overlaps and Rectangle.Union for... |
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 |
2015-02-15 |
Robert Griesemer | math/big: always round after the sign is set |
commit | commitdiff | tree |
2015-02-15 |
Shenghou Ma | doc/asm: document that assembly function must use short... |
commit | commitdiff | tree |
2015-02-14 |
Shenghou Ma | cmd/go: remove script and script.txt |
commit | commitdiff | tree |
2015-02-14 |
Ian Lance Taylor | test: add test case for issue 4365 |
commit | commitdiff | tree |
2015-02-14 |
Robert Griesemer | math/big: fix aliasing bug in Float.Quo |
commit | commitdiff | tree |
2015-02-14 |
Robert Griesemer | math/big: don't scan past a binary exponent if not... |
commit | commitdiff | tree |
2015-02-14 |
Robert Griesemer | math/big: only permit bases 2, 10, 16 when scanning... |
commit | commitdiff | tree |
2015-02-14 |
Robert Griesemer | math/big: remove Float.Round (not needed anymore),... |
commit | commitdiff | tree |
2015-02-14 |
Robert Griesemer | math/big: implement/rename accessors for precision... |
commit | commitdiff | tree |
2015-02-14 |
Robert Griesemer | math/big: fix aliasing error in Add, Sub |
commit | commitdiff | tree |
2015-02-14 |
Robert Griesemer | math/big: use internal validation more consistently |
commit | commitdiff | tree |
2015-02-13 |
Brad Fitzpatrick | test: deflake init1.go test, tighten its bounds |
commit | commitdiff | tree |
2015-02-13 |
David du Colombier | cmd/gc: replace NULL by nil |
commit | commitdiff | tree |
2015-02-13 |
David Crawshaw | cmd/ld: always mark tlsg STLSBSS |
commit | commitdiff | tree |
2015-02-13 |
Hyang-Ah (Hana... | androidtest.bash: remove use of cp --preserve. |
commit | commitdiff | tree |
2015-02-13 |
Shenghou Ma | cmd/ld: set alignment for the .rel.plt section on 32... |
commit | commitdiff | tree |
2015-02-13 |
Russ Cox | cmd/ld: make cmd/ld a real library |
commit | commitdiff | tree |
2015-02-13 |
Russ Cox | cmd/dist: avoid trailing space in instruction name... |
commit | commitdiff | tree |
2015-02-13 |
Russ Cox | cmd/gc: minor adjustments for C to Go translation |
commit | commitdiff | tree |
2015-02-13 |
Russ Cox | cmd/gc: eliminate some pointer arithmetic |
commit | commitdiff | tree |
2015-02-13 |
Russ Cox | cmd/gc: rename arch to thearch |
commit | commitdiff | tree |
2015-02-13 |
Russ Cox | cmd/gc: add .y to error about missing x in x.y |
commit | commitdiff | tree |
2015-02-13 |
Russ Cox | cmd/gc: add debugging to liveness analysis |
commit | commitdiff | tree |
2015-02-13 |
Russ Cox | cmd/gc: correct errors in constant parsing |
commit | commitdiff | tree |
2015-02-13 |
Russ Cox | cmd/gc: avoid writing past end of region array |
commit | commitdiff | tree |
2015-02-13 |
Russ Cox | cmd/yacc: adjust expansion of $n to be more useful... |
commit | commitdiff | tree |
2015-02-13 |
Roger Peppe | encoding/xml: encoding name spaces correctly |
commit | commitdiff | tree |
2015-02-13 |
Dmitry Vyukov | runtime: fix stack corruption in race mode |
commit | commitdiff | tree |
2015-02-13 |
Dmitry Vyukov | runtime/race: fix test in preparation for new race... |
commit | commitdiff | tree |
2015-02-13 |
Austin Clements | runtime: rename drainworkbuf and drainobjects |
commit | commitdiff | tree |
2015-02-13 |
Austin Clements | runtime: remove drainallwbufs argument to drainworkbuf |
commit | commitdiff | tree |
2015-02-13 |
Austin Clements | runtime: eliminate drainworkbufs from scanblock |
commit | commitdiff | tree |
2015-02-13 |
Austin Clements | runtime: eliminate b == 0 special case from scanblock |
commit | commitdiff | tree |
2015-02-13 |
Austin Clements | runtime: replace scanblock(0, 0, nil, nil) with drainwo... |
commit | commitdiff | tree |
2015-02-13 |
Austin Clements | runtime: move checknocurrentwbuf() from scanblock to... |
commit | commitdiff | tree |
2015-02-13 |
Dmitry Vyukov | cmd/gc: transform closure calls to function calls |
commit | commitdiff | tree |
2015-02-13 |
Shenghou Ma | cmd/go: make consistent use of leading Tabs |
commit | commitdiff | tree |
2015-02-13 |
Dmitry Vyukov | cmd/gc: restore amd64p32 hack for bucket size |
commit | commitdiff | tree |
2015-02-13 |
Dmitry Vyukov | runtime: cleanup after conversion to Go |
commit | commitdiff | tree |
2015-02-13 |
Josh Bleecher... | cmd/5g, cmd/6g, cmd/8g, cmd/9g: use a register to zero... |
commit | commitdiff | tree |
2015-02-13 |
Josh Bleecher... | cmd/5g, cmd/6g, cmd/8g, cmd/9g: zero more in componentgen |
commit | commitdiff | tree |
2015-02-12 |
Josh Bleecher... | cmd/gc: evaluate concrete == interface without allocating |
commit | commitdiff | tree |
2015-02-12 |
Josh Bleecher... | cmd/6g, cmd/8g: make 2/3 word sgen more efficient |
commit | commitdiff | tree |
2015-02-12 |
Josh Bleecher... | cmd/6g: allocate fewer new registers in sgen |
commit | commitdiff | tree |
2015-02-12 |
Robert Griesemer | math/big: implemented Float.Int64, simplified Float... |
commit | commitdiff | tree |
2015-02-12 |
Austin Clements | runtime: move wbuf-related functions to new gcwork.go |
commit | commitdiff | tree |
2015-02-12 |
Austin Clements | runtime: on Plan 9, zero memory returned to the brk... |
commit | commitdiff | tree |
2015-02-12 |
Andrew Gerrand | doc: update pre-requisites for bootstrapping |
commit | commitdiff | tree |
2015-02-12 |
Dmitry Vyukov | cmd/gc: allocate non-escaping maps on stack |
commit | commitdiff | tree |
2015-02-12 |
Dmitry Vyukov | cmd/gc: restore stack frame debugging |
commit | commitdiff | tree |
2015-02-12 |
Dmitry Vyukov | runtime: fix race instrumentation of append |
commit | commitdiff | tree |
2015-02-12 |
Dmitry Vyukov | cmd/gc: remove several copies of outervalue |
commit | commitdiff | tree |
2015-02-12 |
Dmitry Vyukov | cmd/gc: allocate buffers for non-escaping string conver... |
commit | commitdiff | tree |
2015-02-12 |
Brad Fitzpatrick | runtime: remove obsolete SELinux execmem comment |
commit | commitdiff | tree |
2015-02-12 |
Alex Brainman | runtime: move all stdFunctions into os1_windows.go... |
commit | commitdiff | tree |
2015-02-12 |
Alex Brainman | runtime: remove unused signals_windows.h |
commit | commitdiff | tree |
2015-02-12 |
mattn | syscall: Readlink doesn't handle junction on windows |
commit | commitdiff | tree |
2015-02-11 |
Russ Cox | cmd/gc: avoid %#016x, which really means Go's %#014x |
commit | commitdiff | tree |
2015-02-11 |
Russ Cox | cmd/gc: use go.builtin as package prefix, not go%2ebuiltin |
commit | commitdiff | tree |
2015-02-11 |
Russ Cox | cmd/gc: make qsort comparisons totally ordered |
commit | commitdiff | tree |
2015-02-11 |
Russ Cox | cmd/gc: remove C subclassing trick from popt.c |
commit | commitdiff | tree |
2015-02-11 |
Russ Cox | cmd/gc: move reg.c into portable code |
commit | commitdiff | tree |
2015-02-11 |
Russ Cox | cmd/gc: remove cgen_asop, no longer used |
commit | commitdiff | tree |
2015-02-11 |
Russ Cox | cmd/gc: factor newly-portable code into gc directory |
commit | commitdiff | tree |
2015-02-11 |
Robert Griesemer | strconv: simplified logic resulting in faster float... |
commit | commitdiff | tree |
2015-02-11 |
Robert Griesemer | math/big: completed Float.Uint64 |
commit | commitdiff | tree |
2015-02-11 |
Robert Griesemer | math/big: add test cases for Float.Abs and Float.Neg |
commit | commitdiff | tree |
2015-02-11 |
Robert Griesemer | math/big: implemented Float.Int (truncation of Floats... |
commit | commitdiff | tree |
2015-02-11 |
Robert Griesemer | math/big: When result prec == 0, use at least prec... |
commit | commitdiff | tree |
2015-02-11 |
Rick Hudson | runtime: cache workbufs on Ms and add consistency checks |
commit | commitdiff | tree |
2015-02-11 |
Dmitry Vyukov | runtime: never show system goroutines in traceback |
commit | commitdiff | tree |
2015-02-11 |
Dmitry Vyukov | reflect: mark map access functions as go:noescape |
commit | commitdiff | tree |
2015-02-11 |
Dmitry Vyukov | runtime: fix span unusedsince setup |
commit | commitdiff | tree |
2015-02-11 |
Austin Clements | cmd/dist: fetch version when needed, instead of at... |
commit | commitdiff | tree |
2015-02-11 |
rubyist | crypto/x509: allow matchHostnames to work with absolute... |
commit | commitdiff | tree |
2015-02-10 |
Keith Randall | runtime: don't put container symbols in functab |
commit | commitdiff | tree |
2015-02-10 |
Mikio Hara | net: disable WriteMsgUDP tests on nacl, windows (fix... |
commit | commitdiff | tree |
2015-02-10 |
Mikio Hara | net: update documentation for WriteMsgUDP |
commit | commitdiff | tree |
2015-02-10 |
Ian Lance Taylor | cmd/pprof/internal/report: fix typo in recognized outpu... |
commit | commitdiff | tree |
next |