summaryrefslogtreecommitdiffstats
path: root/src/pattern_test.go
AgeCommit message (Expand)Author
2016-10-04Use exact match by default for inverse search termJunegunn Choi
2016-09-18Revise ranking algorithmJunegunn Choi
2016-08-20No need to cache the result in filtering mode (--filter)Junegunn Choi
2016-08-20Remove Offset slice from Result structJunegunn Choi
2016-08-19Micro-optimizationsJunegunn Choi
2016-08-14[perf] Avoid allocating rune array for ascii stringJunegunn Choi
2016-04-16Enhanced ranking algorithmJunegunn Choi
2015-11-09Add OR operatorJunegunn Choi
2015-11-03Make --extended defaultJunegunn Choi
2015-09-12Fix #344 - Backward scan when `--tiebreak=end`Junegunn Choi
2015-09-12Make it possible to unquote the term in extended-exact modeJunegunn Choi
2015-08-10Fix --with-nth performance; avoid regex if possibleJunegunn Choi
2015-08-02Performance tuning - eager rune array conversionJunegunn Choi
2015-06-08Allow ^EqualMatch$Junegunn Choi
2015-04-21Update test caseJunegunn Choi
2015-04-17Improvements in performance and memory usageJunegunn Choi
2015-03-01Make --filter non-blocking when --no-sort (#132)Junegunn Choi
2015-01-12Reorganize source codeJunegunn Choi
2015-01-12LintJunegunn Choi
2015-01-11Fix Transform result cache to speed up subsequent searchesJunegunn Choi
2015-01-11Fix --with-nth option when query is non-emptyJunegunn Choi
2015-01-04Rewrite fzf in GoJunegunn Choi