Sat, 21 Jul 2018 20:27:53 +0900 |
Yuya Nishihara |
fileset: insert hints where status should be computed
|
Sat, 21 Jul 2018 17:19:12 +0900 |
Yuya Nishihara |
fileset: combine union of basic patterns into single matcher
|
Sat, 21 Jul 2018 17:13:34 +0900 |
Yuya Nishihara |
fileset: reorder 'or' expression by weight
|
Sat, 04 Aug 2018 17:08:33 +0900 |
Yuya Nishihara |
fileset: introduce weight constants for readability
|
Sat, 21 Jul 2018 16:49:01 +0900 |
Yuya Nishihara |
fileset: optimize 'x and not y' to 'x - y'
|
Sat, 21 Jul 2018 16:41:45 +0900 |
Yuya Nishihara |
fileset: reorder 'and' expression to evaluate basic patterns first
|
Sat, 21 Jul 2018 15:52:26 +0900 |
Yuya Nishihara |
fileset: add stub for weight-based optimization
|
Sat, 21 Jul 2018 16:16:44 +0900 |
Yuya Nishihara |
fileset: reject 'negate' node early while transforming parsed tree
|
Sat, 21 Jul 2018 16:13:30 +0900 |
Yuya Nishihara |
fileset: drop 'group' node from tree to be evaluated
|
Sat, 21 Jul 2018 16:11:36 +0900 |
Yuya Nishihara |
fileset: add phase to transform parsed tree
|
Sun, 22 Jul 2018 15:50:45 +0900 |
Yuya Nishihara |
fileset: extract language processing part to new module (API)
base
mercurial/fileset.py@3b1c401d2f8a
|