jj/lib/src
Martin von Zweigbergk 1f68de64d4 debug: upgrade Drop implementations to non-debug assert!
I think these remaining implementations of `Drop` are for types that
are infrequently dropped (unlike `Transaction`), so it be fine to be
more strict about them.
2021-12-01 10:32:11 -08:00
..
backend.rs backend: make Vec inside CommitId non-public 2021-11-19 23:19:00 -08:00
commit.rs backend: remove unused Commit::is_pruned (#32) 2021-10-06 23:53:15 -07:00
commit_builder.rs backend: make Vec inside CommitId non-public 2021-11-19 23:19:00 -08:00
conflicts.rs cleanup: fix formatting regression 2021-11-14 12:46:38 -08:00
dag_walk.rs cleanup: let Clippy fix a bunch of warnings 2021-06-14 00:27:31 -07:00
diff.rs diff: compact adjacent unchanged regions also when using for_tokenizer() 2021-10-10 00:00:06 -07:00
file_util.rs working_copy: consider it an error if temp file cannot be renamed to target 2021-06-16 10:52:55 -07:00
files.rs files: implement Debug for MergeResult, display byte vector as string 2021-11-07 15:17:51 -08:00
git.rs git: don't import refs/remotes/origin/HEAD as a branch called "HEAD" 2021-12-01 08:15:36 -08:00
git_backend.rs backend: make Vec inside CommitId non-public 2021-11-19 23:19:00 -08:00
gitignore.rs cleanup: let Clippy fix a bunch of warnings 2021-06-14 00:27:31 -07:00
index.rs backend: make Vec inside CommitId non-public 2021-11-19 23:19:00 -08:00
index_store.rs index: transparently reindex if the index is corrupt 2021-10-17 09:13:31 -07:00
lib.rs workspace: introduce Workspace type 2021-11-25 21:04:56 -08:00
local_backend.rs backend: make Vec inside CommitId non-public 2021-11-19 23:19:00 -08:00
lock.rs cargo: upgrade to backoff 0.3 2021-12-01 08:13:20 -08:00
matchers.rs cleanup: let Clippy fix a bunch of warnings 2021-06-14 00:27:31 -07:00
op_heads_store.rs op_store: make Vec inside ViewId and OperationId non-public 2021-11-19 23:19:13 -08:00
op_store.rs op_store: make Vec inside ViewId and OperationId non-public 2021-11-19 23:19:13 -08:00
operation.rs store: rename Store to Backend and StoreWrapper to Store 2021-09-12 12:02:10 -07:00
protos.rs protobuf: generate code at build-time 2020-12-24 01:05:17 -08:00
refs.rs store: rename Store to Backend and StoreWrapper to Store 2021-09-12 12:02:10 -07:00
repo.rs cli: don't commit no-op transaction 2021-12-01 09:51:20 -08:00
repo_path.rs cleanup: let Clippy fix a bunch of warnings 2021-06-14 00:27:31 -07:00
revset.pest revsets: allow underscore in identifiers 2021-11-07 07:55:52 -08:00
revset.rs backend: make Vec inside CommitId non-public 2021-11-19 23:19:00 -08:00
revset_graph_iterator.rs revset graph: fix formatting I missed in recent commit 2021-10-23 20:53:41 -07:00
rewrite.rs backend: make Vec inside CommitId non-public 2021-11-19 23:19:00 -08:00
settings.rs cleanup: fix issues found by latest rustc and clippy 2021-09-29 10:12:38 -07:00
simple_op_store.rs op_store: make Vec inside ViewId and OperationId non-public 2021-11-19 23:19:13 -08:00
stacked_table.rs cleanup: replace some as_slice() by & 2021-11-10 10:55:58 -08:00
store.rs backend: make Vec inside CommitId non-public 2021-11-19 23:19:00 -08:00
testutils.rs workspace: add functions for initializing a repo 2021-11-25 21:07:28 -08:00
transaction.rs debug: upgrade Drop implementations to non-debug assert! 2021-12-01 10:32:11 -08:00
tree.rs trees: pass a matcher to the entry iterator 2021-11-14 22:00:46 -08:00
tree_builder.rs tree_builder: rename repo() to more accurate store() 2021-11-07 15:17:51 -08:00
view.rs cli: don't commit no-op transaction 2021-12-01 09:51:20 -08:00
working_copy.rs debug: upgrade Drop implementations to non-debug assert! 2021-12-01 10:32:11 -08:00
workspace.rs workspace: move initialization of WorkingCopy from ReadonlyRepo 2021-11-25 21:14:24 -08:00