]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2018-08-26 Daniel Martíencoding/json: get rid of the stream_test.go TODOs
2018-08-26 Martin Möhrmanninternal/bytealg: replace use of runtime.support_sse2...
2018-08-26 Yasuhiro Matsumotopath/filepath: fix Join with Windows drive letter
2018-08-25 Daniel Martíencoding/json: remove a branch in the structEncoder...
2018-08-25 Daniel Martíencoding/json: avoid some more pointer receivers
2018-08-25 Brad Fitzpatricknet/http: make Transport return Writable Response.Body...
2018-08-25 Goosrc/make.bat: add missing go.exe extension
2018-08-25 Florin Pățancmd/dist: fix compilation on windows
2018-08-25 Ian Lance Taylorcmd/go: don't let script grep commands match $WORK
2018-08-25 Ben Shicmd/compile: optimize 386 code with FLDPI
2018-08-24 Ben Shicmd/compile: introduce more read-modify-write operation...
2018-08-24 Shenghou Madoc/go1.11: fix typo
2018-08-24 Keith Randallcmd/compile: remove vet-blocking hack
2018-08-24 Keith Randallcmd/compile: enable two orphaned tests
2018-08-24 Keith Randallcmd/compile: move last compile tests to new test infras...
2018-08-24 Keith Randallcmd/compile: move more compiler tests to new test infra...
2018-08-24 Keith Randallreflect: use a bigger object when we need a finalizer...
2018-08-24 Keith Randallcmd/compile: move autogenerated tests to new infrastructure
2018-08-24 Keith Randallcmd/compile: move over more compiler tests to new test...
2018-08-24 Keith Randallcmd/compile: unify compilation of compiler tests
2018-08-24 Andrew Bonventredoc: document Go 1.10.4
2018-08-24 Yury Smolskycmd/compile: display AST IR in ssa.html
2018-08-24 Ian Lance Taylorruntime: mark sigInitIgnored nosplit
2018-08-24 Martin Möhrmannall: align cpu feature variable offset naming
2018-08-24 Martin Möhrmannruntime: replace sys.CacheLineSize by corresponding...
2018-08-24 Daniel Martícmd/compile: cleanup walking OCONV/OCONVNOP
2018-08-24 Martin Möhrmanninternal/cpu: add a CacheLinePadSize constant
2018-08-24 Alberto Donizettitime: allow +00 as numeric timezone name and GMT offset
2018-08-24 Tobias Klausersyscall, os: use pipe2 syscall on DragonflyBSD instead...
2018-08-24 Martin Möhrmannruntime: move arm hardware division support detection...
2018-08-24 Martin Möhrmannruntime: do not execute write barrier on newly allocate...
2018-08-24 Martin Möhrmannruntime: replace typedmemmmove with bulkBarrierPreWrite...
2018-08-24 Martin Möhrmannruntime: use internal/cpu variables in assembler code
2018-08-24 Tobias Klauserinternal/syscall/unix: don't use linkname to refer...
2018-08-24 Seebsos: use Println instead of Printf in example
2018-08-24 Martin Möhrmanncmd/compile: refactor appendslice to use newer gc code...
2018-08-24 Martin Möhrmanncmd/compile: remove superfluous signed right shift...
2018-08-24 Ben Shicmd/internal/obj: support more arm64 FP instructions
2018-08-23 Dmitri Shuralyovdoc/go1.11: add link to new WebAssembly wiki page
2018-08-23 Heschi Kreinickruntime: handle morestack system stack transition in...
2018-08-23 Heschi Kreinickruntime: fix use of wrong g in gentraceback
2018-08-23 Michal Bohuslávektext/template: Put bad function name in quotes in panic...
2018-08-23 Daniel Martícmd/vet: check embedded field tags too
2018-08-23 Andrew Bonventredoc/go1.11: remove draft status
2018-08-23 Kazuhiro Seraall: fix typos detected by github.com/client9/misspell
2018-08-23 Martin Möhrmanncmd/compile: add convnop helper function
2018-08-23 Yury Smolskycmd/compile: add sources for inlined functions to ssa...
2018-08-23 Yury Smolskycmd/compile: export the Func.Endlineno field
2018-08-23 Yury Smolskycmd/compile: clean the output of GOSSAFUNC
2018-08-22 Oryan Moshecmd/cgo: pass explicit -O0 to the compiler
2018-08-22 Brian Kesslermath/big: streamline divLarge initialization
2018-08-22 Iskander Sharipovhtml/template: use named consts instead of their values
2018-08-22 Iskander Sharipovcmd/link/internal/sym: uncomment code for ELF cases...
2018-08-22 Ian Lance Taylorruntime: remove unused function casp
2018-08-22 Emmanuel T... internal/poll: use F_FULLFSYNC fcntl for FD.Fsync on...
2018-08-22 Dominik Honnefcontext: don't talk about tools that don't exist
2018-08-22 Zachary Amsdenruntime: catch concurrent stacks more often
2018-08-22 Martin Möhrmannfmt: print values for map keys with non-reflexive equality
2018-08-22 Yury Smolskycmd/compile: use embedlineno instead of lineno in copytype
2018-08-22 Yury Smolskycmd/compile: cache the value of environment variable...
2018-08-22 Brad Fitzpatrickinternal/poll, net: fix sendfile on Windows, add test
2018-08-22 Brian Kesslermath/big: optimize multiplication by 2 and 1/2 in float...
2018-08-22 Martin Möhrmannruntime: skip TestGcSys on Windows
2018-08-22 Alan Donovanreflect: add Value.MapRange method and MapIter type
2018-08-22 Yury Smolskycmd/compile: display Go code for a function in ssa...
2018-08-22 Brad Fitzpatrickruntime: fix build, rename a since-renamed hasprefix...
2018-08-22 Iskander Sharipovruntime: remove redundant explicit deref in trace.go
2018-08-22 Iskander Sharipovruntime: simplify slice expression to sliced value...
2018-08-22 Ian Lance Taylorruntime: make TestGcSys actually test something
2018-08-22 Thanabodee... runtime: remove +1-1 when asking PC values
2018-08-22 Lynn Bogerruntime: fix implementation of cputicks for ppc64x
2018-08-22 Roland Illigruntime/pprof: fix resource leak in documentation
2018-08-22 Iskander Sharipovruntime: fix Go prototypes in amd64 asm code
2018-08-22 Martin Möhrmannruntime: replace calls to hasprefix with hasPrefix
2018-08-22 Zhou Pengruntime: fix typo: there -> the
2018-08-22 Daniel Martíencoding/base64: slight decoding speed-up
2018-08-22 Yury Smolskytest: restore tests for the reject unsafe code option
2018-08-22 Jordan Rheesyscall: support windows/arm
2018-08-22 Ian Lance Taylorregexp/syntax: don't do both linear and binary sesarch...
2018-08-22 andrius4669bufio: avoid rescanning buffer multiple times in ReadSlice
2018-08-22 Tim Cooperstrconv: use bytealg implementation of IndexByteString
2018-08-22 Iskander Sharipovcmd/compile/internal/gc: remove commented-out code...
2018-08-22 Shivansh Raicmd/gofmt: update error handling when writing to backup...
2018-08-22 Shivansh Raiall: use consistent shebang line across all shell scripts
2018-08-22 go101strings: use Builder in Repeat to avoid an allocation
2018-08-22 Iskander Sharipovcmd/link/internal/amd64: remove /*fallthrough*/ comments
2018-08-22 Diego Siqueiraplugin: remove unused func
2018-08-22 Yury Smolskytest: remove errchk, the perl script
2018-08-22 Iskander Sharipovcmd/internal/obj/arm64: simplify some bool expressions
2018-08-22 Daniel Martíencoding/json: simplify some pieces of the encoder
2018-08-22 Johan Brandhorststrings, bytes: avoid unnecessary function literals
2018-08-22 Cholerae Hunet/mail: lazily initialize dateLayouts
2018-08-22 Daniel Martíencoding/json: inline fieldByIndex
2018-08-22 Daniel Martíencoding/json: simplify the structEncoder type
2018-08-22 Tobias Klausercmd/cover: fix off-by-one error in TestCoverHTML
2018-08-22 Ben Shicmd/compile: implement "OPC $imm, (mem)" for 386
2018-08-22 Filippo Valsordacrypto/tls: make ConnectionState.ExportKeyingMaterial...
2018-08-22 Ben Shicmd/compile: optimize 386 code with MULLload/DIVSSload...
2018-08-22 Ben Shicmd/compile: optimize AMD64 with DIVSSload and DIVSDload
2018-08-22 David Carliercrypto/rand: use the new getrandom syscall on FreeBSD
next