2015-05-28 |
Austin Clements | cmd/compile: avoid temporary in race mode with slice... |
commit | commitdiff | tree |
2015-05-28 |
Austin Clements | runtime: use stripped test environment for TestGdbPython |
commit | commitdiff | tree |
2015-05-28 |
Robert Griesemer | math/big: fix latent decimal conversion bug |
commit | commitdiff | tree |
2015-05-28 |
Ryan Brown | cmd/link/internal/ld: Skip combining dwarf for darwin... |
commit | commitdiff | tree |
2015-05-28 |
Josh Bleecher... | test: remove arch char from nosplit |
commit | commitdiff | tree |
2015-05-28 |
Shenghou Ma | cmd/internal/obj: make arm64 use RegTo2 instead of... |
commit | commitdiff | tree |
2015-05-28 |
Brad Fitzpatrick | cmd/dist: don't run go list when running a specific... |
commit | commitdiff | tree |
2015-05-27 |
Robert Griesemer | math/big: more cleanups (msbxx, nlzxx functions) |
commit | commitdiff | tree |
2015-05-27 |
Robert Griesemer | math/big: removed TODO, cleanups |
commit | commitdiff | tree |
2015-05-27 |
Robert Griesemer | strconv: minor internal comment fix |
commit | commitdiff | tree |
2015-05-27 |
Brad Fitzpatrick | archive/zip: sanity check the TOC's declared number... |
commit | commitdiff | tree |
2015-05-27 |
David Chase | cmd/compile: propagate correct line numbers in treecopy |
commit | commitdiff | tree |
2015-05-27 |
Brad Fitzpatrick | doc: update go1.5.txt |
commit | commitdiff | tree |
2015-05-27 |
Michael Hudson... | cmd/internal/ld: do not depend on local symbols to... |
commit | commitdiff | tree |
2015-05-27 |
Michael Hudson... | cmd/internal/ld: store the libraries a shared library... |
commit | commitdiff | tree |
2015-05-27 |
HÃ¥vard Haugen | archive/tar: don't panic on negative file size |
commit | commitdiff | tree |
2015-05-27 |
Michael Hudson... | cmd/link/internal/ld: put abi hash into a note |
commit | commitdiff | tree |
2015-05-27 |
Michael Hudson... | misc/cgo/testshared: do not capture output of go comman... |
commit | commitdiff | tree |
2015-05-27 |
Michael Hudson... | cmd/link: replace interface{} fields with concrete... |
commit | commitdiff | tree |
2015-05-26 |
Ryan Brown | cmd/internal/objfile: Skip mach-o debug symbols. |
commit | commitdiff | tree |
2015-05-26 |
Brad Fitzpatrick | archive/zip: verify number of File bytes read at EOF |
commit | commitdiff | tree |
2015-05-26 |
Ian Lance Taylor | cmd/link/internal/amd64: -buildmode=c-archive forces... |
commit | commitdiff | tree |
2015-05-26 |
Robert Griesemer | spec: removed TODOs (invisible html comment) in favor... |
commit | commitdiff | tree |
2015-05-26 |
Alexandre Cesaro | net/mail: add AddressParser type |
commit | commitdiff | tree |
2015-05-26 |
Russ Cox | cmd/compile: don't cater to race detector in write... |
commit | commitdiff | tree |
2015-05-26 |
Ian Lance Taylor | cmd/link/internal/ld: if -v, display external linker... |
commit | commitdiff | tree |
2015-05-26 |
Ian Lance Taylor | cmd/go: permit C files if the package uses SWIG |
commit | commitdiff | tree |
2015-05-25 |
David Crawshaw | androidtest.bash: clean up stale GOROOT |
commit | commitdiff | tree |
2015-05-25 |
David Crawshaw | misc/android: cleaner to remove stale GOROOT files |
commit | commitdiff | tree |
2015-05-23 |
Elias Naur | runtime: don't always block all signals on OpenBSD |
commit | commitdiff | tree |
2015-05-23 |
Mikio Hara | net: adjust dual stack support on dragonfly |
commit | commitdiff | tree |
2015-05-23 |
Mikio Hara | net: don't show verbose information when -test.v=false |
commit | commitdiff | tree |
2015-05-22 |
Robert Griesemer | math/big: Always print exponent sign when using 'p... |
commit | commitdiff | tree |
2015-05-22 |
Elias Naur | misc/cgo/test: fix build for CC=clang |
commit | commitdiff | tree |
2015-05-22 |
Robert Griesemer | cmd/compile/internal/big: update and apply vendor.bash |
commit | commitdiff | tree |
2015-05-22 |
Robert Griesemer | cmd/compile/internal/gc: simplify mpgetflt (remove... |
commit | commitdiff | tree |
2015-05-22 |
Robert Griesemer | cmd/compile/internal/gc: correctly use Float32 in mpgetfltN |
commit | commitdiff | tree |
2015-05-22 |
Shenghou Ma | go/build: make ArchChar always return "?" to match... |
commit | commitdiff | tree |
2015-05-22 |
Robert Griesemer | cmd/compile/internal/big: update to latest version... |
commit | commitdiff | tree |
2015-05-22 |
Robert Griesemer | math/big: fix Float.Float64 conversion for denormal... |
commit | commitdiff | tree |
2015-05-22 |
Robert Griesemer | math/big: add more Float.Float64 conversion tests |
commit | commitdiff | tree |
2015-05-22 |
Robert Griesemer | math/big: fix Float.Float32 conversion for denormal... |
commit | commitdiff | tree |
2015-05-22 |
Elias Naur | runtime: don't always unblock all signals |
commit | commitdiff | tree |
2015-05-22 |
Dave Cheney | net: fix panic in TestDialerDualStack |
commit | commitdiff | tree |
2015-05-22 |
David Chase | cmd/internal/gc: move check for large-hence-heap-alloca... |
commit | commitdiff | tree |
2015-05-22 |
David Chase | cmd/internal/gc: make indirect calls properly escape-y |
commit | commitdiff | tree |
2015-05-22 |
Robert Griesemer | math/big: gofmt nat_test.go |
commit | commitdiff | tree |
2015-05-22 |
Vlad Krasnov | math/big: Simple Montgomery Multiplication to accelerat... |
commit | commitdiff | tree |
2015-05-21 |
Russ Cox | runtime: fix callwritebarrier |
commit | commitdiff | tree |
2015-05-21 |
Austin Clements | runtime: eliminate write barrier from adjustpointers |
commit | commitdiff | tree |
2015-05-21 |
Josh Bleecher... | cmd/internal/obj: remove F3t field from Prog |
commit | commitdiff | tree |
2015-05-21 |
Russ Cox | cmd/go: set correct install location for cmd/compile... |
commit | commitdiff | tree |
2015-05-21 |
Russ Cox | all: retire architecture letter in file names, public API |
commit | commitdiff | tree |
2015-05-21 |
Russ Cox | all: build and use go tool compile, go tool link |
commit | commitdiff | tree |
2015-05-21 |
Russ Cox | cmd/compile, cmd/link: create from 5g, 5l, etc |
commit | commitdiff | tree |
2015-05-21 |
Russ Cox | cmd/link: move to cmd/newlink |
commit | commitdiff | tree |
2015-05-21 |
Ryan Brown | cmd/internal/ld: output dwarf in external link mode... |
commit | commitdiff | tree |
2015-05-21 |
Rick Hudson | runtime: turn work buffer tracing off by default |
commit | commitdiff | tree |
2015-05-21 |
Austin Clements | runtime: make runtime.callers walk calling G, not g0 |
commit | commitdiff | tree |
2015-05-20 |
Shenghou Ma | encoding/gob: fix docs |
commit | commitdiff | tree |
2015-05-20 |
Mikio Hara | net: document that ListenMulticastUDP is for simple... |
commit | commitdiff | tree |
2015-05-20 |
Alan Donovan | go/parser: parse incomplete selection "fmt." as a blank... |
commit | commitdiff | tree |
2015-05-20 |
Rob Pike | cmd/doc: fix handling of paths like ./fmt |
commit | commitdiff | tree |
2015-05-20 |
Rick Hudson | runtime: remove unused quiesce code |
commit | commitdiff | tree |
2015-05-20 |
Michael Hudson... | cmd/go: change Package.Shlib to be the absolute path... |
commit | commitdiff | tree |
2015-05-20 |
Mikio Hara | net: fix the series of TestLookup and external tests |
commit | commitdiff | tree |
2015-05-20 |
Mikio Hara | net: fix data race in TestSocket{Conn,PacketConn} |
commit | commitdiff | tree |
2015-05-19 |
Josh Bleecher... | Revert "cmd/internal/ld: output dwarf in external link... |
commit | commitdiff | tree |
2015-05-19 |
Shenghou Ma | misc/cgo/testshared: when checking for RPATHs also... |
commit | commitdiff | tree |
2015-05-19 |
Shenghou Ma | cmd/internal/gc: handle 64-bit const i/j/k in cgen_slic... |
commit | commitdiff | tree |
2015-05-19 |
Didier Spezia | html/template: fix string iteration in replacement... |
commit | commitdiff | tree |
2015-05-19 |
Shenghou Ma | cmd/go: fix build |
commit | commitdiff | tree |
2015-05-19 |
Austin Clements | cmd/internal/gc: remove incorrect "write barrier prohib... |
commit | commitdiff | tree |
2015-05-19 |
Alexander Zolotov | cmd/go: run gofmt from current GOROOT |
commit | commitdiff | tree |
2015-05-19 |
Ryan Brown | cmd/internal/ld: output dwarf in external link mode... |
commit | commitdiff | tree |
2015-05-19 |
Russ Cox | cmd/internal/gc: sync nowritebarrier checks and write... |
commit | commitdiff | tree |
2015-05-19 |
Russ Cox | cmd/internal/gc: type of str[i] is byte, not uint8 |
commit | commitdiff | tree |
2015-05-19 |
Rick Hudson | runtime: run background mark helpers only if work is... |
commit | commitdiff | tree |
2015-05-19 |
Austin Clements | runtime: minor clean up to heapminimum |
commit | commitdiff | tree |
2015-05-19 |
Russ Cox | runtime: add fast check for self-loop pointer in scanobject |
commit | commitdiff | tree |
2015-05-19 |
Russ Cox | cmd/internal/gc: add missing write barrier in append... |
commit | commitdiff | tree |
2015-05-19 |
Shenghou Ma | time: document that not all Unix time can be represented |
commit | commitdiff | tree |
2015-05-19 |
Aaron Jacobs | flag: Fix up a package comment a bit. |
commit | commitdiff | tree |
2015-05-18 |
Josh Bleecher... | cmd/internal/gc: rearrange Node fields |
commit | commitdiff | tree |
2015-05-18 |
Josh Bleecher... | cmd/internal/gc: separate Node param fields |
commit | commitdiff | tree |
2015-05-18 |
Josh Bleecher... | cmd/6g, cmd/internal/gc: use Etype instead of Ostk |
commit | commitdiff | tree |
2015-05-18 |
Josh Bleecher... | cmd/internal/gc: make all Node depths int32 |
commit | commitdiff | tree |
2015-05-18 |
Josh Bleecher... | runtime/pprof: write heap statistics to heap profile... |
commit | commitdiff | tree |
2015-05-18 |
Daniel Morsing | cmd/pprof/internal/profile: ignore comments when parsin... |
commit | commitdiff | tree |
2015-05-18 |
Rob Pike | cmd/doc: put blank lines around comment for types,... |
commit | commitdiff | tree |
2015-05-18 |
Michael Hudson... | misc/cgo/testshared: rewrite in Go |
commit | commitdiff | tree |
2015-05-18 |
Robert Griesemer | spec: fix typo |
commit | commitdiff | tree |
2015-05-18 |
David Chase | cmd/internal/gc: extend escape analysis to pointers... |
commit | commitdiff | tree |
2015-05-18 |
Austin Clements | runtime: use separate count and note for forEachP |
commit | commitdiff | tree |
2015-05-18 |
Austin Clements | runtime: hold worldsema while starting the world |
commit | commitdiff | tree |
2015-05-18 |
Austin Clements | runtime: disallow preemption during startTheWorld |
commit | commitdiff | tree |
2015-05-18 |
Austin Clements | runtime: factor stoptheworld/starttheworld pattern |
commit | commitdiff | tree |
2015-05-18 |
Austin Clements | runtime: don't start GC if preemptoff is set |
commit | commitdiff | tree |
2015-05-18 |
Alex Brainman | runtime: correct exception stack trace output |
commit | commitdiff | tree |
2015-05-17 |
Shenghou Ma | buildall.bash: exit 1 when make.bash fails |
commit | commitdiff | tree |
next |