| Age | Commit message (Expand) | Author |
| 2024-09-04 | cmd: use 20 bytes hash when possible | Cuong Manh Le |
| 2024-09-04 | cmd: do not use notsha256 | Cuong Manh Le |
| 2024-09-04 | cmd/internal/obj: drop NOFRAME TODO | Michael Pratt |
| 2024-09-03 | cmd: replace many sort.Interface with slices.Sort and SortFunc | Zxilly |
| 2024-08-23 | cmd/internal/obj/loong64: add support for instructions BSTRPICK.{W/D} and BST... | Xiaolin Zhao |
| 2024-08-20 | src: fix typos | Alexander Cyon |
| 2024-08-15 | cmd/internal/obj/loong64: add testcases for assembler | limeidan |
| 2024-08-14 | cmd/internal/obj/arm64: Emit UDF instruction for undefined Prog nodes | Sebastian Nickolls |
| 2024-08-13 | cmd/link, runtime: support library mode on wasip1 | Cherry Mui |
| 2024-08-12 | cmd/internal/obj/wasm: handle stack unwinding in wasmexport | Cherry Mui |
| 2024-08-09 | cmd/compile: add basic wasmexport support | Cherry Mui |
| 2024-08-06 | cmd/internal/obj: minor refactor of wasmimport code | Cherry Mui |
| 2024-08-03 | cmd/internal/obj/loong64: add FLDX,FSTX,LDX.STX instructions support | Guoqi Chen |
| 2024-08-03 | cmd/internal/obj/loong64: add support for instructions FTINT{RM/RP/RZ/RNE}.{W... | Xiaolin Zhao |
| 2024-08-03 | cmd/internal/obj/loong64: add support for instructions FFINT.{S/D}.{W/L} and ... | Xiaolin Zhao |
| 2024-08-03 | cmd/internal/obj/loong64: add support for instructions FCOPYSIGN.{S/D} and FC... | Xiaolin Zhao |
| 2024-08-02 | cmd/internal/obj/loong64: adjust the order of class names | limeidan |
| 2024-08-02 | cmd/internal/obj/loong64: add support for instructions F{MAX/NIN}.{S/D} | Xiaolin Zhao |
| 2024-08-02 | cmd/internal/obj/loong64: add support for MOV{GR2FCSR/FCSR2GR/FR2CF/CF2FR} in... | Xiaolin Zhao |
| 2024-08-01 | cmd/internal/obj/loong64: remove Class C_LEXT and C_SEXT | limeidan |
| 2024-08-01 | cmd/internal/obj/loong64: optimize the code logic of jump instructions | limeidan |
| 2024-08-01 | cmd/internal/obj/loong64: merge two branch classes into one | limeidan |
| 2024-08-01 | cmd/internal/obj/loong64: reclassify three-register operation instructions an... | limeidan |
| 2024-07-31 | cmd/internal/obj/loong64: optimize instruction implementation | limeidan |
| 2024-07-31 | cmd/internal/obj/loong64: remove case 17 in func asmout | limeidan |
| 2024-07-31 | cmd/internal/obj/loong64: rename Class to represent the external symbol address | limeidan |
| 2024-07-30 | cmd/internal/obj/loong64, cmd/asm: remove useless instructions | limeidan |
| 2024-07-30 | cmd/internal/obj/loong64: remove unuseless functions | limeidan |
| 2024-07-30 | cmd/internal/obj/loong64: fixed operand assignment error for BFPT/BFPF instru... | limeidan |
| 2024-07-30 | cmd/internal/obj: add stmt prologueEnd to DWARF for loong64 | limeidan |
| 2024-07-30 | cmd/internal/obj/loong64: return an error when getting address of tls variable | limeidan |
| 2024-07-29 | cmd/internal/obj/loong64, cmd/asm: remove invalid optab items | limeidan |
| 2024-07-29 | cmd/asm: change register type for loong64 floating-point | Xiaolin Zhao |
| 2024-07-27 | cmd/internal/obj/loong64: add CPUCFG instructions support | Guoqi Chen |
| 2024-07-24 | cmd/internal/obj/arm64: support MSR DIT | Roland Shoemaker |
| 2024-06-25 | cmd/internal/obj/arm64: fix return with register | Joel Sing |
| 2024-06-24 | cmd/internal/obj/arm64: Enable arm64 assembler tests for cross-compiler builds | Sebastian Nickolls |
| 2024-05-22 | all: convert PPC64 CMPx ...,R0,... to CMPx Rx,$0 | Paul E. Murphy |
| 2024-05-22 | cmd/internal/obj/loong64: add atomic memory access instructions support | Guoqi Chen |
| 2024-05-15 | cmd/link: disallow pull-only linknames | Cherry Mui |
| 2024-05-15 | cmd/compile, cmd/internal: fine-grained fiddling with loop alignment | David Chase |
| 2024-05-15 | cmd/internal/obj/x86: make SEH symbols content-addressable | Cherry Mui |
| 2024-05-15 | cmd/internal/obj: print symbol index at -S=3 | Cherry Mui |
| 2024-05-15 | cmd/compile,cmd/asm: on PPC64, generate compares against constant 0 | Paul E. Murphy |
| 2024-05-13 | cmd/internal/obj/loong64: improve the definition of plan9 assembly format in ... | Guoqi Chen |
| 2024-05-10 | cmd/compile, cmd/link: disallow linkname of some newly added internal functions | Cherry Mui |
| 2024-04-24 | cmd/internal/obj/ppc64: fix incorrect int to int64 conversion when checking M... | Paul E. Murphy |
| 2024-04-16 | cmd,crypto/elliptic: fix typos in comments | apocelipes |
| 2024-04-15 | cmd/internal/obj/loong64: recheck jump offset boundary after auto-aligning lo... | Guoqi Chen |
| 2024-04-07 | cmd/internal/obj/riscv: check immediate for rotation instructions | Joel Sing |