]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2019-09-11 Sven Tauteencoding/base32: increase performance and code reuse
2019-09-11 Huan Dureflect: fix panic in DeepEqual when checking a cycle
2019-09-11 Marko Kunglareflect: enhance docs for IsZero and IsValid
2019-09-10 Matthew Dempskycmd/compile: better integrate parameter tagging with...
2019-09-10 Pantelis Sampaziotisregexp: add example for NumSubexp
2019-09-10 Than McIntoshgo/internal/gccgoimporter: remove guard on some assertions
2019-09-10 Bryan C. Millscmd/go/internal/modfetch: report the module path for...
2019-09-10 Bryan C. Millscmd/go/internal/module: document Version usage for...
2019-09-10 Ian Lance Taylorgo/internal/gccgoimporter: support embedded field in...
2019-09-10 Matthew Dempskycmd/compile: refactor escape analysis parameter tagging
2019-09-10 andigencoding/json: don't reset before returning buffer...
2019-09-10 Ian Lance Taylorcmd/go: for gccgo, look for tool build ID before hashin...
2019-09-10 Michael Mundaycmd/compile: improve s390x sign/zero extension removal
2019-09-10 Agniva De Sarkercmd/compile: optimize const rotates for wasm architecture
2019-09-10 Romain Baugueencoding/json: don't indirect pointers when decoding...
2019-09-10 Robert Griesemercmd/compile/internal/scanner: report at most one lexica...
2019-09-09 Matthew Dempskycmd/compile: remove vestigial TDDDFIELD
2019-09-09 sergeilemencoding/asn1: handle ASN1's string type BMPString
2019-09-09 Eric Rutherfordpath: improve documentation to call out cases where...
2019-09-09 Matthew Dempskycmd/compile: report more precise errors about untyped...
2019-09-09 Ainar Garipovsrc: gofmt -s
2019-09-09 Eli Benderskyencoding/json: clarify Unmarshal behavior for map keys
2019-09-09 smasher164A+C: change email address for Akhil Indurti
2019-09-09 Martin MöhrmannRevert "compile: prefer an AND instead of SHR+SHL instr...
2019-09-09 Martin Möhrmanncompile: prefer an AND instead of SHR+SHL instructions
2019-09-09 Keisuke Kishimotosyscall: minor cleanup of duplicated code
2019-09-08 Ainar Garipovall: fix typos
2019-09-08 Elias Naursyscall: re-generate zsyscall_darwin_arm*.s
2019-09-07 Elias Naurnet,os: disable more sysctl tests on iOS
2019-09-07 smasher164net/http: make copyValues append instead of calling Add
2019-09-07 Elias Naurlog/syslog: skip unsupported tests on iOS
2019-09-07 Elias Naursyscall: disable sysctl on iOS
2019-09-07 Joel Singcmd/internal/obj: instructions and registers for RISC-V
2019-09-07 Joel Singcmd/asm/internal/arch: consolidate LinkArch handling
2019-09-07 Emmanuel T... net: handle >=2GiB files with sendfile on Windows
2019-09-06 Matthew Dempskycmd/compile: rewrite untyped constant conversion logic
2019-09-06 Matthew Dempskycmd/compile: use CTNIL for pointer-typed OLITERALs
2019-09-06 Matthew DempskyRevert "cmd/compile: improve errors for invalid convers...
2019-09-06 Mihai Boroboceatext/template: refer to sorted map keys as "ordered...
2019-09-06 Matthew Dempskycmd/compile: rename Etype to ctxType
2019-09-06 K. "pestophagous... cmd/compile: improve errors for invalid conversions...
2019-09-06 Joel Singcmd/internal/sys: provide architecture definition for...
2019-09-06 Yuval Pavel... cmd/link: use gold when dynamic linking on arm,arm64...
2019-09-06 Ian Lance Taylormisc/cgo/test: use __atomic intrinsics instead of __sync
2019-09-06 Sjoerd Siebingacmd/go: add a test for -sectcreate in LDFLAGS
2019-09-06 Cuong Manh Lecmd/compile: remove tempname usages
2019-09-06 Than McIntoshcmd/link: memoize/cache whether plugin.Open symbol...
2019-09-06 Than McIntoshtest: tweak test to avoid unpreemptible loop with gccgo
2019-09-06 Than McIntoshtest: add test that failed with gccgo
2019-09-06 Matthew Dempskycmd/compile: restore lineno before returning in default...
2019-09-06 Ian Lance Taylorcmd/dist: default to clang on OpenBSD
2019-09-06 Cuong Manh Lecmd/compile: preserve loop depth when evaluating block
2019-09-06 Ian Lance Taylorerrors: clarify docs for when As returns false
2019-09-05 psampazregexp: add example for ReplaceAll
2019-09-05 Richard Musiolcmd/internal/obj/wasm: refactor handling of wasm variables
2019-09-04 Michael Knyszekruntime: use hard heap goal if we've done more scan...
2019-09-04 Bryan C. Millscmd/go/internal/test: prepend -test.timeout rather...
2019-09-04 Austin Clementsruntime: platform-independent faketime support
2019-09-04 Austin Clementssyscall: redirect writes to runtime.write in faketime...
2019-09-04 Austin Clementsruntime: wrap nanotime, walltime, and write
2019-09-04 Bryan C. Millscmd/go/internal/get: avoid panic in metaImportsForPrefi...
2019-09-04 Jonathan Amsterdamerrors: fix wrong code in package doc
2019-09-04 Robert Griesemerspec: clarify that shift count must be non-negative
2019-09-04 Michael Anthony... runtime: don't hold worldsema across mark phase
2019-09-04 Tobias Klauserall: add a space before +build in build tag comments
2019-09-03 Filippo Valsordacrypto/x509: remove IsCA exception for broken Entrust...
2019-09-03 Keith Randallcmd/compile,runtime: generate hash functions only for...
2019-09-03 Andrewdoc: add Go 1.13 to release history
2019-09-03 Ian Lance Taylorcmd/compile/internal/gc: use GoToolPath in TestDeps
2019-09-03 Keith Randallbytes/hash: disable seed test on 32-bit platforms
2019-09-03 Cuong Manh Lecmd/compile: extend ssa.go to handle 1-element array...
2019-09-03 Than McIntoshdebug/dwarf: better handling for DW_FORM_indirect
2019-09-03 Matthew Dempskycmd/compile: silence esc diagnostics about directiface...
2019-09-03 Matthew Dempskycmd/compile: replace copytype to setUnderlying
2019-09-03 Matthew Dempskycmd/compile: simplify {defer,resume}checkwidth logic
2019-09-03 Ian Lance Taylordebug/dwarf, debug/elf: support DWARF 5
2019-09-03 Ian Lance Taylordebug/dwarf: add new constants defined in DWARF 5
2019-09-03 Changkun Ouruntime: one lock per order
2019-09-03 Ayan Georgeplugin: add freebsd/amd64 plugin support
2019-09-03 Bryan C. Millsdoc/go1.13: remove announcements of arm64 support on...
2019-09-02 Daniel MartíRevert "runtime: remove slow time compatibility hacks...
2019-09-02 Andrewdoc: document Go 1.13
2019-09-02 Andrew Bonventredoc/1.13: remove draft note and make various fixes
2019-09-02 Ivan Trubachcmd/doc: make -src mode deterministic
2019-09-02 tomocynet: document concurrency safety and example for Dialer
2019-09-02 Daniel Martístd: remove unused bits of code all over the place
2019-09-02 peter zhangmath/big: fix a duplicate "the" in a comment
2019-09-02 spacewandernet/http: merge IsDir checks in fs.go's serveFile function
2019-09-02 itchynyencoding/json: fix scanner byte offset on scanEnd
2019-09-02 Derek Phannet/http: remove redundant port validation
2019-09-01 LE Manh Cuongcmd/link: always set .dynsym info field
2019-09-01 Tom Thorogoodencoding/json: revert Compact HTML escaping documentation
2019-09-01 William Poussierencoding/json: fix panic for nil instances of TextMarsh...
2019-09-01 Alex Gaynordoc: make the draft 1.13 release notes expected release...
2019-09-01 Alberto Donizettitest/codegen: mention -all_codegen in the README
2019-09-01 Daniel Martícmd/compile: remove a few unused bits of code
2019-09-01 Andrew Bonventremime: update type of .js and .mjs files to text/javascript
2019-09-01 Irbe Kruminapath: change the output format of ExampleSplit function
2019-09-01 jsignio/ioutil: don't check for short write in WriteFile
2019-09-01 Ou Changkunruntime: remove outdated comment in select sortkey
next