2015-02-20 |
Dmitry Vyukov | cmd/trace: add new command |
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 |
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-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 |
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 |
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 |
Nigel Tao | image/jpeg: support 16-bit quantization tables and... |
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 |
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 |
Andrew Gerrand | doc: document Go 1.4.2 |
commit | commitdiff | tree |
2015-02-17 |
Nigel Tao | image/draw: add CMYK fast path. |
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 |
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 |
next |