2017-04-19 |
Todd Neal | .gitignore: change path to zbootstrap.go |
commit | commitdiff | tree |
2017-04-19 |
Robert Griesemer | cmd/compile: remove uses of types.Dclstack - not needed... |
commit | commitdiff | tree |
2017-04-19 |
Robert Griesemer | cmd/compile: check labels and branches during parse... |
commit | commitdiff | tree |
2017-04-19 |
Matthew Dempsky | cmd/internal/objabi: extract shared functionality from obj |
commit | commitdiff | tree |
2017-04-18 |
Alexander Menzhinsky | cmd/cgo: read source files once |
commit | commitdiff | tree |
2017-04-18 |
Josh Bleecher... | cmd/vet: make tests safe for perl 5.26 |
commit | commitdiff | tree |
2017-04-18 |
Alexander Menzhinsky | cmd/cgo: reject references to builtin functions other... |
commit | commitdiff | tree |
2017-04-18 |
Michael Hudson... | cmd/link: replace Segment's linked list of Sections... |
commit | commitdiff | tree |
2017-04-18 |
David Lazar | io: correctly compute call depth in test |
commit | commitdiff | tree |
2017-04-18 |
David Lazar | runtime: fix TestCaller with -l=4 |
commit | commitdiff | tree |
2017-04-18 |
David Lazar | runtime: make example independent of inlining |
commit | commitdiff | tree |
2017-04-18 |
David Lazar | runtime: skip logical frames in runtime.Caller |
commit | commitdiff | tree |
2017-04-18 |
Josh Bleecher... | encoding/hex: change lookup table back to string |
commit | commitdiff | tree |
2017-04-18 |
Matthew Dempsky | cmd/internal/obj: un-embed FuncInfo field in LSym |
commit | commitdiff | tree |
2017-04-18 |
Josh Bleecher... | cmd/compile: eliminate dead code in if statements after... |
commit | commitdiff | tree |
2017-04-18 |
Sebastien Binet | reflect: document ptrdata field of rtype |
commit | commitdiff | tree |
2017-04-18 |
Daniel Martà | all: remove unnecessary ", _" from map reads |
commit | commitdiff | tree |
2017-04-18 |
Aliaksandr... | sync: improve Pool performance |
commit | commitdiff | tree |
2017-04-18 |
Josh Bleecher... | cmd/compile: remove stray blank assignment |
commit | commitdiff | tree |
2017-04-18 |
Mikio Hara | net, internal/poll, net/internal/socktest: use accept4... |
commit | commitdiff | tree |
2017-04-18 |
Mikio Hara | syscall: add Accept4 and SOCK_{CLOEXEC,NONBLOCK} on... |
commit | commitdiff | tree |
2017-04-18 |
Josh Bleecher... | cmd/compile: look up more runtime symbols before SSA... |
commit | commitdiff | tree |
2017-04-18 |
Josh Bleecher... | cmd/internal/obj: unexport Link.Hash |
commit | commitdiff | tree |
2017-04-18 |
Josh Bleecher... | cmd/compile: relocate large comment to plive.go |
commit | commitdiff | tree |
2017-04-18 |
Josh Bleecher... | cmd/internal/obj: rework gclocals handling |
commit | commitdiff | tree |
2017-04-17 |
Keith Randall | cmd/compile: implement non-constant rotates |
commit | commitdiff | tree |
2017-04-17 |
Austin Clements | runtime: make internal CallersFrames-equivalent that... |
commit | commitdiff | tree |
2017-04-17 |
Andy Balholm | net/http: ignore extra space between response version... |
commit | commitdiff | tree |
2017-04-17 |
Michael Hudson... | cmd/link: only include the version info and export... |
commit | commitdiff | tree |
2017-04-17 |
Robert Griesemer | spec: clarify use of fused-floating point operations |
commit | commitdiff | tree |
2017-04-17 |
Lynn Boger | cmd/asm: detect invalid DS form offsets for ppc64x |
commit | commitdiff | tree |
2017-04-17 |
Mostyn Bramley... | syscall: make TestFcntlFlock more robust |
commit | commitdiff | tree |
2017-04-17 |
Elias Naur | misc/ios: fix the Test386EndToEnd test on iOS |
commit | commitdiff | tree |
2017-04-17 |
Mostyn Bramley... | io/ioutil: make TestTempFile more robust |
commit | commitdiff | tree |
2017-04-17 |
Brad Fitzpatrick | doc: dissuade people from using PGP for security reports |
commit | commitdiff | tree |
2017-04-17 |
Michael Munday | cmd/compile: remove underscore from variable names... |
commit | commitdiff | tree |
2017-04-17 |
Mostyn Bramley... | cmd/go/internal/work: clean up after TestRespectGroupSticky |
commit | commitdiff | tree |
2017-04-17 |
Michael Munday | cmd/asm, cmd/internal/obj/s390x, math: add LGDR and... |
commit | commitdiff | tree |
2017-04-17 |
Josh Bleecher... | cmd/go: don't generate DWARF in the compiler for plan9 |
commit | commitdiff | tree |
2017-04-17 |
Josh Bleecher... | cmd/go: disable compiler DWARF generation on some platforms |
commit | commitdiff | tree |
2017-04-17 |
Josh Bleecher... | cmd/go: don't generate DWARF in the compiler if the... |
commit | commitdiff | tree |
2017-04-17 |
Josh Bleecher... | cmd/compile: add flag to disable DWARF generation |
commit | commitdiff | tree |
2017-04-17 |
Josh Bleecher... | cmd/internal/obj: unify Setuintxx and WriteInt |
commit | commitdiff | tree |
2017-04-17 |
Josh Bleecher... | cmd/internal/obj: pretty-print LSym.Type when debugging |
commit | commitdiff | tree |
2017-04-17 |
Josh Bleecher... | cmd/compile: improve output when TestAssembly build... |
commit | commitdiff | tree |
2017-04-16 |
Takuto Ikuta | regexp: Use []bool instead of map[uint32]bool in makeOn... |
commit | commitdiff | tree |
2017-04-16 |
Andreas Auernhammer | vendor: update golang_org/x/net/route package |
commit | commitdiff | tree |
2017-04-16 |
Josh Bleecher... | cmd/compile: remove flag_largemodel |
commit | commitdiff | tree |
2017-04-15 |
Andreas Auernhammer | vendor: update golang_org/x/net/http2 packages |
commit | commitdiff | tree |
2017-04-15 |
Andreas Auernhammer | vendor: update golang_org/x/net/lif package |
commit | commitdiff | tree |
2017-04-15 |
Damien Lespiau | cmd/compile: Budget for inlining is now 80 nodes, not 40 |
commit | commitdiff | tree |
2017-04-15 |
Mikio Hara | net: delay IP protocol stack-snooping system calls |
commit | commitdiff | tree |
2017-04-14 |
Caleb Spare | testing: add TB.Helper to better support test helpers |
commit | commitdiff | tree |
2017-04-14 |
Alberto Donizetti | cmd/compile: add test for Issue 12536 |
commit | commitdiff | tree |
2017-04-14 |
Andreas Auernhammer | vendor: update golang_org/x/crypto packages |
commit | commitdiff | tree |
2017-04-14 |
David Lazar | runtime/trace: iterate over frames instead of PCs |
commit | commitdiff | tree |
2017-04-14 |
David Lazar | runtime/trace: better output when test fails |
commit | commitdiff | tree |
2017-04-14 |
Mikio Hara | net: validate network in Dial{,IP} and Listen{Packet... |
commit | commitdiff | tree |
2017-04-14 |
Mikio Hara | net: don't enclose non-literal IPv6 addresses in square... |
commit | commitdiff | tree |
2017-04-14 |
Wei Xiao | cmd/dist: fix incorrect platform string shared by all... |
commit | commitdiff | tree |
2017-04-13 |
Jess Frazelle | syscall: fix TestGroupCleanup{UserNamespace} on Alpine |
commit | commitdiff | tree |
2017-04-13 |
Michael Munday | cmd/compile: fix s390x unsigned comparison constant... |
commit | commitdiff | tree |
2017-04-13 |
Brad Fitzpatrick | test: disable flaky test/fixedbugs/issue10958.go |
commit | commitdiff | tree |
2017-04-13 |
Austin Clements | runtime: free workbufs during sweeping |
commit | commitdiff | tree |
2017-04-13 |
Austin Clements | runtime: allocate GC workbufs from manually-managed... |
commit | commitdiff | tree |
2017-04-13 |
Austin Clements | runtime: eliminate write barriers from alloc/mark bitmaps |
commit | commitdiff | tree |
2017-04-13 |
Austin Clements | runtime: rename gcBits -> gcBitsArena |
commit | commitdiff | tree |
2017-04-13 |
Austin Clements | runtime: don't count manually-managed spans from heap_... |
commit | commitdiff | tree |
2017-04-13 |
Austin Clements | runtime: generalize {alloc,free}Stack to {alloc,free... |
commit | commitdiff | tree |
2017-04-13 |
Austin Clements | runtime: rename mspan.stackfreelist -> manualFreeList |
commit | commitdiff | tree |
2017-04-13 |
Austin Clements | runtime: rename _MSpanStack -> _MSpanManual |
commit | commitdiff | tree |
2017-04-13 |
Josh Bleecher... | cmd/compile: emit string symbols during walk |
commit | commitdiff | tree |
2017-04-13 |
Robert Griesemer | spec: clarify size hint for make of maps |
commit | commitdiff | tree |
2017-04-13 |
Alberto Donizetti | cmd/compile: remove last c-isms from typecheck.go comments |
commit | commitdiff | tree |
2017-04-13 |
Josh Bleecher... | cmd/internal/obj: cache dwarfSym |
commit | commitdiff | tree |
2017-04-13 |
Josh Bleecher... | cmd/compile: refactor Linksym |
commit | commitdiff | tree |
2017-04-13 |
Josh Bleecher... | cmd/internal/obj: generate function DWARF symbols early |
commit | commitdiff | tree |
2017-04-13 |
Josh Bleecher... | cmd/vet/all: print all unparseable lines |
commit | commitdiff | tree |
2017-04-13 |
Wei Xiao | hash/crc32: optimize arm64 crc32 implementation |
commit | commitdiff | tree |
2017-04-13 |
Meir Fischer | net/http/fcgi: expose cgi env vars in request context |
commit | commitdiff | tree |
2017-04-13 |
Mikio Hara | internal/poll: rename RecvFrom to ReadFrom for consistency |
commit | commitdiff | tree |
2017-04-13 |
Josh Bleecher... | cmd/compile: make TestAssembly resilient to output... |
commit | commitdiff | tree |
2017-04-13 |
Josh Bleecher... | cmd/internal/obj: build ctxt.Text during Sym init |
commit | commitdiff | tree |
2017-04-13 |
Brad Fitzpatrick | cmd/dist: don't compile unneeded GOARCH SSA rewrite... |
commit | commitdiff | tree |
2017-04-13 |
Lucas Clemente | hash/fnv: add 128-bit FNV hash support |
commit | commitdiff | tree |
2017-04-13 |
Monis Khan | encoding/asn1: support 31 bit identifiers with OID |
commit | commitdiff | tree |
2017-04-12 |
Hiroshi Ioka | os: handle relative symlinks starting with slash in... |
commit | commitdiff | tree |
2017-04-12 |
Josh Bleecher... | cmd/compile: move Text.From.Sym initialization earlier |
commit | commitdiff | tree |
2017-04-12 |
Brad Fitzpatrick | net: delete TestDialTimeoutFDLeak |
commit | commitdiff | tree |
2017-04-12 |
Josh Bleecher... | cmd/internal/obj: stop storing Text flags in From3 |
commit | commitdiff | tree |
2017-04-12 |
Matthew Dempsky | cmd/compile/internal/ssa: refactor ARM64 address folding |
commit | commitdiff | tree |
2017-04-12 |
Alberto Donizetti | cmd/compile: do not print duplicate error on ideal... |
commit | commitdiff | tree |
2017-04-12 |
Austin Clements | cmd/dist: require _ before GOOS and GOARCH when buildin... |
commit | commitdiff | tree |
2017-04-12 |
Austin Clements | runtime: expand inlining iteratively in CallersFrames |
commit | commitdiff | tree |
2017-04-12 |
David du Colombier | cmd/link: skip TestRuntimeTypeDIEs on Plan 9 |
commit | commitdiff | tree |
2017-04-12 |
Matthew Dempsky | cmd/compile/internal/ssa: ExternSymbol's Typ field... |
commit | commitdiff | tree |
2017-04-12 |
Daniel Theophanes | database/sql: correctly guard the query Row preventing... |
commit | commitdiff | tree |
2017-04-12 |
Alberto Donizetti | cmd/compile: diagnose constant division by complex... |
commit | commitdiff | tree |
2017-04-12 |
Josh Bleecher... | cmd/internal/obj: remove Link.Plan9privates |
commit | commitdiff | tree |
2017-04-12 |
Lynn Boger | cmd/compile: fix PPC64.rules for LoweredMove |
commit | commitdiff | tree |
next |