jj/lib/src
2025-05-18 02:45:43 +00:00
..
config git: write change-id header by default 2025-05-08 23:05:38 +00:00
default_index cleanup: fixup to 920debc, delete now-irrelevant comment 2025-05-09 20:13:10 +00:00
lock lib: internalize testutils::new_temp_dir() for unit tests 2025-02-20 13:01:30 +00:00
protos cargo: update prost to 0.13.5 2025-04-08 01:02:25 +00:00
absorb.rs annotate: reorganize functions as restartable process 2025-04-21 12:38:38 +00:00
annotate.rs annotate: reorganize functions as restartable process 2025-04-21 12:38:38 +00:00
backend.rs cleanup: enable unused_trait_names clippy lint and run clippy --fix 2025-03-16 00:35:56 +00:00
commit.rs commit: Make Commit::store_commit return &Arc<backend::Commit> 2025-04-02 14:46:20 +00:00
commit_builder.rs cli, lib: update MutRepo references in comments to MutableRepo 2025-05-14 08:41:20 +00:00
config.rs cli: add "$schema" line when creating new config file 2025-05-04 17:14:10 +00:00
config_resolver.rs tests: run insta --force-update-snapshots 2025-03-06 21:35:08 +00:00
conflicts.rs merge: add and use a function for mapping async functions concurrently 2025-04-20 06:44:00 +00:00
content_hash.rs content_hash: forward String::hash() to str 2025-03-26 11:07:06 +00:00
copies.rs copies: ignore existing tree when testing copy/rename operation type 2025-04-22 00:44:13 +00:00
dag_walk.rs clippy: replace allow directives with expect or delete them when possible 2025-03-06 07:24:28 +00:00
default_submodule_store.rs clippy: replace allow directives with expect or delete them when possible 2025-03-06 07:24:28 +00:00
diff.rs cleanup: enable unused_trait_names clippy lint and run clippy --fix 2025-03-16 00:35:56 +00:00
dsl_util.rs cleanup: use new array methods instead of .collect_tuple()/.next_tuple() 2025-04-12 00:58:14 +00:00
extensions_map.rs formatting only: switch to Item level import ganularity 2024-08-22 14:52:54 -04:00
file_util.rs cleanup: enable unused_trait_names clippy lint and run clippy --fix 2025-03-16 00:35:56 +00:00
files.rs files: make DiffLineIterator omit blank right line following matching+left 2025-05-09 00:49:10 +00:00
fileset.pest fileset, revset: settle on optionally-quoted pattern syntax 2025-03-11 08:35:27 +00:00
fileset.rs repo_path: remove assertion from constructors 2025-04-15 14:42:23 +00:00
fileset_parser.rs cleanup: use new array methods instead of .collect_tuple()/.next_tuple() 2025-04-12 00:58:14 +00:00
fix.rs fix: make FileFixer::fix_files() take &mut self 2025-04-07 15:43:47 +00: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 cleanup: enable unused_trait_names clippy lint and run clippy --fix 2025-03-16 00:35:56 +00:00
git.rs git: inline subprocess_push_refs into push_updates 2025-05-07 19:29:20 +00:00
git_backend.rs git: write change-id header by default 2025-05-08 23:05:38 +00:00
git_subprocess.rs subprocess: force disable core.fsmonitor during git subcommands. 2025-05-13 13:53:23 +00:00
gitignore.rs jj-lib: fix typo in tests 2024-12-19 11:35:44 -08:00
gpg_signing.rs signing: add gpgsm backend 2025-03-20 17:01:39 +00:00
graph.rs tests: run insta --force-update-snapshots 2025-03-06 21:35:08 +00:00
hex_util.rs git_backend: derive the change ID from the git change-id header 2025-04-09 16:42:56 +00:00
id_prefix.rs revset: reorganize expression resolution/evaluation methods 2024-11-08 10:34:02 +09:00
index.rs clippy: replace allow directives with expect or delete them when possible 2025-03-06 07:24:28 +00:00
lib.rs lib: add trailer module for commit trailers 2025-04-13 20:36:11 +00:00
local_working_copy.rs working_copy: minimize use of #[cfg(windows)] around executable bit handling 2025-05-09 10:19:38 +00:00
matchers.rs repo_path: remove assertion from constructors 2025-04-15 14:42:23 +00:00
merge.rs merge: make to_tree_merge() read trees concurrently 2025-04-21 13:31:45 +00:00
merged_tree.rs merged_tree: make merge_trees() async 2025-04-24 16:29:24 +00:00
object_id.rs object_id: remove extra word in doc comment 2025-05-16 11:27:50 +00:00
op_heads_store.rs cleanup: enable unused_trait_names clippy lint and run clippy --fix 2025-03-16 00:35:56 +00:00
op_store.rs view: rename workspace "id" to "name" 2025-03-31 03:39:29 +00:00
op_walk.rs cleanup: switch to use<'_> capturing syntax 2025-03-08 01:16:56 +00:00
operation.rs cleanup: switch to use<'_> capturing syntax 2025-03-08 01:16:56 +00:00
ref_name.rs view: rename workspace "id" to "name" 2025-03-31 03:39:29 +00:00
refs.rs view: rename RemoteRefState::Tracking to Tracked 2025-03-31 01:41:31 +00:00
repo.rs lib: Fix a typo in the RepoLoader docs 2025-05-17 14:04:19 +00:00
repo_path.rs repo_path: remove assertion from constructors 2025-04-15 14:42:23 +00:00
revset.pest fileset, revset: settle on optionally-quoted pattern syntax 2025-03-11 08:35:27 +00:00
revset.rs revset: rename StoreError variants to Backend 2025-04-20 02:28:36 +00:00
revset_parser.rs cleanup: use new array methods instead of .collect_tuple()/.next_tuple() 2025-04-12 00:58:14 +00:00
rewrite.rs split: implement -A/-B/-d flags 2025-05-13 17:26:00 +00:00
secret_backend.rs cleanup: enable unused_trait_names clippy lint and run clippy --fix 2025-03-16 00:35:56 +00:00
settings.rs git: write change-id header by default 2025-05-08 23:05:38 +00:00
signing.rs signing: add gpgsm backend 2025-03-20 17:01:39 +00:00
simple_backend.rs repo_path: remove assertion from constructors 2025-04-15 14:42:23 +00:00
simple_op_heads_store.rs cleanup: enable unused_trait_names clippy lint and run clippy --fix 2025-03-16 00:35:56 +00:00
simple_op_store.rs op_store: attach path context to read/write errors 2025-04-12 06:56:13 +00:00
ssh_signing.rs signing: Don't show console on Windows 2025-03-19 18:40:16 +00:00
stacked_table.rs cleanup: enable unused_trait_names clippy lint and run clippy --fix 2025-03-16 00:35:56 +00:00
store.rs store: delete read_file(), update callers to use async version 2025-05-18 02:45:43 +00:00
str_util.rs str_util: add filter_btree_map_*() that can accept Ref/RemoteName newtypes 2025-03-26 11:07:06 +00:00
submodule_store.rs docs: warn about missing docs for jj-lib crate 2023-07-10 18:28:59 +03:00
test_signing_backend.rs cleanup: enable unused_trait_names clippy lint and run clippy --fix 2025-03-16 00:35:56 +00:00
time_util.rs time_util: replace use of chrono-english by interim 2025-03-24 23:59:21 +00:00
trailer.rs lib: only allow non-trailer when the trailers contain a git generated trailer 2025-04-13 20:36:11 +00:00
transaction.rs transaction: propagate error from tx.write() 2025-04-12 06:56:13 +00:00
tree.rs merge: add and use a function for mapping async functions concurrently 2025-04-20 06:44:00 +00:00
tree_builder.rs cleanup: enable unused_trait_names clippy lint and run clippy --fix 2025-03-16 00:35:56 +00:00
union_find.rs cleanup: enable unused_trait_names clippy lint and run clippy --fix 2025-03-16 00:35:56 +00:00
view.rs view: rename workspace "id" to "name" 2025-03-31 03:39:29 +00:00
working_copy.rs transaction: wrap tx.commit() error in enum 2025-04-12 06:56:13 +00:00
workspace.rs workspace: remove load_working_copy() from WorkspaceLoader 2025-05-12 13:40:35 +00:00