go /
go /
c3dfad5df990432cddc06d6e018b5b4f29ebb7bf - c3dfad5 cmd/compile: change Oconv to take an Op parameter by Matthew Dempsky · 9 years ago
- 0de0caf runtime: new files for plan9_arm support by Richard Miller · 9 years ago
- d145456 runtime: signal handling support for plan9_arm by Richard Miller · 9 years ago
- c97ddf9 cmd/compile: don't emit conversion error in non-numeric increment/decrement by Caio Marcelo de Oliveira Filho · 9 years ago
- ed81169 compress/flate: remove unused woffset field. by Nigel Tao · 9 years ago
- 6ed1038 cmd/compile: soup up isSamePtr by Josh Bleecher Snyder · 9 years ago
- ff71ed8 runtime: merge {bgMark,assist}StartTime by Austin Clements · 9 years ago
- da1802f cmd/compile: use OffPtr when possible by Josh Bleecher Snyder · 9 years ago
- 3294014 cmd/compile: collapse OffPtr sequences by Josh Bleecher Snyder · 9 years ago
- 12e6045 cmd/compile: Combine smaller loads into a larger load by Keith Randall · 9 years ago
- 9f4a359 cmd/compile, cmd/link, cmd/newlink: remove support for weak symbols by Michael Hudson-Doyle · 9 years ago
- 6bd63ca cmd/compile: hide NodeList details in evconst by Josh Bleecher Snyder · 10 years ago
- 1d40e2b Rewrite leftover references to plan9.bell-labs.com to 9p.io. by Muhammed Uluyol · 9 years ago
- 786a2ef cmd/compile: use a uint8-sized named type for Addr.Type by Josh Bleecher Snyder · 10 years ago
- 8f5fb95 cmd/compile/internal/gc: assert size of important types by Dave Cheney · 9 years ago
- bd6d842 fmt: refactor and unify float and complex formatting by Martin Möhrmann · 9 years ago
- 5763476 fmt: use fewer allocations for %q string formatting by Martin Möhrmann · 9 years ago
- 00da3a6 fmt: optimize byte slice and array formatting for %v and %d by Martin Möhrmann · 9 years ago
- 8c83819 runtime: don't print EnableGC flag in WriteHeapProfile() by Hitoshi Mitake · 9 years ago
- 4ab1793 cmd/compile: convert asmlist to []*Node by Matthew Dempsky · 9 years ago
- 7837418 fmt: float formatting should not permanently change width by Martin Möhrmann · 9 years ago
- 72d90d8 cmd/compile: change parser, racewalk, range to use nodeSeq by Ian Lance Taylor · 9 years ago
- 65c4b55 cmd/compile: convert subr, swt, typecheck to nodeSeq by Ian Lance Taylor · 9 years ago
- 3da1a26 cmd/compile: stop leaking 'any' type into user package by Matthew Dempsky · 9 years ago
- dafbcf6 cmd/compile: remove syslook's copy parameter by Matthew Dempsky · 9 years ago
- 8b51ee8 crypto/cipher: xorBytes performance ppc64le/ppc64 by Lynn Boger · 9 years ago
- eb6ee75 cmd/compile: convert select, sinit, ssa to nodeSeq by Ian Lance Taylor · 9 years ago
- e3a9dca cmd/compile: don't allocate convX2X or assertX2X func names before syslook by Brad Fitzpatrick · 9 years ago
- 80e5b52 cmd/compile: change order.go to use nodeSeq by Ian Lance Taylor · 9 years ago
- 16e2e95 cmd/compile/internal/ssa: chmod -x likelyadjust.go by Matthew Dempsky · 9 years ago
- 55c65d4 cmd/compile: change export.go and fmt.go to use nodeSeq by Ian Lance Taylor · 9 years ago
- 3375974 cmd/link/internal/ld: don't panic on short buildid by Rhys Hiltner · 9 years ago
- b5481dd runtime: disable gcMarkRootCheck debugging check during STW by Austin Clements · 9 years ago
- 9ab9053 runtime: reset mark state before stopping the world by Austin Clements · 9 years ago
- 1716162 runtime: fix off-by-one error finding module for PC by Ian Lance Taylor · 9 years ago
- afd8354 cmd/link: deduplicate read-only string data by David Crawshaw · 9 years ago
- 69285a8 reflect: recognize unnamed directional channels by David Crawshaw · 9 years ago
- 4c69e92 cmd/link: align string data to Minalign when merging strings by Michael Munday · 9 years ago
- 99b6b77 cmd/compile: convert inl.go to use nodeSeq by Ian Lance Taylor · 9 years ago
- c0740fe cmd/compile: more ssa config flags by Keith Randall · 9 years ago
- 7f13fbf cmd/compile: small cleanup to syslook calls by Matthew Dempsky · 9 years ago
- 646939c cmd/compile: re-vendor math/big to pick up bug fix by Robert Griesemer · 9 years ago
- 3858efc math/big: use correct precision in Float.Float32/64 for denormals by Robert Griesemer · 9 years ago
- 08c2cd8 cmd/compile: remove NUL-terminator from string data by David Crawshaw · 9 years ago
- 62e26e7 cmd/compile: simplify Eqtype by Matthew Dempsky · 9 years ago
- 132ebea cmd/compile: convert walk.go and friends to use nodeSeq by Ian Lance Taylor · 9 years ago
- 1765863 cmd/compile: replace TypeList with []*Type by Matthew Dempsky · 9 years ago
- 060a2ba cmd/internal/obj/ppc64: eliminate ~700 conversions by tweaking signatures by Michael Hudson-Doyle · 9 years ago
- a162d11 cmd/compile: post CL 20089 cleanups by Dave Cheney · 9 years ago
- 14bf9c8 bufio: Reader.Peek returns partial results on ErrBufferFull by djherbis · 9 years ago
- 7047742f cmd/compile: change esc.go to use nodeSeq by Ian Lance Taylor · 9 years ago
- def1e72 cmd/compile: remove unnecessary conversions by Matthew Dempsky · 9 years ago
- 2aa2da2 cmd/compile: convert dcl.go to nodeSeq by Ian Lance Taylor · 9 years ago
- 867910e cmd/vet: Use function signature to find format string index. by Spencer Nelson · 9 years ago
- bf39098 cmd/compile: convert cgen/gen/pgen and friends to nodeListSeq by Ian Lance Taylor · 9 years ago
- ca56c59 cmd/compile: add setNodeSeq, and use it in bimport.go by Ian Lance Taylor · 9 years ago
- d55a099 cmd/compile: don't use duffcopy and duffzero on Plan 9 by David du Colombier · 9 years ago
- 466c948 cmd/compile: add nodeSeqIterator interface by Ian Lance Taylor · 9 years ago
- 0c84c4f cmd/link: combine all string data into one symbol by David Crawshaw · 9 years ago
- 7e92c86 cmd/compile: remove listsort by Ian Lance Taylor · 9 years ago
- 686fbdb cmd/compile: make compilation deterministic, fixes toolstash by Keith Randall · 9 years ago
- c03ed49 cmd/compile: load some live values into registers before loop by Keith Randall · 9 years ago
- 5be961a cmd/link: replace Autom linked list with slice by David Crawshaw · 9 years ago
- 1661493 cmd/link: replace LSym.Queue with a slice by David Crawshaw · 9 years ago
- 596df24 cmd/go: set GOPATH in list's Context by Caleb Spare · 9 years ago
- 033e3e1 fmt: optimize %x and %X formatting for byte slices and strings by Martin Möhrmann · 9 years ago
- 71d13a8 cmd/compile: fix fieldtrack experiment by Keith Randall · 9 years ago
- 868fb9f cmd/compile: more lineno type conversions by Matthew Dempsky · 9 years ago
- 90cb1fd cmd/link: add Minalign field to ld.Arch by Michael Munday · 9 years ago
- b0f4ee5 net: deduplicate TCP socket code by Mikio Hara · 9 years ago
- 533f30b cmd/compile: exit early if oldname doesn't find a name by Robert Griesemer · 9 years ago
- c41608f cmd/compile: remove more superfluous int(lineno) conversions by Robert Griesemer · 9 years ago
- 8a83d36 compress/bzip2: refactor unit tests by Joe Tsai · 9 years ago
- fcb2324 net: skip TestLookupPort on android with netgo by Burcu Dogan · 9 years ago
- 0f9cc46 math: delete unused function sqrtC by Rob Pike · 9 years ago
- a40b27e cmd/compile: eliminate arch-specific typedefs by Matthew Dempsky · 9 years ago
- 0024101 doc: add link to 1.6 release notes on golang.org/project page by Chris Broadfoot · 9 years ago
- a3c258a cmd/link: pack LSym boolean attributes by David Crawshaw · 9 years ago
- d7cdf66 cmd/link: stop generating garbage in elfhash by Brad Fitzpatrick · 9 years ago
- 03f3bfc misc/cgo/test: rewrite windows version of mysleep by Alex Brainman · 9 years ago
- 4b92cd4 cmd/link: make Allsym a slice by David Crawshaw · 9 years ago
- 4598382 cmd/compile/internal/gc: export & import function bodies, but don't hook up by Robert Griesemer · 9 years ago
- c0f7195 cmd/link: replace custom hashmap in DWARF writer by David Crawshaw · 9 years ago
- 97b2295 cmd/compile: trunc(and(x,K)) rewrite to trunc(x) for some K by David Chase · 9 years ago
- 3a880ba cmd/compile: remove missed int(lineno) conversions by Robert Griesemer · 9 years ago
- 83765d1 fmt: optimize string truncation by Martin Möhrmann · 9 years ago
- 2faf5bc cmd/compile: introduce linestr helper to simplify line reporting by Robert Griesemer · 9 years ago
- 6969d9b runtime/pprof: sort counted profiles by count by Russ Cox · 9 years ago
- b83f397 cmd/compile: use int32 for line numbers consistently by Robert Griesemer · 9 years ago
- 053aef4 go/ast: fix typo in comment by Ian Lance Taylor · 9 years ago
- 37c2875 crypto/tls: check errors from (*Conn).writeRecord by Tamir Duberstein · 9 years ago
- 1012892 cmd/link: C is gone, remove check for Go calling C by David Crawshaw · 9 years ago
- 8b360d5 compress/bzip2: prevent zero-length Huffman codes by Joe Tsai · 9 years ago
- 1c94e72 net: fix vet warnings by Mohit Agarwal · 9 years ago
- 0d1a98e cmd/link: rename Hide to Hidden and make a bool by David Crawshaw · 9 years ago
- 3601a1e cmd/link: write DWARF PC table without seeking by David Crawshaw · 9 years ago
- 021e0c5 cmd/link: add array append version of methods by David Crawshaw · 9 years ago
- 62ac107 cmd/compile: some SSA cleanup by Keith Randall · 9 years ago
- 3afbb69 net/url: fix parsing of URLs ending in question mark by Brad Fitzpatrick · 9 years ago
- 37c2972 cmd/compile: give SymFlags type to Sym flags by Robert Griesemer · 9 years ago