fish-shell/fish-rust/src
2023-11-15 11:09:48 +01:00
..
builtins event: reduce lock scope to allow re-locking in event handler 2023-10-08 20:46:53 +02:00
env env: fix porting regression recording inherited vars 2023-10-08 20:46:53 +02:00
fork_exec Adopt Rust postfork code 2023-09-24 13:04:00 -07:00
tests common: port test_format 2023-10-07 19:30:46 +02:00
widecharwidth Port widecharwidth 2023-04-16 17:21:54 +02:00
wutil wildcard: Rationalize file/command completions (#10052) 2023-10-14 08:45:15 +02:00
abbrs.rs Adopt the wchar prelude 2023-08-09 15:00:58 +02:00
ast.rs ast: Require --help to parse more keywords as decorated statement (#10000) 2023-09-19 17:34:13 +02:00
color.rs Remove RgbColor::description 2023-08-19 20:04:23 -07:00
common.rs common: simplify a variable definition 2023-11-15 11:09:48 +01:00
compat.c Port UVAR_FILE_SET_MTIME_HACK 2023-10-07 19:30:46 +02:00
compat.rs Port env_init to Rust 2023-09-05 11:38:59 +02:00
complete.rs Upgrade bitflags 2023-10-07 19:30:46 +02:00
curses.rs Check terminfo for ts capability to determine title setting support 2023-09-30 10:09:52 +02:00
env_dispatch.rs Do not use is_some_and 2023-09-30 10:09:52 +02:00
event.rs Make stream.append call sites consistent 2023-10-07 19:30:46 +02:00
expand.rs Upgrade bitflags 2023-10-07 19:30:46 +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 Port the easy part of wildcard.{h,cpp} 2023-09-15 14:38:30 +02:00
fish_indent.rs Port AST to Rust 2023-04-16 17:46:56 +02:00
fish.rs fish.rs: fix regression in fish_xdm_login_hack_hack_hack_hack 2023-10-13 19:58:50 +02:00
flog.rs Traced refcell and mutex wrappers for debugging 2023-11-15 11:09:48 +01: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 Traced refcell and mutex wrappers for debugging 2023-11-15 11:09:48 +01:00
highlight.rs Port AST to Rust 2023-04-16 17:46:56 +02:00
history.rs Port history::start_private_mode to Rust 2023-09-05 11:38:59 +02:00
io.rs io: use Vec::with_capacity 2023-10-13 19:53:45 +02:00
job_group.rs job_group: reuse RelaxedAtomicBool 2023-10-08 20:46:53 +02:00
kill.rs Refactor the killring to make it instanced 2023-08-13 13:06:06 -07:00
lib.rs Sort clippy lints 2023-10-08 20:46:53 +02: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 Upgrade bitflags 2023-10-07 19:30:46 +02:00
parse_constants.rs Upgrade bitflags 2023-10-07 19:30:46 +02:00
parse_tree.rs Make ParsedSource::new pub 2023-09-05 11:38:59 +02:00
parse_util.rs parse_util: return Result in parse_util_detect_errors_in_argument 2023-10-07 19:30:46 +02:00
parser_keywords.rs Adopt the wchar prelude 2023-08-09 15:00:58 +02:00
path.rs Re-use DEFAULT_PATH in setup_path 2023-09-05 11:38:59 +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 test_tokenizer 2023-10-07 19:30:46 +02:00
signal.rs Implement postfork code in Rust 2023-09-24 13:04:00 -07:00
smoke.rs Add an FFI test facility 2023-02-02 19:34:48 -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 Address some clippy lints from nightly clippy 2023-10-07 19:30:46 +02:00
topic_monitor.rs Implement PartialEq manually to shut up clippy 2023-10-06 17:10:59 +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 Upgrade bitflags 2023-10-07 19:30:46 +02:00
wgetopt.rs Adopt the wchar prelude 2023-08-09 15:00:58 +02:00
wildcard.rs wildcard: Rationalize file/command completions (#10052) 2023-10-14 08:45:15 +02:00