summaryrefslogtreecommitdiffstats
path: root/src/pattern.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-14LintJunegunn Choi
2016-08-14[perf] Avoid allocating rune array for ascii stringJunegunn Choi
2016-04-24Fix incorrect cache reference in --exact mode (#547)Junegunn Choi
2016-04-16Enhanced ranking algorithmJunegunn Choi
2016-01-14Simplify Item structureJunegunn Choi
2016-01-13Accept comma-separated list of sort criteriaJunegunn Choi
2015-11-10Fix compatibility issues with OR operator and inverse termsJunegunn Choi
2015-11-09Add OR operatorJunegunn Choi
2015-11-03Make --extended defaultJunegunn Choi
2015-10-02Use trimmed length when --nth is used with --tiebreak=lengthJunegunn 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-21Smart-case for each term in extended-search modeJunegunn Choi
2015-04-17Improvements in performance and memory usageJunegunn Choi
2015-04-14Fix Unicode case handling (#186)Junegunn Choi
2015-03-31Implement --toggle-sort option (#173)Junegunn Choi
2015-03-19Add support for ANSI color codesJunegunn 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 race conditionsJunegunn Choi
2015-01-11Improve prefix/suffix cache lookupJunegunn Choi
2015-01-11Remove unnecessary loop labelJunegunn 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-09Reduce memory footprintJunegunn Choi
2015-01-05Do not sort terms when building cache keyJunegunn Choi
2015-01-04Rewrite fzf in GoJunegunn Choi