jj/lib/src
Yuya Nishihara 2d3fe7eee2 rewrite: replace use of "lift"ed function application with try_collect()
Also removed redundant borrow + clone.
2023-10-30 13:50:37 +09:00
..
lock perf: add several #[instrument]s 2023-07-28 09:28:01 -07:00
protos op_store: minimal change to load/store tracking state of remote branches 2023-10-16 23:21:05 +09:00
backend.rs backend: delete unused Phase enum 2023-10-29 12:02:40 -07:00
commit.rs templater: fast-path empty and conflict to not read trees 2023-09-26 18:18:52 -07:00
commit_builder.rs commit_builder: remove last traces of pre-MergedTree API 2023-08-29 07:01:52 -07:00
conflicts.rs merge: introduce a type alias for Merge<Option<TreeValue>> 2023-10-26 06:20:56 -07:00
content_hash.rs content_hash: make public 2023-09-18 07:53:19 -07:00
dag_walk.rs dag_walk: add topological sort that runs Kahn's algorithm with heap queue 2023-08-15 15:03:45 +09:00
default_index_store.rs backends: deduplicate definition of backend names 2023-10-14 06:38:35 -07:00
default_revset_engine.rs templater: fast-path empty and conflict to not read trees 2023-09-26 18:18:52 -07:00
default_revset_graph_iterator.rs revset_graph: remove unneeded Vec<IndexGraphEdge> cloning 2023-08-04 06:19:22 +09:00
default_submodule_store.rs backends: deduplicate definition of backend names 2023-10-14 06:38:35 -07:00
diff.rs refactor(jj-lib): remove nightly_shims gunk 2023-07-17 18:38:26 -05:00
file_util.rs docs: warn about missing docs for jj-lib crate 2023-07-10 18:28:59 +03:00
files.rs files: take Merge argument to merge() 2023-09-27 22:14:39 -07:00
fmt_util.rs settings: support human-readable byte sizes for max-new-file-size 2023-08-17 19:29:38 -07:00
fsmonitor.rs perf: add several #[instrument]s 2023-07-28 09:28:01 -07:00
git.rs git: simply call fetch() with one or more branch name filters 2023-10-25 03:58:48 +09:00
git_backend.rs backend: make read_conflict synchronous again 2023-10-28 16:45:40 -07:00
gitignore.rs Fix .gitignore handling of ignored directories 2023-08-22 22:08:32 -07:00
hex_util.rs docs: warn about missing docs for jj-lib crate 2023-07-10 18:28:59 +03:00
id_prefix.rs revset: resolve "@" symbol's workspace id earlier (while parsing) 2023-08-20 17:57:18 -07:00
index.rs docs: warn about missing docs for jj-lib crate 2023-07-10 18:28:59 +03:00
lib.rs str_util: extract StringPattern from revset module 2023-10-21 09:55:01 +09:00
local_backend.rs backend: make read_conflict synchronous again 2023-10-28 16:45:40 -07:00
local_working_copy.rs merged_tree: propagate backend errors in diff iterator 2023-10-26 06:20:56 -07:00
lock.rs docs: warn about missing docs for jj-lib crate 2023-07-10 18:28:59 +03:00
matchers.rs working_copy: traverse filesystem in parallel 2023-08-03 18:20:49 +00:00
merge.rs merge: introduce a type alias for Merge<Option<TreeValue>> 2023-10-26 06:20:56 -07:00
merged_tree.rs merged_tree: propagate backend errors in diff iterator 2023-10-26 06:20:56 -07:00
op_heads_store.rs op_heads_store: propagate errors from OpStore 2023-08-31 12:36:47 -07:00
op_store.rs git: on push, update jj's view of remote branches without using import_refs() 2023-10-17 15:06:03 +09:00
operation.rs Fix cargo +nightly clippy warnings 2023-07-28 22:19:52 -07:00
refs.rs refs: merge tracking state of remote branches 2023-10-24 07:13:58 +09:00
repo.rs repo: add merge methods per ref kind, remove RefName indirection 2023-10-24 09:45:01 +09:00
repo_path.rs repo_path: avoid repeated copying of PathBuf in to_fs_path() 2023-09-09 08:43:29 -07:00
revset.pest revset: add 0-ary "::" and ".." operators as short for "all()" and "~root()" 2023-09-05 10:40:04 +09:00
revset.rs view: add methods that filter local/remote branches by pattern 2023-10-22 04:07:49 +09:00
revset_graph.rs revsets: allow :: as synonym for : 2023-07-28 22:30:40 -07:00
rewrite.rs rewrite: replace use of "lift"ed function application with try_collect() 2023-10-30 13:50:37 +09:00
settings.rs cli: redefine default log revset using immutable_heads() 2023-10-01 11:15:30 -07:00
simple_op_heads_store.rs backends: deduplicate definition of backend names 2023-10-14 06:38:35 -07:00
simple_op_store.rs op_store: minimal change to load/store tracking state of remote branches 2023-10-16 23:21:05 +09:00
stacked_table.rs cleanup: replace x[n..n+l] by x[n..][..l] 2023-08-21 22:29:46 -07:00
store.rs backend: make read_conflict synchronous again 2023-10-28 16:45:40 -07:00
str_util.rs cli: parse "git fetch --branch" parameter as string pattern 2023-10-25 03:58:48 +09:00
submodule_store.rs docs: warn about missing docs for jj-lib crate 2023-07-10 18:28:59 +03:00
transaction.rs operation: propagate OpStoreError 2023-07-25 12:46:59 -05:00
tree.rs merge: introduce a type alias for Merge<Option<TreeValue>> 2023-10-26 06:20:56 -07:00
tree_builder.rs tree_builder: remove unnecessary has_overrides() method 2023-08-26 07:02:04 -07:00
view.rs cli: add string pattern support to "git push --branch" 2023-10-26 04:51:17 +09:00
working_copy.rs working copy: pass commit instead of tree into check_out() 2023-10-16 22:33:44 -07:00
workspace.rs workspace: make working-copy type customizable 2023-10-16 22:33:44 -07:00