fish-shell/src
Fabian Boehm 94644e88fb Revert "Reduce size of Block to 32 bytes"
This doesn't pull its weight. Block size is not a particularly big
problem,
and this both complicates the code a bit and would arbitrarily cause issues
if a fish script exceeded 65k lines.

This reverts commit edd6533a14.
2024-06-02 10:44:15 +02:00
..
bin Add workaround for targets with too small a main stack size 2024-05-30 12:14:37 -05:00
builtins Convert Block::event_blocks to a bool 2024-06-01 13:01:40 -05:00
env Apply some clippy lints 2024-05-26 10:37:37 +02:00
fork_exec Remove using statements already imported by preludes 2024-02-28 09:41:51 -06:00
history Apply some clippy lints 2024-05-26 10:37:37 +02:00
tests Fix buggy test_pthread() condvar test 2024-05-29 13:13:13 -05:00
universal_notifier Move from libc read/write to nix read/write 2024-01-21 11:49:40 -08:00
widecharwidth Move fish-rust to project root 2024-01-13 03:58:33 +01:00
wutil Move Block fields specific to certain block types to separate enum 2024-06-01 11:15:19 -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 Don't ignore assert_sorted_by_name doctest 2024-05-27 10:20:24 -05:00
complete.rs Adopt the new printf crate 2024-05-26 16:07:27 -04:00
curses.rs curses: Remove f13-f20 2024-04-02 21:33:54 +02:00
editable_line.rs Keep undo history across prompts 2024-04-29 09:20:09 +02:00
env_dispatch.rs Set terminal title unconditionally 2024-04-02 14:35:16 +02:00
env_universal_common.rs Remove wcstringutil::split_string() 2024-05-21 12:54:52 -05:00
event.rs Convert Block::event_blocks to a bool 2024-06-01 13:01:40 -05:00
exec.rs Work around wants_terminal not begin set inside eval 2024-05-18 20:55:06 +02: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 Replace C++ doc \return with "Return" 2024-05-06 14:59:36 -05:00
fd_readable_set.rs Replace C++ doc \return with "Return" 2024-05-06 14:59:36 -05:00
fds.rs Clean up and correct O_SEARCH definitions 2024-05-11 13:20:34 -07:00
fish_test_helper.cpp test_helper: Give self-signalling a chance to trigger 2024-03-19 16:41:25 +01:00
flog.rs Replace C++-style \p with Markdown backticks 2024-05-06 14:59:23 -05:00
function.rs Remove Arc from environment::globals() (take 2) 2024-05-16 21:17:15 -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 Simplify shared-from-this pattern 2024-03-09 10:09:03 +01:00
highlight.rs Replace C++ doc \return with "Return" 2024-05-06 14:59:36 -05:00
history.rs Make history::remove take a &wstr instead of a WString 2024-04-15 09:47:46 -07:00
input_common.rs Fix regression not refreshing TTY timestamps after external command from binding 2024-05-29 12:57:09 +02:00
input.rs Remove an unused type 2024-05-27 11:45:25 -07:00
io.rs Replace C++ doc \return with "Return" 2024-05-06 14:59:36 -05:00
job_group.rs Adopt the new printf crate 2024-05-26 16:07:27 -04:00
key.rs Silence some clippies 2024-05-27 11:07:02 -07:00
kill.rs Remove L! from sprintf calls 2024-01-13 08:52:54 +01:00
lib.rs Extended & human-friendly keys 2024-04-02 14:35:16 +02:00
libc.c Switch to the terminfo crate 2024-02-22 20:10:16 +01:00
libc.rs Clean up src/libc.rs some 2024-05-08 22:34:10 -05:00
locale.rs Adopt the new printf crate 2024-05-26 16:07:27 -04: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 Apply some clippy lints 2024-05-26 10:37:37 +02:00
output.rs Replace C++ doc \return with "Return" 2024-05-06 14:59:36 -05:00
pager.rs Replace C++ doc \return with "Return" 2024-05-06 14:59:36 -05:00
panic.rs Print panic message to stderr, like the stack trace 2024-04-02 07:34:19 +02:00
parse_constants.rs Adopt the new printf crate 2024-05-26 16:07:27 -04:00
parse_execution.rs Store BlockData in a Box 2024-06-01 11:41:32 -05:00
parse_tree.rs Replace C++ doc \return with "Return" 2024-05-06 14:59:36 -05:00
parse_util.rs Replace C++ doc \return with "Return" 2024-05-06 14:59:36 -05:00
parser_keywords.rs Remove widestring-suffix uses 2024-01-13 08:52:54 +01:00
parser.rs Revert "Reduce size of Block to 32 bytes" 2024-06-02 10:44:15 +02:00
path.rs Apply some clippy lints 2024-05-26 10:37:37 +02: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 Work around WSLv1 not properly cleaning up stopped orphaned jobs 2024-05-30 21:31:04 -05:00
re.rs Move fish-rust to project root 2024-01-13 03:58:33 +01:00
reader_history_search.rs Replace C++ doc \return with "Return" 2024-05-06 14:59:36 -05:00
reader.rs Toggle terminal protocols lazily 2024-05-16 12:26:47 +02:00
redirection.rs Replace C++ doc \return with "Return" 2024-05-06 14:59:36 -05:00
screen.rs Replace C++ doc \return with "Return" 2024-05-06 14:59:36 -05:00
signal.rs Toggle terminal protocols lazily 2024-05-16 12:26:47 +02:00
termsize.rs Apply some manual clippy lints 2024-05-26 10:45:46 +02:00
threads.rs Apply some clippy lints 2024-05-26 10:37:37 +02:00
timer.rs Check for unsupported "time &" in the proper place 2024-05-03 09:37:56 +02:00
tinyexpr.rs fmt 2024-05-26 10:50:45 +02:00
tokenizer.rs Adopt the new printf crate 2024-05-26 16:07:27 -04:00
topic_monitor.rs Apply some manual clippy lints 2024-05-26 10:45:46 +02: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 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 Remove widestring-suffix uses 2024-01-13 08:52:54 +01:00
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 Extend certain WSL workarounds to WSLv2 2024-05-20 14:14:25 -05:00