jj/lib
Yuya Nishihara 0bfdbcaa1e revset: don't rewrite '~set & filter' as difference
Since filter is slow in general, its input set should be minimized. This has
measurable impact on artificial query like '~(v0.4.0..) & author(_)'. If it
were evaluated as a difference of sets, all commits would have to be loaded.
2023-04-04 15:21:21 +09:00
..
benches
gen-protos
src revset: don't rewrite '~set & filter' as difference 2023-04-04 15:21:21 +09:00
tests revset: split RevsetError into RevsetResolution/EvaluationError 2023-04-03 10:55:03 +09:00
testutils cargo: bump git2 from 0.16.1 to 0.17.0 2023-04-03 09:24:05 -07:00
build.rs
Cargo.toml cargo: bump pest_derive from 2.5.6 to 2.5.7 2023-04-03 09:29:53 -07:00