部分项目的pr显示rejected,是因为该项目没有按照github标准流程,实际上pr已经合入


go-delve/delve

Delve is a debugger for the Go programming language.

pkg/terminal: add '-clear' option to 'condition' command
Documentation: fix typo
*: Closer close and use assertNoError for testcase
Doc: update KnownBugs and faq.
pkg/proc: fix dlv panic when sameGCond is nil.
[verifying] Not found frame arm64 (don't merged directly)
cmd/dlv: fix bug when tracing pid
doc/readme: Remove the Build Status of appveyor
pkg/proc: Fix crash when LocationExpr is nil
pkg/proc: avoid target process leaks.
proc: do not set fileFound if there's a compileUnit without line section.
gdbserial/gdbserver: optimize the search of debugserver binary
test: Add check for generating .travis.yml
pkg/config: add `disassemble-flavor` option for config
pkg/proc: Prevent program crash when called meanless expression
*: Transfer 32-bit test into travis from cirrus
DO_NOT_MERGE DO_NOT_COMMIT DO_NOT REVIEW
terminal: add `-l` prompt on goroutines help
pkg/logflags: Display warning when unknown component for --log-output
test: fix probabilistic error when teststepconcurrent
pkg,service: Use PCToFunc instead of PCToLine if it only needs func
pkg,service: Optimized the display of `examinemem` command.
pkg/proc: Fix ThreadId when ErrNoGoroutine on g0 stack in GetG
pkg,service: support 386 on linux     ==> 【chainhelen 调试器与go
pkg/proc: Judge the validity of addr ranges when disasm.
pkg: remove meanless code in dwarf_expr_test.go.
pkg: optimize code for supporting different arch in the future.
pkg: fix typo in the comment of `PtraceGetFpRegset`
pkg: fix abbreviation of Flag Register on amd64
README: rollback gitter chat link.
cmd: support `LookPath` when debugging on windows.
pkg/terminal: tolerate spurious spaces between arguments of cli.
cmd,pkg,service: support mtls and tls with token.
service/test: Fix a wrong judgment about err.
pkg/proc: fix one typo.
service/test,pkg: Ensure LineToPC can return pc when pc is not zero.
proc_test,command_test: rename math.go into mathematics.go
pkg,service: add cmd `examinemem`(`x`) for examining memory.
service/debugger: support full path matching in location expressions.
pkg/proc/core: add error details when reading spliced memory
scripts: Add 'make uninstall' command
pkg/proc: fix can not call method of an embedded filed directly
pkg/dwarf/frame/parser: Fix `parse augmentation`
service/debugger: support relative paths in location expressions
pkg/proc: extend conversion about `string` for array/str
cmd,service: remove temporary def of `Server interface` in func
service/rpccommon: remove duplicate `listener.close()`
pkg/proc: use method not duplicate code
documentation/cli: fix typo
document/cli: fix typo
pkg/proc/core: add an new error named ErrChangeRegisterCore
Fix typo about test/integration
Fix SVG badges
Support multifile when dlv `debug`, `trace` and `test`     ==> 【chainhelen dlv源码阅读

golang/go

The Go programming language

runtime: make PCDATA_RegMapUnsafe more clear and remove magic number
runtime: fix panic if newstack at runtime.acquireLockRank
doc/debugging_with_gdb: fix the link of delve

mosn/mosn

The Cloud-Native Network Proxy Platform

add RWMutex for sdsStreamClient
pkg/xds/v2: add StreamClientMutex.
pkg/xds: some simple code optimizations.     ==> 【chainhelen tcp链接迁移

denoland/deno

A modern runtime for JavaScript and TypeScript.

fetch: Avoid duplicate import about util
Use path.Join instead of +

gin-gonic/gin

Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.

Update readme about the version of gin
Add and fix the explanation of `HandleContext`
Keep the logic of handling errors in render
fix bug, return err when failed binding bool

kubernetes/ingress-nginx

Ingress-NGINX Controller for Kubernetes

Typo: docs/examples/rewrite/README.md     ==> 【变更配置被这个官方文档坑了1个小时

rswier/c4

C in four functions

add a FREE opcode     ==> 【chainhelen c4编译器的问题-知乎

buger/goreplay

GoReplay is an open-source tool for capturing and replaying live HTTP traffic into a test environment in order to continuously test your system with real data. It can be used to increase confidence in code deployments, configuration changes and infrastructure changes.

Remove unused "copy"

nodejs/node

Node.js JavaScript runtime ✨🐢🚀✨

net: remove unnecessary variables     ==> 【chainhelen 记一次nodejs源码bug分析

expressjs/express

Fast, unopinionated, minimalist web framework for node.

remove unecessary comparison in test/res.send.js     ==> 【chainhelen express源码阅读4篇
deps: vary@~1.1.2
Use node's path.join in examples and test
Keep the original code style