summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2017-08-270.17.00.17.0Junegunn Choi
2017-08-27Make --expect additiveJunegunn Choi
2017-08-27Optimize rank comparison on x86 (little-endian)Junegunn Choi
2017-08-26Remove an unnecessary code branchJunegunn Choi
2017-08-26Minor refactoringsJunegunn Choi
2017-08-26Remove bound checkings in inner loopsJunegunn Choi
2017-08-20Ignore EvtReadNew if EvtReadFin is already setJunegunn Choi
2017-08-20Minor optimization of FuzzyMatchV2Junegunn Choi
2017-08-20Extract debug code from FuzzyMatchV2Junegunn Choi
2017-08-20Remove unused clear arguments of alloc16 and alloc32Junegunn Choi
2017-08-20Pass util.Chars by pointerJunegunn Choi
2017-08-20Remove redundant read event when --sync is usedJunegunn Choi
2017-08-19Delay slab allocationJunegunn Choi
2017-08-18Limit search scope of uppercase letterJunegunn Choi
2017-08-18Short-circuit ANSI processing if no ANSI codes are foundJunegunn Choi
2017-08-17Revert "Short-circuit ANSI processing if no ANSI codes are found"Junegunn Choi
2017-08-17Short-circuit ANSI processing if no ANSI codes are foundJunegunn Choi
2017-08-16Remove count field from ChunkListJunegunn Choi
2017-08-16Make Reader event notification asynchronousJunegunn Choi
2017-08-15Remove special nilItemJunegunn Choi
2017-08-12Update FuzzyMatchV1 to use skip optimization used in V2Junegunn 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-09Remove unnecessary SCP (Save Cursor Position)Junegunn Choi
2017-08-08Fix invalid cache lookupsJunegunn Choi
2017-08-020.16.110.16.11Junegunn Choi
2017-08-02Exit 2 instead of panic when failed to open /dev/ttyJunegunn Choi
2017-08-02Remove non-exclusive access to ChunkList fieldJunegunn Choi
2017-08-01Modify loop conditions in checkAscii functionJunegunn Choi
2017-08-01Do not use defer in performance-sensitive contextsJunegunn Choi
2017-08-01Inline function calls in a tight loopJunegunn Choi
2017-07-30Optimize exact match by applying the same trick for fuzzy matchJunegunn Choi
2017-07-30Optimize fuzzy search performance for ASCII stringsJunegunn Choi
2017-07-28Make deselect-all instantaneousJunegunn Choi
2017-07-28Update preview window when selection has changedJunegunn Choi
2017-07-210.16.100.16.10Junegunn Choi
2017-07-21Further reduce unnecessary rune array conversionJunegunn Choi
2017-07-21Fix regression: ANSI color in preview window not clearedJunegunn Choi
2017-07-210.16.90.16.9Junegunn Choi
2017-07-20Avoid unconditionally storsing input as runesJunegunn Choi
2017-07-19Improve preview window renderingJunegunn Choi
2017-07-19Optimize ANSI code scannerJunegunn Choi
2017-07-19Fix regression: output printed on alternate screenJunegunn Choi
2017-07-18Adjust --no-clear option for repetitive relaunchingJunegunn Choi
2017-07-18Consolidate Result and rank structsJunegunn Choi