| .. |
|
builtin
|
cmd/compile: shrink specialized convT2x call sites
|
2018-11-06 00:02:14 +00:00 |
|
testdata
|
cmd/compile: use proved bounds to remove signed division fix-ups
|
2018-10-23 02:29:44 +00:00 |
|
alg.go
|
cmd/compile: remove obsolete "safe" mode
|
2018-10-17 19:00:37 +00:00 |
|
align.go
|
cmd/compile: better documentation around checkwidth
|
2018-10-31 04:30:10 +00:00 |
|
bexport.go
|
cmd/compile: merge TPTR32 and TPTR64 as TPTR
|
2018-10-04 04:08:08 +00:00 |
|
bimport.go
|
cmd/compile/internal/gc: remove binary package export format
|
2018-10-03 19:24:17 +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: shrink specialized convT2x call sites
|
2018-11-06 00:02:14 +00:00 |
|
builtin_test.go
|
all: use testing.GoToolPath instead of "go"
|
2016-08-30 22:49:11 +00:00 |
|
bv.go
|
cmd/compile/internal/gc: various minor cleanups
|
2018-08-20 13:27:53 +00:00 |
|
class_string.go
|
cmd: re-generate all stringer files
|
2018-03-10 21:20:50 +00:00 |
|
closure.go
|
all: use "reports whether" consistently in the few places that didn't
|
2018-11-02 22:47:58 +00:00 |
|
const.go
|
cmd/compile: extract gc.eqtype as types.Identical
|
2018-10-18 23:44: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/internal/gc: more direct noder.nod implementation (cleanup)
|
2018-10-31 19:29:56 +00:00 |
|
dump.go
|
cmd/compile/internal/gc: add alternative node dumper for debugging
|
2018-10-01 21:53:00 +00:00 |
|
dwinl.go
|
cmd/compile/internal/gc: don't print "internal error" twice
|
2018-11-03 18:16:58 +00:00 |
|
esc.go
|
cmd/compile/internal/gc: represent labels as bare Syms
|
2018-10-27 07:32:06 +00:00 |
|
export.go
|
cmd/compile: extract gc.eqtype as types.Identical
|
2018-10-18 23:44:39 +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
|
cmd/compile: skip float32 constant folding test on 387 builder
|
2018-09-14 12:39:54 +00:00 |
|
fmt.go
|
cmd/compile: improve typechecking of OSLICEHEADER nodes
|
2018-11-10 07:18:20 +00:00 |
|
gen.go
|
cmd/compile: merge tempnamel into tempAt
|
2017-08-28 22:46:30 +00:00 |
|
global_test.go
|
all: use testing.GoToolPath instead of "go"
|
2016-08-30 22:49:11 +00:00 |
|
go.go
|
cmd/compile/internal/gc: remove isforw predicate table (cleanup)
|
2018-11-03 19:56:55 +00:00 |
|
gsubr.go
|
cmd/compile: avoid duplicate GC bitmap symbols
|
2018-11-03 15:12:34 +00:00 |
|
iexport.go
|
cmd/compile/internal/gc: don't print "internal error" twice
|
2018-11-03 18:16:58 +00:00 |
|
iface_test.go
|
cmd/compile: inline convT2{I,E} when result doesn't escape
|
2016-09-19 02:37:08 +00:00 |
|
iimport.go
|
cmd/compile/internal/gc: remove toolstash hacks
|
2018-10-27 07:43:47 +00:00 |
|
init.go
|
cmd/compile: cleaner solution for importing init functions
|
2018-04-26 23:21:28 +00:00 |
|
inl.go
|
cmd/compile: encourage inlining of functions with single-call bodies
|
2018-11-08 17:29:23 +00:00 |
|
inl_test.go
|
runtime: reduce linear search through pcvalue cache
|
2018-11-09 16:06:56 +00:00 |
|
lang_test.go
|
cmd/compile: add -lang flag to specify language version
|
2018-10-30 04:39:53 +00:00 |
|
lex.go
|
cmd/compile/internal/gc: update cgo_import_dynamic for AIX
|
2018-11-06 13:52:48 +00:00 |
|
lex_test.go
|
cmd/compile/internal/gc: update cgo_import_dynamic for AIX
|
2018-11-06 13:52:48 +00:00 |
|
logic_test.go
|
cmd/compile: add tests for logical simplification rewrite rules
|
2016-05-26 22:16:52 +00:00 |
|
main.go
|
cmd/compile: reintroduce work-around for cyclic alias declarations
|
2018-11-05 20:30:19 +00: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/internal/gc: better names for (b|c|f)conf (cleanup)
|
2018-09-20 00:07:22 +00:00 |
|
mpint.go
|
cmd/compile/internal/gc: better names for (b|c|f)conf (cleanup)
|
2018-09-20 00:07:22 +00:00 |
|
noder.go
|
cmd/compile/internal/gc: more direct noder.nod implementation (cleanup)
|
2018-10-31 19:29:56 +00:00 |
|
norace.go
|
cmd/compile: randomize compilation order when race-enabled
|
2017-04-27 19:27:22 +00:00 |
|
obj.go
|
cmd/internal/obj: don't dedup symbols in WriteObjFile
|
2018-11-03 15:12:58 +00:00 |
|
op_string.go
|
cmd/compile: re-run stringer
|
2018-11-10 16:04:18 +00:00 |
|
order.go
|
cmd/compile: avoid appends and allocate full slice length in copyRet
|
2018-10-23 16:59:25 +00:00 |
|
pgen.go
|
cmd/compile: expand large stack frame error messages
|
2018-10-28 17:59:25 +00:00 |
|
pgen_test.go
|
cmd/compile: merge TPTR32 and TPTR64 as TPTR
|
2018-10-04 04:08:08 +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/internal/gc: don't print "internal error" twice
|
2018-11-03 18:16:58 +00:00 |
|
pprof.go
|
cmd/compile: add mutex profiling support
|
2017-04-05 22:10:54 +00:00 |
|
race.go
|
cmd/compile: randomize compilation order when race-enabled
|
2017-04-27 19:27:22 +00:00 |
|
racewalk.go
|
runtime/internal/math: add multiplication with overflow check
|
2018-10-15 17:58:06 +00:00 |
|
range.go
|
cmd/compile: remove pointer arithmetic
|
2018-10-04 04:07:53 +00:00 |
|
reflect.go
|
cmd/compile: encapsulate and document two types.Type internal fields
|
2018-11-05 20:30:14 +00:00 |
|
reproduciblebuilds_test.go
|
cmd/compile: add a test for reproducible build with anonymous interfaces
|
2018-08-28 19:23:26 +00:00 |
|
scope.go
|
cmd/compile/internal/gc: various cleanups
|
2018-03-24 19:44:18 +00:00 |
|
scope_test.go
|
cmd/compile/internal/gc: various minor cleanups
|
2018-08-20 13:27:53 +00:00 |
|
select.go
|
cmd/compile: add convnop helper function
|
2018-08-23 06:10:48 +00:00 |
|
shift_test.go
|
cmd/compile: test non-constant shifts
|
2016-06-01 00:06:00 +00:00 |
|
sinit.go
|
cmd/compile: extract gc.eqtype as types.Identical
|
2018-10-18 23:44:39 +00:00 |
|
sizeof_test.go
|
cmd/compile: extract inline related fields into separate Inline type
|
2018-04-05 05:12:36 +00:00 |
|
ssa.go
|
cmd/compile: avoid duplicate GC bitmap symbols
|
2018-11-03 15:12:34 +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: disallow converting string to notinheap slice
|
2018-11-02 19:53:59 +00:00 |
|
swt.go
|
cmd/compile/internal/gc: represent labels as bare Syms
|
2018-10-27 07:32:06 +00:00 |
|
swt_test.go
|
cmd/compile: reduce reliance on implementation details of Mpint
|
2017-04-07 17:08:34 +00:00 |
|
syntax.go
|
all: use "reports whether" consistently in the few places that didn't
|
2018-11-02 22:47:58 +00:00 |
|
timings.go
|
cmd/compile: add compiler phase timing
|
2016-08-17 17:27:04 +00:00 |
|
trace.go
|
cmd/compile/internal/gc: add runtime/trace support
|
2016-10-12 13:57:26 +00:00 |
|
truncconst_test.go
|
cmd/compile: diagnose constant division by complex zero
|
2017-04-12 17:29:28 +00:00 |
|
typecheck.go
|
cmd/compile: improve typechecking of OSLICEHEADER nodes
|
2018-11-10 07:18:20 +00:00 |
|
types.go
|
cmd/compile: merge TPTR32 and TPTR64 as TPTR
|
2018-10-04 04:08:08 +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/internal/gc: remove isforw predicate table (cleanup)
|
2018-11-03 19:56:55 +00:00 |
|
unsafe.go
|
cmd/compile: silence unnecessary unsafe error
|
2017-10-24 02:28:02 +00:00 |
|
util.go
|
cmd/compile: add mutex profiling support
|
2017-04-05 22:10:54 +00:00 |
|
walk.go
|
cmd/compile: simplify walk OCONVIFACE
|
2018-11-10 13:39:01 +00:00 |