fish-shell/fish-rust/src
2023-09-03 14:03:14 +02:00
..
builtins Run cargo fmt with Rustfmt 1.6.0 2023-08-24 18:16:24 +02:00
env Adopt the wchar prelude 2023-08-09 15:00:58 +02:00
tests Run cargo fmt with Rustfmt 1.6.0 2023-08-24 18:16:24 +02:00
widecharwidth Port widecharwidth 2023-04-16 17:21:54 +02:00
wutil Fix incorrect port of write_to_fd 2023-09-03 14:03:14 +02:00
abbrs.rs Adopt the wchar prelude 2023-08-09 15:00:58 +02:00
ast.rs Minor improvement to get_depth in ast.rs 2023-08-19 20:19:38 -07:00
color.rs Remove RgbColor::description 2023-08-19 20:04:23 -07:00
common.rs Bring back "(deleted)" hack for status fish-path 2023-08-25 22:02:55 +02: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 Added fish_sequence_key_delay_ms to set time to wait between sequence key presses (#7401) (#9926) 2023-08-30 23:12:22 +02:00
event.rs Fix event::print's header printing 2023-08-13 14:17:44 +02:00
expand.rs Adopt the wchar prelude 2023-08-09 15:00:58 +02:00
fallback.rs Adopt the wchar prelude 2023-08-09 15:00:58 +02:00
fd_monitor.rs Prefer os-unix prelude over importing everything separately 2023-08-09 15:00:58 +02:00
fd_readable_set.rs Prefer os-unix prelude over importing everything separately 2023-08-09 15:00:58 +02:00
fds.rs Prefer os-unix prelude over importing everything separately 2023-08-09 15:00:58 +02: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 Added fish_sequence_key_delay_ms to set time to wait between sequence key presses (#7401) (#9926) 2023-08-30 23:12:22 +02:00
fish_indent.rs Port AST to Rust 2023-04-16 17:46:56 +02:00
flog.rs Implement FLOGF formatting 2023-08-19 16:56:59 +02:00
function.rs Make functions for builtin functions public 2023-08-13 14:17:44 +02:00
future_feature_flags.rs Adopt the wchar prelude 2023-08-09 15:00:58 +02: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 Adopt the wchar prelude 2023-08-09 15:00:58 +02:00
job_group.rs Adopt the wchar prelude 2023-08-09 15:00:58 +02:00
kill.rs Refactor the killring to make it instanced 2023-08-13 13:06:06 -07:00
lib.rs Port PosixSpawner to Rust 2023-08-12 16:59:38 -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 Fix additional clippy lint errors 2023-08-05 17:29:53 -07:00
operation_context.rs Port parse_util 2023-04-19 01:03:16 +02:00
output.rs Adopt the wchar prelude 2023-08-09 15:00:58 +02:00
parse_constants.rs Implement to_wstr() for ParseTokenType and ParseKeyword 2023-08-19 17:45:10 -07:00
parse_tree.rs Implement to_wstr() for ParseTokenType and ParseKeyword 2023-08-19 17:45:10 -07:00
parse_util.rs Also allow command and in a pipeline 2023-08-26 13:45:54 +02:00
parser_keywords.rs Adopt the wchar prelude 2023-08-09 15:00:58 +02:00
path.rs Run cargo fmt with Rustfmt 1.6.0 2023-08-24 18:16:24 +02:00
print_help.rs print_help: make function public 2023-06-24 18:21:21 +08:00
re.rs Adopt the wchar prelude 2023-08-09 15:00:58 +02:00
reader.rs Port env_dispatch dependencies to rust 2023-05-25 16:54:07 -05:00
redirection.rs Port PosixSpawner to Rust 2023-08-12 16:59:38 -07:00
signal.rs Adopt the wchar prelude 2023-08-09 15:00:58 +02:00
smoke.rs Add an FFI test facility 2023-02-02 19:34:48 -07:00
spawn.rs Adopt Rust PosixSpawner 2023-08-12 17:15:21 -07:00
termsize.rs Adopt the wchar prelude 2023-08-09 15:00:58 +02: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 format 2023-08-25 16:28:41 +02:00
tokenizer.rs Adopt the wchar prelude 2023-08-09 15:00:58 +02:00
topic_monitor.rs Remove broken & 2023-08-02 21:21:46 +02:00
trace.rs Adopt the wchar prelude 2023-08-09 15:00:58 +02:00
util.rs Adopt the wchar prelude 2023-08-09 15:00:58 +02:00
wait_handle.rs Adopt the wchar prelude 2023-08-09 15:00:58 +02:00
wchar_ext.rs Run cargo fmt with Rustfmt 1.6.0 2023-08-24 18:16:24 +02:00
wchar_ffi.rs Make C++ env_var_t wrap Rust EnvVar 2023-05-07 15:15:56 -07:00
wchar.rs Add a wchar prelude 2023-08-09 15:00:58 +02:00
wcstringutil.rs Switch broken uses of FLOGF to FLOG 2023-08-19 16:56:59 +02:00
wgetopt.rs Adopt the wchar prelude 2023-08-09 15:00:58 +02:00
wildcard.rs Port common.{h,cpp} to Rust 2023-04-02 15:17:06 +02:00