jj/lib/src
2023-08-01 06:31:52 +00:00
..
lock perf: add several #[instrument]s 2023-07-28 09:28:01 -07:00
protos simple_op_store: add deserialization support of new Conflict-based RefTarget 2023-07-27 15:32:48 +09:00
backend.rs op_store: make ViewId and OperationId implement ObjectId 2023-07-26 14:17:21 -07:00
commit.rs Fix cargo +nightly clippy warnings 2023-07-28 22:19:52 -07:00
commit_builder.rs backend: learn to store tree-level conflicts 2023-07-19 22:04:16 -07:00
conflicts.rs backend: learn to store tree-level conflicts 2023-07-19 22:04:16 -07:00
content_hash.rs style: do not dereference self to perform pattern-matching 2023-01-14 19:28:24 +01:00
dag_walk.rs cleanup: use let-else now that we're on Rust 1.65+ 2023-07-18 09:50:22 +01:00
default_index_store.rs revsets: allow :: as synonym for : 2023-07-28 22:30:40 -07:00
default_revset_engine.rs revsets: allow :: as synonym for : 2023-07-28 22:30:40 -07:00
default_revset_graph_iterator.rs revset_graph: preserve original parents order 2023-07-29 05:36:09 +09:00
default_submodule_store.rs docs: warn about missing docs for jj-lib crate 2023-07-10 18:28:59 +03: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 docs: warn about missing docs for jj-lib crate 2023-07-10 18:28:59 +03:00
fsmonitor.rs perf: add several #[instrument]s 2023-07-28 09:28:01 -07:00
git.rs refs: rename RefTarget::is_conflict() to has_conflict() 2023-07-23 22:25:57 +09:00
git_backend.rs backend: learn to store tree-level conflicts 2023-07-19 22:04:16 -07:00
gitignore.rs docs: warn about missing docs for jj-lib crate 2023-07-10 18:28:59 +03:00
hex_util.rs docs: warn about missing docs for jj-lib crate 2023-07-10 18:28:59 +03:00
id_prefix.rs docs: warn about missing docs for jj-lib crate 2023-07-10 18:28:59 +03:00
index.rs docs: warn about missing docs for jj-lib crate 2023-07-10 18:28:59 +03:00
lib.rs revset: extract graph-related types to separate module 2023-07-25 01:45:37 +09:00
local_backend.rs backend: learn to store tree-level conflicts 2023-07-19 22:04:16 -07:00
lock.rs docs: warn about missing docs for jj-lib crate 2023-07-10 18:28:59 +03:00
matchers.rs perf: add several #[instrument]s 2023-07-28 09:28:01 -07:00
merge.rs docs: warn about missing docs for jj-lib crate 2023-07-10 18:28:59 +03:00
merged_tree.rs cli: use MergedTree for finding conflicts 2023-07-19 22:04:16 -07:00
op_heads_store.rs operation: propagate OpStoreError 2023-07-25 12:46:59 -05:00
op_store.rs simple_op_store: serialize RefTarget in new format (breaks downgrades) 2023-07-27 15:32:48 +09:00
operation.rs Fix cargo +nightly clippy warnings 2023-07-28 22:19:52 -07:00
refs.rs simple_op_store: serialize RefTarget in new format (breaks downgrades) 2023-07-27 15:32:48 +09:00
repo.rs perf: add several #[instrument]s 2023-07-28 09:28:01 -07:00
repo_path.rs docs: warn about missing docs for jj-lib crate 2023-07-10 18:28:59 +03:00
revset.pest revsets: allow :: as synonym for : 2023-07-28 22:30:40 -07:00
revset.rs revsets: allow :: as synonym for : 2023-07-28 22:30:40 -07:00
revset_graph.rs revsets: allow :: as synonym for : 2023-07-28 22:30:40 -07:00
rewrite.rs perf: add #[instrument] to all cmd_* functions 2023-07-28 09:28:01 -07:00
settings.rs docs: warn about missing docs for jj-lib crate 2023-07-10 18:28:59 +03:00
simple_op_heads_store.rs op_store: make ViewId and OperationId implement ObjectId 2023-07-26 14:17:21 -07:00
simple_op_store.rs simple_op_store: serialize RefTarget in new format (breaks downgrades) 2023-07-27 15:32:48 +09:00
stacked_table.rs docs: warn about missing docs for jj-lib crate 2023-07-10 18:28:59 +03:00
store.rs docs: warn about missing docs for jj-lib crate 2023-07-10 18:28:59 +03: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 perf: add #[instrument] to all cmd_* functions 2023-07-28 09:28:01 -07:00
tree_builder.rs tree_builder: leverage BTreeMap::pop_last() now that we're on Rust 1.66+ 2023-07-20 06:14:28 -07:00
view.rs view: return RefTarget by reference, clone() by caller 2023-07-19 08:27:42 +09:00
working_copy.rs working_copy: move a duplicate statement out of match block 2023-08-01 06:31:52 +00:00
workspace.rs perf: add #[instrument] to all cmd_* functions 2023-07-28 09:28:01 -07:00