2015-02-04 |
Josh Bleecher... | cmd/go: add 9g and 9l to documentation |
commit | commitdiff | tree |
2015-02-04 |
Mikio Hara | net: remove the dregs of old built-in poll server |
commit | commitdiff | tree |
2015-02-04 |
Dmitry Vyukov | runtime: cleanup some left-overs of the C past |
commit | commitdiff | tree |
2015-02-04 |
Mikio Hara | net: update TDDO |
commit | commitdiff | tree |
2015-02-04 |
Dmitry Vyukov | runtime: bound defer pools |
commit | commitdiff | tree |
2015-02-04 |
Dmitry Vyukov | cmd/gc: don't copy string in range []byte(str) |
commit | commitdiff | tree |
2015-02-04 |
Austin Clements | runtime: fix RuntimeGogoBytes on windows/amd64 |
commit | commitdiff | tree |
2015-02-04 |
Josh Bleecher... | go/doc: don't treat _ consts as exported |
commit | commitdiff | tree |
2015-02-04 |
Jacob H. Haven | crypto/tls: add support for AES_256_GCM_SHA384 cipher... |
commit | commitdiff | tree |
2015-02-04 |
Josh Bleecher... | cmd/dist: fix whitespace and comment typo in arm vfp... |
commit | commitdiff | tree |
2015-02-03 |
Blake Gentry | net/http: remove unused switchReader type |
commit | commitdiff | tree |
2015-02-03 |
Alex Brainman | include: restore use of signal.h on windows (fixes... |
commit | commitdiff | tree |
2015-02-03 |
Paul van Brouwershaven | crypto/x509/pkix: Parse and add additional elements... |
commit | commitdiff | tree |
2015-02-03 |
Lynn Boger | runtime: Change memprofrate to memprofilerate |
commit | commitdiff | tree |
2015-02-03 |
Robert Griesemer | math/big: implement precise Float to decimal conversion... |
commit | commitdiff | tree |
2015-02-03 |
Robert Griesemer | math/big: fix typos |
commit | commitdiff | tree |
2015-02-03 |
Robert Griesemer | math/big: build Float.Format on top of Float.Append |
commit | commitdiff | tree |
2015-02-03 |
Russ Cox | liblink: define fixed A-numbers for common instructions |
commit | commitdiff | tree |
2015-02-03 |
Russ Cox | liblink: place DATA size in from3.offset always |
commit | commitdiff | tree |
2015-02-03 |
Russ Cox | liblink: the zero Prog is now valid and ready for use |
commit | commitdiff | tree |
2015-02-03 |
Russ Cox | liblink: remove dead computation of p->back in span6... |
commit | commitdiff | tree |
2015-02-03 |
Russ Cox | liblink: renumber ARM conditions to make C_SCOND_NONE... |
commit | commitdiff | tree |
2015-02-03 |
Russ Cox | liblink: place TEXT/GLOBL flags in p->from3 always |
commit | commitdiff | tree |
2015-02-03 |
Russ Cox | liblink: use same TEXT $frame-arg encoding for all... |
commit | commitdiff | tree |
2015-02-03 |
Russ Cox | cmd/9a: fix GLOBL instruction |
commit | commitdiff | tree |
2015-02-03 |
Dmitry Vyukov | cmd/gc: fix capturing by value for range statements |
commit | commitdiff | tree |
2015-02-03 |
Dmitry Vyukov | cmd/gc: typecheck type switch variables |
commit | commitdiff | tree |
2015-02-03 |
Dmitry Vyukov | runtime: fix nosplit stack overflow |
commit | commitdiff | tree |
2015-02-03 |
Dmitry Vyukov | runtime: fix false race report during tracing |
commit | commitdiff | tree |
2015-02-03 |
Austin Clements | runtime: rearrange framepointer check condition |
commit | commitdiff | tree |
2015-02-03 |
Austin Clements | runtime: use 2*regSize for saved frame pointer check |
commit | commitdiff | tree |
2015-02-03 |
Austin Clements | runtime: add missing \n to error message |
commit | commitdiff | tree |
2015-02-03 |
Mikio Hara | net: case insensitivity of DNS labels in built-in stub... |
commit | commitdiff | tree |
2015-02-03 |
Erik Aigner | net/http: remove redundant strings.TrimPrefix |
commit | commitdiff | tree |
2015-02-03 |
Dave Cheney | include: fix arm build one more time |
commit | commitdiff | tree |
2015-02-03 |
Lynn Boger | runtime: Add memprofrate value to GODEBUG |
commit | commitdiff | tree |
2015-02-02 |
Austin Clements | cmd/6g, liblink, runtime: support saving base pointers |
commit | commitdiff | tree |
2015-02-02 |
Austin Clements | runtime: eliminate uses of BP on amd64 |
commit | commitdiff | tree |
2015-02-02 |
Austin Clements | runtime: rename m.gcing to m.preemptoff and make it... |
commit | commitdiff | tree |
2015-02-02 |
Austin Clements | runtime: update a few "onM"s in comments to say "system... |
commit | commitdiff | tree |
2015-02-02 |
Austin Clements | cmd/9g: note suboptimal copy code |
commit | commitdiff | tree |
2015-02-02 |
Robert Griesemer | go/printer: clearer logic (clenaup) |
commit | commitdiff | tree |
2015-02-02 |
Dmitri Shuralyov | go/printer: set prefix correctly when all comment lines... |
commit | commitdiff | tree |
2015-02-02 |
David du Colombier | os: fix TestMkdirAllAtSlash on Plan 9 |
commit | commitdiff | tree |
2015-02-02 |
Shenghou Ma | cmd/gc: always treat the output parameters as having... |
commit | commitdiff | tree |
2015-02-02 |
David Crawshaw | net: failed not faild |
commit | commitdiff | tree |
2015-01-31 |
Dave Cheney | os: don't silently skip test |
commit | commitdiff | tree |
2015-01-30 |
Rahul Chaudhry | os: allow EROFS in TestMkdirAllAtSlash |
commit | commitdiff | tree |
2015-01-30 |
Robert Griesemer | math/big: split float conversion routines and tests... |
commit | commitdiff | tree |
2015-01-30 |
Robert Griesemer | math/big: split rat conversion routines and tests into... |
commit | commitdiff | tree |
2015-01-30 |
Robert Griesemer | math/big: split int conversion routines and tests into... |
commit | commitdiff | tree |
2015-01-30 |
Robert Griesemer | math/big: split nat conversion routines and tests into... |
commit | commitdiff | tree |
2015-01-30 |
Robert Griesemer | math/big: parsing of fractions and floats in mantissa... |
commit | commitdiff | tree |
2015-01-30 |
Andrew Gerrand | doc: add log.SetOutput to go1.5.txt |
commit | commitdiff | tree |
2015-01-30 |
Andrew Gerrand | log: add SetOutput method on Logger |
commit | commitdiff | tree |
2015-01-30 |
Brad Fitzpatrick | cmd/pack: make a test less disk-intensive in short... |
commit | commitdiff | tree |
2015-01-30 |
Andrew Gerrand | doc: remove redundant images |
commit | commitdiff | tree |
2015-01-30 |
Dave Cheney | liblink: fix arm build again |
commit | commitdiff | tree |
2015-01-30 |
Dmitry Vyukov | runtime: fix system memory allocator on plan9 |
commit | commitdiff | tree |
2015-01-30 |
Dmitry Vyukov | runtime: fix trace ticks frequency on windows |
commit | commitdiff | tree |
2015-01-30 |
Russ Cox | cmd/5l, cmd/9l: more ucontext.h fixes |
commit | commitdiff | tree |
2015-01-30 |
Russ Cox | cmd/5l, cmd/8g: fix build failures |
commit | commitdiff | tree |
2015-01-30 |
Russ Cox | cmd/dist: update for portable Prog, Addr |
commit | commitdiff | tree |
2015-01-30 |
Russ Cox | cmd/9a, cmd/9g, cmd/9l, liblink: update for portable... |
commit | commitdiff | tree |
2015-01-30 |
Russ Cox | cmd/8a, cmd/8g, cmd/8l, liblink: update for portable... |
commit | commitdiff | tree |
2015-01-30 |
Russ Cox | cmd/6a, cmd/6g, cmd/6l, liblink: update for portable... |
commit | commitdiff | tree |
2015-01-30 |
Russ Cox | cmd/5a, cmd/5g, cmd/5l, liblink: update for portable... |
commit | commitdiff | tree |
2015-01-30 |
Russ Cox | cmd/gc, cmd/ld, liblink: update for portable Prog,... |
commit | commitdiff | tree |
2015-01-30 |
Russ Cox | liblink: make Prog, Addr more portable and document |
commit | commitdiff | tree |
2015-01-30 |
Russ Cox | liblink: fix error message on linux for unknown TLS... |
commit | commitdiff | tree |
2015-01-30 |
Russ Cox | cmd/9g: use nopout in excise |
commit | commitdiff | tree |
2015-01-30 |
Russ Cox | liblink: bug fixes for ppc64 %P format |
commit | commitdiff | tree |
2015-01-29 |
Robert Griesemer | test/closure2.go: correctly "use" tmp |
commit | commitdiff | tree |
2015-01-29 |
Rick Hudson | runtime: scanvalid race Fixes #9727 |
commit | commitdiff | tree |
2015-01-29 |
Austin Clements | runtime: use func value for parfor body |
commit | commitdiff | tree |
2015-01-29 |
Austin Clements | runtime: eliminate parfor ctx field |
commit | commitdiff | tree |
2015-01-29 |
Austin Clements | runtime: use threads slice in parfor instead of unsafe... |
commit | commitdiff | tree |
2015-01-29 |
Austin Clements | runtime: move all parfor-related code to parfor.go |
commit | commitdiff | tree |
2015-01-29 |
Austin Clements | runtime: check alignment of 8-byte atomic loads and... |
commit | commitdiff | tree |
2015-01-29 |
Russ Cox | cmd/go: add build flag -toolexec |
commit | commitdiff | tree |
2015-01-29 |
Dmitry Vyukov | cmd/gc: capture variables by value |
commit | commitdiff | tree |
2015-01-29 |
Mikio Hara | net: remove full stack test cases for IPConn |
commit | commitdiff | tree |
2015-01-29 |
Mikio Hara | net: remove solaris tag from cgo |
commit | commitdiff | tree |
2015-01-29 |
Alex Plugaru | encoding/json: add UnmarshalTypeError.Offset |
commit | commitdiff | tree |
2015-01-29 |
Evan Phoenix | expvar: Use sync/atomic to manipulate Int for better... |
commit | commitdiff | tree |
2015-01-29 |
Dominik Vogt | cmd/cgo: add support for s390 and s390x |
commit | commitdiff | tree |
2015-01-28 |
Robert Griesemer | math/big: sketched out complete set of Float/string... |
commit | commitdiff | tree |
2015-01-28 |
Rick Hudson | runtime: set minimum heap size to 4Mbytes |
commit | commitdiff | tree |
2015-01-28 |
Dmitry Vyukov | cmd/gc: allocate stack buffer for ORUNESTR |
commit | commitdiff | tree |
2015-01-28 |
Dmitry Vyukov | cmd/gc: allocate buffers for non-escaped strings on... |
commit | commitdiff | tree |
2015-01-28 |
Rick Hudson | runtime: avoid redundant scans |
commit | commitdiff | tree |
2015-01-28 |
Robert Griesemer | unsafe: minor doc string improvements |
commit | commitdiff | tree |
2015-01-28 |
Brad Fitzpatrick | net/http: close HTTP response bodies in benchmark |
commit | commitdiff | tree |
2015-01-28 |
Dmitry Vyukov | net/http/pprof: add tracing support |
commit | commitdiff | tree |
2015-01-28 |
Dmitry Vyukov | cmd/gc: don't copy []byte during string comparison |
commit | commitdiff | tree |
2015-01-28 |
Dmitry Vyukov | runtime/pprof: skip trace tests on solaris and windows |
commit | commitdiff | tree |
2015-01-28 |
Dmitry Vyukov | cmd/gc: ignore re-slicing in escape analysis |
commit | commitdiff | tree |
2015-01-28 |
Dmitry Vyukov | cmd/gc: improve escape analysis for &T{...} |
commit | commitdiff | tree |
2015-01-28 |
Dmitry Vyukov | runtime/pprof: add tests for tracer |
commit | commitdiff | tree |
2015-01-28 |
Dmitry Vyukov | cmd/go: add tracing support |
commit | commitdiff | tree |
next |