fish-shell/src
Johannes Altmanninger 2059e5a171 Allow finding for empty strings with wstr::find
I hit this temporarily in a test; it seems reasonable to allow this.
std::str does too.
2024-01-20 11:30:13 +01:00
..
bin Remove redundant fallbacks for installation dir variables 2024-01-20 10:26:54 +01:00
builtins Remove L! from sprintf calls 2024-01-13 08:52:54 +01:00
env Remove L! from sprintf calls 2024-01-13 08:52:54 +01:00
fork_exec Use cfg directly instead of going through features 2024-01-13 15:16:47 -06:00
history Move fish-rust to project root 2024-01-13 03:58:33 +01:00
tests test_error_messages: add back missing validation 2024-01-19 06:26:31 +01:00
universal_notifier Move fish-rust to project root 2024-01-13 03:58:33 +01:00
widecharwidth Move fish-rust to project root 2024-01-13 03:58:33 +01:00
wutil Remove redundant fallbacks for installation dir variables 2024-01-20 10:26:54 +01:00
abbrs.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
ast.rs Remove L! from sprintf calls 2024-01-13 08:52:54 +01:00
autoload.rs Remove widestring-suffix uses 2024-01-13 08:52:54 +01:00
color.rs Remove widestring-suffix uses 2024-01-13 08:52:54 +01:00
common.rs Allow finding for empty strings with wstr::find 2024-01-20 11:30:13 +01:00
complete.rs Rename flag that fails expansions with command substitutions 2024-01-14 13:19:38 +01:00
curses.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
editable_line.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
env_dispatch.rs Use cfg directly instead of going through features 2024-01-13 15:16:47 -06:00
env_universal_common.rs Eliminate UVAR_FILE_SET_MTIME_HACK checks 2024-01-19 09:33:33 -08:00
event.rs Remove L! from sprintf calls 2024-01-13 08:52:54 +01:00
exec.rs Remove widestring-suffix uses 2024-01-13 08:52:54 +01:00
expand.rs Rename flag that fails expansions with command substitutions 2024-01-14 13:19:38 +01:00
fallback.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
fd_monitor.rs Further cleanup of FdMonitor 2024-01-13 12:51:36 -08:00
fd_readable_set.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
fds.rs Fix build error when HAVE_PIPE2 is true 2024-01-13 15:44:03 -06:00
fish_test_helper.cpp Initial Rust commit 2023-02-02 19:34:47 -07:00
flog.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
function.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
future.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
future_feature_flags.rs clippy 2024-01-13 08:52:54 +01:00
global_safety.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
highlight.rs Rename flag that fails expansions with command substitutions 2024-01-14 13:19:38 +01:00
history.rs Rename flag that fails expansions with command substitutions 2024-01-14 13:19:38 +01:00
input.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
input_common.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
io.rs Further cleanup of FdMonitor 2024-01-13 12:51:36 -08:00
job_group.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
kill.rs Remove L! from sprintf calls 2024-01-13 08:52:54 +01:00
lib.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
libc.c Remove config.h 2024-01-20 08:56:29 +01:00
libc.rs Eliminate UVAR_FILE_SET_MTIME_HACK checks 2024-01-19 09:33:33 -08:00
locale.rs Use cfg directly instead of going through features 2024-01-13 15:16:47 -06:00
nix.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
null_terminated_array.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
operation_context.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
output.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
pager.rs Remove L! from sprintf calls 2024-01-13 08:52:54 +01:00
parse_constants.rs Remove L! from sprintf calls 2024-01-13 08:52:54 +01:00
parse_execution.rs Improve codegen of line_offset_of_character_at_offset 2024-01-14 10:04:37 -08:00
parse_tree.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
parse_util.rs Adopt count_newlines in additional places 2024-01-14 10:04:55 -08:00
parser.rs Remove widestring-suffix uses 2024-01-13 08:52:54 +01:00
parser_keywords.rs Remove widestring-suffix uses 2024-01-13 08:52:54 +01:00
path.rs Remove redundant fallbacks for installation dir variables 2024-01-20 10:26:54 +01:00
pointer.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
print_help.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
proc.rs clippy 2024-01-13 08:52:54 +01:00
re.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
reader.rs Control-C to simply clear commandline buffer again 2024-01-17 19:54:57 +01:00
reader_history_search.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
redirection.rs Remove L! from sprintf calls 2024-01-13 08:52:54 +01:00
screen.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
signal.rs Use cfg directly instead of going through features 2024-01-13 15:16:47 -06:00
termsize.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
threads.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
timer.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
tinyexpr.rs Remove widestring-suffix uses 2024-01-13 08:52:54 +01:00
tokenizer.rs Remove widestring-suffix uses 2024-01-13 08:52:54 +01:00
topic_monitor.rs Silence a dead code warning 2024-01-14 13:17:59 +01:00
trace.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
util.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
wait_handle.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
wchar.rs Remove widestring-suffix uses 2024-01-13 08:52:54 +01:00
wchar_ext.rs Allow finding for empty strings with wstr::find 2024-01-20 11:30:13 +01:00
wcstringutil.rs Fix regression in split_string_tok() 2024-01-18 10:24:40 +01:00
wgetopt.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
wildcard.rs Remove L! from sprintf calls 2024-01-13 08:52:54 +01:00