summaryrefslogtreecommitdiffstats
path: root/src/pattern.go
AgeCommit message (Expand)Author
2021-02-28Check gofmt in `make test`Junegunn Choi
2020-07-28Smart match of accented charactersJunegunn Choi
2018-12-19Inverse-only matches should not reorder the remaining resultsJunegunn Choi
2018-03-13Make fzf pass go vetRyan Boehning
2017-08-20Pass util.Chars by pointerJunegunn Choi
2017-08-15Remove special nilItemJunegunn Choi
2017-08-11Disallow escaping of meta characters except for spacesJunegunn Choi
2017-08-11Treat | as proper query when it can't be an OR operatorJunegunn Choi
2017-08-10Treat $ as proper search queryJunegunn Choi
2017-08-10Build cache key for a pattern only onceJunegunn Choi
2017-08-10Fix escaping of meta characters after ' or ! prefixJunegunn Choi
2017-08-09Allow escaping term starting with |Junegunn Choi
2017-08-09Allow escaping meta characters with backslashesJunegunn Choi
2017-08-08Fix invalid cache lookupsJunegunn Choi
2017-08-01Inline function calls in a tight loopJunegunn Choi
2017-07-20Avoid unconditionally storsing input as runesJunegunn Choi
2017-07-18Consolidate Result and rank structsJunegunn Choi
2017-07-16Reduce memory footprint of Item structJunegunn Choi
2017-07-16Refactor cache lookupJunegunn Choi
2017-07-16Remove pointer indirection by changing Chunk definitionJunegunn Choi
2017-06-02Fix inconsistent tiebreak scores when --nth is usedJunegunn Choi
2017-02-01Fix caching scheme when --exact is set and '-prefix is usedJunegunn Choi
2017-01-09Normalize pattern string before passing it to Algo functionJunegunn Choi
2017-01-09Add --normalize option to normalize latin script charactersJunegunn Choi
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