fish-shell/fish-rust/src
2023-12-28 22:11:50 -08:00
..
builtins Fix regression treating read -P as -p 2023-12-19 08:24:50 +01:00
cfg Port make_autoclose_pipes, fd_event_signaller_t 2023-12-10 14:35:43 +01:00
env Add FFI bindings to universal notifiers and adopt in input_common 2023-11-26 17:29:53 -08:00
fork_exec Correct a misseplling 2023-11-25 16:01:58 -08:00
history history: remove spurious UTF-8 check regression 2023-11-15 16:31:33 +01:00
tests Disable redundant filtering in history pager 2023-12-24 08:42:20 +01:00
universal_notifier Add FFI bindings to universal notifiers and adopt in input_common 2023-11-26 17:29:53 -08:00
widecharwidth Port widecharwidth 2023-04-16 17:21:54 +02:00
wutil Remove some unnecessary imports and suppress unused import warnings 2023-12-28 22:11:50 -08:00
abbrs.rs abbrs: fix naming convention 2023-12-17 17:12:13 +01:00
ast.rs Make wgettext_fmt! require an argument *to* format 2023-11-29 21:12:21 +01:00
autoload.rs Port execution 2023-11-15 11:09:48 +01:00
color.rs Remove RgbColor::description 2023-08-19 20:04:23 -07:00
common.rs Encode all ENCODE_DIRECT codepoints with encode_direct 2023-12-10 09:29:42 +01:00
compat.c Port builtin ulimit 2023-12-03 11:39:15 +01:00
compat.rs Use c_char instead of a fixed i8 2023-12-10 17:04:01 +01:00
complete.rs Port pager.cpp 2023-12-03 11:02:04 +01:00
curses.rs Port screen.cpp 2023-12-01 11:59:33 +01:00
editable_line.rs Fix begin-undo-group regression 2023-12-09 16:12:54 +01:00
env_dispatch.rs Port screen.cpp 2023-12-01 11:59:33 +01:00
env_universal_common.rs Add FFI bindings to universal notifiers and adopt in input_common 2023-11-26 17:29:53 -08:00
event.rs Fix small typos 2023-11-18 18:27:25 -08:00
exec.rs Replace some direct uses of libc with wrappers (#10090) 2023-11-19 20:07:24 +01:00
expand.rs Don't replace tilde for error messages if we have no $HOME 2023-12-28 10:19:48 +01:00
fallback.rs Adopt the wchar prelude 2023-08-09 15:00:58 +02:00
fd_monitor.rs Port make_autoclose_pipes, fd_event_signaller_t 2023-12-10 14:35:43 +01:00
fd_readable_set.rs Prefer os-unix prelude over importing everything separately 2023-08-09 15:00:58 +02:00
fds.rs Port make_autoclose_pipes, fd_event_signaller_t 2023-12-10 14:35:43 +01: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 Remove some unnecessary imports and suppress unused import warnings 2023-12-28 22:11:50 -08:00
fish_indent.rs Simplify call to is_sorted_by() 2023-12-06 19:01:22 +01:00
fish.rs Port make_autoclose_pipes, fd_event_signaller_t 2023-12-10 14:35:43 +01:00
flog.rs Port execution 2023-11-15 11:09:48 +01:00
function.rs Address some clippy lints 2023-12-06 19:00:37 +01:00
future_feature_flags.rs Port execution 2023-11-15 11:09:48 +01:00
future.rs Simplify call to is_sorted_by() 2023-12-06 19:01:22 +01:00
global_safety.rs Port execution 2023-11-15 11:09:48 +01:00
highlight.rs Port pager.cpp 2023-12-03 11:02:04 +01:00
history.rs history: remove bogus assertion crashing on empty history items 2023-11-29 20:26:36 +01:00
input_common.rs Port execution 2023-11-15 11:09:48 +01:00
input.rs Port execution 2023-11-15 11:09:48 +01:00
io.rs io: use Condvar::wait_while 2023-12-10 14:35:43 +01:00
job_group.rs Port execution 2023-11-15 11:09:48 +01:00
kill.rs Refactor the killring to make it instanced 2023-08-13 13:06:06 -07:00
lib.rs Remove some unnecessary imports and suppress unused import warnings 2023-12-28 22:11:50 -08:00
locale.rs Implement some locale pieces 2023-03-26 17:40:24 -07:00
nix.rs Replace some direct uses of libc with wrappers (#10090) 2023-11-19 20:07:24 +01:00
null_terminated_array.rs Remove some environment and null_terminated_array ffi bits 2023-11-18 11:12:25 -08:00
operation_context.rs Port execution 2023-11-15 11:09:48 +01:00
output.rs Port screen.cpp 2023-12-01 11:59:33 +01:00
pager.rs Disable redundant filtering in history pager 2023-12-24 08:42:20 +01:00
parse_constants.rs Port test_new_parser_ll2 2023-12-09 21:35:08 +01:00
parse_execution.rs Address some clippy lints 2023-12-06 19:00:37 +01:00
parse_tree.rs Port execution 2023-11-15 11:09:48 +01:00
parse_util.rs Make wgettext_fmt! require an argument *to* format 2023-11-29 21:12:21 +01:00
parser_keywords.rs Adopt the wchar prelude 2023-08-09 15:00:58 +02:00
parser.rs Add printf!/eprintf! convenience wrappers around fprintf! 2023-12-06 08:59:52 +01:00
path.rs Clean up some std::io calls 2023-12-06 08:59:52 +01:00
pointer.rs Fix a clippy lint in ConstPointer 2023-11-25 19:12:14 -08:00
print_help.rs print_help: make function public 2023-06-24 18:21:21 +08:00
proc.rs Clean up some std::io calls 2023-12-06 08:59:52 +01:00
re.rs Adopt the wchar prelude 2023-08-09 15:00:58 +02:00
reader.rs Port execution 2023-11-15 11:09:48 +01:00
redirection.rs Port execution 2023-11-15 11:09:48 +01:00
screen.rs Backport is_ok_and 2023-12-06 11:02:19 +01:00
signal.rs Replace some direct uses of libc with wrappers (#10090) 2023-11-19 20:07:24 +01:00
smoke.rs Add an FFI test facility 2023-02-02 19:34:48 -07:00
termsize.rs Port execution 2023-11-15 11:09:48 +01:00
threads.rs Port make_autoclose_pipes, fd_event_signaller_t 2023-12-10 14:35:43 +01: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 Fix MoveWordStyle naming convention 2023-12-24 08:42:20 +01:00
topic_monitor.rs Port execution 2023-11-15 11:09:48 +01:00
trace.rs Port execution 2023-11-15 11:09:48 +01:00
util.rs Port execution 2023-11-15 11:09:48 +01:00
wait_handle.rs Port execution 2023-11-15 11:09:48 +01:00
wchar_ext.rs Port pager.cpp 2023-12-03 11:02:04 +01:00
wchar_ffi.rs Port execution 2023-11-15 11:09:48 +01:00
wchar.rs Remove some unnecessary imports and suppress unused import warnings 2023-12-28 22:11:50 -08:00
wcstringutil.rs Port pager.cpp 2023-12-03 11:02:04 +01:00
wgetopt.rs Port execution 2023-11-15 11:09:48 +01:00
wildcard.rs Address some clippy lints 2023-12-06 19:00:37 +01:00