]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2018-11-30 Robert Griesemercmd/compile: fix constant index bounds check and error...
2018-11-30 Michael Anthony... runtime: fix heap pointer invariant rules in HACKING.md
2018-11-30 Ian Lance Taylorgo/internal/gccgoimporter: fix test when using gccgo...
2018-11-30 Ian Lance Taylorgo/internal/gccgoimporter: fix test when using gccgo 4.7
2018-11-30 Than McIntoshgo/internal/gccgoimporter: fix bug reading V1 export...
2018-11-30 Filippo Valsordacrypto/tls: improve error message for unsupported certi...
2018-11-30 Filippo Valsordacrypto/tls: fix client certificates support for legacy...
2018-11-30 Andrew Bonventrenet: skip flaky TestLookupDotsWithRemoteSource on darwin
2018-11-30 Bryan C. Millscmd/go/internal/modfetch: make directories read-only...
2018-11-30 Elias Naurcmd/go/internal/lockedfile/internal/filelock: fix test...
2018-11-29 Keith Randallcmd/compile: eliminate write barriers when writing...
2018-11-29 Austin Clementsruntime: check more work flushing races
2018-11-29 Ian Lance Taylorcmd/cgo: use field alignment when setting field offset
2018-11-29 Agniva De Sarkergo/doc: convert to unicode quotes for ToText and Synopsis
2018-11-29 Gergely Brautigamruntime: node ordering in mTreap; adjust code to reflec...
2018-11-29 Bryan C. Millscmd/doc: treat any non-empty GOMOD as module mode
2018-11-29 Bryan C. Millscmd/go/internal/modfetch: document DownloadDir
2018-11-29 Bryan C. Millscmd/go/testdata/mod: remove unused research.swtch.com...
2018-11-29 Bryan C. Millscmd/go/internal/load: remove redundant assignment to...
2018-11-29 Bryan C. Millscmd/go/internal/modcmd: check for errors in Download
2018-11-29 Bryan C. Millscmd/go: enable module mode without a main module when...
2018-11-29 Bryan C. Millscmd/go/internal/modfetch/codehost: add lockfiles for...
2018-11-29 Bryan C. Millscmd/go/internal/{modcmd,modload}: lock edits to go.mod
2018-11-29 Bryan C. Millscmd/go/internal/modfetch: lock files and directories
2018-11-29 Bryan C. Millscmd/go/internal/modfetch: make Repo.Zip write to an...
2018-11-29 Bryan C. Millscmd/go/internal/{clean,test}: lock testexpire.txt
2018-11-29 Bryan C. Millscmd/go/internal/lockedfile: add package and support...
2018-11-29 Keith Randalldoc: add relnotes for stack objects and mid-stack inlining
2018-11-29 Bryan C. Millscmd/go/internal/cache: write shared mutable files atomi...
2018-11-29 Bryan C. Millscmd/go/internal/renameio: add package
2018-11-29 Bryan C. Millsvendor/golang_org/x: move to internal/x
2018-11-29 Than McIntoshgo/internal/gccgoimporter: additional V3 export data...
2018-11-29 David Chasecmd/compile: begin OpArg and OpPhi location lists at...
2018-11-29 Alex Brainmandebug/pe: use ws2_32.dll in TestImportTableInUnknownSection
2018-11-29 Filippo Valsordacrypto/tls: prevent the test server from sending sessio...
2018-11-29 Ian Lance Taylorcmd/cgo: recognize untyped constants defined in differe...
2018-11-28 Lynn Bogercmd/asm,cmd/internal/obj/ppc64: add VPERMXOR to ppc64...
2018-11-28 Meng Zhuonet/http: prevent transport sends two "Connection:...
2018-11-28 Keith Randallcmd/compile: ensure S390X moves don't overflow int32
2018-11-28 James Craig... doc: fix typo in FAQ
2018-11-28 Tobias Klauserplugin: fix build constraint to disable test on linux...
2018-11-28 Josh Bleecher... math/big: allocate less for single-Word nats
2018-11-28 Andrew Bonventredoc: update go1.12.html using latest output from relnot...
2018-11-28 Keith Randallcmd/compile: randomize value order in block for testing
2018-11-28 Keith Randallcmd/compile: order nil checks by source position
2018-11-28 Tobias Klauservendor: update x/net/internal/nettest for aix support
2018-11-28 Ian Lance Taylordoc: fix formatting for Darwin entry
2018-11-28 Alex Brainmanplugin: skip building tests on linux/arm64
2018-11-28 Tobias Klauserlib/time: update tzdata to 2018g
2018-11-28 Wil Selwoodunicode: improve generated comments for categories
2018-11-28 Ian Lance Taylordoc: preannounce dropping macOS 10.10 support
2018-11-28 Ian Lance Taylornet: use .invalid for an invalid domain name
2018-11-27 Clément Chigotcmd: fix symbols addressing for aix/ppc64
2018-11-27 Clément Chigotcmd/link: improve XCOFF dynamic symbols generation
2018-11-27 David Tolpingo/printer: print parenthesized declarations if len...
2018-11-27 Keith Randallcmd/compile: don't use CMOV ops to compute load addresses
2018-11-27 Clément Chigottest: fix nilptr5 for AIX
2018-11-27 Elias Naurcmd/link/internal/ld: omit deprecated linker argument...
2018-11-27 Alex Brainmandebug/pe: correct TestImportTableInUnknownSection error...
2018-11-27 Alex Brainmancmd/link: do not use _GLOBAL_OFFSET_TABLE_ on windows/386
2018-11-27 Bryan C. Millscmd/go/internal/imports: resolve symlinks in ScanDir
2018-11-27 Brian Kesslermath/bits: define Div to panic when y<=hi
2018-11-27 Brian Kesslercmd/compile: intrinsify math/bits.Div on amd64
2018-11-27 Brian Kesslermath/bits: panic when y<=hi in Div
2018-11-27 Keith Randallcmd/compile: don't convert non-Go-constants to OLITERALs
2018-11-26 Clément Chigotcmd/link: fix XCOFF sections
2018-11-26 Ian Lance Taylorruntime: improve godoc formatting of memclrNoHeapPointe...
2018-11-26 Clément Chigotcmd/link/internal/ld: remove R_ADDR relocations inside...
2018-11-26 Keith Randallcmd/compile: initialize sparse slice literals dynamically
2018-11-26 Keith Randallcmd/compile: don't constant-fold non-Go constants in...
2018-11-26 Keith Randallcmd/compile: remove CLOBBERDEAD experiment
2018-11-26 Than McIntoshgo/internal/gccgoimporter: enhance for new export data...
2018-11-26 Keith Randallcmd/compile: allow bodyless function if it is linkname'd
2018-11-26 Jordan Rheeruntime: windows/arm fix tracebacks printed from sigpanic
2018-11-26 Clément Chigotcmd/compile: fix nilcheck for AIX
2018-11-26 Clément Chigotruntime: handle 64bits addresses for AIX
2018-11-26 Rob Pikefmt: update formatting example for maps
2018-11-26 Rob Pikedoc: improve the interface example in Effective Go
2018-11-24 Alex Brainmandebug/pe: use kernel32.dll in TestImportTableInUnknownS...
2018-11-23 David Chasecmd/compile: decompose composite OpArg before decomposeUser
2018-11-23 Yury Smolskycmd/compile: make ssa blocks collapsable in ssa.html
2018-11-23 Austin Clementscmd/go: more cross-package references from internal...
2018-11-23 Cherry Zhangcmd/compile: use correct store types in softfloat
2018-11-22 David Heuschmannos: return an error from UserHomeDir to match UserCacheDir
2018-11-22 Hana Kimcmd/trace: revert internal/traceparser
2018-11-21 David du Colombieros: prevent RemoveAll to remove "." on Plan 9
2018-11-21 David Chasecmd/compile: for non-SSA-typed params, emit simple...
2018-11-21 Yury Smolskycmd/compile: fix TestFormats by using valid formats
2018-11-21 Austin Clementsruntime: debug code to catch bad gcWork.puts
2018-11-21 Austin Clementsruntime: improve "P has cached GC work" debug info
2018-11-21 haormjnet/http: fix spelling mistake in a comment
2018-11-21 Yury Smolskycmd/compile: add control flow graphs to ssa.html
2018-11-21 Cherry Zhangruntime: add arg maps for sync/atomic functions in...
2018-11-20 Richard Musiolmisc/wasm: add stub for fs.read on browsers
2018-11-20 Richard Musiolgo/doc: disable playground for examples that use syscall/js
2018-11-20 Tobias Klauseros: return PathError on RemoveAll with trailing dots
2018-11-20 Ian Lance Tayloros: permit RemoveAll with paths that end in ".."
2018-11-20 Brad Fitzpatrickmime: remove allocation introduced in recent fix
2018-11-20 Richard Musiolsyscall: add dummy SIGTERM constant to js/wasm
2018-11-20 Richard Musiolmisc/wasm: use temporary directory provided by Node.js
next