]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2020-12-02 Russ Coxall: update to use filepath.WalkDir instead of filepath...
2020-12-02 Quey-Liang Kaocmd/asm, cmd/internal/obj/riscv: fix branch pseudo...
2020-12-02 Ian Lance Taylortest: match gofrontend error messages
2020-12-01 Cherry Zhangcmd/link: invalidate kernel cache on darwin
2020-12-01 Cherry Zhangcmd/internal/buildid: update Mach-O code signature...
2020-12-01 Cherry Zhangcmd/link: code-sign on darwin/arm64
2020-12-01 Jason A. Donenfeldcmd/compile: do not assume TST and TEQ set V on arm
2020-12-01 Kevin Burkeencoding/json: revert "add "json: " prefix to SyntaxErr...
2020-12-01 Cherry Zhangcmd/internal/buildid: exclude Mach-O code signature...
2020-12-01 Cherry Zhangcmd/internal/codesign: new package
2020-12-01 Jay Conrodcmd: update golang.org/x/mod to v0.4.0
2020-12-01 Jay Conrodcmd/go: don't print deprecation notice for 'go get...
2020-12-01 Anmol Sethinet/http: allow upgrading non keepalive connections
2020-12-01 Michael Fraenkelnet/http: ignore connection closes once done with the...
2020-12-01 Alberto Donizettidoc/go1.16: add runtime/debug changes to release notes
2020-12-01 Alberto Donizettidoc/go1.16: add text/template changes to release notes
2020-12-01 Jay Conroddoc/go1.16: add multiple release notes for the go command
2020-12-01 Joel Singcmd/internal/obj/riscv: add tests for BGE/BGEU/BLT...
2020-12-01 Joel Singcmd/link/internal/amd64: always generate R_X86_64_PLT32...
2020-12-01 Roland Shoemakerdoc/go1.16: add crypto/x509 note about Verify on Windows
2020-12-01 Cuong Manh Lecmd/compile: do not mark OpSP, OpSB pos for debugging
2020-11-30 Cherry Zhangruntime: mlock signal stack on macOS/ARM64
2020-11-30 Jay Conrodcmd/go: fix infinite loop in modload.keepSums
2020-11-30 Andy Pannet: add note about disabling loopback in ListenMultica...
2020-11-30 Daniel Martícmd/go: remove trailing whitespace from test script
2020-11-30 Ian Lance Taylortest: update gofrontend expected errors
2020-11-30 Ian Lance Taylortest: recognize gofrontend error messages
2020-11-30 Ian Lance Taylortest: recognize new gofrontend error message
2020-11-30 Chris Waldonos: return proper user directories on iOS
2020-11-30 KimMachineGunruntime: gofmt
2020-11-30 Joshua M. Clulowos/exec: constrain thread usage in leaked descriptor...
2020-11-28 Jason A. Donenfeldruntime/pprof: ignore test failures on windows/arm
2020-11-28 smasher164bufio: make string(int) conversion safer
2020-11-28 Ian Lance Taylortest: match gofrontend error messages
2020-11-27 Jason A. Donenfeldcmd/link: mark windows/arm as all PIE
2020-11-27 Jason A. Donenfeldruntime: adjust address calculation in identifying...
2020-11-27 Jason A. Donenfeldruntime: return 0 from C function in test
2020-11-26 Rodolfo Carvalholog: make Default doc comment consistent with package doc
2020-11-26 Robert Griesemerreflect: fix Value.Convert for int-to-string conversion...
2020-11-25 Dmitri Shuralyovdoc/go1.16: consolidate stdlib changes in "Minor change...
2020-11-25 Elias Naurcmd/dist: restore GOARM=7 default for android/arm
2020-11-25 Tobias Klauserdoc/go1.16: add time/tzdata release note for CL 261877
2020-11-25 Elias Naurcmd/internal/objabi: assume GOARM=7 on Android
2020-11-25 Daniel S Favaruntime: check channel's elemsize before calling race...
2020-11-25 Tom Payneregexp/syntax: add note about Unicode character classes
2020-11-25 Robert Griesemergo/constant: MakeFloat64(0) must return a value of...
2020-11-25 eric fangcmd/link: add relocation type R_AARCH64_LDST16_ABS_LO12...
2020-11-25 Robert Griesemergo/constant: make constant.Make produce "smallest"...
2020-11-24 Austin Clementsruntime: use inlined function name for traceback elision
2020-11-24 Austin Clementsruntime/testdata/testprogcgo: refactor CrashTraceback
2020-11-24 Dmitri Shuralyovdoc/go1.16: fill in Go 1.16 release note TODOs using...
2020-11-24 Alex Brainmanruntime: allow for usleep2HighRes to run without TLS...
2020-11-24 Cuong Manh Lecmd/compile: set OpLoad argument type interface{} correctly
2020-11-24 Robert Griesemergo/types: fix incorrect string(int) conversion (regression)
2020-11-23 Michael Anthony... runtime/metrics: tweak wording of stack and unused...
2020-11-23 Martin Möhrmannsync: use 386 instead of x86-32 to refer to the 32...
2020-11-21 Keith Randallcmd/compile: add test for 42753
2020-11-21 Jason A. Donenfeldsyscall: add DLLError.Unwrap function
2020-11-21 Bryan C. Millscmd/go/internal/modload: remove the Reqs function
2020-11-21 Bryan C. Millscmd/go/internal/modload: remove a stale comment for...
2020-11-20 Michael Matloobcmd/go: support the -overlay flag for go mod commands
2020-11-20 Ian Lance Taylorcmd/cgo, cmd/internal/pkgpath: support gofrontend mangl...
2020-11-20 Hollow Mandoc: fix misspelling of “initialization” in diagnostics...
2020-11-20 Michael Matloobcmd/go: support overlaying go.mod files
2020-11-20 Jay Conrodcmd/go: recommend 'go get' command to switch from retra...
2020-11-20 Cuong Manh Lecmd/compile: allow loading single field of typed-interf...
2020-11-20 Jay Conrodcmd/go: report changes and resolved versions in 'go...
2020-11-20 Jay Conrodcmd/go/internal/modload: ignore selected version in...
2020-11-20 Jay Conrodcmd/go: remove ListModules call in runGet
2020-11-20 Bryan C. Millscmd/go/internal/modload: eliminate LoadedModules
2020-11-20 Bryan C. Millscmd/go/internal/work: remove a redundant call to modloa...
2020-11-20 Ian Lance Taylornet, internal/poll: reset value before adding in minor...
2020-11-20 Robert Griesemergo/types: use correct error position
2020-11-20 Robert Griesemergo/types: fix error message for consistency
2020-11-20 Robert Griesemergo/types, go/constant: handle infinities as unknown...
2020-11-19 fzippio/fs: make WalkDirFunc parameter name consistent with...
2020-11-19 Michael Anthony... runtime/metrics: clarify Read's documentation
2020-11-19 Michael Anthony... runtime/metrics: clarify memory and GC metrics document...
2020-11-19 Bryan C. Millscmd/go/internal/work: avoid modload.Selected in 'go...
2020-11-19 Bryan C. Millscmd/go: fix failing gccgo cases in TestScript/build_overlay
2020-11-19 Paul E. Murphycmd/compile,cmd/asm: fix function pointer call perf...
2020-11-19 Dan Scalescmd/compile: flag "-d=dumpptrs" to print Node ptrs...
2020-11-19 Jason A. Donenfeldruntime: support new callbackasm1 calling convention...
2020-11-19 Bryan C. Millscmd/go/internal/modload: remove SetBuildList
2020-11-19 Bryan C. Millscmd/go/internal/modcmd: eliminate a call to modload...
2020-11-19 Hanlin Shiinternal/fmtsort: sort the unsafe pointers in map
2020-11-19 Robert Griesemergo/types: report an error for invalid constant values
2020-11-18 Matthew Dempskycmd/compile: fix miscompilation during inlining
2020-11-18 Matthew Dempskycmd/compile: fix panic in field tracking logic
2020-11-18 Michael Prattsync: document RWMutex race semantics
2020-11-18 Michael Prattruntime: give test child time to block
2020-11-18 Tobias Klauserruntime: use clock_gettime instead of gettimeofday...
2020-11-18 Tobias Klauserruntime: use pipe2 syscall for Pipe in tests
2020-11-18 Jay Conrodcmd/go: in 'go get', only load retractions for resolved...
2020-11-18 Cherry Zhangcmd/link: recompute heapPos after copyHeap
2020-11-18 Jay Conrodcmd/go: fix retract interval syntax in 'go help mod...
2020-11-18 Alberto Donizetticmd/compile: stop MOVW-ing -1 as SRA shift amount in...
2020-11-18 Rebecca Stamblergo/ast: document invalid comment end positions with...
2020-11-18 Alberto Donizettitime: in NewTicker, document that the 1st tick comes...
2020-11-17 Robert Griesemergo/types: add test case for incorrect map index expression
next