Issues
- 0
Fix redundant sprintf false positive
#202 opened by quasilyte - 1
- 1
- 0
- 0
Add strings.Split rules
#197 opened by quasilyte - 0
- 1
Add sliceLit rule
#186 opened by quasilyte - 0
Recognize dull strconv atoi
#182 opened by quasilyte - 0
Suggest chans of empty structs instead of bools
#180 opened by quasilyte - 0
Implement local devirtualization
#179 opened by quasilyte - 0
Suggest Time.Sub instead of time.Now+time.Since
#178 opened by quasilyte - 0
- 2
Suggest strings.Contains instead of strings.ContainsAny for search of 1 char
#170 opened by quasilyte - 0
Suggest AppendByteOrder when (if) its available
#176 opened by quasilyte - 0
Fmt optimizations
#175 opened by quasilyte - 1
Suggest strings.Clone
#169 opened by quasilyte - 0
Detect append($_, string($x)...) where $x is []byte
#160 opened by quasilyte - 0
reflect: replace x.Type().Kind() to x.Kind()
#163 opened by quasilyte - 0
- 0
Optimize `math/big` expressions
#121 opened by quasilyte - 0
Combine init into literal
#129 opened by quasilyte - 0
Opt rule, o2 level: math rewrite rules
#136 opened by quasilyte - 0
- 0
- 0
Find unbuffered read/write to files
#157 opened by quasilyte - 0
- 0
Suggest passing maps (and chans?) by value
#141 opened by quasilyte - 0
Suggest RLock+RUnlock for small readonly sections
#142 opened by quasilyte - 0
Suggest sync.Mutex instead of sync.RWMutex
#143 opened by quasilyte - 0
Suggest critical section shrinking
#144 opened by quasilyte - 0
- 0
- 0
condReorder: cross-&& moves of calls
#159 opened by quasilyte - 0
Use const string LUT instead of byte arrays
#167 opened by quasilyte - 0
- 0
- 0
Track readonly unexported global variables values
#168 opened by quasilyte - 0
Explore rewrites that may remove bound checks
#165 opened by quasilyte - 0
Figure out how to detect bound checks in the code
#166 opened by quasilyte - 0
Investigate more slice copy patterns
#164 opened by quasilyte - 0
arrayCopy: recognize `copy(ret[:], b[:Size256])`
#162 opened by quasilyte - 0
- 0
Compare and analyze more string<->bytes cases
#158 opened by quasilyte - 0
- 0
- 0
Add extra suggestions mode
#151 opened by quasilyte - 0
- 0
- 0
- 0