| .. |
|
builtin
|
cmd/compile: print pointers to go:notinheap types without converting to unsafe.Pointer
|
2020-10-27 22:13:30 +00:00 |
|
testdata
|
cmd/compile: add test case for issue 38068
|
2020-05-29 20:31:43 +00:00 |
|
alg.go
|
cmd/compile: optimize generated struct/array equality code
|
2020-10-28 04:33:41 +00:00 |
|
algkind_string.go
|
cmd/compile: make AlgKind a stringer
|
2020-04-16 03:19:50 +00:00 |
|
align.go
|
cmd/compile: use type position for error message in align.go
|
2020-10-20 02:05:01 +00:00 |
|
bench_test.go
|
cmd/compile,cmd/internal/obj/ppc64: use mulli where possible
|
2020-10-06 19:40:46 +00:00 |
|
bexport.go
|
cmd/compile: remove deltaNewFile
|
2020-10-16 16:51:46 +00:00 |
|
bimport.go
|
cmd/compile: report more precise errors about untyped constants
|
2019-09-09 22:12:15 +00:00 |
|
bitset.go
|
cmd/compile: inline calls to local closures
|
2017-10-11 22:32:36 +00:00 |
|
bootstrap.go
|
cmd/compile: add mutex profiling support
|
2017-04-05 22:10:54 +00:00 |
|
builtin.go
|
cmd/compile: print pointers to go:notinheap types without converting to unsafe.Pointer
|
2020-10-27 22:13:30 +00:00 |
|
builtin_test.go
|
cmd/compile: mark a few more tests as parallel
|
2019-05-13 20:36:21 +00:00 |
|
bv.go
|
cmd/compile: use math/bits for bvec
|
2020-04-09 01:14:53 +00:00 |
|
class_string.go
|
cmd/compile: remove PDISCARD class
|
2019-10-13 01:47:43 +00:00 |
|
closure.go
|
cmd/compile: update comments only for Node types and some functions
|
2020-11-13 23:26:54 +00:00 |
|
const.go
|
cmd/compile: rename strlit, Bool, and Int64 *Node accessors
|
2020-10-14 08:00:39 +00:00 |
|
constFold_test.go
|
cmd/compile: use std "DO NOT EDIT" comment for generated files
|
2017-03-31 18:50:40 +00:00 |
|
dcl.go
|
cmd/compile: update comments only for Node types and some functions
|
2020-11-13 23:26:54 +00:00 |
|
dep_test.go
|
[dev.typeparams] cmd/compile: enable type-checking of generic code
|
2020-10-27 03:37:05 +00:00 |
|
dump.go
|
all: clean up code with token.IsExported
|
2019-04-16 14:43:48 +00:00 |
|
dwinl.go
|
cmd/compile: clean up buggy DWARF inlined info PC ranges
|
2020-11-17 21:53:08 +00:00 |
|
embed.go
|
cmd/compile: add //go:embed support
|
2020-10-23 00:29:10 +00:00 |
|
esc.go
|
cmd/compile: make gc debug flags collector a struct
|
2020-10-22 09:33:46 +00:00 |
|
escape.go
|
cmd/compile: make gc debug flags collector a struct
|
2020-10-22 09:33:46 +00:00 |
|
export.go
|
cmd/compile: make gc debug flags collector a struct
|
2020-10-22 09:33:46 +00:00 |
|
fixedbugs_test.go
|
cmd/compile: move Issue 16214 test, delete asm_test file
|
2018-04-16 11:51:56 +00:00 |
|
float_test.go
|
all: drop 387 support
|
2020-10-02 00:00:51 +00:00 |
|
fmt.go
|
cmd/compile: flag "-d=dumpptrs" to print Node ptrs in Dump output
|
2020-11-19 17:28:05 +00:00 |
|
gen.go
|
cmd/compile: remove tempname usages
|
2019-09-06 16:59:11 +00:00 |
|
global_test.go
|
cmd/compile: mark a few more tests as parallel
|
2019-05-13 20:36:21 +00:00 |
|
go.go
|
[dev.typeparams] merge master into dev.typeparams
|
2020-10-23 12:41:59 -04:00 |
|
gsubr.go
|
cmd/compile: make sure linkname'd symbol is non-package
|
2020-11-09 16:09:16 +00:00 |
|
iexport.go
|
cmd/compile: support inlining of type switches
|
2020-11-06 20:49:11 +00:00 |
|
iface_test.go
|
|
|
|
iimport.go
|
cmd/compile: support inlining of type switches
|
2020-11-06 20:49:11 +00:00 |
|
init.go
|
cmd/compile: call fninit earlier
|
2020-09-14 23:42:44 +00:00 |
|
initorder.go
|
cmd/compile: use Node.Right for OAS2* nodes (cleanup)
|
2019-09-28 05:04:49 +00:00 |
|
inl.go
|
cmd/compile: fix miscompilation during inlining
|
2020-11-18 22:24:21 +00:00 |
|
inl_test.go
|
runtime: make getMCache inlineable
|
2020-11-02 21:10:41 +00:00 |
|
lang_test.go
|
cmd/compile: correct check for valid -lang version
|
2018-11-13 00:08:32 +00:00 |
|
lex.go
|
cmd/compile: reject misplaced go:build comments
|
2020-10-13 01:16:45 +00:00 |
|
lex_test.go
|
all: fix incorrect channel and API usage in some unit tests
|
2020-02-27 19:04:17 +00:00 |
|
logic_test.go
|
|
|
|
main.go
|
[dev.typeparams] Merge branch 'master' into dev.typeparams
|
2020-11-19 17:01:31 -08:00 |
|
mapfile_mmap.go
|
cmd/compile: add indexed export format
|
2018-04-24 01:05:27 +00:00 |
|
mapfile_read.go
|
cmd/compile: add indexed export format
|
2018-04-24 01:05:27 +00:00 |
|
mkbuiltin.go
|
cmd/compile: factor out Pkg, Sym, and Type into package types
|
2017-04-07 03:04:00 +00:00 |
|
mpfloat.go
|
cmd/compile: resolve TODO of Mpflt.SetString
|
2019-10-30 04:55:05 +00:00 |
|
mpint.go
|
cmd/compile: don't report redundant error for invalid integer literals
|
2019-03-12 22:59:12 +00:00 |
|
noder.go
|
[dev.typeparams] cmd/compile: use existing findpkg algorithm when importing through types2
|
2020-11-11 01:11:43 +00:00 |
|
obj.go
|
cmd/compile: delete register maps, completely
|
2020-10-30 20:55:43 +00:00 |
|
op_string.go
|
cmd/compile: optimize make+copy pattern to avoid memclr
|
2020-05-07 17:50:24 +00:00 |
|
order.go
|
cmd/compile: remove go115makeslicecopy
|
2020-10-22 15:29:39 +00:00 |
|
pgen.go
|
cmd/internal/obj: move LSym.Func into LSym.Extra
|
2020-10-16 03:02:36 +00:00 |
|
pgen_test.go
|
cmd/compile: don't allow go:notinheap on the heap or stack
|
2020-08-25 01:46:05 +00:00 |
|
phi.go
|
all: update comment URLs from HTTP to HTTPS, where possible
|
2018-06-01 21:52:00 +00:00 |
|
plive.go
|
cmd/compile: delete register maps, completely
|
2020-10-30 20:55:43 +00:00 |
|
pprof.go
|
cmd/compile: add mutex profiling support
|
2017-04-05 22:10:54 +00:00 |
|
racewalk.go
|
cmd/compile: stop race instrumentation from clobbering frame pointer
|
2020-08-16 17:05:44 +00:00 |
|
range.go
|
cmd/compile: make gc debug flags collector a struct
|
2020-10-22 09:33:46 +00:00 |
|
reflect.go
|
cmd/compile: mark plugin-exported types as used in interface
|
2020-11-13 22:01:37 +00:00 |
|
reproduciblebuilds_test.go
|
cmd/compile: add test case for issue 38068
|
2020-05-29 20:31:43 +00:00 |
|
scc.go
|
cmd/compile: improve inlining and static analysis
|
2020-10-29 19:03:09 +00:00 |
|
scope.go
|
cmd/internal/obj: move LSym.Func into LSym.Extra
|
2020-10-16 03:02:36 +00:00 |
|
scope_test.go
|
cmd/compile: assign correct declaration line to DIE of captured vars
|
2020-02-24 20:00:38 +00:00 |
|
select.go
|
cmd/compile,runtime: skip zero'ing order array for select statements
|
2020-08-29 08:02:52 +00:00 |
|
shift_test.go
|
|
|
|
sinit.go
|
cmd/compile: remove isLiteral
|
2020-10-27 18:23:46 +00:00 |
|
sizeof_test.go
|
cmd/compile, cmd/link, runtime: make defers low-cost through inline code and extra funcdata
|
2019-10-24 13:54:11 +00:00 |
|
ssa.go
|
cmd/compile: improve atomic swap intrinsics on arm64
|
2020-11-05 23:21:33 +00:00 |
|
ssa_test.go
|
cmd/compile: move last compile tests to new test infrastructure
|
2018-08-24 22:59:12 +00:00 |
|
subr.go
|
cmd/compile, runtime: store pointers to go:notinheap types indirectly
|
2020-10-27 21:29:13 +00:00 |
|
swt.go
|
cmd/compile: make assignop/convertop reason a return param
|
2020-10-15 18:08:54 +00:00 |
|
syntax.go
|
cmd/compile: update comments only for Node types and some functions
|
2020-11-13 23:26:54 +00:00 |
|
timings.go
|
|
|
|
trace.go
|
|
|
|
truncconst_test.go
|
cmd/compile: diagnose constant division by complex zero
|
2017-04-12 17:29:28 +00:00 |
|
typecheck.go
|
cmd/compile: fix panic in field tracking logic
|
2020-11-18 22:12:57 +00:00 |
|
types.go
|
cmd/compile: remove vestigial TDDDFIELD
|
2019-09-09 23:17:01 +00:00 |
|
types_acc.go
|
cmd/compile: factor out Pkg, Sym, and Type into package types
|
2017-04-07 03:04:00 +00:00 |
|
universe.go
|
cmd/compile: rename types.IdealFoo to types.UntypedFoo
|
2020-10-08 18:56:11 +00:00 |
|
unsafe.go
|
cmd/compile: bulk rename
|
2018-11-19 00:02:53 +00:00 |
|
util.go
|
cmd/compile: add mutex profiling support
|
2017-04-05 22:10:54 +00:00 |
|
walk.go
|
cmd/compile: fix panic in field tracking logic
|
2020-11-18 22:12:57 +00:00 |
|
zerorange_test.go
|
cmd/compile: add an explicit test for compile of arch.ZeroRange
|
2019-10-02 17:24:11 +00:00 |