jj/lib/src
Martin von Zweigbergk 40d9256a11 fix: make FileFixer::fix_files() take &mut self
It can be useful for fixers to record some information about the
inputs they processed. For example, the `FileFixer` we use in our
server at Google get more detailed error information back from its
formatter tools. We may want to record these errors in our
`FileFixer`'s state so we can then return that to the client.
2025-04-07 15:43:47 +00:00
..
config signing: add gpgsm backend 2025-03-20 17:01:39 +00:00
default_index conflicts: pack MaterializedTreeValue::File fields, use read_all() helper 2025-03-23 01:31:15 +00:00
lock lib: internalize testutils::new_temp_dir() for unit tests 2025-02-20 13:01:30 +00:00
protos view: rename workspace "id" to "name" 2025-03-31 03:39:29 +00:00
absorb.rs conflicts: pack MaterializedTreeValue::File fields, use read_all() helper 2025-03-23 01:31:15 +00:00
annotate.rs conflicts: pack MaterializedTreeValue::File fields, use read_all() helper 2025-03-23 01:31:15 +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 commit: Make Commit::store_commit return &Arc<backend::Commit> 2025-04-02 14:46:20 +00:00
config.rs config: only load toml files in a directory 2025-03-15 23:36:39 +00:00
config_resolver.rs tests: run insta --force-update-snapshots 2025-03-06 21:35:08 +00:00
conflicts.rs conflicts: pack MaterializedTreeValue::File fields, use read_all() helper 2025-03-23 01:31:15 +00:00
content_hash.rs content_hash: forward String::hash() to str 2025-03-26 11:07:06 +00:00
copies.rs cleanup: switch to use<'_> capturing syntax 2025-03-08 01:16:56 +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 revset: add support for local variables expansion 2025-03-27 13:23:58 +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 cleanup: enable unused_trait_names clippy lint and run clippy --fix 2025-03-16 00:35:56 +00:00
fileset.pest fileset, revset: settle on optionally-quoted pattern syntax 2025-03-11 08:35:27 +00:00
fileset.rs tests: run insta --force-update-snapshots 2025-03-06 21:35:08 +00:00
fileset_parser.rs cleanup: enable unused_trait_names clippy lint and run clippy --fix 2025-03-16 00:35:56 +00:00
fix.rs fix: make FileFixer::fix_files() take &mut self 2025-04-07 15:43:47 +00:00
fmt_util.rs
fsmonitor.rs cleanup: enable unused_trait_names clippy lint and run clippy --fix 2025-03-16 00:35:56 +00:00
git.rs git: respect GIT_* environment variables in git2 tests 2025-04-03 19:03:44 +00:00
git_backend.rs cargo: bump gix to 0.71.0 2025-04-04 04:28:42 +00:00
git_subprocess.rs git: use GitRefName newtypes in push functions 2025-03-28 01:29:30 +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 hex_util: simplify conversion from bytes to reverse hex string 2024-10-16 09:12:16 +09: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 view: port bookmark/tag name types to RefName/RemoteName 2025-03-26 11:07:06 +00:00
local_working_copy.rs view: rename workspace "id" to "name" 2025-03-31 03:39:29 +00:00
matchers.rs cleanup: switch to use<'_> capturing syntax 2025-03-08 01:16:56 +00:00
merge.rs cleanup: enable unused_trait_names clippy lint and run clippy --fix 2025-03-16 00:35:56 +00:00
merged_tree.rs cleanup: enable unused_trait_names clippy lint and run clippy --fix 2025-03-16 00:35:56 +00:00
object_id.rs object_id: implement Display on ObjectId types 2024-10-16 09:12:16 +09: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 repo: MutableRepo: add transform_commits function 2025-04-05 16:03:03 +00:00
repo_path.rs cleanup: enable unused_trait_names clippy lint and run clippy --fix 2025-03-16 00:35:56 +00:00
revset.pest fileset, revset: settle on optionally-quoted pattern syntax 2025-03-11 08:35:27 +00:00
revset.rs view: rename workspace "id" to "name" 2025-03-31 03:39:29 +00:00
revset_parser.rs view: rename workspace "id" to "name" 2025-03-31 03:39:29 +00:00
rewrite.rs rewrite: move_commits: use MutableRepo::transform_commits 2025-04-05 16:03:03 +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: make git2 support optional 2025-03-16 06:07:28 +00:00
signing.rs signing: add gpgsm backend 2025-03-20 17:01:39 +00:00
simple_backend.rs protos: finish local_store->simple_store migration from f8ab8a0e 2025-03-19 17:32:02 +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 view: rename workspace "id" to "name" 2025-03-31 03:39:29 +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 cleanup: enable unused_trait_names clippy lint and run clippy --fix 2025-03-16 00:35:56 +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
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
transaction.rs cleanup: enable unused_trait_names clippy lint and run clippy --fix 2025-03-16 00:35:56 +00:00
tree.rs cleanup: enable unused_trait_names clippy lint and run clippy --fix 2025-03-16 00:35:56 +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 view: rename workspace "id" to "name" 2025-03-31 03:39:29 +00:00
workspace.rs view: rename workspace "id" to "name" 2025-03-31 03:39:29 +00:00