]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2018-04-05 Joel Singruntime: fix/improve exitThread on openbsd
2018-04-05 Ilya Tocarcmd/compile/internal/ssa: fix GO386=387 build
2018-04-05 Matthew Dempskycmd/compile: drop legacy code for generating iface...
2018-04-05 Daniel Martícmd/internal/obj: various code cleanups
2018-04-05 isharipocmd/internal/obj/x86: cleanup comments and consts
2018-04-05 isharipocmd/internal/obj/x86: remove unused VEX constants
2018-04-05 Ben Shicmd/compile: optimize 386 binary operations with a...
2018-04-05 isharipocmd/internal/obj/x86: make AsmBuf receiver name consistent
2018-04-05 Daniel Martícmd/compile: early return/continue to unindent some...
2018-04-05 Daniel Martítest: skip locklinear's lockmany test for now
2018-04-05 Alberto Donizetticmd/compile: stack-allocate worklist in ReachableBlocks
2018-04-05 Matthew Dempskycmd/compile: extract inline related fields into separat...
2018-04-04 Robert Griesemertext/tabwriter: remove internal use of bytes.Buffer...
2018-04-04 David Chasecmd/compile: adjust is-statement on Pos's to improve...
2018-04-04 David Chasecmd/link: process is_stmt data into dwarf line tables
2018-04-04 David Chasecmd/compile: add IsStmt breakpoint info to src.lico
2018-04-04 Robert Griesemergo/printer, gofmt: tuned table alignment for better...
2018-04-04 Balaram Makamcmd/compile: intrinsify math/big.mulWW on ARM64
2018-04-04 Hana Kimcmd/trace: avoid emitting traceview slice with 0 duration
2018-04-04 Hana Kimcmd/trace: implement /trace?focustask=<taskid> mode
2018-04-04 Austin Clementsruntime: stop when we run out of hints in race mode
2018-04-04 James Hartignet/http/httputil: make ReverseProxy panic on error...
2018-04-04 Cherry Zhangcmd/link: put runtime.framepointer_enabled in DATA...
2018-04-04 Meng Zhuoruntime: implement aeshash for arm64 platform
2018-04-04 Daniel Martítext/template: add variable assignments
2018-04-04 Nikhil Beneschcmd/go: rebuild as needed when vetting test packages
2018-04-04 Alberto Donizettitest/codegen: port arm64 byte slice zeroing tests
2018-04-04 Alberto Donizetticmd/compile: stack-allocate 2 worklists in order, dom...
2018-04-04 Lubomir I.... os/user: obtain a user GID on Windows
2018-04-04 Josh Bleecher... runtime: improve StackCopy benchmarks
2018-04-03 Dhruvdutt JadhavREADME: update number of contributors
2018-04-03 Robert Griesemercmd/compile/internal/syntax: better error message for...
2018-04-03 Robert Griesemercmd/compile/internal/syntax: update a couple of comments
2018-04-03 Giovanni Bajocmd/compile: in prove, complete support for OpIsInBound...
2018-04-03 Giovanni Bajocmd/compile: in prove, make addRestrictions more generic
2018-04-03 isharipomath/big: remove "else" from if with block that ends...
2018-04-03 Alberto Donizetticmd/compile: stack-allocate values worklist in schedule
2018-04-03 Filippo Valsordacrypto/tls: simplify the Handshake locking strategy
2018-04-03 Michael Mundaycmd/asm, math: add s390x floating point test instructions
2018-04-03 Javier Kohenregexp: use sync.Pool to cache regexp.machine objects
2018-04-03 Pascal S. de... crypto/rsa: add PublicKey.Size accessor
2018-04-03 Tobias Klauserruntime: parse auxv for page size and executable name...
2018-04-03 Fangming.Fangcmd/asm: add essential instructions for AES-GCM on...
2018-04-03 isharipocmd/compile: make DCE remove nodes after terminating if
2018-04-03 Daniel Martícmd/compile: introduce gc.Node.copy method
2018-04-03 Giovanni Bajocmd/compile: in prove, simplify logic of branch pushing
2018-04-03 Matthew Dempskycmd/compile: improve declaration position precision
2018-04-03 Robert Griesemercmd/compile: better handling of incorrect type switches
2018-04-03 Brad Fitzpatrickstrings: fix flaky TestBuilderGrow test
2018-04-02 quasilytecmd/link/internal/ld: make Thearch unexported
2018-04-02 Matthew Dempskycmd/compile: simplify exportsym debug message
2018-04-02 Matthew Dempskycmd/compile: simplify exportsym flags and logic
2018-04-02 Matthew Dempskycmd/compile: cleanup Order.cleanTempNoPop slightly
2018-04-02 Matthew Dempskycmd/compile: simplify reexport logic
2018-04-02 Ilya Tocarstrings: speed-up replace for byteStringReplacer case
2018-04-02 Matthew Dempskycmd/compile: disable instrumentation for no-race packag...
2018-04-02 Giovanni Bajogo/types: fix column reporting of invalid selector...
2018-04-02 Travis Bischelcompress/gzip: do not count header bytes written in...
2018-04-02 isharipotest/fixedbugs: fix bug248 and bug345
2018-04-02 Matthew Dempskycmd/compile: use newfuncname in dclfunc
2018-04-02 Meng Zhuocrypto/md5: add assembly implementation on arm64
2018-04-02 Daniel Martícmd: remove some unused parameters
2018-04-02 Matthew Dempskycmd/compile: refactor constant rewriting
2018-04-01 jimmyfrascheflag: correct zero values when printing defaults
2018-04-01 Brad FitzpatrickRevert "net: mark tests with retry as parallel"
2018-04-01 adrienpetelnet: mark tests with retry as parallel
2018-04-01 Zhou Pengsrc/run.bash: remove some trailing whitespace
2018-04-01 Matthew Dempskycmd/compile: refactor constant node constructors
2018-03-31 Mikio Haranet: improve test coverage for syscall.RawConn
2018-03-31 Gregory Mannet/http: strip password from error message
2018-03-31 Bryan Chancmd/compile/internal/ssa: handle symbol address compari...
2018-03-31 Daniel Martícmd/compile/internal/ssa: add initial README
2018-03-31 Meng Zhuointernal/cpu: update arm64 cpu features
2018-03-30 Samuel Tanhtml/template: fix one more lint naming error
2018-03-30 ajnirptesting: fix testing flags link
2018-03-30 Josh Bleecher... cmd/compile: compile all functions concurrently
2018-03-30 Filippo Valsordasyscall: remove double Unlock from Dup2 on nacl
2018-03-30 Richard Musiolcmd/compile: add SSA config options useAvg and useHmul
2018-03-30 Richard Musiolgo/build, go/types, cmd/dist: add js/wasm architecture
2018-03-30 Kunpei Sakainet/http: add function name to the beginning of comment
2018-03-30 Josh Bleecher... cmd/compile: consider full number of struct components...
2018-03-30 adrienpetelnet: deflake TestLookupCNAME
2018-03-30 Alberto Donizettitest/codegen: port stack-related tests to codegen
2018-03-30 Richard Musiolmisc/wasm: add scripts for running WebAssembly binaries
2018-03-30 Joe Tsaiapi: add exception for os.ModeType value
2018-03-30 mewmewfmt: document the behaviour of %p on slices
2018-03-29 Ben Burkertnet: map context errors from aborted dial to internal...
2018-03-29 Joe Tsaios: add ModeIrregular flag
2018-03-29 Wèi Cōngruìmath: fix Ldexp when result is below ldexp(2, -1075)
2018-03-29 Ian Lance Taylorregexp/syntax: update perl script to preserve \s behavior
2018-03-29 Matthew Dempskycmd/compile: refactor memory op constructors in SSA...
2018-03-29 Alberto Donizettitest/codegen: match 387 ops too for GOARCH=386
2018-03-29 Alberto Donizettitest: avoid touching GOOS/GOARCH in codegen driver
2018-03-29 Josh Bleecher... cmd/compile: prefer to evict a rematerializable register
2018-03-29 Paul Jollycmd/go: make generate pass correct GOPACKAGE to XTest...
2018-03-29 Hana Kimcmd/trace: make span tables pretty
2018-03-29 Ian Lance Taylorcmd/go: don't try to initialize cover profile for go...
2018-03-29 Samuel Tanhtml/template: fix lint errors
2018-03-29 Tobias Klauserruntime: parse auxv for page size on dragonfly
2018-03-29 Alberto Donizettitest: update list of escape reasons
next