fish-shell/fish-rust/src
2023-08-01 22:56:25 +08:00
..
builtins Very minor leftover codereview var-renaming 2023-07-27 22:00:03 -07:00
env Adopt the new function store and rewrite builtin_function 2023-07-23 17:18:36 -07:00
tests Pull an allocation out of the string escape test inner loop 2023-07-08 11:26:32 -07:00
widecharwidth Port widecharwidth 2023-04-16 17:21:54 +02:00
wutil wutil: add perror implementation that takes an io::Error 2023-08-01 22:56:25 +08:00
abbrs.rs Port builtins/string to Rust 2023-07-27 22:00:03 -07:00
ast.rs Adopt the new function store and rewrite builtin_function 2023-07-23 17:18:36 -07:00
color.rs Add from_ffi() to rgb_color_t 2023-06-17 12:14:42 -07:00
common.rs Port builtins/string to Rust 2023-07-27 22:00:03 -07:00
compat.c Port path.h 2023-04-21 13:57:29 +02:00
compat.rs Port path.h 2023-04-21 13:57:29 +02:00
curses.rs Simplify some curses stuff and enforce that caps are nonempty 2023-06-17 13:52:53 -07:00
env_dispatch.rs Adopt the new function store and rewrite builtin_function 2023-07-23 17:18:36 -07:00
event.rs Adopt the new function store and rewrite builtin_function 2023-07-23 17:18:36 -07:00
expand.rs Port path.h 2023-04-21 13:57:29 +02:00
fallback.rs Port (but do not yet adopt) output.cpp to Rust 2023-06-17 12:14:42 -07:00
fd_monitor.rs Port remainder of iothreads from C++ 2023-04-29 11:02:59 -05:00
fd_readable_set.rs Port fd_monitor (and its needed components) 2023-02-19 15:42:03 -06:00
fds.rs fds: add comment on O_CLOEXEC fallback being dropped 2023-07-05 10:30:27 +08:00
ffi_init.rs Remove future_feature_flags_init 2023-07-04 13:26:19 -07:00
ffi_tests.rs rust: fix doc comments 2023-02-05 11:57:25 +01:00
ffi.rs Port builtins/string to Rust 2023-07-27 22:00:03 -07:00
fish_indent.rs Port AST to Rust 2023-04-16 17:46:56 +02:00
flog.rs FLOG to stop depending on the ffi 2023-07-04 13:26:19 -07:00
function.rs Remove FunctionPropertiesRef type alias 2023-07-23 17:18:36 -07:00
future_feature_flags.rs Support thread-safe feature-flag-dependant tests 2023-07-11 12:05:38 -07:00
global_safety.rs Implement (but do not yet adopt) fish function store in Rust 2023-07-23 17:18:36 -07:00
highlight.rs Port AST to Rust 2023-04-16 17:46:56 +02:00
io.rs Make wdirname and wbasename go &wstr -> &wstr 2023-07-01 15:41:46 -07:00
job_group.rs Minor cleanup of JobId::acquire 2023-04-16 17:21:54 +02:00
kill.rs Port killring 2023-06-04 12:18:19 -07:00
lib.rs Implement (but do not yet adopt) fish function store in Rust 2023-07-23 17:18:36 -07:00
locale.rs Implement some locale pieces 2023-03-26 17:40:24 -07:00
nix.rs Address clippy lints 2023-02-25 12:24:25 +01:00
null_terminated_array.rs Reimplement owning_null_terminated_array in Rust 2023-05-07 15:15:56 -07:00
operation_context.rs Port parse_util 2023-04-19 01:03:16 +02:00
output.rs Bravely remove writembs macro 2023-06-17 16:04:34 -07:00
parse_constants.rs Use bitflags for ParseTreeFlags + ParserTestErrorBits 2023-05-02 19:03:51 +02:00
parse_tree.rs Implement (but do not yet adopt) fish function store in Rust 2023-07-23 17:18:36 -07:00
parse_util.rs Port builtins/string to Rust 2023-07-27 22:00:03 -07:00
parser_keywords.rs Port parser_keywords 2023-04-21 13:57:29 +02:00
path.rs Make wdirname and wbasename go &wstr -> &wstr 2023-07-01 15:41:46 -07:00
print_help.rs print_help: make function public 2023-06-24 18:21:21 +08:00
re.rs Avoid unnecessary vector shift in re::regex_make_anchored() 2023-05-02 13:15:02 -05:00
reader.rs Port env_dispatch dependencies to rust 2023-05-25 16:54:07 -05:00
redirection.rs redirection.rs: don't leak FFI type into Rust code 2023-04-16 17:21:54 +02:00
signal.rs signal.rs to stop using wperror 2023-07-04 13:26:19 -07:00
smoke.rs Add an FFI test facility 2023-02-02 19:34:48 -07:00
termsize.rs Expose Rust EnvStack from parser_t 2023-06-19 13:45:54 -07:00
threads.rs Port env_dispatch to Rust and integrate with C++ code 2023-05-25 16:54:07 -05:00
timer.rs Address clippy lints 2023-02-25 12:24:25 +01:00
tinyexpr.rs Port math builtin, tinyexpr and wcstod_underscores to Rust 2023-04-16 22:26:46 +02:00
tokenizer.rs Expose u32 source offsets as usize 2023-04-19 01:03:16 +02:00
topic_monitor.rs Fix a clippy lint warning 2023-07-04 13:26:19 -07:00
trace.rs Allow to pass slices of owned strings to trace_if_enabled 2023-04-22 22:25:34 +02:00
util.rs Prefer taking native Rust strings instead of wcharz_t 2023-02-05 12:22:42 +01:00
wait_handle.rs Adopt the new function store and rewrite builtin_function 2023-07-23 17:18:36 -07:00
wchar_ext.rs Add WCharExt::find() method to perform substring search 2023-05-25 16:54:07 -05:00
wchar_ffi.rs Make C++ env_var_t wrap Rust EnvVar 2023-05-07 15:15:56 -07:00
wchar.rs Port common.{h,cpp} to Rust 2023-04-02 15:17:06 +02:00
wcstringutil.rs Port builtins/string to Rust 2023-07-27 22:00:03 -07:00
wgetopt.rs argparse: Use a named constant for RETURN_IN_ORDER returns 2023-07-15 11:35:13 -07:00
wildcard.rs Port common.{h,cpp} to Rust 2023-04-02 15:17:06 +02:00