2016-02-27 |
Justin Nuß | strconv: Avoid allocation in AppendQuote* |
commit | commitdiff | tree |
2016-02-27 |
Mikio Hara | crypto/tls: don't send IPv6 literals and absolute FQDNs... |
commit | commitdiff | tree |
2016-02-27 |
Martin Möhrmann | fmt: change padding functions to avoid package init |
commit | commitdiff | tree |
2016-02-27 |
Matthew Dempsky | cmd/compile: remove unneeded test binary |
commit | commitdiff | tree |
2016-02-27 |
David du Colombier | debug/gosym: fix TestPCLine on Plan 9 |
commit | commitdiff | tree |
2016-02-27 |
Brad Fitzpatrick | doc: go1.7.txt updates |
commit | commitdiff | tree |
2016-02-27 |
Matthew Dempsky | cmd/compile: simplify lexinit and lexfini |
commit | commitdiff | tree |
2016-02-27 |
Ian Lance Taylor | cmd/compile: change Func.{Enter,Exit} from NodeList... |
commit | commitdiff | tree |
2016-02-26 |
Martin Möhrmann | fmt: use public io.RuneScanner interface for ScanState... |
commit | commitdiff | tree |
2016-02-26 |
Josh Bleecher... | cmd/compile: consolidate alg code |
commit | commitdiff | tree |
2016-02-26 |
Matthew Dempsky | cmd/compile: eliminate prectab |
commit | commitdiff | tree |
2016-02-26 |
Ian Lance Taylor | cmd/compile: change Func.Inldcl from []*Node to *[... |
commit | commitdiff | tree |
2016-02-26 |
Ian Lance Taylor | cmd/compile: convert Func.Cvars from *NodeList to ... |
commit | commitdiff | tree |
2016-02-26 |
Josh Bleecher... | cmd/compile: recognize more memory runs in generated... |
commit | commitdiff | tree |
2016-02-26 |
Josh Bleecher... | cmd/compile: factor shared code from geneq and genhash |
commit | commitdiff | tree |
2016-02-26 |
Robert Griesemer | cmd/compile: track pragmas in lexer rather than global... |
commit | commitdiff | tree |
2016-02-26 |
Matthew Dempsky | cmd/compile: stop representing keywords as Syms |
commit | commitdiff | tree |
2016-02-26 |
Matthew Dempsky | cmd/compile: fix contrived line number errors |
commit | commitdiff | tree |
2016-02-26 |
Ian Lance Taylor | cmd/compile: create test binary in temp directory |
commit | commitdiff | tree |
2016-02-26 |
Ian Lance Taylor | cmd/compile: change Func.{Dcl,Inldcl} from NodeList... |
commit | commitdiff | tree |
2016-02-26 |
Matthew Dempsky | cmd: stop looking for __.(GO)?SYMDEF entries in archives |
commit | commitdiff | tree |
2016-02-26 |
Richard Miller | sync/atomic: new file for plan9_arm support |
commit | commitdiff | tree |
2016-02-26 |
Caio Marcelo... | cmd/go: show position in error for wrong signature... |
commit | commitdiff | tree |
2016-02-26 |
Matt T. Proud | testing/quick: generate more map and slice states |
commit | commitdiff | tree |
2016-02-26 |
Richard Miller | syscall: new files for plan_arm support |
commit | commitdiff | tree |
2016-02-26 |
Michael McConville | crypto/rand: use the getentropy syscall on OpenBSD |
commit | commitdiff | tree |
2016-02-26 |
Jeff R. Allen | misc/cgo: fix wrong quote character |
commit | commitdiff | tree |
2016-02-26 |
Keith Randall | cmd/internal/obj: Fix generation of assembly with -S |
commit | commitdiff | tree |
2016-02-26 |
Ian Lance Taylor | runtime: more deflaking of TestCgoCheckBytes |
commit | commitdiff | tree |
2016-02-26 |
Derek Shockey | misc/git: Fix non-literal period in pre-commit grep |
commit | commitdiff | tree |
2016-02-26 |
Caio Marcelo... | cmd/go: better error for test functions with wrong... |
commit | commitdiff | tree |
2016-02-26 |
Dmitry Vyukov | sync/atomic: reduce test in short mode |
commit | commitdiff | tree |
2016-02-26 |
Rick Arnold | net/url: support query string without values |
commit | commitdiff | tree |
2016-02-26 |
Dmitry Vyukov | runtime: unwire g/m in dropg always |
commit | commitdiff | tree |
2016-02-26 |
Austin Clements | runtime: remove workbuf logging |
commit | commitdiff | tree |
2016-02-26 |
David Crawshaw | cmd/compile: remove uncommonType.name |
commit | commitdiff | tree |
2016-02-26 |
Datong Sun | crypto/x509: better documentation for ParsePKIXPublicKey |
commit | commitdiff | tree |
2016-02-26 |
Matthew Dempsky | cmd/compile, go/parser: simpler binary expression parsing |
commit | commitdiff | tree |
2016-02-26 |
Shenghou Ma | build: use go tool dist list |
commit | commitdiff | tree |
2016-02-26 |
Andrew Gerrand | doc: add issue and pull request templates |
commit | commitdiff | tree |
2016-02-26 |
Matthew Dempsky | cmd/compile: simplify error sorting |
commit | commitdiff | tree |
2016-02-26 |
Matthew Dempsky | cmd/compile: rationalize (lex)?lineno handling |
commit | commitdiff | tree |
2016-02-26 |
Keith Randall | runtime: avoid using REP prefix for IndexByte |
commit | commitdiff | tree |
2016-02-25 |
kortschak | cmd/dist: don't run fortran test if fortran compilation... |
commit | commitdiff | tree |
2016-02-25 |
Austin Clements | runtime: eliminate unused _Genqueue state |
commit | commitdiff | tree |
2016-02-25 |
Austin Clements | runtime: eliminate a conditional branch from heapBits... |
commit | commitdiff | tree |
2016-02-25 |
Austin Clements | runtime: use only per-P gcWork |
commit | commitdiff | tree |
2016-02-25 |
Austin Clements | runtime: pass gcWork to markroot |
commit | commitdiff | tree |
2016-02-25 |
Austin Clements | runtime: remove noescape hacks from gcWork |
commit | commitdiff | tree |
2016-02-25 |
Austin Clements | runtime: remove unnecessary clears of the heap bitmap |
commit | commitdiff | tree |
2016-02-25 |
Austin Clements | runtime: document non-obvious requirement on sudog... |
commit | commitdiff | tree |
2016-02-25 |
Austin Clements | runtime: improve initSpan documentation |
commit | commitdiff | tree |
2016-02-25 |
Austin Clements | runtime: fix heapBitsSweepSpan comment |
commit | commitdiff | tree |
2016-02-25 |
Dmitriy Dudkin | cmd/go: clear cmd cache to avoid duplicate loads errors |
commit | commitdiff | tree |
2016-02-25 |
Brad Fitzpatrick | net/textproto: permit all valid token chars in Canonica... |
commit | commitdiff | tree |
2016-02-25 |
Ian Lance Taylor | doc/go1.7: mention CallersFrames and Frames |
commit | commitdiff | tree |
2016-02-25 |
Ian Lance Taylor | runtime, runtime/pprof: add Frames to get file/line... |
commit | commitdiff | tree |
2016-02-25 |
Ian Lance Taylor | cmd/internal/obj: don't crash on nil in Prog.String |
commit | commitdiff | tree |
2016-02-25 |
Emmanuel Odeke | net/http: refactored internal shouldClose for readability |
commit | commitdiff | tree |
2016-02-25 |
Dmitry Vyukov | runtime: fix getcallerpc args |
commit | commitdiff | tree |
2016-02-25 |
David Crawshaw | cmd/compile: remove rtype.ptrToThis |
commit | commitdiff | tree |
2016-02-25 |
Rick Arnold | expvar: document that Get returns nil for non-existent... |
commit | commitdiff | tree |
2016-02-25 |
Mikio Hara | net: re-enable TestDualStack{TCP,UDP}Listener on dragonfly |
commit | commitdiff | tree |
2016-02-25 |
Mikio Hara | net: make TestGoLookupIPWithResolverConfig robust |
commit | commitdiff | tree |
2016-02-25 |
Mikio Hara | net: fix typo |
commit | commitdiff | tree |
2016-02-25 |
Robert Griesemer | cmd/compile: adjust starting token value |
commit | commitdiff | tree |
2016-02-25 |
Matthew Dempsky | cmd/compile: fix off-by-1 in getr |
commit | commitdiff | tree |
2016-02-25 |
Burcu Dogan | doc: add android/arm as a valid GOOS/GOARCH combination |
commit | commitdiff | tree |
2016-02-25 |
Tal Shprecher | cmd/asm: fix EOF message on operand parsing errors. |
commit | commitdiff | tree |
2016-02-25 |
Matthew Dempsky | cmd/compile: cleanup escape sequence lexing |
commit | commitdiff | tree |
2016-02-24 |
Damien Neil | cmd/go: skip consistent cgo build test on Solaris. |
commit | commitdiff | tree |
2016-02-24 |
Josh Bleecher... | cmd/compile: clean up getlinepragma |
commit | commitdiff | tree |
2016-02-24 |
Keith Randall | cmd/compile: don't free the Prog list if we look at... |
commit | commitdiff | tree |
2016-02-24 |
Alberto Donizetti | unicode/utf16: speed up and clean up Encode and EncodeRune |
commit | commitdiff | tree |
2016-02-24 |
Burcu Dogan | os: fix tests on brillo |
commit | commitdiff | tree |
2016-02-24 |
Keith Randall | cmd/compile: reuseable cache of Prog structs |
commit | commitdiff | tree |
2016-02-24 |
Keith Randall | cmd/compile: Drop references to Prog structs after... |
commit | commitdiff | tree |
2016-02-24 |
Martin Möhrmann | all: fix typos and spelling |
commit | commitdiff | tree |
2016-02-24 |
Eric Lagergren | encoding/csv: clarify that TrimLeadingSpace can trim... |
commit | commitdiff | tree |
2016-02-24 |
David du Colombier | cmd/compile: don't use duffzero on Plan 9 |
commit | commitdiff | tree |
2016-02-24 |
David Crawshaw | cmd/compile: embed type string header in rtype |
commit | commitdiff | tree |
2016-02-24 |
Robert Griesemer | cmd/compile: factor our literal lexing from main lexer... |
commit | commitdiff | tree |
2016-02-24 |
Jure Ham | sort: fix for nondeterministic less function in quickso... |
commit | commitdiff | tree |
2016-02-24 |
kortschak | cmd/go, go/build: add support for Fortran |
commit | commitdiff | tree |
2016-02-24 |
Catalin Nicutar | cmd/vet: add a check for tests with malformed names |
commit | commitdiff | tree |
2016-02-24 |
Shenghou Ma | cmd/dist: introduce list subcommand to list all support... |
commit | commitdiff | tree |
2016-02-24 |
Robert Griesemer | cmd/compile: towards simpler and faster lexing: always... |
commit | commitdiff | tree |
2016-02-24 |
Shenghou Ma | .gitignore: ignore src/go/build/zcgo.go |
commit | commitdiff | tree |
2016-02-24 |
Mikio Hara | net: rename test files |
commit | commitdiff | tree |
2016-02-24 |
Shenghou Ma | runtime, syscall: switch linux/386 to use int 0x80 |
commit | commitdiff | tree |
2016-02-24 |
Ian Lance Taylor | runtime: deflake TestCgoCheckBytes |
commit | commitdiff | tree |
2016-02-24 |
Shenghou Ma | cmd/compile/internal/gc: update comment after c2go |
commit | commitdiff | tree |
2016-02-24 |
Shenghou Ma | cmd/dist, go/build: make cmd/dist generate cgoEnabled... |
commit | commitdiff | tree |
2016-02-24 |
Matthew Dempsky | cmd/compile: remove parser lineno hack for issue #13267 |
commit | commitdiff | tree |
2016-02-24 |
Keith Randall | cmd/compile: keep JMPs around with -N |
commit | commitdiff | tree |
2016-02-23 |
Prashant Varanasi | net: fix for DialTimeout errors with large timeout |
commit | commitdiff | tree |
2016-02-23 |
Robert Griesemer | cmd/compile: give informative error instead of "stupid... |
commit | commitdiff | tree |
2016-02-23 |
Robert Griesemer | text/tabwriter: clarify documentation |
commit | commitdiff | tree |
2016-02-23 |
Alberto Donizetti | unicode/utf16: speed up and clean up Decode |
commit | commitdiff | tree |
2016-02-23 |
Matthew Dempsky | Revert "cmd/compile: move hiter, hmap, and scase defini... |
commit | commitdiff | tree |
next |