summaryrefslogtreecommitdiffstats
path: root/src/pattern_test.go
AgeCommit message (Expand)Author
2021-02-28Check gofmt in `make test`Junegunn Choi
2020-03-01Fix prefix/suffix/equal matcher to trim whitespacesJunegunn 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-11Treat | as proper query when it can't be an OR operatorJunegunn Choi
2017-08-10Treat $ as proper search queryJunegunn Choi
2017-08-09Allow escaping meta characters with backslashesJunegunn Choi
2017-08-08Fix invalid cache lookupsJunegunn Choi
2017-07-21Further reduce unnecessary rune array conversionJunegunn Choi
2017-07-20Avoid unconditionally storsing input as runesJunegunn Choi
2017-07-16Reduce memory footprint of Item structJunegunn Choi
2017-07-16Remove pointer indirection by changing Chunk definitionJunegunn 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-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