| Commit message (Expand) | Author | Age | Files | Lines |
| * | [dev.typeparams] runtime,cmd/compile,cmd/link: replace jmpdefer with a loop | Austin Clements | 2021-08-03 | 1 | -2/+0 |
| * | [dev.typeparams] Revert "[dev.typeparams] runtime,cmd/compile,cmd/link: repla... | Austin Clements | 2021-07-30 | 1 | -0/+2 |
| * | [dev.typeparams] runtime,cmd/compile,cmd/link: replace jmpdefer with a loop | Austin Clements | 2021-07-30 | 1 | -2/+0 |
| * | [dev.typeparams] runtime: remove variadic defer/go calls | Cherry Mui | 2021-06-08 | 1 | -1/+0 |
| * | cmd/compile: always include underlying type for map types | Keith Randall | 2021-05-24 | 2 | -35/+39 |
| * | syscall, etc.: use abi.FuncPCABI0 for libc syscall wrappers | Cherry Zhang | 2021-04-26 | 1 | -2/+0 |
| * | cmd/compile, runtime: add metadata for argument printing in traceback | Cherry Zhang | 2021-04-22 | 1 | -0/+1 |
| * | internal/buildcfg: move build configuration out of cmd/internal/objabi | Russ Cox | 2021-04-16 | 5 | -267/+13 |
| * | cmd/internal/objabi,test: use correct GOEXPERIMENT build tags in test/run.go | Austin Clements | 2021-04-16 | 2 | -9/+16 |
| * | internal/goexperiment: move baseline configuration to objabi | Austin Clements | 2021-04-16 | 1 | -2/+7 |
| * | internal/bytealg: port more performance-critical functions to ABIInternal | Austin Clements | 2021-04-15 | 1 | -0/+4 |
| * | runtime: update debug call protocol for register ABI | Michael Anthony Knyszek | 2021-04-14 | 1 | -2/+2 |
| * | runtime: eliminate externalthreadhandler | Austin Clements | 2021-04-13 | 1 | -23/+21 |
| * | cmd/link: support 32b TLS_LE offsets on PPC64 | Paul E. Murphy | 2021-04-13 | 1 | -6/+8 |
| * | cmd/internal/objabi: make GOEXPERIMENT=none mean "no experiment flags" | Austin Clements | 2021-04-09 | 1 | -3/+4 |
| * | cmd/internal/objabi: clarify initialization of Experiments | Austin Clements | 2021-04-08 | 1 | -20/+21 |
| * | cmd/internal/objabi: make GOEXPERIMENT be a diff from default experiments | Austin Clements | 2021-04-08 | 3 | -41/+48 |
| * | cmd/compile,cmd/internal/objabi: abstract out object header string | Austin Clements | 2021-04-08 | 1 | -0/+9 |
| * | internal/goexperiment,cmd: consolidate GOEXPERIMENTs into a new package | Austin Clements | 2021-04-08 | 2 | -179/+132 |
| * | runtime: drop haveexperiment, sys.GOEXPERIMENT | Austin Clements | 2021-04-08 | 1 | -1/+0 |
| * | runtime: use funcID to identify abort in isAbortPC | Michael Anthony Knyszek | 2021-04-06 | 1 | -0/+2 |
| * | cmd/internal/objabi: remove StackPreempt | Austin Clements | 2021-04-05 | 1 | -4/+0 |
| * | runtime: fix uses of ABIInternal PCs in assembly | Austin Clements | 2021-04-01 | 1 | -3/+7 |
| * | runtime: replace reflectcall of defers with direct call | Austin Clements | 2021-03-31 | 1 | -0/+1 |
| * | cmd/compile, cmd/link: use weak reference in itab | Cherry Zhang | 2021-03-24 | 1 | -0/+1 |
| * | cmd/compile: wrap/desugar defer calls for register abi | Than McIntosh | 2021-03-23 | 1 | -1/+1 |
| * | cmd/internal/objabi,runtime: simplify sys.GOEXPERIMENT parsing | Austin Clements | 2021-03-18 | 1 | -1/+2 |
| * | cmd: move experiment flags into objabi.Experiment | Austin Clements | 2021-03-18 | 1 | -13/+15 |
| * | all: explode GOEXPERIMENT=regabi into 5 sub-experiments | Austin Clements | 2021-03-18 | 1 | -3/+62 |
| * | cmd/internal/objabi: support boolean GOEXPERIMENTs | Austin Clements | 2021-03-18 | 1 | -8/+20 |
| * | cmd/dist: build bootstrap without GOEXPERIMENT | Austin Clements | 2021-03-18 | 1 | -3/+6 |
| * | cmd/internal/objabi: centralize GOEXPERIMENT parsing | Austin Clements | 2021-03-18 | 2 | -25/+45 |
| * | cmd: move GOEXPERIMENT knob from make.bash to cmd/go | Matthew Dempsky | 2021-03-11 | 1 | -12/+13 |
| * | cmd/internal/objabi: use a separate bit to mark weak relocation | Cherry Zhang | 2021-03-05 | 2 | -62/+64 |
| * | runtime: enable framepointer on all arm64 | Russ Cox | 2021-02-19 | 1 | -1/+1 |
| * | cmd/asm, cmd/link, runtime: introduce FuncInfo flag bits | Russ Cox | 2021-02-19 | 1 | -1/+10 |
| * | runtime: clean up funcID assignment | Russ Cox | 2021-02-19 | 1 | -65/+48 |
| * | [dev.regabi] runtime, syscall, etc.: mark Darwin syscall wrappers as ABIInternal | Cherry Zhang | 2021-02-03 | 1 | -0/+2 |
| * | cmd/go: encode backslash and newline in response files | Jeremy Faller | 2020-12-10 | 2 | -0/+65 |
| * | cmd/dist: restore GOARM=7 default for android/arm | Elias Naur | 2020-11-25 | 1 | -2/+2 |
| * | cmd/internal/objabi: assume GOARM=7 on Android | Elias Naur | 2020-11-25 | 1 | -1/+6 |
| * | cmd/link: add relocation type R_AARCH64_LDST16_ABS_LO12_NC for arm64 | eric fang | 2020-11-25 | 2 | -23/+27 |
| * | cmd: remove Go115AMD64 | Cherry Zhang | 2020-11-02 | 1 | -8/+1 |
| * | cmd/cgo: add -trimpath flag allowing paths to be rewritten in outputs | Michael Matloob | 2020-10-31 | 1 | -11/+22 |
| * | cmd/internal/objabi, runtime: compact FUNCDATA indices | Cherry Zhang | 2020-10-30 | 1 | -3/+3 |
| * | cmd/compile: delete register maps, completely | Cherry Zhang | 2020-10-30 | 1 | -8/+1 |
| * | cmd/link,cmd/internal/obj/riscv: add TLS support for linux/riscv64 | Joel Sing | 2020-10-27 | 2 | -8/+18 |
| * | runtime,cmd/cgo: simplify C -> Go call path | Austin Clements | 2020-10-26 | 1 | -3/+3 |
| * | cmd/asm: allow def/ref of func ABI when compiling runtime | Than McIntosh | 2020-10-19 | 1 | -0/+22 |
| * | all: implement GO386=softfloat | Keith Randall | 2020-10-06 | 1 | -8/+1 |