]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2018-05-29 Filippo Valsorda[dev.boringcrypto] crypto/tls: restore AES-GCM priority...
2018-05-25 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-05-25 Than McIntoshcmd/compile: fix DWARF inline debug issue with dead...
2018-05-25 Tobias Klausercmd/vendor/golang.org/x: pick up fixes for broken andro...
2018-05-25 Martin Möhrmannruntime: remove duplicate cpu feature detection on x86
2018-05-25 Josh Bleecher... cmd/compile: make -W and -w headers and footers clearer
2018-05-25 Josh Bleecher... cmd/compile: improve fncall docs
2018-05-25 Zhou Penglogs.txt: remove accidentally added file
2018-05-24 Ian Lance Taylorcmd/go, cmd/vet, go/internal/gccgoimport: make vet...
2018-05-24 Jonathan Chendoc: clarify sentence
2018-05-24 Tobias Klausercmd/vendor/golang.org/x: pick up upstream fixes for...
2018-05-24 Hana Kimruntime/pprof: allow tests to run multiple times
2018-05-24 Brad Fitzpatricknet: skip test in full test mode when running in a...
2018-05-24 Brad Fitzpatricknet/http: conservatively flush Transport request header...
2018-05-24 Peter WeinbergerRevert "internal/trace: change Less to make sorting...
2018-05-24 Richard Musiolcmd/compile: fix write barrier control value on wasm
2018-05-24 Robert Griesemergo/types: permit embedding of non-defined interfaces...
2018-05-24 Austin Clementsruntime: fix preemption deadlocks in TestDebugCall*
2018-05-23 Heschi Kreinickcmd/compile: fix debug info generation for loads from...
2018-05-23 Heschi Kreinickcmd/compile: clean up debug info generation logging
2018-05-23 Alexander Döringmath/big: reduce allocations in Karatsuba case of sqr
2018-05-23 Anit Gandhicrypto/{aes,internal/cipherhw,tls}: use common internal...
2018-05-23 Richard Musiolcmd/compile: add wasm stack optimization
2018-05-23 Hana Kimcmd/vendor/.../unix: pick up upstream fixes for broken...
2018-05-23 Alexander Döringmath/big: specialize Karatsuba implementation for squaring
2018-05-23 Andrew Bonventredoc: update Code of Conduct
2018-05-23 Hana (Hyang... cmd/pprof: add readline support similar to upstream
2018-05-23 Richard Musiolsyscall: partially revert "enable some nacl code to...
2018-05-23 Adam Medzinskinet: add example for net.UDPConn.WriteTo function
2018-05-23 Elias Naurmisc/android: forward SIGQUIT to the process running...
2018-05-23 David Chasecmd/compile: grow stack before test() to avoid gdb...
2018-05-23 Ian Gudgernet: fix DNS NXDOMAIN performance regression
2018-05-23 dchenknet/http: fix doc comment on PostFormValue function
2018-05-23 azatos: Add example for Expand function.
2018-05-23 isharipocmd/internal/obj/x86: add missing Yi8 for VEX ytabs
2018-05-23 Peter Weinbergerinternal/trace: change Less to make sorting events...
2018-05-23 Alex Brainmancmd/go: skip TestLinkerTmpDirIsDeleted if cgo is not...
2018-05-23 Tobias Klauserdebug/pe: gofmt
2018-05-23 Alex Brainmancmd/link: close go.o before deleting it
2018-05-23 Ben Shimisc/android: add a NL at the of README
2018-05-23 Ben Burkertinternal/poll: disable splice on old linux versions
2018-05-22 Austin Clementscmd/compile: ignore g register in liveness analysis
2018-05-22 David Chasecmd/compile: common up code in fuse for joining blocks
2018-05-22 Austin Clementscmd/compile: reuse liveness structures
2018-05-22 Austin Clementscmd/compile: make LivenessMap dense
2018-05-22 Austin Clementscmd/compile: incrementally compact liveness maps
2018-05-22 Austin Clementscmd/compile: abstract bvec sets
2018-05-22 Austin Clementscmd/compile: single pass over Blocks in Liveness.epilogue
2018-05-22 Hana Kimcmd/vendor/README: temporary instruction for update
2018-05-22 David Chasecmd/link: revert DWARF version to 2 for .debug_lines
2018-05-22 Martin Möhrmanninternal/cpu: fix test build on ppc64
2018-05-22 Austin Clementsruntime: fix defer matching of leaf functions on LR...
2018-05-22 Martin Möhrmanninternal/cpu: add experiment to disable CPU features...
2018-05-22 Zhongpeng Lingo/build: call ctxt.match for checking file name constr...
2018-05-22 Martin Suchacrypto/x509: document fields used in CreateCertificate
2018-05-22 Martin Suchacrypto/x509: reformat template members in docs
2018-05-22 Alberto Donizettilog/syslog: skip tests that depend on daemon on builders
2018-05-22 dchenkencoding/base32: remove redundant conditional
2018-05-22 Keith Randallcmd/compile: add rulegen diagnostic
2018-05-22 Austin Clementsruntime: support for debugger function calls
2018-05-22 Austin Clementscmd/compile, cmd/internal/obj: record register maps...
2018-05-22 Austin Clementscmd/compile: compute register liveness maps
2018-05-22 Austin Clementscmd/compile: dense numbering for GP registers
2018-05-22 Austin Clementscmd/compile: fix ARM64 build
2018-05-22 Austin Clementscmd/compile: fix unsafe-point analysis with -N
2018-05-22 isharipocmd/asm: enable AVX512
2018-05-22 Ben Shitest/codegen: improve test cases for arm64
2018-05-22 Austin Clementscmd/compile: output stack map index everywhere it changes
2018-05-22 Austin Clementscmd/compile: enable stack maps everywhere except unsafe...
2018-05-22 Austin Clementscmd/compile: introduce LivenessMap and LivenessIndex
2018-05-22 Austin Clementscmd/internal/obj: consolidate emitting entry stack map
2018-05-22 Austin Clementscmd/compile: don't produce a past-the-end pointer in...
2018-05-22 Austin Clementscmd/compile: detect OFORUNTIL inductive facts in prove
2018-05-22 Austin Clementscmd/compile: derive len/cap relations in factsTable...
2018-05-22 Austin Clementscmd/compile: teach prove about relations between constants
2018-05-22 David Chasecmd/compile: refactor inlining parameters; inline panic
2018-05-21 Adam Langleycrypto/x509: check EKUs like 1.9.
2018-05-21 Elias Naurruntime: remove darwin workaround for process-wide...
2018-05-21 Elias Naurcmd/link,runtime: move syscalls to libc on iOS
2018-05-21 Elias Naurruntime: use raise instead of pthread_self and pthread_kill
2018-05-21 Austin Clementsruntime: fix bitmap copying corner-cases
2018-05-21 Alberto Donizetticmd/go: test that Go binaries can be run on QEMU in...
2018-05-21 Brad Fitzpatricknet/http: clarify that ReadRequest is only for HTTP/1.x
2018-05-21 Daniel Martícmd/trace: fix a few bugs found by staticcheck
2018-05-21 Alberto Donizettiruntime/pprof: update stale link in documentation
2018-05-21 Michael Mundayruntime: use Go function signatures for memclr and...
2018-05-21 Michael Mundaycmd/compile: use math/bits functions where possible
2018-05-20 Keith Randallruntime: use libc for nanotime on Darwin
2018-05-19 Keith Randallruntime: fix darwin 386/amd64 stack switches
2018-05-19 Ali Rizvi-Santiagodebug/pe: parse the import directory correctly
2018-05-18 David Chasecmd/compile: refactor and cleanup of common code/workaround
2018-05-18 Richard Musiolmisc/wasm: make wasm_exec.js more flexible
2018-05-18 Robert Griesemergo/parser: make sure we have a valid AST when 'if'...
2018-05-18 Filippo Valsorda[dev.boringcrypto] crypto/rsa: fix boringFakeRandomBlin...
2018-05-18 Daniel Martícmd/vet: -composites only checks imported types
2018-05-18 Ian Lance Taylorcmd/go: don't pass -compiler flag to vet
2018-05-18 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-05-17 HAMANO Tsukasaencoding/asn1: allow Marshaling and Unmarshaling privat...
2018-05-17 isharipocmd/link/internal/ld: don't call fieldtrack if it's...
2018-05-17 isharipocmd/internal/obj/x86: fix VPERMQ and VPERMPD ytab
next