2018-08-24 |
Martin Möhrmann | runtime: replace sys.CacheLineSize by corresponding... |
commit | commitdiff | tree |
2018-08-24 |
Daniel Martí | cmd/compile: cleanup walking OCONV/OCONVNOP |
commit | commitdiff | tree |
2018-08-24 |
Martin Möhrmann | internal/cpu: add a CacheLinePadSize constant |
commit | commitdiff | tree |
2018-08-24 |
Alberto Donizetti | time: allow +00 as numeric timezone name and GMT offset |
commit | commitdiff | tree |
2018-08-24 |
Tobias Klauser | syscall, os: use pipe2 syscall on DragonflyBSD instead... |
commit | commitdiff | tree |
2018-08-24 |
Martin Möhrmann | runtime: move arm hardware division support detection... |
commit | commitdiff | tree |
2018-08-24 |
Martin Möhrmann | runtime: do not execute write barrier on newly allocate... |
commit | commitdiff | tree |
2018-08-24 |
Martin Möhrmann | runtime: replace typedmemmmove with bulkBarrierPreWrite... |
commit | commitdiff | tree |
2018-08-24 |
Martin Möhrmann | runtime: use internal/cpu variables in assembler code |
commit | commitdiff | tree |
2018-08-24 |
Tobias Klauser | internal/syscall/unix: don't use linkname to refer... |
commit | commitdiff | tree |
2018-08-24 |
Seebs | os: use Println instead of Printf in example |
commit | commitdiff | tree |
2018-08-24 |
Martin Möhrmann | cmd/compile: refactor appendslice to use newer gc code... |
commit | commitdiff | tree |
2018-08-24 |
Martin Möhrmann | cmd/compile: remove superfluous signed right shift... |
commit | commitdiff | tree |
2018-08-24 |
Ben Shi | cmd/internal/obj: support more arm64 FP instructions |
commit | commitdiff | tree |
2018-08-23 |
Dmitri Shuralyov | doc/go1.11: add link to new WebAssembly wiki page |
commit | commitdiff | tree |
2018-08-23 |
Heschi Kreinick | runtime: handle morestack system stack transition in... |
commit | commitdiff | tree |
2018-08-23 |
Heschi Kreinick | runtime: fix use of wrong g in gentraceback |
commit | commitdiff | tree |
2018-08-23 |
Michal Bohuslávek | text/template: Put bad function name in quotes in panic... |
commit | commitdiff | tree |
2018-08-23 |
Daniel Martí | cmd/vet: check embedded field tags too |
commit | commitdiff | tree |
2018-08-23 |
Andrew Bonventre | doc/go1.11: remove draft status |
commit | commitdiff | tree |
2018-08-23 |
Kazuhiro Sera | all: fix typos detected by github.com/client9/misspell |
commit | commitdiff | tree |
2018-08-23 |
Martin Möhrmann | cmd/compile: add convnop helper function |
commit | commitdiff | tree |
2018-08-23 |
Yury Smolsky | cmd/compile: add sources for inlined functions to ssa... |
commit | commitdiff | tree |
2018-08-23 |
Yury Smolsky | cmd/compile: export the Func.Endlineno field |
commit | commitdiff | tree |
2018-08-23 |
Yury Smolsky | cmd/compile: clean the output of GOSSAFUNC |
commit | commitdiff | tree |
2018-08-22 |
Oryan Moshe | cmd/cgo: pass explicit -O0 to the compiler |
commit | commitdiff | tree |
2018-08-22 |
Brian Kessler | math/big: streamline divLarge initialization |
commit | commitdiff | tree |
2018-08-22 |
Iskander Sharipov | html/template: use named consts instead of their values |
commit | commitdiff | tree |
2018-08-22 |
Iskander Sharipov | cmd/link/internal/sym: uncomment code for ELF cases... |
commit | commitdiff | tree |
2018-08-22 |
Ian Lance Taylor | runtime: remove unused function casp |
commit | commitdiff | tree |
2018-08-22 |
Emmanuel T... | internal/poll: use F_FULLFSYNC fcntl for FD.Fsync on... |
commit | commitdiff | tree |
2018-08-22 |
Dominik Honnef | context: don't talk about tools that don't exist |
commit | commitdiff | tree |
2018-08-22 |
Zachary Amsden | runtime: catch concurrent stacks more often |
commit | commitdiff | tree |
2018-08-22 |
Martin Möhrmann | fmt: print values for map keys with non-reflexive equality |
commit | commitdiff | tree |
2018-08-22 |
Yury Smolsky | cmd/compile: use embedlineno instead of lineno in copytype |
commit | commitdiff | tree |
2018-08-22 |
Yury Smolsky | cmd/compile: cache the value of environment variable... |
commit | commitdiff | tree |
2018-08-22 |
Brad Fitzpatrick | internal/poll, net: fix sendfile on Windows, add test |
commit | commitdiff | tree |
2018-08-22 |
Brian Kessler | math/big: optimize multiplication by 2 and 1/2 in float... |
commit | commitdiff | tree |
2018-08-22 |
Martin Möhrmann | runtime: skip TestGcSys on Windows |
commit | commitdiff | tree |
2018-08-22 |
Alan Donovan | reflect: add Value.MapRange method and MapIter type |
commit | commitdiff | tree |
2018-08-22 |
Yury Smolsky | cmd/compile: display Go code for a function in ssa... |
commit | commitdiff | tree |
2018-08-22 |
Brad Fitzpatrick | runtime: fix build, rename a since-renamed hasprefix... |
commit | commitdiff | tree |
2018-08-22 |
Iskander Sharipov | runtime: remove redundant explicit deref in trace.go |
commit | commitdiff | tree |
2018-08-22 |
Iskander Sharipov | runtime: simplify slice expression to sliced value... |
commit | commitdiff | tree |
2018-08-22 |
Ian Lance Taylor | runtime: make TestGcSys actually test something |
commit | commitdiff | tree |
2018-08-22 |
Thanabodee... | runtime: remove +1-1 when asking PC values |
commit | commitdiff | tree |
2018-08-22 |
Lynn Boger | runtime: fix implementation of cputicks for ppc64x |
commit | commitdiff | tree |
2018-08-22 |
Roland Illig | runtime/pprof: fix resource leak in documentation |
commit | commitdiff | tree |
2018-08-22 |
Iskander Sharipov | runtime: fix Go prototypes in amd64 asm code |
commit | commitdiff | tree |
2018-08-22 |
Martin Möhrmann | runtime: replace calls to hasprefix with hasPrefix |
commit | commitdiff | tree |
2018-08-22 |
Zhou Peng | runtime: fix typo: there -> the |
commit | commitdiff | tree |
2018-08-22 |
Daniel Martí | encoding/base64: slight decoding speed-up |
commit | commitdiff | tree |
2018-08-22 |
Yury Smolsky | test: restore tests for the reject unsafe code option |
commit | commitdiff | tree |
2018-08-22 |
Jordan Rhee | syscall: support windows/arm |
commit | commitdiff | tree |
2018-08-22 |
Ian Lance Taylor | regexp/syntax: don't do both linear and binary sesarch... |
commit | commitdiff | tree |
2018-08-22 |
andrius4669 | bufio: avoid rescanning buffer multiple times in ReadSlice |
commit | commitdiff | tree |
2018-08-22 |
Tim Cooper | strconv: use bytealg implementation of IndexByteString |
commit | commitdiff | tree |
2018-08-22 |
Iskander Sharipov | cmd/compile/internal/gc: remove commented-out code... |
commit | commitdiff | tree |
2018-08-22 |
Shivansh Rai | cmd/gofmt: update error handling when writing to backup... |
commit | commitdiff | tree |
2018-08-22 |
Shivansh Rai | all: use consistent shebang line across all shell scripts |
commit | commitdiff | tree |
2018-08-22 |
go101 | strings: use Builder in Repeat to avoid an allocation |
commit | commitdiff | tree |
2018-08-22 |
Iskander Sharipov | cmd/link/internal/amd64: remove /*fallthrough*/ comments |
commit | commitdiff | tree |
2018-08-22 |
Diego Siqueira | plugin: remove unused func |
commit | commitdiff | tree |
2018-08-22 |
Yury Smolsky | test: remove errchk, the perl script |
commit | commitdiff | tree |
2018-08-22 |
Iskander Sharipov | cmd/internal/obj/arm64: simplify some bool expressions |
commit | commitdiff | tree |
2018-08-22 |
Daniel Martí | encoding/json: simplify some pieces of the encoder |
commit | commitdiff | tree |
2018-08-22 |
Johan Brandhorst | strings, bytes: avoid unnecessary function literals |
commit | commitdiff | tree |
2018-08-22 |
Cholerae Hu | net/mail: lazily initialize dateLayouts |
commit | commitdiff | tree |
2018-08-22 |
Daniel Martí | encoding/json: inline fieldByIndex |
commit | commitdiff | tree |
2018-08-22 |
Daniel Martí | encoding/json: simplify the structEncoder type |
commit | commitdiff | tree |
2018-08-22 |
Tobias Klauser | cmd/cover: fix off-by-one error in TestCoverHTML |
commit | commitdiff | tree |
2018-08-22 |
Ben Shi | cmd/compile: implement "OPC $imm, (mem)" for 386 |
commit | commitdiff | tree |
2018-08-22 |
Filippo Valsorda | crypto/tls: make ConnectionState.ExportKeyingMaterial... |
commit | commitdiff | tree |
2018-08-22 |
Ben Shi | cmd/compile: optimize 386 code with MULLload/DIVSSload... |
commit | commitdiff | tree |
2018-08-22 |
Ben Shi | cmd/compile: optimize AMD64 with DIVSSload and DIVSDload |
commit | commitdiff | tree |
2018-08-22 |
David Carlier | crypto/rand: use the new getrandom syscall on FreeBSD |
commit | commitdiff | tree |
2018-08-22 |
Michael Fraenkel | strings: use Builder in Map |
commit | commitdiff | tree |
2018-08-22 |
Daniël de Kok | cmd/cgo: perform explicit conversion in _GoStringLen |
commit | commitdiff | tree |
2018-08-21 |
Alberto Donizetti | time: accept anything between -23 and 23 as offset... |
commit | commitdiff | tree |
2018-08-21 |
Ian Lance Taylor | math: test for pos/neg zero return of Ceil/Floor/Trunc |
commit | commitdiff | tree |
2018-08-21 |
Jordan Rhee | cmd/link: support windows/arm |
commit | commitdiff | tree |
2018-08-21 |
Ilya Tocar | net: use internal/bytealg insetad of linkname tricks |
commit | commitdiff | tree |
2018-08-21 |
Ilya Tocar | time: optimize big4 |
commit | commitdiff | tree |
2018-08-21 |
Andreas Auernhammer | crypto/rc4: remove assembler implementations |
commit | commitdiff | tree |
2018-08-21 |
Daniel Martí | encoding/json: various minor decoder speed-ups |
commit | commitdiff | tree |
2018-08-21 |
Daniel Martí | encoding/json: defer error context work until necessary |
commit | commitdiff | tree |
2018-08-21 |
Michael Munday | crypto/{aes,cipher,rand}: use binary.{Big,Little}Endian... |
commit | commitdiff | tree |
2018-08-21 |
Alberto Donizetti | cmd/gofmt: skip gofmt idempotency check on known issue |
commit | commitdiff | tree |
2018-08-21 |
Ian Lance Taylor | misc/cgo/testcarchive: make the tests work when using... |
commit | commitdiff | tree |
2018-08-21 |
Ian Lance Taylor | runtime: don't use linkname to refer to internal/cpu |
commit | commitdiff | tree |
2018-08-21 |
Tobias Klauser | syscall: add S_IRWXG and S_IRWXO on Solaris |
commit | commitdiff | tree |
2018-08-21 |
Tobias Klauser | syscall: add S_IRWXG and S_IRWXO on OpenBSD |
commit | commitdiff | tree |
2018-08-21 |
Tobias Klauser | syscall: add S_IRWXG and S_IRWXO on DragonflyBSD |
commit | commitdiff | tree |
2018-08-21 |
Florian Forster | net/url: escape URL.RawQuery on Parse if it contains... |
commit | commitdiff | tree |
2018-08-21 |
Michael Munday | go/build: format with latest gofmt |
commit | commitdiff | tree |
2018-08-21 |
Giovanni Bajo | doc: remove mentions of cloning from GitHub |
commit | commitdiff | tree |
2018-08-21 |
Daniel Martí | cmd/compile: fix racy setting of gc's Config.Race |
commit | commitdiff | tree |
2018-08-21 |
Daniel Martí | encoding/json: remove alloc when encoding short byte... |
commit | commitdiff | tree |
2018-08-21 |
Daniel Martí | encoding/json: encode struct field names ahead of time |
commit | commitdiff | tree |
2018-08-21 |
Tobias Klauser | cmd/compile/internal/gc: unexport Deferproc and Newproc |
commit | commitdiff | tree |
next |