jj/lib/src
Yuya Nishihara 0a73245b82 revset: move RevsetCommitRef::Root to RevsetExpression
For the same reason as the previous patch. It's nice if root() is considered
a "resolved" expression. With this change, most of the evaluate_programmatic()
callers won't have to do symbol resolution at all.
2024-11-04 09:20:46 +09:00
..
default_index revset: propagate errors from filter predicates 2024-10-23 09:30:51 +09:00
lock formatting only: switch to Item level import ganularity 2024-08-22 14:52:54 -04:00
protos bookmarks: rename proto symbols from "branch" 2024-09-11 20:49:50 -07:00
annotate.rs annotate: rename AnnotateResults to FileAnnotation 2024-10-29 23:33:46 +09:00
backend.rs object_id: implement Display on ObjectId types 2024-10-16 09:12:16 +09:00
commit.rs style: add semicolon at the end of expressions used as statements 2024-10-04 22:29:13 +02:00
commit_builder.rs refactor: mark Timestamp struct as Copy 2024-09-22 16:23:53 +02:00
conflicts.rs diff: return matching hunk contents from all inputs 2024-10-06 09:45:27 +09:00
content_hash.rs style: add semicolon at the end of expressions used as statements 2024-10-04 22:29:13 +02:00
copies.rs copies: determine copy/rename operation by CopiesTreeDiffStream 2024-08-23 10:29:12 +09:00
dag_walk.rs everything: Rename branches to bookmarks 2024-09-11 18:54:45 +02:00
default_submodule_store.rs formatting only: switch to Item level import ganularity 2024-08-22 14:52:54 -04:00
diff.rs diff: impl Clone, Debug for DiffHunkIterator 2024-11-02 10:09:10 +09:00
dsl_util.rs revset: extract helper that parses function call 2024-10-21 08:47:08 +09:00
extensions_map.rs formatting only: switch to Item level import ganularity 2024-08-22 14:52:54 -04:00
file_util.rs cleanup: remove redundant ::{self} from use declarations 2024-08-23 13:05:27 +09:00
files.rs style: remove unneeded lifetimes from trait implementations 2024-10-17 13:35:06 +02:00
fileset.pest templates: support hex bytes in string literals 2024-10-13 12:02:40 +05:30
fileset.rs fileset: remove Eq + PartialEq from FilesetExpression/Pattern 2024-10-15 06:58:44 +09:00
fileset_parser.rs templates: support hex bytes in string literals 2024-10-13 12:02:40 +05:30
fmt_util.rs settings: support human-readable byte sizes for max-new-file-size 2023-08-17 19:29:38 -07:00
fsmonitor.rs lib: add short method summary to its documentation 2024-10-04 17:09:54 +02:00
git.rs revset: drop support for HEAD@git symbol resolution 2024-10-21 09:21:34 +09:00
git_backend.rs object_id: implement Display on ObjectId types 2024-10-16 09:12:16 +09:00
gitignore.rs formatting only: switch to Item level import ganularity 2024-08-22 14:52:54 -04:00
gpg_signing.rs formatting only: switch to Item level import ganularity 2024-08-22 14:52:54 -04:00
graph.rs graph: add GraphNode<N> type alias instead of Graph/NextNodeResult<N, E> 2024-10-22 09:03:53 +09: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: allow iterators to return evaluation errors 2024-10-18 17:09:35 -04:00
index.rs formatting only: switch to Item level import ganularity 2024-08-22 14:52:54 -04:00
lib.rs cli: Add command jj file annotate 2024-10-15 16:31:32 +03:00
local_backend.rs style: avoid using .to_owned()/.to_vec() on owned objects 2024-10-04 22:29:13 +02:00
local_working_copy.rs local_working_copy: import std::io for short 2024-10-23 23:51:21 +09:00
lock.rs formatting only: switch to Item level import ganularity 2024-08-22 14:52:54 -04:00
matchers.rs formatting only: switch to Item level import ganularity 2024-08-22 14:52:54 -04:00
merge.rs object_id: implement Display on ObjectId types 2024-10-16 09:12:16 +09:00
merged_tree.rs lib: add short method summary to its documentation 2024-10-04 17:09:54 +02:00
object_id.rs object_id: implement Display on ObjectId types 2024-10-16 09:12:16 +09:00
op_heads_store.rs op_heads_store: don't test "no heads" error without acquiring lock 2024-09-21 11:24:00 +09:00
op_store.rs object_id: implement Display on ObjectId types 2024-10-16 09:12:16 +09:00
op_walk.rs formatting only: switch to Item level import ganularity 2024-08-22 14:52:54 -04:00
operation.rs style: add semicolon at the end of expressions used as statements 2024-10-04 22:29:13 +02:00
refs.rs bookmarks: update some leftover uses of the word "branch" 2024-09-11 19:19:31 -07:00
repo.rs revset: allow iterators to return evaluation errors 2024-10-18 17:09:35 -04:00
repo_path.rs cleanup: remove redundant ::{self} from use declarations 2024-08-23 13:05:27 +09:00
revset.pest templates: support hex bytes in string literals 2024-10-13 12:02:40 +05:30
revset.rs revset: move RevsetCommitRef::Root to RevsetExpression 2024-11-04 09:20:46 +09:00
revset_parser.rs revset: extract helper that parses function call 2024-10-21 08:47:08 +09:00
rewrite.rs rewrite: move_commits: add MoveCommitsTarget enum to specify roots or commits to move 2024-10-22 20:39:50 +08:00
secret_backend.rs backend: make write methods async 2024-09-04 18:34:11 -07:00
settings.rs bookmarks: add support for git.auto-local-bookmark (to match docs) 2024-10-30 08:01:02 -07:00
signing.rs sign: Implement SSH signing backend 2024-02-20 00:02:08 +00:00
simple_op_heads_store.rs style: add semicolon at the end of expressions used as statements 2024-10-04 22:29:13 +02:00
simple_op_store.rs repo: teach OpStore about the root commit id 2024-10-08 13:21:03 +09:00
ssh_signing.rs formatting only: switch to Item level import ganularity 2024-08-22 14:52:54 -04:00
stacked_table.rs lib: add short method summary to its documentation 2024-10-04 17:09:54 +02:00
store.rs store: make write_symlink() async 2024-09-04 18:34:11 -07:00
str_util.rs bookmarks: update some leftover uses of the word "branch" 2024-09-11 19:19:31 -07:00
submodule_store.rs docs: warn about missing docs for jj-lib crate 2023-07-10 18:28:59 +03:00
time_util.rs formatting only: switch to Item level import ganularity 2024-08-22 14:52:54 -04:00
transaction.rs repo: pack common ReadonlyRepo fields into RepoLoader 2024-10-08 13:21:03 +09:00
tree.rs tree: when merging files, read all sides concurrently 2024-09-04 18:47:14 -07:00
tree_builder.rs store: make write_tree() async 2024-09-04 18:34:11 -07:00
union_find.rs union_find: implement a library for the Union-Find algorithm 2024-05-21 10:52:31 -04:00
view.rs revset: drop support for HEAD@git symbol resolution 2024-10-21 09:21:34 +09:00
working_copy.rs cli: Support renaming workspaces 2024-09-16 19:35:36 -07:00
workspace.rs style: remove unneeded lifetimes from trait implementations 2024-10-17 13:35:06 +02:00