fish-shell/src
2024-07-21 18:57:48 +08:00
..
bin fish_indent: Prevent overwriting file with identical content 2024-07-21 18:57:48 +08:00
builtins Add commandline --showing-suggestion 2024-07-07 22:34:36 -05:00
env Allow clippy::ptr_arg and fix cases 2024-06-29 18:48:49 -07:00
fork_exec
history Apply some clippy lints 2024-05-26 10:37:37 +02:00
tests Tweak the allowed clippy set and fix some 2024-06-30 11:38:15 -07:00
universal_notifier Update nix to 0.29 2024-06-06 16:47:52 +02:00
widecharwidth
wutil Add note about non-ASCII decimal_sep length 2024-06-19 18:50:24 -05:00
abbrs.rs Replace C++ doc \return with "Return" 2024-05-06 14:59:36 -05:00
ast.rs tokenizer: Stop copying the start string 2024-05-07 16:59:35 +02:00
autoload.rs Replace C++ doc \return with "Return" 2024-05-06 14:59:36 -05:00
color.rs Convert colors::Flags to a bitflags enum 2024-05-07 14:03:38 -05:00
common.rs string: Also escape new lines with --style=regex 2024-07-16 17:05:11 -05:00
complete.rs Minor cleanup of apply_var_assignments 2024-06-30 15:27:49 -07:00
curses.rs Remove yet more dead code 2024-06-29 18:03:52 -07:00
editable_line.rs Remove some (hopefully) unnecessary clippy and compiler directives 2024-06-23 17:13:14 -07:00
env_dispatch.rs Set terminal title unconditionally 2024-04-02 14:35:16 +02:00
env_universal_common.rs Remove yet more dead code 2024-06-29 18:03:52 -07:00
event.rs Remove parser library_data_pod_t ffi workaround 2024-06-02 20:27:44 -05:00
exec.rs Remove parser library_data_pod_t ffi workaround 2024-06-02 20:27:44 -05:00
expand.rs Replace C++ doc \return with "Return" 2024-05-06 14:59:36 -05:00
fallback.rs Use File instead of OwnedFd in a few places (#10355) 2024-03-17 11:20:44 -05:00
fd_monitor.rs Remove yet more dead code 2024-06-29 18:03:52 -07:00
fd_readable_set.rs Rename fd_readable_set_t to FdReadableSet 2024-06-29 18:06:21 -07:00
fds.rs Update nix to 0.29 2024-06-06 16:47:52 +02:00
fish_test_helper.c Port fish_test_helper to C 2024-06-12 08:11:16 +02:00
flog.rs Replace C++-style \p with Markdown backticks 2024-05-06 14:59:23 -05:00
function.rs Use NonZero types for 1-based line numbers 2024-07-07 20:58:09 -05:00
future_feature_flags.rs Deprecate builtin test's one- and zero-argument modes (#10365) 2024-04-21 14:25:54 +02:00
future.rs Remove backports for 1.67 2024-04-29 22:00:59 +02:00
global_safety.rs
highlight.rs Remove unescape_string_in_place 2024-06-06 17:11:25 +02:00
history.rs Make history::remove take a &wstr instead of a WString 2024-04-15 09:47:46 -07:00
input_common.rs Implement jump-till-matching-bracket input function 2024-06-30 11:58:10 -07:00
input.rs Implement jump-till-matching-bracket input function 2024-06-30 11:58:10 -07:00
io.rs Bring topic monitor naming in line with Rust conventions 2024-06-23 17:06:20 -07:00
job_group.rs Rename printf crate to fish-printf 2024-06-09 12:29:09 -07:00
key.rs Rename printf crate to fish-printf 2024-06-09 12:29:09 -07:00
kill.rs
lib.rs Tweak the allowed clippy set and fix some 2024-06-30 11:38:15 -07:00
libc.c
libc.rs Clean up src/libc.rs some 2024-05-08 22:34:10 -05:00
locale.rs Remove some (hopefully) unnecessary clippy and compiler directives 2024-06-23 17:13:14 -07:00
nix.rs
null_terminated_array.rs Remove yet more dead code 2024-06-29 18:03:52 -07:00
operation_context.rs Make OperationContext not hold a Parser via Rc 2024-06-23 16:39:39 -07:00
output.rs Replace C++ doc \return with "Return" 2024-05-06 14:59:36 -05:00
pager.rs Remove yet more dead code 2024-06-29 18:03:52 -07:00
panic.rs Print panic message to stderr, like the stack trace 2024-04-02 07:34:19 +02:00
parse_constants.rs Rename printf crate to fish-printf 2024-06-09 12:29:09 -07:00
parse_execution.rs Remove RefCells from ExecutionContext and just make it mut 2024-06-29 18:03:52 -07:00
parse_tree.rs Use NonZero types for 1-based line numbers 2024-07-07 20:58:09 -05:00
parse_util.rs Replace C++ doc \return with "Return" 2024-05-06 14:59:36 -05:00
parser_keywords.rs
parser.rs Use NonZero types for 1-based line numbers 2024-07-07 20:58:09 -05:00
path.rs Apply some clippy lints 2024-05-26 10:37:37 +02:00
print_help.rs
proc.rs Bring topic monitor naming in line with Rust conventions 2024-06-23 17:06:20 -07:00
re.rs
reader_history_search.rs Replace C++ doc \return with "Return" 2024-05-06 14:59:36 -05:00
reader.rs Add commandline --showing-suggestion 2024-07-07 22:34:36 -05:00
redirection.rs Remove yet more dead code 2024-06-29 18:03:52 -07:00
screen.rs Remove yet more dead code 2024-06-29 18:03:52 -07:00
signal.rs Bring topic monitor naming in line with Rust conventions 2024-06-23 17:06:20 -07:00
termsize.rs Remove yet more dead code 2024-06-29 18:03:52 -07:00
threads.rs Split Reader off from ReaderData 2024-06-23 16:39:39 -07:00
timer.rs Check for unsupported "time &" in the proper place 2024-05-03 09:37:56 +02:00
tinyexpr.rs Remove yet more dead code 2024-06-29 18:03:52 -07:00
tokenizer.rs Allow clippy::ptr_arg and fix cases 2024-06-29 18:48:49 -07:00
topic_monitor.rs Rename binary_semaphore_t to BinarySemaphore 2024-06-29 18:07:11 -07:00
trace.rs Remove parser library_data_pod_t ffi workaround 2024-06-02 20:27:44 -05:00
util.rs
wait_handle.rs Replace C++ doc \return with "Return" 2024-05-06 14:59:36 -05:00
wchar_ext.rs Replace C++ doc \return with "Return" 2024-05-06 14:59:36 -05:00
wchar.rs
wcstringutil.rs Remove wcstringutil::split_string() 2024-05-21 12:54:52 -05:00
wgetopt.rs Reimplement WGetopter::exchange() using rotate_left 2024-04-17 12:41:16 -07:00
wildcard.rs Remove yet more dead code 2024-06-29 18:03:52 -07:00